[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.33-146-g0890800

Damyan Ivanov dmn at debian.org
Mon Apr 27 12:47:26 UTC 2009


The following commit has been merged in the master branch:
commit 0b6ccf871b8510d20053600f2cce9637c137d016
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Apr 27 11:42:00 2009 +0300

    convert rules to minimalistic DH7, employ overrides
    
    bump DH build-dependency to 7.0.50

diff --git a/debian/changelog b/debian/changelog
index 8f66391..d83f5f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ padre (0.33-1) UNRELEASED; urgency=low
   * bump (build-)dependencies to match upstream
   * drop libtest-compile-perl build-dependency
   * add two new copyright holders
+  * convert rules to minimalistic DH7, employ overrides
+    + bump DH build-dependency to 7.0.50
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 05 Apr 2009 15:37:18 +0300
 
diff --git a/debian/control b/debian/control
index 7f49d26..9b7182d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: padre
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt, locales-all
+Build-Depends: debhelper (>= 7.0.50), quilt, locales-all
 Build-Depends-Indep: perl (>= 5.10.0),
  ack-grep,
  libclass-adapter-perl (>= 1.05),
diff --git a/debian/rules b/debian/rules
index 35d08ae..fc59862 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,32 +2,27 @@
 
 include /usr/share/quilt/quilt.make
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	xvfb-run dh build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
 
+override_dh_auto_configure: $(QUILT_STAMPFN)
+	dh_auto_configure
+
+override_dh_auto_test:
+	xvfb-run dh_auto_test
+
+override_dh_auto_clean: unpatch
+	dh_auto_clean
+
 PO_DIR = $(CURDIR)/debian/padre/usr/share/perl5/auto/share/dist/Padre/locale
-install: install-stamp
-install-stamp: build-stamp
-	dh install
+
+override_dh_auto_install:
+	dh_auto_install
 	dh_link /usr/share/man/man3/Padre.3pm.gz /usr/share/man/man1/padre.1.gz
 	for f in $(PO_DIR)/*.po; do \
 	    msgfmt $$f -o $${f%.po}.mo ; \
 	    rm $$f ;\
 	done
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-.PHONY: binary binary-arch binary-indep install clean build
 
 .PHONY: get-orig-source
 get-orig-source:

-- 
Packaging of padre perl editor



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