r39219 - in /trunk/libpragmatic-perl/debian: ./ changelog compat control copyright rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri Jul 3 11:53:09 UTC 2009


Author: myon
Date: Fri Jul  3 11:53:03 2009
New Revision: 39219

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

Added:
    trunk/libpragmatic-perl/debian/
    trunk/libpragmatic-perl/debian/changelog
    trunk/libpragmatic-perl/debian/compat
    trunk/libpragmatic-perl/debian/control
    trunk/libpragmatic-perl/debian/copyright
    trunk/libpragmatic-perl/debian/rules   (with props)
    trunk/libpragmatic-perl/debian/watch

Added: trunk/libpragmatic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/changelog?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/changelog (added)
+++ trunk/libpragmatic-perl/debian/changelog Fri Jul  3 11:53:03 2009
@@ -1,0 +1,5 @@
+libpragmatic-perl (1.7-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Fri, 3 Jul 2009 13:21:56 +0200

Added: trunk/libpragmatic-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/compat?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/compat (added)
+++ trunk/libpragmatic-perl/debian/compat Fri Jul  3 11:53:03 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpragmatic-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/control?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/control (added)
+++ trunk/libpragmatic-perl/debian/control Fri Jul  3 11:53:03 2009
@@ -1,0 +1,25 @@
+Source: libpragmatic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Pragmatic/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpragmatic-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpragmatic-perl/
+
+Package: libpragmatic-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Adds pragmata to Exporter
+ Pragmatic implements a default import method for processing pragmata before
+ passing the rest of the import to Exporter.
+ .
+ Perl automatically calls the import method when processing a use statement
+ for a module. Modules and use are documented in perlfunc and perlmod.
+ .
+ (Do not confuse Pragmatic with pragmatic modules, such as less, strict and
+ the like. They are standalone pragmata, and are not associated with any other
+ module.)

Added: trunk/libpragmatic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/copyright?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/copyright (added)
+++ trunk/libpragmatic-perl/debian/copyright Fri Jul  3 11:53:03 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: B. K. Oxley (binkley) <binkley at alumni.rice.edu>
+Upstream-Source: http://search.cpan.org/dist/Pragmatic/
+Upstream-Name: Pragmatic
+Comment:
+ Initial packaging of this module was kindly funded by Dembach Goo Informatik
+ on behalf of Allianz24.
+
+Files: *
+Copyright: 1999-2005, B. K. Oxley (binkley) <binkley at alumni.rice.edu>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+License: Artistic | 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'
+
+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'

Added: trunk/libpragmatic-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/rules?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/rules (added)
+++ trunk/libpragmatic-perl/debian/rules Fri Jul  3 11:53:03 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libpragmatic-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpragmatic-perl/debian/watch?rev=39219&op=file
==============================================================================
--- trunk/libpragmatic-perl/debian/watch (added)
+++ trunk/libpragmatic-perl/debian/watch Fri Jul  3 11:53:03 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pragmatic/   .*/Pragmatic-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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