r29272 - in /trunk/libpango-perl/debian: control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jan 5 02:01:03 UTC 2009


Author: ryan52-guest
Date: Mon Jan  5 02:00:59 2009
New Revision: 29272

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29272
Log:
quilt, for man pages

Modified:
    trunk/libpango-perl/debian/control
    trunk/libpango-perl/debian/rules

Modified: trunk/libpango-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/control?rev=29272&op=diff
==============================================================================
--- trunk/libpango-perl/debian/control (original)
+++ trunk/libpango-perl/debian/control Mon Jan  5 02:00:59 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7), libcairo-perl (>= 1.000),
   libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl,
   libglib-perl (>= 1:1.210), perl (>= 5.6.0-12), xvfb, libpango1.0-dev,
-  xauth, xfonts-base
+  xauth, xfonts-base, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Modified: trunk/libpango-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/rules?rev=29272&op=diff
==============================================================================
--- trunk/libpango-perl/debian/rules (original)
+++ trunk/libpango-perl/debian/rules Mon Jan  5 02:00:59 2009
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh --before dh_auto_test build
 	xvfb-run dh_auto_test
 	dh --after dh_auto_test build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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