r30368 - in /trunk/libxml-rss-libxml-perl/debian: README.source changelog control copyright patches/ repack.sh rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 1 14:28:17 UTC 2009


Author: gregoa
Date: Sun Feb  1 14:28:14 2009
New Revision: 30368

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30368
Log:
  Removes the test data with missing licenses and adjusts the tests, so we
  can drop both the repacking framework and the quilt framework (cf. CPAN
  RT #42536).
* Add /me to Uploaders.

Removed:
    trunk/libxml-rss-libxml-perl/debian/README.source
    trunk/libxml-rss-libxml-perl/debian/patches/
    trunk/libxml-rss-libxml-perl/debian/repack.sh
Modified:
    trunk/libxml-rss-libxml-perl/debian/changelog
    trunk/libxml-rss-libxml-perl/debian/control
    trunk/libxml-rss-libxml-perl/debian/copyright
    trunk/libxml-rss-libxml-perl/debian/rules
    trunk/libxml-rss-libxml-perl/debian/watch

Modified: trunk/libxml-rss-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-libxml-perl/debian/changelog?rev=30368&op=diff
==============================================================================
--- trunk/libxml-rss-libxml-perl/debian/changelog (original)
+++ trunk/libxml-rss-libxml-perl/debian/changelog Sun Feb  1 14:28:14 2009
@@ -1,6 +1,10 @@
 libxml-rss-libxml-perl (0.3004-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release:
+    Removes the test data with missing licenses and adjusts the tests, so we
+    can drop both the repacking framework and the quilt framework (cf. CPAN
+    RT #42536).
+  * Add /me to Uploaders.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 01 Feb 2009 15:19:32 +0100
 

Modified: trunk/libxml-rss-libxml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-libxml-perl/debian/control?rev=30368&op=diff
==============================================================================
--- trunk/libxml-rss-libxml-perl/debian/control (original)
+++ trunk/libxml-rss-libxml-perl/debian/control Sun Feb  1 14:28:14 2009
@@ -1,14 +1,15 @@
 Source: libxml-rss-libxml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libxml-libxml-perl,
  libdatetime-format-w3cdtf-perl, libxml-libxml-perl (>= 1.66),
  libdatetime-format-mail-perl, libuniversal-require-perl,
  libclass-accessor-perl,
  libtest-differences-perl, libtest-exception-perl, libtest-warn-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-RSS-LibXML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-rss-libxml-perl/

Modified: trunk/libxml-rss-libxml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-libxml-perl/debian/copyright?rev=30368&op=diff
==============================================================================
--- trunk/libxml-rss-libxml-perl/debian/copyright (original)
+++ trunk/libxml-rss-libxml-perl/debian/copyright Sun Feb  1 14:28:14 2009
@@ -3,19 +3,6 @@
 Upstream-Maintainer: Daisuke Maki <dmaki at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/XML-RSS-LibXML/
 Upstream-Name: XML-RSS-LibXML
-
-X-Repackaging-Reasoning:
-  Upstream sources are repackaged to remove several files with unclear
-  licensing/copyright:
-    * t/data/2.0/sf-hs-with-lastBuildDate.rss
-    * t/data/2.0/sf-hs-with-pubDate.rss
-    * t/data/freshmeat.rdf
-    * t/data/merlyn1.rss
-    * t/data/rss-permalink.xml
-  Additionally, MANIFEST is trimmed from references to these files.
-  .
-  Repackaging is done via debian/repack.sh and can be replayed using either
-  "debian/rules get-orug-source" or "uscan -f".
 
 Files: *
 Copyright: Copyright (c) 2005-2007 Daisuke Maki <dmaki at cpan.org>,
@@ -32,7 +19,9 @@
  the same terms as Perl itself.
 
 Files: debian/*
-Copyright: 2008, Damyan Ivanov <dmn at debian.org>
+Copyright:
+ 2008, Damyan Ivanov <dmn at debian.org>
+ 2009, gregor herrmann <gregoa at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic
@@ -48,5 +37,3 @@
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
     Public License can be found in `/usr/share/common-licenses/GPL'
-Upstream source is repackaged to get rid of test files  with unclear
-copyright/licensing.

Modified: trunk/libxml-rss-libxml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-libxml-perl/debian/rules?rev=30368&op=diff
==============================================================================
--- trunk/libxml-rss-libxml-perl/debian/rules (original)
+++ trunk/libxml-rss-libxml-perl/debian/rules Sun Feb  1 14:28:14 2009
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	PERL_AUTOINSTALL=--skip dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp
@@ -22,7 +20,4 @@
 
 binary: binary-arch binary-indep
 
-get-orig-source:
-	uscan -f
-
-.PHONY: binary binary-arch binary-indep install clean build get-orig-source
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libxml-rss-libxml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-rss-libxml-perl/debian/watch?rev=30368&op=diff
==============================================================================
--- trunk/libxml-rss-libxml-perl/debian/watch (original)
+++ trunk/libxml-rss-libxml-perl/debian/watch Sun Feb  1 14:28:14 2009
@@ -1,7 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 # URL to the package page followed by a regex to search
-opts="dversionmangle=s/\+dfsg\.\d+//" \
-http://search.cpan.org/dist/XML-RSS-LibXML/ \
-.*/XML-RSS-LibXML-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
-debian sh debian/repack.sh
+http://search.cpan.org/dist/XML-RSS-LibXML/ .*/XML-RSS-LibXML-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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