r28930 - in /trunk/libpango-perl/debian: control patches/ rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 29 10:28:53 UTC 2008


Author: ryan52-guest
Date: Mon Dec 29 10:28:50 2008
New Revision: 28930

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28930
Log:
use xvfb rather than patching to disable the tests that require X

Removed:
    trunk/libpango-perl/debian/patches/
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=28930&op=diff
==============================================================================
--- trunk/libpango-perl/debian/control (original)
+++ trunk/libpango-perl/debian/control Mon Dec 29 10:28:50 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), libcairo-perl (>= 1.000),
   libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl,
-  libglib-perl (>= 1.210), perl (>= 5.6.0-12), quilt
+  libglib-perl (>= 1.210), perl (>= 5.6.0-12), xvfb
 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=28930&op=diff
==============================================================================
--- trunk/libpango-perl/debian/rules (original)
+++ trunk/libpango-perl/debian/rules Mon Dec 29 10:28:50 2008
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
+build-stamp:
+	dh --before dh_auto_test build
+	xvfb-run dh_auto_test
+	dh --after dh_auto_test build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




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