r44018 - in /trunk/libsearch-xapian-perl/debian: changelog rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Sep 13 10:50:17 UTC 2009


Author: carnil-guest
Date: Sun Sep 13 10:50:12 2009
New Revision: 44018

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44018
Log:
  upstream. Remove README.source. Update debian/rules to not using patch
  system.

Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    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=44018&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Sun Sep 13 10:50:12 2009
@@ -10,10 +10,11 @@
     - Drop versioned Build-Depends on perl for version older that the one in
       etch (5.8.8).
   * Drop debian/patches and quilt Build-Depends since patch is integrated
-    upstream. Remove README.source. 
+    upstream. Remove README.source. Update debian/rules to not using patch
+    system.
   * Bump Standards-Version to 3.8.3 (no changes). 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 13 Sep 2009 12:39:13 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 13 Sep 2009 12:49:07 +0200
 
 libsearch-xapian-perl (1.0.14.0-1) unstable; urgency=low
 

Modified: trunk/libsearch-xapian-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/rules?rev=44018&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/rules (original)
+++ trunk/libsearch-xapian-perl/debian/rules Sun Sep 13 10:50:12 2009
@@ -3,14 +3,10 @@
 # leave this working with debhelper version 7, Olly Betts wants it
 # that way.
 
-include /usr/share/quilt/quilt.make
-
-clean %:
+%:
 	dh $@
 
-build: $(QUILT_STAMPFN)
+build:
 	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