r41441 - in /trunk/libsub-current-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 7 01:34:23 UTC 2009


Author: jawnsy-guest
Date: Fri Aug  7 01:34:17 2009
New Revision: 41441

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41441
Log:
Updated description, use short rules format, added bug number to changelog

Modified:
    trunk/libsub-current-perl/debian/changelog
    trunk/libsub-current-perl/debian/control
    trunk/libsub-current-perl/debian/copyright
    trunk/libsub-current-perl/debian/rules

Modified: trunk/libsub-current-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/changelog?rev=41441&op=diff
==============================================================================
--- trunk/libsub-current-perl/debian/changelog (original)
+++ trunk/libsub-current-perl/debian/changelog Fri Aug  7 01:34:17 2009
@@ -1,17 +1,5 @@
 libsub-current-perl (0.02-1) UNRELEASED; urgency=low
 
-  [ Krzysztof Krzyżaniak (eloy) ]
-  TODO: fill ITP bug
-  
-  * Initial Release.
+  * Initial Release (Closes: #540300)
 
-  [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
-
-  [ gregor herrmann ]
-  * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
-    perl-maintainers at lists.alioth.debian.org> (was: Krzysztof Krzyżaniak
-    (eloy) <eloy at debian.org>); Krzysztof Krzyżaniak (eloy)
-    <eloy at debian.org> moved to Uploaders.
-
- -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 30 Oct 2008 15:15:28 +0100
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 06 Aug 2009 17:35:30 -0400

Modified: trunk/libsub-current-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/control?rev=41441&op=diff
==============================================================================
--- trunk/libsub-current-perl/debian/control (original)
+++ trunk/libsub-current-perl/debian/control Fri Aug  7 01:34:17 2009
@@ -1,23 +1,20 @@
 Source: libsub-current-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-16)
 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.0
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-current-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-current-perl/
 Homepage: http://search.cpan.org/dist/Sub-Current/
 
 Package: libsub-current-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description:  Get the current subroutine
- Sub::Current makes available a function ROUTINE(), that returns a code
- reference pointing at the currently executing subroutine.
- .
- In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
- this function will return undef.
- .
- Outside of a special block (that is, at the top level of a program)
- ROUTINE() will return undef as well.
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl module to determine the executing subroutine
+ Sub::Current provides a fairly magical function called ROUTINE() which returns
+ a code reference pointing at the currently executing subroutine. It does not
+ make sense to use this inside a special block (such as BEGIN, END, UNITCHECK,
+ CHECK or INIT) or at the top level of a program, so ROUTINE will return undef.

Modified: trunk/libsub-current-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/copyright?rev=41441&op=diff
==============================================================================
--- trunk/libsub-current-perl/debian/copyright (original)
+++ trunk/libsub-current-perl/debian/copyright Fri Aug  7 01:34:17 2009
@@ -1,17 +1,29 @@
-This is the debian package for the Sub-Current module.
-It was created by Krzysztof Krzyżaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Rafael Garcia-Suarez <rgarciasuarez at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/Sub-Current/
+Upstream-Name: Sub-Current
 
-It was downloaded from http://search.cpan.org/dist/Sub-Current/
+Files: *
+Copyright: 2007, Rafael Garcia-Suarez <rgarciasuarez at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-(c) Copyright 2007 by Rafael Garcia-Suarez.
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+License: Artistic | GPL-1+
 
-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 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'.
-
-The Debian packaging is (C) 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org> and
-is licensed under the same terms as the software itself (see above).
+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/libsub-current-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/rules?rev=41441&op=diff
==============================================================================
--- trunk/libsub-current-perl/debian/rules (original)
+++ trunk/libsub-current-perl/debian/rules Fri Aug  7 01:34:17 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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