r40184 - in /trunk/libhtml-formfu-perl/debian: changelog control rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jul 19 15:50:33 UTC 2009


Author: ansgar-guest
Date: Sun Jul 19 15:50:25 2009
New Revision: 40184

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40184
Log:
Use minimal debian/rules.

Modified:
    trunk/libhtml-formfu-perl/debian/changelog
    trunk/libhtml-formfu-perl/debian/control
    trunk/libhtml-formfu-perl/debian/rules

Modified: trunk/libhtml-formfu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/changelog?rev=40184&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/changelog (original)
+++ trunk/libhtml-formfu-perl/debian/changelog Sun Jul 19 15:50:25 2009
@@ -6,9 +6,10 @@
   [ Ansgar Burchardt ]
   * New upstream release
     + refresh patch how-to-report-bugs.diff
+  * Use minimal debian/rules.
   * Bump Standards Version to 3.8.2 (no changes)
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 19 Jul 2009 15:50:17 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 19 Jul 2009 17:49:56 +0200
 
 libhtml-formfu-perl (0.05000-1) unstable; urgency=low
 

Modified: trunk/libhtml-formfu-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/control?rev=40184&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/control (original)
+++ trunk/libhtml-formfu-perl/debian/control Sun Jul 19 15:50:25 2009
@@ -1,7 +1,7 @@
 Source: libhtml-formfu-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdatetime-perl (>= 0.38),
  libhtml-scrubber-perl, libemail-valid-perl, libdatetime-format-strptime-perl,
  libdatetime-format-builder-perl (>= 0.7901), libdatetime-format-natural-perl,

Modified: trunk/libhtml-formfu-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formfu-perl/debian/rules?rev=40184&op=diff
==============================================================================
--- trunk/libhtml-formfu-perl/debian/rules (original)
+++ trunk/libhtml-formfu-perl/debian/rules Sun Jul 19 15:50:25 2009
@@ -1,34 +1,15 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+export LC_ALL=C
+MANDIR=$(CURDIR)/debian/libhtml-formfu-perl/usr/share/man/man3
 
-MANDIR=$(CURDIR)/debian/libhtml-formfu-perl/usr/share/man/man3
-LC_ALL=C
+%:
+	dh --with quilt $@
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
+override_dh_auto_install:
+	dh_auto_install
 
 	# Remove almost empty man pages
-	rm $(MANDIR)/HTML::FormFu::Element::_MultiElement.3pm.gz \
-	   $(MANDIR)/HTML::FormFu::Element::_MultiSelect.3pm.gz \
-	   $(MANDIR)/HTML::FormFu::Element::_MultiText.3pm.gz
-
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+	rm -f $(MANDIR)/HTML::FormFu::Element::_MultiElement.3pm.gz \
+	      $(MANDIR)/HTML::FormFu::Element::_MultiSelect.3pm.gz \
+	      $(MANDIR)/HTML::FormFu::Element::_MultiText.3pm.gz




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