r49954 - in /trunk/libxml-sax-perl/debian: changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 2 19:41:44 UTC 2010


Author: gregoa
Date: Sat Jan  2 19:41:39 2010
New Revision: 49954

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49954
Log:
Adjust debian/{rules,copyright} to debian/repack.stub.

Modified:
    trunk/libxml-sax-perl/debian/changelog
    trunk/libxml-sax-perl/debian/copyright
    trunk/libxml-sax-perl/debian/rules

Modified: trunk/libxml-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/changelog?rev=49954&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Sat Jan  2 19:41:39 2010
@@ -1,5 +1,6 @@
 libxml-sax-perl (0.96+dfsg-2) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * Move Debian-specific functions to a subclass as suggested by Evan Carroll.
     If XML::SAX is installed via CPAN, it will not see the ParserDetails.ini
     in /etc/perl/XML/SAX, ie. users will have to enable additional parsers by
@@ -7,6 +8,9 @@
   * Use minimal debian/rules.
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.8.3 (no changes).
+
+  [ gregor herrmann ]
+  * Adjust debian/{rules,copyright} to debian/repack.stub.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 02 Jan 2010 19:28:28 +0900
 

Modified: trunk/libxml-sax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/copyright?rev=49954&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/copyright (original)
+++ trunk/libxml-sax-perl/debian/copyright Sat Jan  2 19:41:39 2010
@@ -8,7 +8,7 @@
   Upstream sources are repackaged to remove several files with unclear
   licensing/copyright:
     + testcases/xmltest.xml  (See #452872)
-  Repackaging is done via debian/repack.sh and can be replayed using either
+  Repackaging is done via debian/repack.stub and can be replayed using either
   "debian/rules get-orig-source" or "uscan -f".
   
 Files: *
@@ -50,10 +50,6 @@
  2009, Antonio Radici <antonio at dyne.org>
 License: Artistic | GPL-1+
 
-Files: debian/repack.pl
-Copyright: 2007, Niko Tyni <ntyni at iki.fi> 
-License: Artistic | GPL-1+
-
 License: Artistic
     This program is free software; you can redistribute it and/or modify
     it under the terms of the Artistic License, which comes with Perl.

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/rules?rev=49954&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Sat Jan  2 19:41:39 2010
@@ -3,6 +3,6 @@
 	dh --with quilt $@
 
 get-orig-source:
-	# debian/repack.pl: delete the file testfiles/xmltest.xml
-	chmod 755 debian/repack.pl
+	# debian/repack.stub: delete the file testfiles/xmltest.xml
+	chmod 755 debian/repack.stub
 	uscan --rename --force




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