r68638 - in /trunk/libcddb-file-perl/debian: ./ changelog compat control copyright libcddb-file-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 15 04:33:44 UTC 2011


Author: takaki
Date: Tue Feb 15 04:33:36 2011
New Revision: 68638

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

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

Added: trunk/libcddb-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/changelog?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/changelog (added)
+++ trunk/libcddb-file-perl/debian/changelog Tue Feb 15 04:33:36 2011
@@ -1,0 +1,5 @@
+libcddb-file-perl (1.05-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #490803)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 29 Jan 2011 12:04:02 +0900

Added: trunk/libcddb-file-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/compat?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/compat (added)
+++ trunk/libcddb-file-perl/debian/compat Tue Feb 15 04:33:36 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcddb-file-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/control?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/control (added)
+++ trunk/libcddb-file-perl/debian/control Tue Feb 15 04:33:36 2011
@@ -1,0 +1,19 @@
+Source: libcddb-file-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: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CDDB-File/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcddb-file-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcddb-file-perl/
+
+Package: libcddb-file-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl
+Description: Parse a CDDB/freedb data file
+ CDDB::File provides an interface for extracting data from CDDB-format data
+ files, as used by freedb.

Added: trunk/libcddb-file-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/copyright?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/copyright (added)
+++ trunk/libcddb-file-perl/debian/copyright Tue Feb 15 04:33:36 2011
@@ -1,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: CDDB-File
+Upstream-Contact: Tony Bowden
+Source: http://search.cpan.org/dist/CDDB-File/
+
+Files: *
+Copyright: Tony Bowden
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+License: Artistic or GPL-2+
+
+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-2+
+ 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 2, 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-2'.
+

Added: trunk/libcddb-file-perl/debian/libcddb-file-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/libcddb-file-perl.docs?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/libcddb-file-perl.docs (added)
+++ trunk/libcddb-file-perl/debian/libcddb-file-perl.docs Tue Feb 15 04:33:36 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libcddb-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/rules?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/rules (added)
+++ trunk/libcddb-file-perl/debian/rules Tue Feb 15 04:33:36 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcddb-file-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcddb-file-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/watch?rev=68638&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/watch (added)
+++ trunk/libcddb-file-perl/debian/watch Tue Feb 15 04:33:36 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CDDB-File/   .*/CDDB-File-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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