r41715 - in /trunk/libsearch-xapian-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Aug 12 05:48:58 UTC 2009


Author: ryan52-guest
Date: Wed Aug 12 05:48:45 2009
New Revision: 41715

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41715
Log:
make work with older dh versions again, as Olly requested

Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/control
    trunk/libsearch-xapian-perl/debian/rules

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=41715&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Wed Aug 12 05:48:45 2009
@@ -1,7 +1,6 @@
 libsearch-xapian-perl (1.0.14.0-1) UNRELEASED; urgency=low
 
-  wait for new version of xapian-core
-
+  [ Jonathan Yu ]
   * New upstream release
     + Add handling of C++ exceptions from methods of Document
   * Forward the coverage test patch upstream and note it
@@ -9,7 +8,10 @@
   * Minor fixes to the control description
   * Updated copyright years on everything
 
- -- Jonathan Yu <frequency at cpan.org>  Sun, 26 Jul 2009 19:49:24 -0400
+  [ Ryan Niebur ]
+  * make work with older dh versions again, as Olly requested
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 11 Aug 2009 22:41:13 -0700
 
 libsearch-xapian-perl (1.0.13.1-1) unstable; urgency=low
 

Modified: trunk/libsearch-xapian-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/control?rev=41715&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/control (original)
+++ trunk/libsearch-xapian-perl/debian/control Wed Aug 12 05:48:45 2009
@@ -1,8 +1,8 @@
 Source: libsearch-xapian-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.0-7), libtest-pod-perl,
- libxapian-dev (>= 1.0.14), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libtest-pod-perl,
+ libxapian-dev (>= 1.0.14), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Frank Lichtenheld <djpig at debian.org>, Jose Luis Rivas <ghostbar38 at gmail.com>,

Modified: trunk/libsearch-xapian-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/rules?rev=41715&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/rules (original)
+++ trunk/libsearch-xapian-perl/debian/rules Wed Aug 12 05:48:45 2009
@@ -1,7 +1,16 @@
 #!/usr/bin/make -f
 
-%:
-	dh --with quilt $@
+# leave this working with debhelper version 7, Olly Betts wants it
+# that way.
 
-override_dh_auto_test:
+include /usr/share/quilt/quilt.make
+
+clean %:
+	dh $@
+
+build: $(QUILT_STAMPFN)
+	dh --before dh_auto_test $@
 	TEST_POD=1 dh_auto_test
+	dh --after dh_auto_test $@
+
+clean: unpatch




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