This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit c09cf5b0cd6c18621511465ffe924bada64656fd Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 18 16:23:17 2018 +0200 Standards-Version updated to 4.1.4 --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 11 ----------- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f5652c..66d1a57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sqlline (1.0.2-6) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git + * Standards-Version updated to 4.1.4 -- Emmanuel Bourg <[email protected]> Wed, 18 Apr 2018 14:23:04 +0200 diff --git a/debian/control b/debian/control index 36748f1..c1d202a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: default-jdk, libjline-java cdbs -Standards-Version: 3.9.5 +Standards-Version: 4.1.4 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sqlline.git Vcs-Git: https://anonscm.debian.org/git/pkg-java/sqlline.git Homepage: http://sqlline.sourceforge.net diff --git a/debian/rules b/debian/rules index b665651..24466c7 100755 --- a/debian/rules +++ b/debian/rules @@ -19,14 +19,3 @@ binary-post-install/sqlline:: clean:: rm -Rf VERSION.txt tmp release - -# Rename upstream src.jar to an orig.tar.gz -get-orig-source: - uscan --force-download --rename - mkdir orig_tmp - (cd orig_tmp && \ - unzip ../../${DEB_SOURCE_PACKAGE}-src-*.jar && \ - mv ${DEB_SOURCE_PACKAGE}-* ${DEB_SOURCE_PACKAGE}-${DEB_UPSTREAM_VERSION} && \ - tar -czf ../../${DEB_SOURCE_PACKAGE}_${DEB_UPSTREAM_VERSION}.orig.tar.gz ${DEB_SOURCE_PACKAGE}-*) - rm -rf orig_tmp - -- 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

