r51964 - in /trunk/libclass-c3-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 31 23:54:15 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 31 23:54:09 2010
New Revision: 51964

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51964
Log:
* Use new short debhelper rules format
* Standards-Version 3.8.4 (drop perl version dep)
* Drop requirement for libmodule-build-perl, upstream uses
  Module::Install now
* Rewrite control description
* Drop unnecessary version dependencies
* Refresh copyright to new DEP5 format
* Add copyright info for M::I
* debian/watch: Update to ignore development releases.

Modified:
    trunk/libclass-c3-perl/debian/changelog
    trunk/libclass-c3-perl/debian/control
    trunk/libclass-c3-perl/debian/copyright
    trunk/libclass-c3-perl/debian/rules

Modified: trunk/libclass-c3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/changelog?rev=51964&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/changelog (original)
+++ trunk/libclass-c3-perl/debian/changelog Sun Jan 31 23:54:09 2010
@@ -1,12 +1,20 @@
 libclass-c3-perl (0.22-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new short debhelper rules format
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Drop requirement for libmodule-build-perl, upstream uses
+    Module::Install now
+  * Rewrite control description
+  * Drop unnecessary version dependencies
+  * Refresh copyright to new DEP5 format
+  * Add copyright info for M::I
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ Jonathan Yu ]
-  * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 30 Jan 2010 00:12:55 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 31 Jan 2010 19:06:10 -0500
 
 libclass-c3-perl (0.21-1) unstable; urgency=low
 

Modified: trunk/libclass-c3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/control?rev=51964&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/control (original)
+++ trunk/libclass-c3-perl/debian/control Sun Jan 31 23:54:09 2010
@@ -1,8 +1,10 @@
 Source: libclass-c3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-exception-perl (>= 0.15), libtest-pod-perl, libtest-pod-coverage-perl, libsub-name-perl, libalgorithm-c3-perl (>= 0.05), libclass-c3-xs-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-exception-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libsub-name-perl, libalgorithm-c3-perl,
+ libclass-c3-xs-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.8.1
@@ -10,19 +12,16 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-c3-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-c3-perl/
 
-
 Package: libclass-c3-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-exception-perl (>= 0.15), libalgorithm-c3-perl (>= 0.05)
+Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-c3-perl
 Recommends: libclass-c3-xs-perl
-Description:  A pragma to use the C3 method resolution order algortihm
- Class::C3 is pragma to change Perl 5's standard method resolution order from
- depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
- C3 method resolution order.
+Description: pragma for using the C3 method resolution order
+ Class::C3 is a Perl pragma that modifies the standard method resolution order
+ from depth-first left-to-right to the more sophisticated C3 method resolution
+ order.
  .
- C3 is the name of an algorithm which aims to provide a sane method resolution 
- order under multiple inheritence. It was first introduced in the langauge 
- Dylan, and then later adopted as the preferred MRO (Method Resolution Order) 
- for the new-style classes in Python 2.3. Most recently it has been adopted as 
- the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot objects 
- as well.
+ The C3 algorithm aims to provide a sane method resolution order with multiple
+ inheritance. It was first introduced in the Dylan language, later adopted for
+ Python 2.3. It is also the canonical MRO implementation for Perl 6 classes
+ and is the default for Parrot objects as well.

Modified: trunk/libclass-c3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/copyright?rev=51964&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/copyright (original)
+++ trunk/libclass-c3-perl/debian/copyright Sun Jan 31 23:54:09 2010
@@ -1,24 +1,37 @@
-This is the debian package for the Class::C3 module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Stevan Little <stevan at iinteractive.com>
+Source: http://search.cpan.org/dist/Class-C3/
+Name: Class-C3
 
-It was downloaded from:
-http://www.cpan.org/modules/by-module/Class/Class-C3-0.06.tar.gz
+Files: *
+Copyright: 2005, Infinity Interactive, Inc.
+License: Artistic or GPL-1+
 
-The upstream author is: Stevan Little, <stevan at iinteractive.com>.
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
-Copyright 2005 by Infinity Interactive, Inc.
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2005-2009, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+License: Artistic or GPL-1+
+X-Comment: it is assumed the authors license the Debian package
+ metadata under the same terms as upstream.
 
-This program is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
+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'
 
-Perl is distributed under licenses:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-  
-    b) the "Artistic License" which comes with Perl.
-  
-    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/libclass-c3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-perl/debian/rules?rev=51964&op=diff
==============================================================================
--- trunk/libclass-c3-perl/debian/rules (original)
+++ trunk/libclass-c3-perl/debian/rules Sun Jan 31 23:54:09 2010
@@ -1,22 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch build-stamp
-
-clean:
-	dh clean
-
-install: build install-stamp
-install-stamp:
-	dh install
-	touch install-stamp
-
-binary-arch: install
-
-
-binary-indep: install
-	dh binary-indep
-
-binary: binary-arch binary-indep
+%:
+	dh $@




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