r68704 - in /trunk/libnet-freedb-perl/debian: ./ changelog compat control copyright libnet-freedb-perl.docs rules watch

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


Author: takaki
Date: Tue Feb 15 05:03:51 2011
New Revision: 68704

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

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

Added: trunk/libnet-freedb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/changelog?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/changelog (added)
+++ trunk/libnet-freedb-perl/debian/changelog Tue Feb 15 05:03:51 2011
@@ -1,0 +1,5 @@
+libnet-freedb-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #490804)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 04 Feb 2011 10:44:26 +0900

Added: trunk/libnet-freedb-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/compat?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/compat (added)
+++ trunk/libnet-freedb-perl/debian/compat Tue Feb 15 05:03:51 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-freedb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/control?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/control (added)
+++ trunk/libnet-freedb-perl/debian/control Tue Feb 15 05:03:51 2011
@@ -1,0 +1,23 @@
+Source: libnet-freedb-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ libcddb-file-perl (>= 1.01),
+ 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/Net-FreeDB/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-freedb-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-freedb-perl/
+
+Package: libnet-freedb-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
+ libcddb-file-perl (>= 1.01),
+ perl
+Description: Perl interface to freedb servers
+ Net::FreeDB was inspired by Net::CDDB.  And in-fact was designed as a
+ replacement in-part by Net::CDDB's author Jeremy D. Zawodny.  Net::FreeDB
+ provides an OOP interface to the FreeDB servers as well as some basic
+ CDROM functionality like determining disc ids, track offsets, etc.

Added: trunk/libnet-freedb-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/copyright?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/copyright (added)
+++ trunk/libnet-freedb-perl/debian/copyright Tue Feb 15 05:03:51 2011
@@ -1,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Net-FreeDB
+Upstream-Contact: David Shultz <dshultz at cpan.org>,
+ Peter Pentchev <roam at ringlet.net>
+Source: http://search.cpan.org/dist/Net-FreeDB/
+
+Files: *
+Copyright: David Shultz <dshultz at cpan.org>,
+           Peter Pentchev <roam at ringlet.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki 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/libnet-freedb-perl/debian/libnet-freedb-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs (added)
+++ trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs Tue Feb 15 05:03:51 2011
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libnet-freedb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/rules?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/rules (added)
+++ trunk/libnet-freedb-perl/debian/rules Tue Feb 15 05:03:51 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-freedb-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-freedb-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/watch?rev=68704&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/watch (added)
+++ trunk/libnet-freedb-perl/debian/watch Tue Feb 15 05:03:51 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-FreeDB/   .*/Net-FreeDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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