r68944 - in /trunk/libcpan-changes-perl/debian: ./ changelog compat control copyright libcpan-changes-perl.docs rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 17 22:27:22 UTC 2011


Author: gregoa
Date: Thu Feb 17 22:27:11 2011
New Revision: 68944

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

Added:
    trunk/libcpan-changes-perl/debian/
    trunk/libcpan-changes-perl/debian/changelog
    trunk/libcpan-changes-perl/debian/compat
    trunk/libcpan-changes-perl/debian/control
    trunk/libcpan-changes-perl/debian/copyright
    trunk/libcpan-changes-perl/debian/libcpan-changes-perl.docs
    trunk/libcpan-changes-perl/debian/rules   (with props)
    trunk/libcpan-changes-perl/debian/source/
    trunk/libcpan-changes-perl/debian/source/format
    trunk/libcpan-changes-perl/debian/watch

Added: trunk/libcpan-changes-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/changelog?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/changelog (added)
+++ trunk/libcpan-changes-perl/debian/changelog Thu Feb 17 22:27:11 2011
@@ -1,0 +1,5 @@
+libcpan-changes-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #613421).
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 17 Feb 2011 23:20:38 +0100

Added: trunk/libcpan-changes-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/compat?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/compat (added)
+++ trunk/libcpan-changes-perl/debian/compat Thu Feb 17 22:27:11 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcpan-changes-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/control?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/control (added)
+++ trunk/libcpan-changes-perl/debian/control Thu Feb 17 22:27:11 2011
@@ -1,0 +1,26 @@
+Source: libcpan-changes-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CPAN-Changes/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-changes-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-changes-perl/
+
+Package: libcpan-changes-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for reading and writing CPAN  Changes files
+ It is standard practice to include a Changes file in a CPAN distribution. The
+ purpose the Changes file is to help a user figure out what has changed since
+ the last release.
+ .
+ People have devised many ways to write the Changes file. A preliminary
+ specification has been created (CPAN::Changes::Spec) to encourage module
+ authors to write clear and concise Changes.
+ .
+ CPAN::Changes will help users programmatically read and write Changes files
+ that conform to the specification.

Added: trunk/libcpan-changes-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/copyright?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/copyright (added)
+++ trunk/libcpan-changes-perl/debian/copyright Thu Feb 17 22:27:11 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Brian Cassidy <bricas at cpan.org>
+Source: http://search.cpan.org/dist/CPAN-Changes/
+Name: CPAN-Changes
+
+Files: *
+Copyright: 2011, Brian Cassidy <bricas at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa at debian.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/libcpan-changes-perl/debian/libcpan-changes-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/libcpan-changes-perl.docs?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/libcpan-changes-perl.docs (added)
+++ trunk/libcpan-changes-perl/debian/libcpan-changes-perl.docs Thu Feb 17 22:27:11 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libcpan-changes-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/rules?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/rules (added)
+++ trunk/libcpan-changes-perl/debian/rules Thu Feb 17 22:27:11 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libcpan-changes-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/source/format?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/source/format (added)
+++ trunk/libcpan-changes-perl/debian/source/format Thu Feb 17 22:27:11 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcpan-changes-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-changes-perl/debian/watch?rev=68944&op=file
==============================================================================
--- trunk/libcpan-changes-perl/debian/watch (added)
+++ trunk/libcpan-changes-perl/debian/watch Thu Feb 17 22:27:11 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CPAN-Changes/   .*/CPAN-Changes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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