This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository plasmidomics.
commit 12696460d308c652978af87602ca2daa9ec8c669 Author: Andreas Tille <[email protected]> Date: Thu Nov 16 13:28:03 2017 +0100 do not parse d/changelog, upload to unstable --- debian/changelog | 5 +++-- debian/rules | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97b3153..7a8f569 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -plasmidomics (0.2.0-6) UNRELEASED; urgency=medium +plasmidomics (0.2.0-6) unstable; urgency=medium * Moved packaging from SVN to Git * Standards-Version: 4.1.1 + * d/rules: do not parse d/changelog - -- Andreas Tille <[email protected]> Thu, 16 Nov 2017 13:24:48 +0100 + -- Andreas Tille <[email protected]> Thu, 16 Nov 2017 13:25:16 +0100 plasmidomics (0.2.0-5) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 4124723..e513d1a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,12 +4,12 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk %: dh $@ --with python2 override_dh_install: dh_install - mkdir -p debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME) - cp -a plasmid debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/plasmid.py + mkdir -p debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE) + cp -a plasmid debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/plasmid.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plasmidomics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
