r40619 - in /trunk/libcompress-raw-zlib-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Jul 24 11:22:44 UTC 2009
Author: gregoa
Date: Fri Jul 24 11:22:38 2009
New Revision: 40619
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40619
Log:
Use tiny debian/rules, adjust debhelper/quilt build dependency.
Modified:
trunk/libcompress-raw-zlib-perl/debian/changelog
trunk/libcompress-raw-zlib-perl/debian/control
trunk/libcompress-raw-zlib-perl/debian/rules
Modified: trunk/libcompress-raw-zlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/changelog?rev=40619&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/changelog (original)
+++ trunk/libcompress-raw-zlib-perl/debian/changelog Fri Jul 24 11:22:38 2009
@@ -28,6 +28,7 @@
[ gregor herrmann ]
* Set Standards-Version to 3.8.2 (no changes).
* debian/patches/use-debian-zlib.patch: fix typo.
+ * Use tiny debian/rules, adjust debhelper/quilt build dependency.
-- Nathan Handler <nhandler at ubuntu.com> Thu, 04 Jun 2009 11:44:45 +0000
Modified: trunk/libcompress-raw-zlib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/control?rev=40619&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/control (original)
+++ trunk/libcompress-raw-zlib-perl/debian/control Fri Jul 24 11:22:38 2009
@@ -1,8 +1,8 @@
Source: libcompress-raw-zlib-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.8-7),
- libtest-pod-perl, zlib1g-dev, quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8), perl (>= 5.8.8-7),
+ libtest-pod-perl, zlib1g-dev, quilt (>= 0.46-7)
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
Gunnar Wolf <gwolf at debian.org>, Nathan Handler <nhandler at ubuntu.com>,
Modified: trunk/libcompress-raw-zlib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/rules?rev=40619&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/rules (original)
+++ trunk/libcompress-raw-zlib-perl/debian/rules Fri Jul 24 11:22:38 2009
@@ -1,25 +1,3 @@
#!/usr/bin/make -f
-
-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
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list