r31661 - in /trunk/libpod-readme-perl/debian: ./ changelog compat control copyright rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Mar 7 22:16:18 UTC 2009


Author: antonio-guest
Date: Sat Mar  7 22:16:15 2009
New Revision: 31661

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

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

Added: trunk/libpod-readme-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/changelog?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/changelog (added)
+++ trunk/libpod-readme-perl/debian/changelog Sat Mar  7 22:16:15 2009
@@ -1,0 +1,5 @@
+libpod-readme-perl (0.09-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #518682)
+
+ -- Antonio Radici <antonio at dyne.org>  Sat, 7 Mar 2009 22:03:54 +0000

Added: trunk/libpod-readme-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/compat?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/compat (added)
+++ trunk/libpod-readme-perl/debian/compat Sat Mar  7 22:16:15 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libpod-readme-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/control?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/control (added)
+++ trunk/libpod-readme-perl/debian/control Sat Mar  7 22:16:15 2009
@@ -1,0 +1,24 @@
+Source: libpod-readme-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl,
+ libregexp-common-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Pod-Readme/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-readme-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-readme-perl/
+
+Package: libpod-readme-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libregexp-common-perl
+Description: module to convert POD to README file
+ Pod::Readme is a subclass of Pod::PlainText which provides 
+ additional POD markup for generating README files
+ .
+ This module allows authors to mark portions of the POD to 
+ be included only in, or to be excluded from the README file. 
+ It also allows you to include portions of another file (such 
+ as a separate ChangeLog).

Added: trunk/libpod-readme-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/copyright?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/copyright (added)
+++ trunk/libpod-readme-perl/debian/copyright Sat Mar  7 22:16:15 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Robert Rothenberg <rrwo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Pod-Readme/
+Upstream-Name: Pod-Readme
+
+Files: *
+Copyright: 2005-2006, Robert Rothenberg <rrwo at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.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/libpod-readme-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/rules?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/rules (added)
+++ trunk/libpod-readme-perl/debian/rules Sat Mar  7 22:16:15 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	DEVEL_TESTS=1 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/libpod-readme-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpod-readme-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-readme-perl/debian/watch?rev=31661&op=file
==============================================================================
--- trunk/libpod-readme-perl/debian/watch (added)
+++ trunk/libpod-readme-perl/debian/watch Sat Mar  7 22:16:15 2009
@@ -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/Pod-Readme/   .*/Pod-Readme-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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