r38023 - in /trunk/libstring-random-perl: Build.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

bartm at users.alioth.debian.org bartm at users.alioth.debian.org
Thu Jun 11 18:27:39 UTC 2009


Author: bartm
Date: Thu Jun 11 18:27:34 2009
New Revision: 38023

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38023
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libstring-random-perl/debian/
    trunk/libstring-random-perl/debian/changelog
    trunk/libstring-random-perl/debian/compat
    trunk/libstring-random-perl/debian/control
    trunk/libstring-random-perl/debian/copyright
    trunk/libstring-random-perl/debian/rules   (with props)
    trunk/libstring-random-perl/debian/watch
Modified:
    trunk/libstring-random-perl/Build.PL

Modified: trunk/libstring-random-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/Build.PL?rev=38023&op=diff
==============================================================================
--- trunk/libstring-random-perl/Build.PL (original)
+++ trunk/libstring-random-perl/Build.PL Thu Jun 11 18:27:34 2009
@@ -6,6 +6,7 @@
     module_name         => 'String::Random',
     license             => 'perl',
     dist_author         => 'Steven Pritchard <steve at silug.org>',
+    create_packlist	=> 0,
     requires => {
         'Test::More'    => 0,
     },

Added: trunk/libstring-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/changelog?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/changelog (added)
+++ trunk/libstring-random-perl/debian/changelog Thu Jun 11 18:27:34 2009
@@ -1,0 +1,59 @@
+libstring-random-perl (1:0.22-3) unstable; urgency=low
+
+  * Handing over this package to the Debian Perl Group.
+
+ -- Bart Martens <bartm-perl at knars.be>  Thu, 11 Jun 2009 20:15:36 +0200
+
+libstring-random-perl (1:0.22-2) unstable; urgency=low
+
+  * debian/control: Standards-Version, Homepage, my e-mail address.
+  * Build.PL: Set create_packlist to 0.
+
+ -- Bart Martens <bartm at debian.org>  Sat, 30 Aug 2008 19:19:05 +0200
+
+libstring-random-perl (1:0.22-1) unstable; urgency=low
+
+  * New maintainer.  Closes: #399253.
+  * New upstream release.  Closes: #381501.
+  * debian/changelog: Added "epoch" to the version, because 0.198 > 0.22.
+  * debian/compat, debian/control: debhelper 5.
+  * debian/control: Build-Depends on libmodule-build-perl and cdbs.
+  * debian/control: Section: perl.
+  * debian/control: Standards-Version: 3.7.2.
+  * debian/copyright: Updated.
+  * debian/docs: Removed.
+  * debian/rules: Rewritten using cdbs and Module::Build.
+  * debian/watch: Added.
+
+ -- Bart Martens <bartm at knars.be>  Sat, 24 Mar 2007 07:45:31 +0100
+
+libstring-random-perl (0.198-4) unstable; urgency=low
+
+  * Standards-Version: 3.5.9. 
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Wed, 12 Mar 2003 04:32:46 -0600
+
+libstring-random-perl (0.198-3) unstable; urgency=low
+
+  * Standards-Version: 3.5.8.
+  * correct Build-Depends-Indep on debhelper 3.0.18 or higher.
+  * use make realclean in debian/rules clean target.
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Fri,  7 Mar 2003 17:54:25 -0600
+
+libstring-random-perl (0.198-2) unstable; urgency=low
+
+  * use copyright text from source file instead of README in
+    debian/changelog. (Closes: #157651)
+  * removed package name from short description.
+  * Sponsored by Matthew Palmer <mpalmer at debian.org>
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Thu, 22 Aug 2002 01:09:37 -0500
+
+libstring-random-perl (0.198-1) unstable; urgency=low
+
+  * Initial Release.
+  * Sponsored by Matthew Palmer <mpalmer at debian.org>
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Wed, 29 May 2002 17:19:00 -0500
+

Added: trunk/libstring-random-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/compat?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/compat (added)
+++ trunk/libstring-random-perl/debian/compat Thu Jun 11 18:27:34 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libstring-random-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/control?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/control (added)
+++ trunk/libstring-random-perl/debian/control Thu Jun 11 18:27:34 2009
@@ -1,0 +1,15 @@
+Source: libstring-random-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Bart Martens <bartm-perl at knars.be>
+Build-Depends: cdbs, debhelper (>= 5), libmodule-build-perl
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/String-Random/
+
+Package: libstring-random-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module for generating random strings
+ This module is used to generate random strings. It was written to
+ make generating random passwords and such a little easier.

Added: trunk/libstring-random-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/copyright?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/copyright (added)
+++ trunk/libstring-random-perl/debian/copyright Thu Jun 11 18:27:34 2009
@@ -1,0 +1,29 @@
+This package was debianized by Paul Baker <pbaker at where2getit.com> on
+Wed, 29 May 2002 17:19:00 -0500.
+
+It was downloaded from http://search.cpan.org/dist/String-Random/
+
+Upstream Author: Steven Pritchard <steve at silug.org>
+
+Copyright (C) 1999-2006 Steven Pritchard <steve at silug.org>
+
+Licenses:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    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'.
+
+The Debian packaging is
+Copyright (C) 2002-2003 Paul Baker (w2gi) <pbaker at where2getit.com>
+Copyright (C) 2007-2009, Bart Martens <bartm at knars.be>
+and is licensed under the GPL, see above.
+

Added: trunk/libstring-random-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/rules?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/rules (added)
+++ trunk/libstring-random-perl/debian/rules Thu Jun 11 18:27:34 2009
@@ -1,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+update-config::
+	[ -e Build ] || perl Build.PL
+
+reverse-config::
+	rm -f Build
+
+build/libstring-random-perl::
+	[ -d blib ] || ( ./Build && ./Build test )
+
+install/libstring-random-perl::
+	./Build install \
+		destdir=debian/libstring-random-perl \
+		--install_path lib=/usr/share/perl5 \
+		--install_path libdoc=/usr/share/man/man3 \
+
+clean::
+	rm -rf _build/ blib/

Propchange: trunk/libstring-random-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libstring-random-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-random-perl/debian/watch?rev=38023&op=file
==============================================================================
--- trunk/libstring-random-perl/debian/watch (added)
+++ trunk/libstring-random-perl/debian/watch Thu Jun 11 18:27:34 2009
@@ -1,0 +1,4 @@
+version=3
+opts="uversionmangle=s/^v(\d)/$1/;s/^\.(\d)/0.$1/" \
+http://search.cpan.org/dist/String-Random/ \
+.*/String-Random-(v?[\d\._]+(?:a|b|b\d+|RC\d+)?).(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z)




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