r50930 - in /trunk/libnamespace-clean-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jan 14 20:40:43 UTC 2010


Author: jawnsy-guest
Date: Thu Jan 14 20:40:37 2010
New Revision: 50930

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50930
Log:
* Use debhelper 7.2.13 for AutoInstall
* Rewrite control description
* Update copyright information to DEP5 format
* Use new short debhelper rules format

Modified:
    trunk/libnamespace-clean-perl/debian/changelog
    trunk/libnamespace-clean-perl/debian/control
    trunk/libnamespace-clean-perl/debian/copyright
    trunk/libnamespace-clean-perl/debian/rules

Modified: trunk/libnamespace-clean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/changelog?rev=50930&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/changelog (original)
+++ trunk/libnamespace-clean-perl/debian/changelog Thu Jan 14 20:40:37 2010
@@ -1,17 +1,19 @@
 libnamespace-clean-perl (0.12-1) UNRELEASED; urgency=low
-
-  NOTE: still needs lots of cleanup
 
   [ Jonathan Yu ]
   * New upstream release
   * Update dependencies per upstream
   * Add myself to Uploaders and Copyright
   * Standards-Version 3.8.3 (drop perl version dep)
+  * Use debhelper 7.2.13 for AutoInstall
+  * Rewrite control description
+  * Update copyright information to DEP5 format
+  * Use new short debhelper rules format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Thu, 14 Jan 2010 13:55:22 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 14 Jan 2010 15:46:46 -0500
 
 libnamespace-clean-perl (0.11-1) unstable; urgency=low
 

Modified: trunk/libnamespace-clean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/control?rev=50930&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/control (original)
+++ trunk/libnamespace-clean-perl/debian/control Thu Jan 14 20:40:37 2010
@@ -1,7 +1,7 @@
 Source: libnamespace-clean-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl, libb-hooks-endofscope-perl,
  libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -18,18 +18,11 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libb-hooks-endofscope-perl,
  libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04)
 Description: module for keeping imports and functions out of the current namespace
- When you define a function, or import one, into a Perl package, it will
- naturally also be available as a method. This does not per se cause problems,
- but it can complicate subclassing and, for example, plugin classes that are
- included via multiple inheritance by loading them as base classes.
+ namespace::clean is a Perl pragma for keeping imported functions out of the
+ current namespace. This is especially important because Perl functions are
+ naturally available as methods, which can complicate subclassing.
  .
- The "namespace::clean" pragma will remove all previously declared or imported
- symbols at the end of the current package's compile cycle.  Functions called
- in the package itself will still be bound by their name, but they won't show
- up as methods on your class or instances.
- .
- It is also possible to explicitely tell "namespace::clean" what packages to
- remove when the surrounding scope has finished compiling.
- .
- You can tell "namespace::clean" that you want to clean up another package
- instead of the one importing.
+ Using the namespace::clean pragma will remove all previously declared or
+ imported symbols at the end of the current package's compile cycle. This
+ means that functions called in the package itself will still be bound by
+ their name, but they won't show up as methods on your class or instances.

Modified: trunk/libnamespace-clean-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/copyright?rev=50930&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/copyright (original)
+++ trunk/libnamespace-clean-perl/debian/copyright Thu Jan 14 20:40:37 2010
@@ -1,34 +1,40 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Robert 'phaylon' Sedlacek <rs at 474.at>
-Upstream-Source-Location: http://search.cpan.org/dist/namespace-clean/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Robert Sedlacek <rs at 474.at>
+Source: http://search.cpan.org/dist/namespace-clean/
+Name: namespace-clean
 
 Files: *
-Copyright: © 2007, Robert 'phaylon' Sedlacek <rs at 474.at>
-License-Alias: Perl
-License: GPL-1+ | Artistic
+Copyright: 2007, Robert Sedlacek <rs at 474.at>
+License: Artistic or GPL-1+
 
-Files: inc/*
-Copyright: © 2002-2009, Brian Ingerson, Audrey Tang and Adam Kennedy
-License: GPL-1+ | Artistic
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: © 2007, Damyan Ivanov <dmn at debian.org>
-           © 2008, Rene Mayorga <rmayorga at debian.org.sv>
-           © 2008-2009, gregor herrmann <gregoa at debian.org>
-           © 2008, Roberto C. Sanchez <roberto at debian.org>
-           © 2009, Antonio Radici <antonio at dyne.org>
-License: GPL-1+ | Artistic
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2009, Antonio Radici <antonio at dyne.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2007, Damyan Ivanov <dmn at debian.org>
+License: Artistic or GPL-1+
 
 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'
+ 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'
 
 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'
+ 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/libnamespace-clean-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/rules?rev=50930&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/rules (original)
+++ trunk/libnamespace-clean-perl/debian/rules Thu Jan 14 20:40:37 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	PERL_AUTOINSTALL="--skip" dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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