r41291 - in /trunk/libxml-generator-perl: Changes Generator.pm META.yml README debian/changelog debian/compat debian/control debian/copyright debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 01:30:34 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 01:30:24 2009
New Revision: 41291

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41291
Log:
No release necessary
IGNORE-VERSION: 1.03-1
* New upstream release
  + Updated copyright information
* Added myself to Uploaders and Copyright
* Updated control description
* Changed to new dh 7 short rules format

Modified:
    trunk/libxml-generator-perl/Changes
    trunk/libxml-generator-perl/Generator.pm
    trunk/libxml-generator-perl/META.yml
    trunk/libxml-generator-perl/README
    trunk/libxml-generator-perl/debian/changelog
    trunk/libxml-generator-perl/debian/compat
    trunk/libxml-generator-perl/debian/control
    trunk/libxml-generator-perl/debian/copyright
    trunk/libxml-generator-perl/debian/rules

Modified: trunk/libxml-generator-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/Changes?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/Changes (original)
+++ trunk/libxml-generator-perl/Changes Tue Aug  4 01:30:24 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension XML::Generator.
+
+1.03     Thu Jul 30 17:02:00 2009
+    - Version bump because somebody released an unauthorized XML-Generator-1.02
 
 1.01     Tue Jul 8  11:45:00 2007
 	- Documentation cleanup.

Modified: trunk/libxml-generator-perl/Generator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/Generator.pm?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/Generator.pm (original)
+++ trunk/libxml-generator-perl/Generator.pm Tue Aug  4 01:30:24 2009
@@ -4,7 +4,7 @@
 use Carp;
 use vars qw/$VERSION $AUTOLOAD/;
 
-$VERSION = '1.01';
+$VERSION = '1.03';
 
 =head1 NAME
 

Modified: trunk/libxml-generator-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/META.yml?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/META.yml (original)
+++ trunk/libxml-generator-perl/META.yml Tue Aug  4 01:30:24 2009
@@ -1,10 +1,18 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         XML-Generator
-version:      1.01
-version_from: Generator.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               XML-Generator
+version:            1.03
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libxml-generator-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/README?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/README (original)
+++ trunk/libxml-generator-perl/README Tue Aug  4 01:30:24 2009
@@ -20,6 +20,9 @@
 RECENT CHANGES
 ------ -------
 
+1.03     Thu Jul 30 17:02:00 2009
+    - Version bump because somebody released an unauthorized XML-Generator-1.02
+
 1.01     Tue Jul 8  11:45:00 2007
 	- Documentation cleanup.
 
@@ -35,6 +38,6 @@
 
 COPYRIGHT
 ---------
-Copyright 1999-2007 Benjamin Holzman. All rights reserved.
+Copyright 1999-2009 Benjamin Holzman. All rights reserved.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.

Modified: trunk/libxml-generator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/debian/changelog?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/debian/changelog (original)
+++ trunk/libxml-generator-perl/debian/changelog Tue Aug  4 01:30:24 2009
@@ -1,4 +1,14 @@
-libxml-generator-perl (1.01-4) UNRELEASED; urgency=low
+libxml-generator-perl (1.03-1) UNRELEASED; urgency=low
+
+  No release necessary
+  IGNORE-VERSION: 1.03-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+    + Updated copyright information
+  * Added myself to Uploaders and Copyright
+  * Updated control description
+  * Changed to new dh 7 short rules format
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -10,7 +20,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:22 -0300
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 03 Aug 2009 17:25:11 -0400
 
 libxml-generator-perl (1.01-3) unstable; urgency=low
 

Modified: trunk/libxml-generator-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/debian/compat?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/debian/compat (original)
+++ trunk/libxml-generator-perl/debian/compat Tue Aug  4 01:30:24 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libxml-generator-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/debian/control?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/debian/control (original)
+++ trunk/libxml-generator-perl/debian/control Tue Aug  4 01:30:24 2009
@@ -1,14 +1,15 @@
 Source: libxml-generator-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libxml-dom-perl, libtie-ixhash-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Jay Bonci <jaybonci at debian.org>, gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/XML-Generator/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-generator-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-generator-perl/
-Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: perl, libxml-dom-perl, libtie-ixhash-perl
 
 Package: libxml-generator-perl
 Section: perl
@@ -17,6 +18,6 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl
 Suggests: libtie-ixhash-perl
 Description: Perl module for generating XML files
- This is a simple module to help in the generation of XML. Basically,
- you create an XML::Generator object and then call a method for each
- tag, supplying the contents of that tag as parameters.
+ XML::Generator is a simple Perl module to help in the generation of XML. You
+ can create a generator object and then call a method for each tag, supplying
+ the contents of that tag as parameters.

Modified: trunk/libxml-generator-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/debian/copyright?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/debian/copyright (original)
+++ trunk/libxml-generator-perl/debian/copyright Tue Aug  4 01:30:24 2009
@@ -1,18 +1,29 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Tue, Nov 16, 1999, 21:42:50 +0100.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Benjamin Holzman <bholzman at earthlink.net>
+Upstream-Source: http://search.cpan.org/dist/XML-Generator/
+Upstream-Name: XML-Generator
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN):
-http://search.cpan.org/dist/XML-Generator/
+Files: *
+Copyright: 1999-2009, Benjamin Holzman <bholzman at earthlink.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Benjamin Holzman <bholzman at earthlink.net>
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.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) 1999-2007 Benjamin Holzman. All rights reserved.
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+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'
 
-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'.

Modified: trunk/libxml-generator-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-generator-perl/debian/rules?rev=41291&op=diff
==============================================================================
--- trunk/libxml-generator-perl/debian/rules (original)
+++ trunk/libxml-generator-perl/debian/rules Tue Aug  4 01:30:24 2009
@@ -1,62 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-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
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh --with quilt $@




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