[libdata-treedumper-renderer-gtk-perl] 03/22: Install gtk_test.pl as an example

gregor herrmann gregoa at debian.org
Thu Sep 7 17:18:57 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-treedumper-renderer-gtk-perl.

commit 8c475993799567f20d2e81d07d9bb2d808379520
Author: David Paleino <dapal at debian.org>
Date:   Sat Mar 20 09:53:56 2010 +0100

    Install gtk_test.pl as an example
---
 debian/control  | 3 ++-
 debian/examples | 1 +
 debian/rules    | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 727db3b..524dc9f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: libdata-treedumper-renderer-gtk-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends:
+ debhelper (>= 7.0.50~)
 Build-Depends-Indep:
  perl,
  libglib-perl,
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..b493383
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+gtk_test.pl
diff --git a/debian/rules b/debian/rules
index dd3159f..5350ec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,9 @@
 
 export DEB_BUILD_OPTIONS=nocheck
 
+override_dh_auto_install:
+	dh_auto_install
+	-find $(CURDIR)/debian/ -name "gtk_test.pl" -delete
+
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-treedumper-renderer-gtk-perl.git



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