r46895 - in /trunk/libv-perl/debian: ./ changelog compat control copyright libv-perl.docs rules watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Sat Nov 7 20:23:38 UTC 2009


Author: jeremiah-guest
Date: Sat Nov  7 20:23:33 2009
New Revision: 46895

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

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

Added: trunk/libv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/changelog?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/changelog (added)
+++ trunk/libv-perl/debian/changelog Sat Nov  7 20:23:33 2009
@@ -1,0 +1,5 @@
+libv-perl (0.13-1) UNSTABLE; urgency=low
+
+  * Initial Release. (Closes: #552405)
+
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Sat, 7 Nov 2009 19:30:08 +0000

Added: trunk/libv-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/compat?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/compat (added)
+++ trunk/libv-perl/debian/compat Sat Nov  7 20:23:33 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/control?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/control (added)
+++ trunk/libv-perl/debian/control Sat Nov  7 20:23:33 2009
@@ -1,0 +1,16 @@
+Source: libv-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: Jeremiah C. Foster <jeremiah at jeremiahfoster.com> 
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/V/
+
+Package: libv-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Print the version of specified perl module(s).
+ V uses stolen code from Module::Info to find the location and version of the
+ specified module(s). It prints them and exit()s.

Added: trunk/libv-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/copyright?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/copyright (added)
+++ trunk/libv-perl/debian/copyright Sat Nov  7 20:23:33 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Abe Timmerman <abeltje at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/V/
+Upstream-Name: V
+
+Files: *
+Copyright: Abe Timmerman <abeltje at cpan.org>
+License: 
+
+Module::Build Copyright:
+ © 2001-2007, Michael G Schwern <schwern at pobox.com>,
+              Mattia Barbon <mbarbon at cpan.org>
+
+Files: debian/*
+Copyright: 2009, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+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/libv-perl/debian/libv-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/libv-perl.docs?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/libv-perl.docs (added)
+++ trunk/libv-perl/debian/libv-perl.docs Sat Nov  7 20:23:33 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libv-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/rules?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/rules (added)
+++ trunk/libv-perl/debian/rules Sat Nov  7 20:23:33 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libv-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/watch?rev=46895&op=file
==============================================================================
--- trunk/libv-perl/debian/watch (added)
+++ trunk/libv-perl/debian/watch Sat Nov  7 20:23:33 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/V/   .*/V-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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