r40009 - in /trunk/libcpandb-perl/debian: ./ changelog compat control copyright libcpandb-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 16 20:22:17 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 16 20:22:08 2009
New Revision: 40009

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

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

Added: trunk/libcpandb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/changelog?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/changelog (added)
+++ trunk/libcpandb-perl/debian/changelog Thu Jul 16 20:22:08 2009
@@ -1,0 +1,5 @@
+libcpandb-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 16 Jul 2009 09:38:40 -0400

Added: trunk/libcpandb-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/compat?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/compat (added)
+++ trunk/libcpandb-perl/debian/compat Thu Jul 16 20:22:08 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libcpandb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/control?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/control (added)
+++ trunk/libcpandb-perl/debian/control Thu Jul 16 20:22:08 2009
@@ -1,0 +1,21 @@
+Source: libcpandb-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.6), liblwp-online-perl (>= 1.07),
+ libparams-util-perl (>= 1.00), liborlite-mirror-perl (>= 1.15)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/CPANDB/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpandb-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpandb-perl/
+
+Package: libcpandb-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl (>= 1.00),
+ liborlite-mirror-perl (>= 1.15), perl (>= 5.8.6)
+Description: Perl module for working with the unified CPAN database
+ CPANDB is a module for retrieving various types of information about CPAN
+ modules. It pulls data from different places, combining them in one SQLite
+ database for convenient use.

Added: trunk/libcpandb-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/copyright?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/copyright (added)
+++ trunk/libcpandb-perl/debian/copyright Thu Jul 16 20:22:08 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/CPANDB/
+Upstream-Name: CPANDB
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libcpandb-perl/debian/libcpandb-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/libcpandb-perl.docs?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/libcpandb-perl.docs (added)
+++ trunk/libcpandb-perl/debian/libcpandb-perl.docs Thu Jul 16 20:22:08 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libcpandb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/rules?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/rules (added)
+++ trunk/libcpandb-perl/debian/rules Thu Jul 16 20:22:08 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libcpandb-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpandb-perl/debian/watch?rev=40009&op=file
==============================================================================
--- trunk/libcpandb-perl/debian/watch (added)
+++ trunk/libcpandb-perl/debian/watch Thu Jul 16 20:22:08 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CPANDB/   .*/CPANDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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