r66826 - in /trunk/libpackage-pkg-perl/debian: ./ changelog compat control copyright libpackage-pkg-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 1 21:25:59 UTC 2011


Author: jawnsy-guest
Date: Sat Jan  1 21:25:53 2011
New Revision: 66826

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

Added:
    trunk/libpackage-pkg-perl/debian/
    trunk/libpackage-pkg-perl/debian/changelog
    trunk/libpackage-pkg-perl/debian/compat
    trunk/libpackage-pkg-perl/debian/control
    trunk/libpackage-pkg-perl/debian/copyright
    trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs
    trunk/libpackage-pkg-perl/debian/rules   (with props)
    trunk/libpackage-pkg-perl/debian/watch

Added: trunk/libpackage-pkg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/changelog?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/changelog (added)
+++ trunk/libpackage-pkg-perl/debian/changelog Sat Jan  1 21:25:53 2011
@@ -1,0 +1,5 @@
+libpackage-pkg-perl (0.0019-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 1 Jan 2011 16:40:03 -0500

Added: trunk/libpackage-pkg-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/compat?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/compat (added)
+++ trunk/libpackage-pkg-perl/debian/compat Sat Jan  1 21:25:53 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libpackage-pkg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/control?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/control (added)
+++ trunk/libpackage-pkg-perl/debian/control Sat Jan  1 21:25:53 2011
@@ -1,0 +1,30 @@
+Source: libpackage-pkg-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libclone-perl,
+ libmouse-perl,
+ libsub-install-perl,
+ libtest-most-perl,
+ libtry-tiny-perl,
+ perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Package-Pkg/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpackage-pkg-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpackage-pkg-perl/
+
+Package: libpackage-pkg-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclone-perl,
+ libmouse-perl,
+ libsub-install-perl,
+ libtry-tiny-perl
+Description: Handy package munging utilities
+ Package::Pkg is a collection of useful, miscellaneous package-munging
+ utilities. Functionality is accessed via the imported pkg keyword, although
+ you can also invoke functions directly from the package (Package::Pkg)
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libpackage-pkg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/copyright?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/copyright (added)
+++ trunk/libpackage-pkg-perl/debian/copyright Sat Jan  1 21:25:53 2011
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Robert Krimen <robertkrimen at gmail.com>
+Source: http://search.cpan.org/dist/Package-Pkg/
+Name: Package-Pkg
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Robert Krimen <robertkrimen at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Jonathan Yu <jawnsy at cpan.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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs (added)
+++ trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs Sat Jan  1 21:25:53 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libpackage-pkg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/rules?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/rules (added)
+++ trunk/libpackage-pkg-perl/debian/rules Sat Jan  1 21:25:53 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libpackage-pkg-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/watch?rev=66826&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/watch (added)
+++ trunk/libpackage-pkg-perl/debian/watch Sat Jan  1 21:25:53 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Package-Pkg/   .*/Package-Pkg-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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