[libmath-gsl-perl] 05/07: Removed the scripts from /usr/bin with the corresponding man pages.

Wolfgang Fütterer debian at wlf-online.de
Wed Nov 25 13:41:07 UTC 2015


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

wlfuetter-guest pushed a commit to branch master
in repository libmath-gsl-perl.

commit a3c5400aca8c9d7e533c079ba875e19d87ce8520
Author: Wolfgang Fütterer <debian at wlf-online.de>
Date:   Fri Nov 6 13:30:33 2015 +0100

    Removed the scripts from /usr/bin with the corresponding man pages.
---
 debian/rules | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 08b0880..9457d44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,17 @@
 #!/usr/bin/make -f
 DH_VERBOSE = 1
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+# DPKG_EXPORT_BUILDFLAGS = 1
+# include /usr/share/dpkg/default.mk
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm --verbose $(TMP)/usr/bin/*
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin
+	rm --verbose $(TMP)/usr/share/man/man1/*
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/man/man1
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git



More information about the Pkg-perl-cvs-commits mailing list