[libtext-reflow-perl] 05/06: Remove installation of reflow script in /usr/bin
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Sat Aug 15 07:16:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libtext-reflow-perl.
commit 83836f273dbf1a93f03088bffc12fd2b0cbffbc3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Sat Aug 15 04:05:34 2015 -0300
Remove installation of reflow script in /usr/bin
It is an example script.
---
debian/changelog | 1 +
debian/rules | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 376accd..9fef1a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libtext-reflow-perl (1.10-1) UNRELEASED; urgency=medium
* Import upstream version 1.10
* Declare compliance with Debian policy 3.9.6
* Add autopkgtest-pkg-perl
+ * Remove installation of reflow script in /usr/bin
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Sat, 15 Aug 2015 04:00:41 -0300
diff --git a/debian/rules b/debian/rules
index 95f9a84..9d9043e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,14 @@
#!/usr/bin/make -f
+PACKAGE = $(firstword $(shell dh_listpackages))
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
%:
dh $@
override_dh_compress:
dh_compress -Xexamples
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -r --verbose $(TMP)/usr/bin/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-reflow-perl.git
More information about the Pkg-perl-cvs-commits
mailing list