r53001 - in /trunk/libscalar-defer-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Feb 18 02:38:16 UTC 2010


Author: jawnsy-guest
Date: Thu Feb 18 02:38:10 2010
New Revision: 53001

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53001
Log:
* Standards-Version 3.8.4 (drop perl version dep)
* Use new short debhelper rules format
* Add myself to Uploaders and Copyright
* Rewrite control description
* Update copyright to new DEP5 format

Modified:
    trunk/libscalar-defer-perl/debian/changelog
    trunk/libscalar-defer-perl/debian/control
    trunk/libscalar-defer-perl/debian/copyright
    trunk/libscalar-defer-perl/debian/rules

Modified: trunk/libscalar-defer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-defer-perl/debian/changelog?rev=53001&op=diff
==============================================================================
--- trunk/libscalar-defer-perl/debian/changelog (original)
+++ trunk/libscalar-defer-perl/debian/changelog Thu Feb 18 02:38:10 2010
@@ -1,14 +1,17 @@
 libscalar-defer-perl (0.23-1) UNRELEASED; urgency=low
-
-  TODO: refresh metadata
 
   [ Jonathan Yu ]
   * New upstream release
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Use new short debhelper rules format
+  * Add myself to Uploaders and Copyright
+  * Rewrite control description
+  * Update copyright to new DEP5 format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 16:39:40 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 21:54:25 -0500
 
 libscalar-defer-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libscalar-defer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-defer-perl/debian/control?rev=53001&op=diff
==============================================================================
--- trunk/libscalar-defer-perl/debian/control (original)
+++ trunk/libscalar-defer-perl/debian/control Thu Feb 18 02:38:10 2010
@@ -2,22 +2,23 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0), libexporter-lite-perl,
+Build-Depends-Indep: perl, libexporter-lite-perl,
  libclass-insideout-perl, libio-capture-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- Jaldhar H. Vyas <jaldhar at debian.org>,
+ Jaldhar H. Vyas <jaldhar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Scalar-Defer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscalar-defer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscalar-defer-perl/
 
 Package: libscalar-defer-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libexporter-lite-perl, libclass-insideout-perl
-Description: Lazy evaluation in Perl
- Scalar::Defer exports two functions, defer and lazy, for constructing
- values that are evaluated on demand.  It also exports a force function
- to force evaluation of a deferred value.
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-insideout-perl,
+ libexporter-lite-perl
+Description: module providing lazy evaluation for Perl
+ Scalar::Defer is a Perl module that exports two functions, defer and lazy,
+ which can be used to construct values that are evaluated as needed. It also
+ provides a function to force immediate evaluation of a deferred value.

Modified: trunk/libscalar-defer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-defer-perl/debian/copyright?rev=53001&op=diff
==============================================================================
--- trunk/libscalar-defer-perl/debian/copyright (original)
+++ trunk/libscalar-defer-perl/debian/copyright Thu Feb 18 02:38:10 2010
@@ -1,45 +1,53 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=102
-Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
-Debianized-Date: Sat, 28 Jun 2008 17:06:06 +0200
-Original-Source-Location: http://search.cpan.org/dist/Scalar-Defer/
-Upstream-Author: Audrey Tang <cpan at audreyt.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Audrey Tang <cpan at audreyt.org>
+Source: http://search.cpan.org/dist/Scalar-Defer/
+Name: Scalar-Defer
 
 Files: *
-Copyright: Copyright 2006, 2007, 2008, 2009 by Audrey Tang <cpan at audreyt.org>.
+Copyright: 2006-2009, Audrey Tang <cpan at audreyt.org>
 License: MIT
- This software is released under the MIT license cited below.
 
-Files: inc/*
-Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
-License: GPL-1+ | Artistic
- This program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
+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+
 
 Files: debian/*
-Copyright:
- © 2008,      AGOSTINI Yves <agostini at univ-metz.fr>
- © 2008-2009, gregor herrmann <gregoa at debian.org>
- © 2008-2009, Rene Mayorga <rmayorga at debian.org>
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2009, Ansgar Burchardt <ansgar at 43-1.org>
+ 2008, AGOSTINI Yves <agostini at univ-metz.fr>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, gregor herrmann <gregoa at debian.org>
 License: MIT
- The Debian packaging is put under the same terms as the module itself.
 
-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'.
+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'
 
-MIT License:
+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'
 
+License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
  to deal in the Software without restriction, including without limitation
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
-
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

Modified: trunk/libscalar-defer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-defer-perl/debian/rules?rev=53001&op=diff
==============================================================================
--- trunk/libscalar-defer-perl/debian/rules (original)
+++ trunk/libscalar-defer-perl/debian/rules Thu Feb 18 02:38:10 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:
-
-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