[Pkg-wmaker-commits] [wmcoincoin] 19/87: debian/rules: Add override_dh_install target; move and delete various files.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:31 UTC 2015


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

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

commit 059ef5227b7a7d69d7dd284b6d8c856778807dc8
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Oct 18 23:16:53 2014 -0500

    debian/rules: Add override_dh_install target; move and delete various files.
---
 debian/rules | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4bc8067..a9a2bcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,20 @@
 #!/usr/bin/make -f
 
+INSTDIR = $(CURDIR)/debian/wmcoincoin/usr
+
 %:
 	dh $@ --with autoreconf
 
+override_dh_install:
+	dh_install
+	mv $(INSTDIR)/bin/wmcoincoin $(INSTDIR)/bin/wmcoincoin_player \
+		$(INSTDIR)/lib/wmcoincoin/
+	mv $(INSTDIR)/bin/wmcoincoin-* $(INSTDIR)/share/wmcoincoin
+	rm -f $(INSTDIR)/share/wmcoincoin/wmcoincoin.spec
+	rm -f $(INSTDIR)/share/wmcoincoin/README
+	( cd $(INSTDIR)/share/pixmaps && mv icon.xpm wmcoincoin.xpm )
+	( cd $(INSTDIR)/bin && mv wmcoincoin.sh wmcoincoin )
+
 get-orig-source:
 	@wget https://github.com/seeschloss/wmcoincoin/archive/master.tar.gz
 	@git checkout upstream

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



More information about the Pkg-wmaker-commits mailing list