This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit e47227d984501916797c0a616b6fd407840c79a2 Author: Torsten Werner <[email protected]> Date: Mon Aug 29 12:35:33 2011 +0000 UNRELEASED * Team upload. * Switch to source format 3.0. * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. --- debian/changelog | 10 ++++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 1 - debian/source/format | 1 + 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 19b35ba..7a85f7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sqlline (1.0.2-4) unstable; urgency=low + + UNRELEASED + * Team upload. + * Switch to source format 3.0. + * Switch to debhelper level 7. + * Update Standards-Version: 3.9.1. + + -- Torsten Werner <[email protected]> Mon, 29 Aug 2011 14:23:54 +0200 + sqlline (1.0.2-3) unstable; urgency=low * Use default-jdk instead of default-jdk-builddep for Build-Depends as diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 4bedb84..2d3626d 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends-Indep: libjline-java -Build-Depends: ant, default-jdk, debhelper (>= 5), cdbs, quilt +Build-Depends: ant, default-jdk, debhelper (>= 7), cdbs Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/sqlline/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sqlline/ -Standards-Version: 3.8.3 +Standards-Version: 3.9.1 Homepage: http://sqlline.sourceforge.net/ Package: sqlline diff --git a/debian/rules b/debian/rules index 1aaadcd..4acac18 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sqlline.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

