r38453 - in /trunk/libyaml-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jun 22 09:12:58 UTC 2009


Author: dmn
Date: Mon Jun 22 09:12:52 2009
New Revision: 38453

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38453
Log:
convert debian/rules to tiny DH7

Modified:
    trunk/libyaml-perl/debian/changelog
    trunk/libyaml-perl/debian/control
    trunk/libyaml-perl/debian/rules

Modified: trunk/libyaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/changelog?rev=38453&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/changelog (original)
+++ trunk/libyaml-perl/debian/changelog Mon Jun 22 09:12:52 2009
@@ -14,6 +14,9 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Damyan Ivanov ]
+  * convert debian/rules to tiny DH7
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 21 May 2009 22:13:37 -0400
 

Modified: trunk/libyaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/control?rev=38453&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/control (original)
+++ trunk/libyaml-perl/debian/control Mon Jun 22 09:12:52 2009
@@ -1,12 +1,12 @@
 Source: libyaml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Rene Mayorga <rmayorga at debian.org.sv>, Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/YAML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libyaml-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libyaml-perl/

Modified: trunk/libyaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/rules?rev=38453&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/rules (original)
+++ trunk/libyaml-perl/debian/rules Mon Jun 22 09:12:52 2009
@@ -1,31 +1,10 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
+TMP = $(CURDIR)/debian/$(shell dh_list_packages)
+%:
+	dh --with quilt $@
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
 	find $(TMP)/usr/share/man/ -type f -print0 | \
 	       xargs -r0 sed -i -e 's/A\\\*/\\\[:o\]/'
-	dh install --after dh_auto_install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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