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

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Mon Jul 14 13:55:11 UTC 2008


Author: roam-guest
Date: Mon Jul 14 13:55:10 2008
New Revision: 23166

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23166
Log:
[svn-inject] Applying Debian modifications 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=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/changelog (added)
+++ trunk/libnet-freedb-perl/debian/changelog Mon Jul 14 13:55:10 2008
@@ -1,0 +1,5 @@
+libnet-freedb-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release. Closes: #490804
+
+ -- Peter Pentchev <roam at ringlet.net>  Mon, 14 Jul 2008 16:32:53 +0300

Added: trunk/libnet-freedb-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/compat?rev=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/compat (added)
+++ trunk/libnet-freedb-perl/debian/compat Mon Jul 14 13:55:10 2008
@@ -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=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/control (added)
+++ trunk/libnet-freedb-perl/debian/control Mon Jul 14 13:55:10 2008
@@ -1,0 +1,21 @@
+Source: libnet-freedb-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libcddb-file-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.0
+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/wsvn/pkg-perl/trunk/libnet-freedb-perl/
+
+Package: libnet-freedb-perl
+Architecture: any
+Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description:  Perl interface to FreeDB servers
+ Net::FreeDB was inspired by Net::CDDB.  And in fact it
+ 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=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/copyright (added)
+++ trunk/libnet-freedb-perl/debian/copyright Mon Jul 14 13:55:10 2008
@@ -1,0 +1,18 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?recall=184
+Upstream-Name: Net-FreeDB
+Upstream-Source: http://search.cpan.org/dist/Net-FreeDB/
+
+Files: *
+Copyright: Copyright (C) 2001 David Shultz <dshultz at cpan.org>
+           Copyright (C) 2005, 2006 Peter Pentchev <roam at ringlet.net>
+License: GPL-2+ | Artistic
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
+ On Debian systems the full text of the Artistic License can be found
+ in the `/usr/share/common-licenses/Artistic' file.
+
+Files: debian/*
+Copyright: Copyright (C) 2008 Peter Pentchev
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.

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=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs (added)
+++ trunk/libnet-freedb-perl/debian/libnet-freedb-perl.docs Mon Jul 14 13:55:10 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-freedb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-freedb-perl/debian/rules?rev=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/rules (added)
+++ trunk/libnet-freedb-perl/debian/rules Mon Jul 14 13:55:10 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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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=23166&op=file
==============================================================================
--- trunk/libnet-freedb-perl/debian/watch (added)
+++ trunk/libnet-freedb-perl/debian/watch Mon Jul 14 13:55:10 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/Net-FreeDB/   .*/Net-FreeDB-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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