r60516 - in /trunk/libxml-parser-lite-tree-perl/debian: README.source changelog control patches/ rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Jul 24 09:26:05 UTC 2010


Author: carnil-guest
Date: Sat Jul 24 09:25:54 2010
New Revision: 60516

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60516
Log:
Drop XML-Parser-Lite.patch as the shiped local copy of
XML::Parser::Liste is highly modified by the author to add several
features. Drop REAME.source as not needed anymore and remove quilt
framework (debian/control and debian/rules).

Removed:
    trunk/libxml-parser-lite-tree-perl/debian/README.source
    trunk/libxml-parser-lite-tree-perl/debian/patches/
Modified:
    trunk/libxml-parser-lite-tree-perl/debian/changelog
    trunk/libxml-parser-lite-tree-perl/debian/control
    trunk/libxml-parser-lite-tree-perl/debian/rules

Modified: trunk/libxml-parser-lite-tree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/changelog?rev=60516&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/changelog (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/changelog Sat Jul 24 09:25:54 2010
@@ -10,6 +10,12 @@
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
+
+  [ Salvatore Bonaccorso ]
+  * Drop XML-Parser-Lite.patch as the shiped local copy of
+    XML::Parser::Liste is highly modified by the author to add several
+    features. Drop REAME.source as not needed anymore and remove quilt
+    framework (debian/control and debian/rules).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Sep 2009 10:57:24 -0400
 

Modified: trunk/libxml-parser-lite-tree-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/control?rev=60516&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/control (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/control Sat Jul 24 09:25:54 2010
@@ -1,7 +1,7 @@
 Source: libxml-parser-lite-tree-perl
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libsoap-lite-perl (>= 0.70.04-4)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,

Modified: trunk/libxml-parser-lite-tree-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/rules?rev=60516&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/rules (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/rules Sat Jul 24 09:25:54 2010
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
 %:
-	dh --with quilt $@
-
-override_dh_auto_install:
-	dh_auto_install
-	rm $(TMP)/usr/share/perl5/XML/Parser/LiteCopy.pm
-	rm $(TMP)/usr/share/man/man3/XML::Parser::LiteCopy.3pm
+	dh $@




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