r24244 - in /trunk/libnet-cups-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Aug 13 23:02:05 UTC 2008


Author: gregoa
Date: Wed Aug 13 23:02:01 2008
New Revision: 24244

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24244
Log:
* Don't run test t/03_destination.t, it requires a cups daemon at localhost
  (closes: #494931).
* Remove the patch against the test, as we don't run it any more. Remove
  quilt fragments.

Removed:
    trunk/libnet-cups-perl/debian/patches/
Modified:
    trunk/libnet-cups-perl/debian/changelog
    trunk/libnet-cups-perl/debian/control
    trunk/libnet-cups-perl/debian/rules

Modified: trunk/libnet-cups-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/changelog?rev=24244&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/changelog (original)
+++ trunk/libnet-cups-perl/debian/changelog Wed Aug 13 23:02:01 2008
@@ -1,3 +1,12 @@
+libnet-cups-perl (0.57-2) UNRELEASED; urgency=low
+
+  * Don't run test t/03_destination.t, it requires a cups daemon at localhost
+    (closes: #494931).
+  * Remove the patch against the test, as we don't run it any more. Remove
+    quilt fragments.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 13 Aug 2008 19:57:23 -0300
+
 libnet-cups-perl (0.57-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libnet-cups-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/control?rev=24244&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/control (original)
+++ trunk/libnet-cups-perl/debian/control Wed Aug 13 23:02:01 2008
@@ -5,7 +5,7 @@
 Uploaders: Rene Mayorga <rmayorga at debian.org.sv>,
  Martín Ferrari <tincho at debian.org>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: perl, debhelper (>= 6), libcups2-dev (>= 1.3.7-3), libcupsimage2-dev, quilt
+Build-Depends: perl, debhelper (>= 6), libcups2-dev (>= 1.3.7-3), libcupsimage2-dev
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Net-CUPS/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-cups-perl/

Modified: trunk/libnet-cups-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/rules?rev=24244&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/rules (original)
+++ trunk/libnet-cups-perl/debian/rules Wed Aug 13 23:02:01 2008
@@ -6,8 +6,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -27,14 +25,14 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
+	$(MAKE) test TEST_FILES="t/01_use.t t/02_cups.t"
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp const-c.inc const-xs.inc




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