[Pkg-wmaker-commits] [wmppp.app] 32/120: debian/install: New file; use dh_install instead of calling install manually in debian/rules.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 12:04:32 UTC 2015


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

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

commit 6124356f13894c966922a2c22aa2613dfb227e46
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Sep 13 23:34:08 2014 -0500

    debian/install: New file; use dh_install instead of calling install manually in
    debian/rules.
---
 debian/install | 1 +
 debian/rules   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..03d1461
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+wmppp/wmppp usr/bin
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ffa9022..cbd8d43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,7 @@
 	dh $@ --sourcedirectory=wmppp
 
 override_dh_auto_install:
-	install -m 755 wmppp/wmppp \
-		$(CURDIR)/debian/wmppp.app/usr/bin/wmppp
+#ignore upstream install target; use dh_install instead
 
 override_dh_installppp:
 	dh_installppp --name=00wmppp

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



More information about the Pkg-wmaker-commits mailing list