r51273 - in /trunk/libscope-upper-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 20 01:58:03 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 20 01:57:56 2010
New Revision: 51273

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51273
Log:
* Refresh copyright to DEP5 format
* Standards-Version 3.8.3 (no changes)
* Use new short debhelper rules format

Modified:
    trunk/libscope-upper-perl/debian/changelog
    trunk/libscope-upper-perl/debian/control
    trunk/libscope-upper-perl/debian/copyright
    trunk/libscope-upper-perl/debian/rules

Modified: trunk/libscope-upper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscope-upper-perl/debian/changelog?rev=51273&op=diff
==============================================================================
--- trunk/libscope-upper-perl/debian/changelog (original)
+++ trunk/libscope-upper-perl/debian/changelog Wed Jan 20 01:57:56 2010
@@ -3,6 +3,9 @@
   [ Jonathan Yu ]
   * New upstream release
   * Added myself to Uploaders and Copyright
+  * Refresh copyright to DEP5 format
+  * Standards-Version 3.8.3 (no changes)
+  * Use new short debhelper rules format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -15,7 +18,7 @@
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 19 Jan 2010 15:14:59 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 19 Jan 2010 21:08:07 -0500
 
 libscope-upper-perl (0.08-1) unstable; urgency=low
 

Modified: trunk/libscope-upper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscope-upper-perl/debian/control?rev=51273&op=diff
==============================================================================
--- trunk/libscope-upper-perl/debian/control (original)
+++ trunk/libscope-upper-perl/debian/control Wed Jan 20 01:57:56 2010
@@ -1,12 +1,11 @@
 Source: libscope-upper-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7), perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.1
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Scope-Upper/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscope-upper-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscope-upper-perl/
@@ -14,15 +13,14 @@
 Package: libscope-upper-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perl module to manipulate upper scopes
- Scope::Upper lets you defer actions at run-time that will take place when the
- control flow returns into an upper scope.
+Description: module to manipulate upper scopes
+ Scope::Upper is a Perl module that provides a way for Perl programs to defer
+ actions at run-time until the control flow returns to the upper scope. It
+ currently enables developers to:
  .
- Currently, developers can:
- .
-  * Hook an upper scope end with "reap";
+  * Hook an upper scope end with "reap"
   * Localize variables, array/hash values or deletions of elements in
     higher contexts with respectively "localize", "localize_elem" and
-    "localize_delete";
+    "localize_delete"
   * Return values immediately to an upper level with "unwind", and know
-    which context was in use then with "want_at".
+    which context was in use then with "want_at"

Modified: trunk/libscope-upper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscope-upper-perl/debian/copyright?rev=51273&op=diff
==============================================================================
--- trunk/libscope-upper-perl/debian/copyright (original)
+++ trunk/libscope-upper-perl/debian/copyright Wed Jan 20 01:57:56 2010
@@ -1,29 +1,30 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Vincent Pit <perl at profvince.com>
-Upstream-Source: http://search.cpan.org/dist/Scope-Upper/
-Upstream-Name: Scope-Upper
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Vincent Pit <perl at profvince.com>
+Source: http://search.cpan.org/dist/Scope-Upper/
+Name: Scope-Upper
 
 Files: *
-Copyright: 2008-2009, Vincent Pit <perl at profvince.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2008-2010, Vincent Pit <perl at profvince.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
  2009, gregor herrmann <gregoa at debian.org>
-License: Artistic | GPL-1+
+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/libscope-upper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscope-upper-perl/debian/rules?rev=51273&op=diff
==============================================================================
--- trunk/libscope-upper-perl/debian/rules (original)
+++ trunk/libscope-upper-perl/debian/rules Wed Jan 20 01:57:56 2010
@@ -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