r50060 - in /trunk/libxml-smart-perl/debian: changelog compat control copyright patches/ patches/series patches/spelling.patch rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 3 14:30:56 UTC 2010


Author: ansgar-guest
Date: Sun Jan  3 14:30:49 2010
New Revision: 50060

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50060
Log:
* Refresh rules for debhelper 7.
* No longer install README.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.3.
* Add myself to Uploaders.
* debian/control: Mention module name in description.
* debian/watch: Use extended regular expression to match upstream releases.
* New patch: spelling.patch to fix spelling error in documentation.
* Use source format 3.0 (quilt).

Added:
    trunk/libxml-smart-perl/debian/patches/
    trunk/libxml-smart-perl/debian/patches/series
    trunk/libxml-smart-perl/debian/patches/spelling.patch
    trunk/libxml-smart-perl/debian/source/
    trunk/libxml-smart-perl/debian/source/format
Modified:
    trunk/libxml-smart-perl/debian/changelog
    trunk/libxml-smart-perl/debian/compat
    trunk/libxml-smart-perl/debian/control
    trunk/libxml-smart-perl/debian/copyright
    trunk/libxml-smart-perl/debian/rules
    trunk/libxml-smart-perl/debian/watch

Modified: trunk/libxml-smart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/changelog?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/changelog (original)
+++ trunk/libxml-smart-perl/debian/changelog Sun Jan  3 14:30:49 2010
@@ -1,15 +1,24 @@
-libxml-smart-perl (1.6.9-3) UNRELEASED; urgency=low
+libxml-smart-perl (1.6.9-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:44 +0100
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * No longer install README.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.3.
+  * Add myself to Uploaders.
+  * debian/control: Mention module name in description.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * New patch: spelling.patch to fix spelling error in documentation.
+  * Use source format 3.0 (quilt).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 03 Jan 2010 23:30:24 +0900
 
 libxml-smart-perl (1.6.9-2) unstable; urgency=low
 

Modified: trunk/libxml-smart-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/compat?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/compat (original)
+++ trunk/libxml-smart-perl/debian/compat Sun Jan  3 14:30:49 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-smart-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/control?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/control (original)
+++ trunk/libxml-smart-perl/debian/control Sun Jan  3 14:30:49 2010
@@ -1,11 +1,12 @@
 Source: libxml-smart-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libobject-multitype-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libobject-multitype-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.6.1
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/XML-Smart/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-smart-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-smart-perl/
@@ -13,9 +14,9 @@
 Package: libxml-smart-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libobject-multitype-perl
-Description:  Convenience features for access to parsed XML trees
- With this module, nodes in an XML tree made with XML::LibXML can be
- accessed equally conveniently with the Perl syntax for hashes and arrays.
+Description: Perl module for access to parsed XML trees
+ With the XML::Smart module, nodes in an XML tree made with XML::LibXML can
+ be accessed equally conveniently with the Perl syntax for hashes and arrays.
  It also provides convenience features such as searching for nodes by
  attribute, selection of an attribute value in each of multiple nodes,
  change the format of returned data, and so forth.

Modified: trunk/libxml-smart-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/copyright?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/copyright (original)
+++ trunk/libxml-smart-perl/debian/copyright Sun Jan  3 14:30:49 2010
@@ -1,20 +1,29 @@
-This is the debian package for the XML::Smart module.
-It was created by Michael K. Edwards <medwards-debian at sane.net> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Graciliano Monteiro Passos
+Source: http://search.cpan.org/dist/XML-Smart/
+Name: XML-Smart
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Copyright: © 2000-2001, Paul Kulchenko <paulclinger at yahoo.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Graciliano M. P. <gm at virtuasites.com.br>
+Files: debian/*
+Copyright:
+ © 2004,      Michael K. Edwards <medwards-debian at sane.net>
+ © 2004-2005, Jay Bonci <jaybonci 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 2003, Graciliano M. P.  All rights reserved.
-
-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'

Added: trunk/libxml-smart-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/patches/series?rev=50060&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/patches/series (added)
+++ trunk/libxml-smart-perl/debian/patches/series Sun Jan  3 14:30:49 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libxml-smart-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/patches/spelling.patch?rev=50060&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/patches/spelling.patch (added)
+++ trunk/libxml-smart-perl/debian/patches/spelling.patch Sun Jan  3 14:30:49 2010
@@ -1,0 +1,23 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Sun, 03 Jan 2010 23:27:17 +0900
+Subject: Fix spelling error
+--- libxml-smart-perl.orig/lib/XML/Smart.pm
++++ libxml-smart-perl/lib/XML/Smart.pm
+@@ -1147,7 +1147,7 @@
+ way to send XML data through socket, just adding the length of the data in
+ the <?xml?> header.
+ 
+-You can use I<XML::Smart> with L<XML::Parser>, or with the 2 standart parsers of
++You can use I<XML::Smart> with L<XML::Parser>, or with the 2 standard parsers of
+ XML::Smart:
+ 
+ =over 10
+@@ -1401,7 +1401,7 @@
+ 
+ I<DTD> can be a source, file, GLOB or URL.
+ 
+-This method is usefull if you need to have the XML generated by I<data()>
++This method is useful if you need to have the XML generated by I<data()>
+ formated in a specific DTD, so, elements will be nodes automatically,
+ attributes will be checked, required elements and attributes will be created,
+ the element order will be set, etc...

Modified: trunk/libxml-smart-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/rules?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/rules (original)
+++ trunk/libxml-smart-perl/debian/rules Sun Jan  3 14:30:49 2010
@@ -1,90 +1,3 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =`pwd`/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
-
-	dh_clean
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	$(MAKE) install PREFIX=$(TMP)/usr
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-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 $@

Added: trunk/libxml-smart-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/source/format?rev=50060&op=file
==============================================================================
--- trunk/libxml-smart-perl/debian/source/format (added)
+++ trunk/libxml-smart-perl/debian/source/format Sun Jan  3 14:30:49 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libxml-smart-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-smart-perl/debian/watch?rev=50060&op=diff
==============================================================================
--- trunk/libxml-smart-perl/debian/watch (original)
+++ trunk/libxml-smart-perl/debian/watch Sun Jan  3 14:30:49 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Smart/ .*/XML-Smart-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Smart/   .*/XML-Smart-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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