[Pkg-wmaker-commits] [wmauda] 01/01: debian/rules: Remove dh_auto_install target. The PREFIX variable is also needed now during build, so we just export it.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 8 02:45:21 UTC 2017


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

dtorrance-guest pushed a commit to branch master
in repository wmauda.

commit 249a9675423d27c930bf033f172b7d96fe89c8e7
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Jul 7 22:41:04 2017 -0400

    debian/rules: Remove dh_auto_install target.  The PREFIX variable is also
    needed now during build, so we just export it.
---
 debian/changelog | 5 +++--
 debian/rules     | 4 +---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d496a98..36bab7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,11 +20,12 @@ wmauda (0.9-1) unstable; urgency=medium
     - Refresh for new upstream version.
   * debian/rules
     - Remove commented DH_VERBOSE line.
-    - Simplify override_dh_auto_install target.
+    - Use all hardening flags.
     - Remove override_dh_auto_build target. Previously, LDFLAGS
       was passed to the Makefile via CFLAGS.  We now patch the
       Makefile directly, omitting the need for this target.
-    - Use all hardening flags.
+    - Remove override_dh_auto_install target.  The PREFIX variable
+      is also needed now during build, so we just export it.
   * debian/watch
     - Bump to uscan 4 and simplify with special strings.
   * debian/wmauda.desktop
diff --git a/debian/rules b/debian/rules
index 7ea9af3..f917ccb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export PREFIX = /usr
 
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install -- PREFIX=/usr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmauda.git



More information about the Pkg-wmaker-commits mailing list