r73676 - in /trunk/libdevel-patchperl-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Apr 27 19:48:55 UTC 2011


Author: ghedo-guest
Date: Wed Apr 27 19:48:44 2011
New Revision: 73676

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

Added:
    trunk/libdevel-patchperl-perl/debian/
    trunk/libdevel-patchperl-perl/debian/changelog
    trunk/libdevel-patchperl-perl/debian/compat
    trunk/libdevel-patchperl-perl/debian/control
    trunk/libdevel-patchperl-perl/debian/copyright
    trunk/libdevel-patchperl-perl/debian/rules   (with props)
    trunk/libdevel-patchperl-perl/debian/source/
    trunk/libdevel-patchperl-perl/debian/source/format
    trunk/libdevel-patchperl-perl/debian/watch

Added: trunk/libdevel-patchperl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/changelog?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/changelog (added)
+++ trunk/libdevel-patchperl-perl/debian/changelog Wed Apr 27 19:48:44 2011
@@ -1,0 +1,5 @@
+libdevel-patchperl-perl (0.30-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #624360)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Wed, 27 Apr 2011 20:56:32 +0200

Added: trunk/libdevel-patchperl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/compat?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/compat (added)
+++ trunk/libdevel-patchperl-perl/debian/compat Wed Apr 27 19:48:44 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libdevel-patchperl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/control?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/control (added)
+++ trunk/libdevel-patchperl-perl/debian/control Wed Apr 27 19:48:44 2011
@@ -1,0 +1,24 @@
+Source: libdevel-patchperl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+ libfile-pushd-perl,
+ libtest-script-perl
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Devel-PatchPerl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-patchperl-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-patchperl-perl/
+
+Package: libdevel-patchperl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libfile-pushd-perl
+Description: Perl module to patch perl source a la Devel::PPort's buildperl.pl
+ Devel::PatchPerl is a modularisation of the patching code contained in
+ Devel::PPort's buildperl.pl.
+ .
+ It does not build perls, it merely provides an interface to the source
+ patching functionality.

Added: trunk/libdevel-patchperl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/copyright?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/copyright (added)
+++ trunk/libdevel-patchperl-perl/debian/copyright Wed Apr 27 19:48:44 2011
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Chris Williams <chris at bingosnet.co.uk>
+Source: http://search.cpan.org/dist/Devel-PatchPerl/
+Name: Devel-PatchPerl
+
+Files: *
+Copyright: 2011, Chris Williams <chris at bingosnet.co.uk>
+ 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+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/libdevel-patchperl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/rules?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/rules (added)
+++ trunk/libdevel-patchperl-perl/debian/rules Wed Apr 27 19:48:44 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdevel-patchperl-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/source/format?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/source/format (added)
+++ trunk/libdevel-patchperl-perl/debian/source/format Wed Apr 27 19:48:44 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdevel-patchperl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-patchperl-perl/debian/watch?rev=73676&op=file
==============================================================================
--- trunk/libdevel-patchperl-perl/debian/watch (added)
+++ trunk/libdevel-patchperl-perl/debian/watch Wed Apr 27 19:48:44 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Devel-PatchPerl/   .*/Devel-PatchPerl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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