r23160 - in /trunk/libcddb-file-perl/debian: ./ changelog compat control copyright rules watch
roam-guest at users.alioth.debian.org
roam-guest at users.alioth.debian.org
Mon Jul 14 13:22:40 UTC 2008
Author: roam-guest
Date: Mon Jul 14 13:22:40 2008
New Revision: 23160
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23160
Log:
[svn-inject] Applying Debian modifications 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/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=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/changelog (added)
+++ trunk/libcddb-file-perl/debian/changelog Mon Jul 14 13:22:40 2008
@@ -1,0 +1,5 @@
+libcddb-file-perl (1.05-1) UNRELEASED; urgency=low
+
+ * Initial Release. Closes: #490803
+
+ -- Peter Pentchev <roam at ringlet.net> Mon, 14 Jul 2008 16:15:43 +0300
Added: trunk/libcddb-file-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/compat?rev=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/compat (added)
+++ trunk/libcddb-file-perl/debian/compat Mon Jul 14 13:22:40 2008
@@ -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=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/control (added)
+++ trunk/libcddb-file-perl/debian/control Mon Jul 14 13:22:40 2008
@@ -1,0 +1,20 @@
+Source: libcddb-file-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-coverage-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/CDDB-File/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcddb-file-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/
+
+Package: libcddb-file-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: library for parsing CDDB/FreeDB data files
+ This module provides an interface for extracting data from CDDB-format
+ data files, as used by FreeDB.
+ .
+ It does not read data from your CD, or submit information to FreeDB.
Added: trunk/libcddb-file-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/copyright?rev=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/copyright (added)
+++ trunk/libcddb-file-perl/debian/copyright Mon Jul 14 13:22:40 2008
@@ -1,0 +1,15 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?recall=184
+Upstream-Name: CDDB-File
+Upstream-Source: http://search.cpan.org/dist/CDDB-File/
+
+Files: *
+Copyright: Copyright (C) 2001-2005 Tony Bowden. All rights reserved.
+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.
+
+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/libcddb-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcddb-file-perl/debian/rules?rev=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/rules (added)
+++ trunk/libcddb-file-perl/debian/rules Mon Jul 14 13:22:40 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:
+
+binary-indep: install
+ dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
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=23160&op=file
==============================================================================
--- trunk/libcddb-file-perl/debian/watch (added)
+++ trunk/libcddb-file-perl/debian/watch Mon Jul 14 13:22:40 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/CDDB-File/ .*/CDDB-File-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list