[Pkg-mpd-commits] [gmpc-plugins] 03/05: Use /usr/share/dpkg/default.mk

Simon McVittie smcv at debian.org
Mon Feb 12 09:52:54 UTC 2018


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

smcv pushed a commit to branch master
in repository gmpc-plugins.

commit 85616f55e3e75e1caeeef3c51b571d20cd0e7ce1
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Feb 12 09:21:06 2018 +0000

    Use /usr/share/dpkg/default.mk
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a712057..dd3869e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gmpc-plugins (11.8.16-4) UNRELEASED; urgency=medium
   * Use https for Vcs-Git and Vcs-Browser, and cgit for Vcs-Browser
   * Drop -dbg package in favour of autogenerated -dbgsym package
   * Drop some boilerplate from d/rules
+  * Use /usr/share/dpkg/default.mk
 
  -- Simon McVittie <smcv at debian.org>  Fri, 19 Aug 2016 07:44:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 4c42a9c..53eb537 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/default.mk
+
 %:
 	dh $@ --with autoreconf
 
@@ -20,7 +22,7 @@ override_dh_auto_install:
 
 override_dh_install:
 	mv debian/tmp/usr/lib/gmpc/plugins/awnplugin.so \
-	   debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/gmpc/plugins
+	   debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gmpc/plugins
 	dh_install
 
 override_dh_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/gmpc-plugins.git



More information about the Pkg-mpd-commits mailing list