[SCM] Packaging of padre perl editor branch, master, updated. debian/0.36-3-6-gf97e77b

Damyan Ivanov dmn at debian.org
Tue Aug 11 19:08:41 UTC 2009


The following commit has been merged in the master branch:
commit 8bbc0d3c18e4905b6298dc19e60f6936a4580bed
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Aug 11 18:06:58 2009 +0300

    rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)

diff --git a/debian/changelog b/debian/changelog
index adacd43..85c6f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ padre (0.42-1) UNRELEASED; urgency=low
 
   * New Upstream Version
   * add explicit dependency on libtest-simple-perl (>= 0.88)
+  * rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Aug 2009 17:48:58 +0300
 
diff --git a/debian/control b/debian/control
index b605b58..3845bc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: padre
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.10.0),
  ack-grep,
  libclass-adapter-perl (>= 1.05),
diff --git a/debian/rules b/debian/rules
index bd15c4b..8060605 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 %:
-	dh $@
+	dh --with quilt $@
 
-override_dh_auto_configure: $(QUILT_STAMPFN)
+override_dh_auto_configure:
 	xvfb-run dh_auto_configure
 
 override_dh_auto_test:
@@ -14,9 +12,6 @@ override_dh_auto_test:
 	# encountered on STDERR)
 	#xvfb-run dh_auto_test
 
-override_dh_auto_clean: unpatch
-	dh_auto_clean
-
 PO_DIR = $(CURDIR)/debian/tmp/usr/share/perl5/auto/share/dist/Padre/locale
 
 override_dh_auto_install:

-- 
Packaging of padre perl editor



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