This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit 478aa3c2de83901186c9789c814f79fe488a314e Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 6 09:17:12 2014 +0000 Standards-Version updated to 3.9.5 Use canonical URLs for the Vcs-* fields Switch to debhelper level 9 Added a clean target to debian/rules --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 10 +++++----- debian/rules | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b129de4..f2ee164 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +sqlline (1.0.2-5) UNRELEASED; urgency=medium + + * Team upload. + * debian/control: + - Standards-Version updated to 3.9.5 (no changes) + - Use canonical URLs for the Vcs-* fields + * Switch to debhelper level 9 + * Added a clean target to debian/rules + + -- Emmanuel Bourg <[email protected]> Thu, 06 Mar 2014 09:30:18 +0100 + sqlline (1.0.2-4) unstable; urgency=low * Team upload. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 2d3626d..f2bf877 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ 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 (>= 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.9.1 -Homepage: http://sqlline.sourceforge.net/ +Build-Depends: ant, default-jdk, debhelper (>= 9), cdbs +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/sqlline +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/sqlline +Homepage: http://sqlline.sourceforge.net Package: sqlline Architecture: all diff --git a/debian/rules b/debian/rules index 4acac18..1fd7d69 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ DEB_ANT_INSTALL_TARGET = jars.core.build binary-post-install/sqlline:: mv $(CURDIR)/debian/sqlline/usr/bin/sqlline.sh $(CURDIR)/debian/sqlline/usr/bin/sqlline +clean:: + rm -Rf VERSION.txt + # Rename upstream src.jar to an orig.tar.gz get-orig-source: uscan --force-download --rename -- 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

