r24753 - in /trunk/libmodule-extract-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Aug 31 15:32:18 UTC 2008


Author: ansgar-guest
Date: Sun Aug 31 15:32:14 2008
New Revision: 24753

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

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

Added: trunk/libmodule-extract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/changelog?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/changelog (added)
+++ trunk/libmodule-extract-perl/debian/changelog Sun Aug 31 15:32:14 2008
@@ -1,0 +1,5 @@
+libmodule-extract-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release (Closes: #497217)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 31 Aug 2008 01:00:56 +0200

Added: trunk/libmodule-extract-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/compat?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/compat (added)
+++ trunk/libmodule-extract-perl/debian/compat Sun Aug 31 15:32:14 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libmodule-extract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/control?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/control (added)
+++ trunk/libmodule-extract-perl/debian/control Sun Aug 31 15:32:14 2008
@@ -1,0 +1,23 @@
+Source: libmodule-extract-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Module-Extract/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-extract-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/
+
+Package: libmodule-extract-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: base class for working with Perl distributions
+ Module::Extract is a convenience base class for modules that work with
+ Perl distributions.
+ .
+ Its purpose is to take care of the mechanisms of locating and extracting
+ a Perl distribution so that your module can do something specific to the
+ distribution.
+

Added: trunk/libmodule-extract-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/copyright?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/copyright (added)
+++ trunk/libmodule-extract-perl/debian/copyright Sun Aug 31 15:32:14 2008
@@ -1,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: Module-Extract
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Module-Extract/
+
+Files: *
+Copyright: © 2006, Adam Kennedy <adamk at cpan.org>
+License: GPL-1+ | Artistic
+ This program is free software, you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your option) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.
+
+Files: inc/*
+Copyright: © 2002-2006, 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: debian/*
+Copyright: © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+ | Artistic
+ This program is free software, you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+

Added: trunk/libmodule-extract-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/rules?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/rules (added)
+++ trunk/libmodule-extract-perl/debian/rules Sun Aug 31 15:32:14 2008
@@ -1,0 +1,23 @@
+#!/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

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

Added: trunk/libmodule-extract-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-perl/debian/watch?rev=24753&op=file
==============================================================================
--- trunk/libmodule-extract-perl/debian/watch (added)
+++ trunk/libmodule-extract-perl/debian/watch Sun Aug 31 15:32:14 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Module-Extract/   .*/Module-Extract-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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