r51689 - in /trunk/libxml-filter-xslt-perl/debian: changelog compat control copyright rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jan 28 17:55:05 UTC 2010


Author: ansgar-guest
Date: Thu Jan 28 17:54:57 2010
New Revision: 51689

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51689
Log:
TODO: Where does the information in debian/copyright come from?
TODO: Move changes to upstream source to a patch.
* Refresh rules for debhelper 7.
* Convert debian/rules to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* debian/control: Remove duplicate Section, Priority fields from binary
  package stanza.
* debian/control: Move debhelper to Build-Depends (instead of B-D-Indep).
* debian/control: Mention module name in description.

Modified:
    trunk/libxml-filter-xslt-perl/debian/changelog
    trunk/libxml-filter-xslt-perl/debian/compat
    trunk/libxml-filter-xslt-perl/debian/control
    trunk/libxml-filter-xslt-perl/debian/copyright
    trunk/libxml-filter-xslt-perl/debian/rules

Modified: trunk/libxml-filter-xslt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/changelog?rev=51689&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/changelog (original)
+++ trunk/libxml-filter-xslt-perl/debian/changelog Thu Jan 28 17:54:57 2010
@@ -1,4 +1,7 @@
 libxml-filter-xslt-perl (0.03-8) UNRELEASED; urgency=low
+
+  TODO: Where does the information in debian/copyright come from?
+  TODO: Move changes to upstream source to a patch.
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
@@ -10,8 +13,6 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.org> moved to
     Uploaders.
   * debian/watch: use dist-based URL.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Ryan Niebur ]
@@ -20,6 +21,15 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/rules to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * debian/control: Remove duplicate Section, Priority fields from binary
+    package stanza.
+  * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep).
+  * debian/control: Mention module name in description.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 09 Apr 2009 07:40:13 -0700
 

Modified: trunk/libxml-filter-xslt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/compat?rev=51689&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/compat (original)
+++ trunk/libxml-filter-xslt-perl/debian/compat Thu Jan 28 17:54:57 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-filter-xslt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/control?rev=51689&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/control (original)
+++ trunk/libxml-filter-xslt-perl/debian/control Thu Jan 28 17:54:57 2010
@@ -2,21 +2,20 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/XML-Filter-XSLT/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-filter-xslt-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-filter-xslt-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
 
 Package: libxml-filter-xslt-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxslt-perl, libxml-sax-perl, libxml-sax-writer-perl
 Description: Perl module for XSLT as a SAX Filter
- This module implements XSLT as a SAX Filter.  At the moment it only
- uses XML::LibXSLT as an XSLT transformer, but hopefully in the future
- we can support others too (it's written with that in mind).
+ The XML::Filter::XSLT module implements XSLT as a SAX Filter.  At the
+ moment it only uses XML::LibXSLT as an XSLT transformer, but hopefully
+ in the future we can support others too (it's written with that in mind).
  .
  The beauty is you can stick other things in the transformation chain
  if you want, or you can make the writer use XML::Handler::HTMLWriter

Modified: trunk/libxml-filter-xslt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/copyright?rev=51689&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/copyright (original)
+++ trunk/libxml-filter-xslt-perl/debian/copyright Thu Jan 28 17:54:57 2010
@@ -1,19 +1,31 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Fri, Jan  4, 2002, 23:05:34 -0600.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Matt Sergeant
+Source: http://search.cpan.org/dist/XML-Filter-XSLT/
+Name: XML-Filter-XSLT
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Copyright: © 2001, Matt Sergeant <matt at sergeant.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Matt Sergeant <matt at sergeant.org>
+Files: debian/*
+Copyright:
+ © 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2004,      Michael K. Edwards <medwards-debian at sane.net>
+ © 2004,      Jay Bonci <jaybonci at debian.org>
+ © 2005,      Florian Ragwitz <rafl at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Copyright:
+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.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright (C) 2001 Matt Sergeant, matt at sergeant.org
-
-This is free software. You may use it and distribute it under the
-same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    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'

Modified: trunk/libxml-filter-xslt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-filter-xslt-perl/debian/rules?rev=51689&op=diff
==============================================================================
--- trunk/libxml-filter-xslt-perl/debian/rules (original)
+++ trunk/libxml-filter-xslt-perl/debian/rules Thu Jan 28 17:54:57 2010
@@ -1,56 +1,3 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@




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