[Pkg-wmaker-commits] [wmcube] 59/67: debian/rules: Update override_dh_auto_install target to set installation directories. (These settings were originally in debian/patches/update_makefile.patch, which upstream applied in part. Since these settings are more Debian-specific, I'm moving this to debian/rules.)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:20 UTC 2015


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

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

commit 59678e12916af3808ff4db9e7b513ef6fbce70d8
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Feb 19 20:53:25 2015 -0600

    debian/rules: Update override_dh_auto_install target to set installation directories. (These settings were originally in debian/patches/update_makefile.patch, which upstream applied in part. Since these settings are more Debian-specific, I'm moving this to debian/rules.)
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e4c2953..3094dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,12 @@ else
 endif
 
 override_dh_auto_install:
-	dh_auto_install
+	mkdir -p $(CURDIR)/debian/wmcube/usr/bin
+	mkdir -p $(CURDIR)/debian/wmcube/usr/share/man/man1
+	dh_auto_install -- BINDIR=$(CURDIR)/debian/wmcube/usr/bin \
+		DOCDIR=$(CURDIR)/debian/wmcube/usr/share/doc/wmcube \
+		MANDIR=$(CURDIR)/debian/wmcube/usr/share/man/man1 \
+		OBJDIR=$(CURDIR)/debian/wmcube/usr/share/wmcube
 	rm $(CURDIR)/debian/wmcube/usr/share/doc/wmcube/CHANGES \
 		$(CURDIR)/debian/wmcube/usr/share/doc/wmcube/COPYING \
 		$(CURDIR)/debian/wmcube/usr/share/doc/wmcube/INSTALL

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



More information about the Pkg-wmaker-commits mailing list