r31269 - in /trunk/libxml-sax-perl/debian: README.Debian-source changelog compat control copyright libxml-sax-perl.docs libxml-sax-perl.examples libxml-sax-perl.install libxml-sax-perl.links libxml-sax-perl.manpages rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sun Mar 1 11:34:04 UTC 2009


Author: antonio-guest
Date: Sun Mar  1 11:34:00 2009
New Revision: 31269

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31269
Log:
mostly copyright updates

Added:
    trunk/libxml-sax-perl/debian/libxml-sax-perl.docs
    trunk/libxml-sax-perl/debian/libxml-sax-perl.examples
    trunk/libxml-sax-perl/debian/libxml-sax-perl.install
    trunk/libxml-sax-perl/debian/libxml-sax-perl.links   (with props)
    trunk/libxml-sax-perl/debian/libxml-sax-perl.manpages
Removed:
    trunk/libxml-sax-perl/debian/README.Debian-source
Modified:
    trunk/libxml-sax-perl/debian/changelog
    trunk/libxml-sax-perl/debian/compat
    trunk/libxml-sax-perl/debian/control
    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=31269&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/changelog (original)
+++ trunk/libxml-sax-perl/debian/changelog Sun Mar  1 11:34:00 2009
@@ -5,8 +5,23 @@
   * debian/control:
     + Adding me to the uploaders
     + Standards-Version bumped to 3.8.0
+    + dh compatibility >= 7
+    + removed duplicate priority and section from the binary package
   * debian/libxml-sax-perl.([^(:?dirs)]) renamed to $1
   * debian/README.source updated to the latest quilt one
+  * debian/rules custom directives moved to proper files before
+    refreshing to dh7 
+    + libpam-xml-perl.links
+    + libxml-sax-perl.install
+    + libxml-sax-perl.examples
+    + libxml-sax-perl.docs
+      * Changes is now installed by dh_installdocs not dh_installchangelog
+    + libxml-sax-perl.manpages
+  * debian/compat bumped to 7
+  * debian/README.Debian-source contents moved to debian/copyright
+  * debian/copyright:
+    + upgrade to the new format
+    + added info about repack.pl and what we are excluding from the orig source
 
   [Franck Joncourt]
   * Replace uversionmangle by dversionmangle in debian/watch.

Modified: trunk/libxml-sax-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/compat?rev=31269&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/compat (original)
+++ trunk/libxml-sax-perl/debian/compat Sun Mar  1 11:34:00 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libxml-sax-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/control?rev=31269&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/control (original)
+++ trunk/libxml-sax-perl/debian/control Sun Mar  1 11:34:00 2009
@@ -8,12 +8,10 @@
 Homepage: http://search.cpan.org/dist/XML-SAX/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-perl/
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl, libxml-namespacesupport-perl
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 
 Package: libxml-sax-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-namespacesupport-perl, ucf (>= 0.28)
 Recommends: libxml-sax-expat-perl

Modified: trunk/libxml-sax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/copyright?rev=31269&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/copyright (original)
+++ trunk/libxml-sax-perl/debian/copyright Sun Mar  1 11:34:00 2009
@@ -1,68 +1,68 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sun, Dec 30, 2001, 21:35:12 -0600.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Grant McLean, grantm at cpan.org
+Upstream-Source: http://search.cpan.org/dist/XML-SAX/
+Upstream-Name: XML-SAX
 
-It can be downloaded from the Comprehensive Perl Archive Network (CPAN)
-at http://search.cpan.org/dist/XML-SAX .
+X-Repackaging-Reasoning:
+  Upstream sources are repackaged to remove several files with unclear
+  licensing/copyright:
+    + testcases/xmltest.xml  (See #452872)
+  Repackaging is done via debian/repack.pk and can be replayed using "uscan"
 
-Upstream Authors: Matt Sergeant <matt at sergeant.org>
-                  Kip Hampton <khampton at totalcinema.com>
-                  Robin Berjon <robin at knowscape.com>
-                  Grant McLean <grantm at cpan.org>
+Files: *
+Copyright: Matt Sergeant, matt at sergeant.org
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Note that one non-free file has been removed from the upstream tarball.
-See #452872 and README.Debian-source.
+Files: 
+ XML/SAX/*.pm
+ XML/SAX/DTDDecls.pm
+ XML/SAX/EncodingDetect.pm
+ XML/SAX/Productions.pm
+ XML/SAX/Reader.pm
+ XML/SAX/Reader/String.pm
+ XML/SAX/Reader/UnicodeExt.pm
+Copyright: Grant McLean, grantm at cpan.org
+License: Artistic | GPL-1+
 
-Copyright and license:
+Files: XML/SAX/DocumentLocator.pm
+Copyright: Matt Sergeant, matt at sergeant.org
+License: Artistic | GPL-1+
 
-From README:
- The files in this distribution are copyrighted their respective authors
- as detailed in the POD documentation of each module.
+Files: XML-SAX-Base/Makefile.PL
+Copyright:
+ Kip Hampton <khampton at totalcinema.com>
+ Robin Berjon <robin at knowscape.com>
+ Matt Sergeant <matt at sergeant.org>
+License: Artistic | GPL-1+
 
-From LICENSE:
- XML::SAX is dual licensed under the same terms as Perl itself.
+Files: debian/*
+Copyright: 
+ 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ 2004, Jay Bonci <jaybonci at debian.org>
+ 2006, Gunnar Wolf <gwolf at debian.org>
+ 2007, Robert S. Edmonds <edmonds at debian.org>
+ 2007-2008, Niko Tyni <ntyni at debian.org>
+ 2009, gregor herrmann <gregoa at debian.org>
+ 2009, Franck Joncourt
+ 2009, Antonio Radici <antonio at dyne.org>
+License: Artistic | GPL-1+
 
- This means at your choice, either the Perl Artistic License, or
- the GNU GPL version 1 or higher.
+Files: debian/repack.pl
+Copyright: 2007, Niko Tyni <ntyni at iki.fi> 
+License: Artistic | GPL-1+
 
-Author and copyright notices in individual files:
+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'
 
-SAX.pm:
- AUTHORS:
-  Grant McLean, grantm at cpan.org
-  Matt Sergeant, matt at sergeant.org
-  Kip Hampton, khampton at totalcinema.com
-  Robin Berjon, robin at knowscape.com
-
-SAX/PurePerl.pm:
- Matt Sergeant, matt at sergeant.org. Copyright 2001.
-
- This is free software. You may use it or redistribute it under the same
- terms as Perl 5.7.2 itself.
-
-SAX/ParserFactory.pm, SAX/Intro.pod:
- AUTHOR: Matt Sergeant, matt at sergeant.org
-
-XML-SAX-Base/Makefile.PL:
- AUTHORS: 
-  Kip Hampton (khampton at totalcinema.com)
-  Robin Berjon (robin at knowscape.com)
-  Matt Sergeant (matt at sergeant.org)
-
-Both the current version of Perl and version 5.7.2 are licensed under
-your choice of the Artistic license and the GNU General Public License
-version 1 or later.
-
-On a Debian system a copy of the Perl Artistic license can be found in
-the file '/usr/share/common-licenses/Artistic' and a copy of the current 
-GPL version can be found in the file '/usr/share/common-licenses/GPL'.
-
-The copyright and license of the Debian packaging, particularly the most
-creative content in update-perl-sax-parsers, is
-
- Copyright (c) 2001-2003 Ardo van Rangelrooij <ardo at debian.org> 
- Copyright (C) 2007      Niko Tyni
-
- This is free software; see the GNU General Public Licence version 2
- or later for copying conditions.  There is NO warranty.
-
--- Niko Tyni <ntyni at iki.fi> Sun, 25 Nov 2007 11:45:11 +0200
+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'

Added: trunk/libxml-sax-perl/debian/libxml-sax-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.docs?rev=31269&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.docs (added)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.docs Sun Mar  1 11:34:00 2009
@@ -1,0 +1,1 @@
+Changes

Added: trunk/libxml-sax-perl/debian/libxml-sax-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.examples?rev=31269&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.examples (added)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.examples Sun Mar  1 11:34:00 2009
@@ -1,0 +1,2 @@
+examples/*
+debian/examples/*

Added: trunk/libxml-sax-perl/debian/libxml-sax-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.install?rev=31269&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.install (added)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.install Sun Mar  1 11:34:00 2009
@@ -1,0 +1,1 @@
+debian/update-perl-sax-parsers usr/bin

Added: trunk/libxml-sax-perl/debian/libxml-sax-perl.links
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.links?rev=31269&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.links (added)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.links Sun Mar  1 11:34:00 2009
@@ -1,0 +1,1 @@
+/etc/perl/XML/SAX/ParserDetails.ini /usr/share/perl5/XML/SAX/ParserDetails.ini

Propchange: trunk/libxml-sax-perl/debian/libxml-sax-perl.links
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: trunk/libxml-sax-perl/debian/libxml-sax-perl.manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/libxml-sax-perl.manpages?rev=31269&op=file
==============================================================================
--- trunk/libxml-sax-perl/debian/libxml-sax-perl.manpages (added)
+++ trunk/libxml-sax-perl/debian/libxml-sax-perl.manpages Sun Mar  1 11:34:00 2009
@@ -1,0 +1,1 @@
+debian/update-perl-sax-parsers.8

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/rules?rev=31269&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Sun Mar  1 11:34:00 2009
@@ -1,81 +1,23 @@
 #!/usr/bin/make -f
-## ----------------------------------------------------------------------
-## debian/rules : package script for libxml-sax-perl
-## ----------------------------------------------------------------------
 
-## ----------------------------------------------------------------------
-## uncomment this to turn on verbose mode
-#export DH_VERBOSE=1
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-## ----------------------------------------------------------------------
-PACKAGE=$(shell dh_listpackages)
+clean:
+	dh $@
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP_DIR =$(CURDIR)/debian/$(PACKAGE)
-
-# use quilt to manage debian/patches
-include /usr/share/quilt/quilt.make
-
-## ----------------------------------------------------------------------
-## targets
-
-clean: unpatch
-		dh_testdir
-		dh_testroot
-		dh_clean build-stamp install-stamp
-		# remove generated files
-		$(RM) XML-SAX-Base/lib/XML/SAX/*.pm t/lib/*
-		# touch the Makefile so it won't get rebuilt after 'unpatch' 
-		# has modified Makefile.PL
-		[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
-
-build:		build-stamp
-build-stamp: $(QUILT_STAMPFN)
-		dh_testdir
-		$(PERL) Makefile.PL INSTALLDIRS=vendor
-		$(MAKE)
-		$(MAKE) test
-		touch $@
-
-install:	install-stamp
-install-stamp:	build-stamp
-		dh_testdir
-		dh_testroot
-		dh_clean -k
-		dh_installdirs
-		$(MAKE) install PREFIX=$(TMP_DIR)/usr
-		[ ! -d $(TMP_DIR)/usr/lib/perl5 ] || \
-			rmdir --parents --ignore-fail-on-non-empty $(TMP_DIR)/usr/lib/perl5
-		touch $@
-
-binary-indep:	build install
-		dh_testdir
-		dh_testroot
-		dh_install debian/update-perl-sax-parsers usr/bin
-		dh_installman debian/update-perl-sax-parsers.8
-		dh_installdocs
-		dh_installexamples debian/examples/*
-		dh_installchangelogs Changes
-		dh_link /etc/perl/XML/SAX/ParserDetails.ini \
-		        /usr/share/perl5/XML/SAX/ParserDetails.ini
-		dh_compress
-		dh_fixperms
-		dh_installdeb
-		dh_perl
-		dh_gencontrol
-		dh_md5sums
-		dh_builddeb
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
 binary-arch:
 
-binary:		binary-indep binary-arch
+binary-indep: install
+	dh $@
 
-get-orig-source:
-	# debian/repack.pl: delete the file testfiles/xmltest.xml
-	chmod 755 debian/repack.pl
-	uscan --rename --force
+binary: binary-arch binary-indep
 
-.PHONY:		clean build install binary-indep binary-arch binary get-orig-source
+.PHONY: binary binary-arch binary-indep install clean build




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