[med-svn] [libzstd] 01/01: Address Mattia's review

Kevin Murray daube-guest at moszumanska.debian.org
Fri Oct 21 11:23:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository libzstd.

commit edba92d4857e0c81e6dcf37d7a9331bfb8ad95a6
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Fri Oct 21 22:22:56 2016 +1100

    Address Mattia's review
---
 debian/changelog    | 5 ++++-
 debian/rules        | 5 +++--
 debian/zstd.install | 3 ++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70df90c..49cd30f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 libzstd (1.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream version 1.1.0 (Closes: #839960)
+  * Change uploader email
+  * Build new pzstd binary, including manpage
+  * Fix miscellaneous issues with d/rules and d/*.install
 
- -- Kevin Murray <kdmfoss at gmail.com>  Sun, 16 Oct 2016 15:59:51 +1100
+ -- Kevin Murray <kdmfoss at gmail.com>  Fri, 21 Oct 2016 21:51:12 +1100
 
 libzstd (1.0.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 24ed094..2277d5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
+
 export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 # Upstream's makefiles will respect PREFIX, and this means we avoid a patch
@@ -11,10 +13,9 @@ export PREFIX=/usr
 
 override_dh_auto_build:
 	dh_auto_build
-	cd contrib/pzstd/ && make pzstd
+	$(MAKE) -C contrib/pzstd/ pzstd
 
 override_dh_install:
-	cp contrib/pzstd/pzstd debian/tmp/usr/bin/
 	# Call d-shlibmove to comply with library packaging guide
 	d-shlibmove --commit \
 				--multiarch \
diff --git a/debian/zstd.install b/debian/zstd.install
index 60b0185..8aa1dc5 100644
--- a/debian/zstd.install
+++ b/debian/zstd.install
@@ -1 +1,2 @@
-usr/bin/* usr/bin
+usr/bin
+contrib/pzstd/pzstd usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list