This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository glam2.
commit 9a5e09b2147933400510b481caab1535b2c78ae0 Author: Andreas Tille <[email protected]> Date: Wed Sep 27 16:31:10 2017 +0200 do not parse d/changelog, try better hardening, upload to unstable --- debian/changelog | 6 ++++-- debian/rules | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20671de..ab449ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -glam2 (1064-4) UNRELEASED; urgency=medium +glam2 (1064-4) unstable; urgency=medium [ James McCoy ] * Moved debian/upstream to debian/upstream/metadata @@ -10,8 +10,10 @@ glam2 (1064-4) UNRELEASED; urgency=medium * No separate download for this package any more thus fake watch file * New homepage reflecting the merge with (unfortunately non-free) meme * Explain glam from meme in README.source + * do not parse d/changelog + * hardening - -- Andreas Tille <[email protected]> Wed, 27 Sep 2017 15:48:37 +0200 + -- Andreas Tille <[email protected]> Wed, 27 Sep 2017 16:07:05 +0200 glam2 (1064-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 3ce8631..5ba309e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,12 @@ #!/usr/bin/make -f -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -BINDIR = $(CURDIR)/debian/$(DEBPKGNAME)/usr/bin +include /usr/share/dpkg/default.mk + +BINDIR = $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin SRCDIR=src +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --sourcedirectory=$(SRCDIR) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/glam2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
