r35570 - in /trunk/libapp-cmd-perl/debian: ./ changelog compat control copyright rules watch
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Sun May 17 10:36:26 UTC 2009
Author: ryan52-guest
Date: Sun May 17 10:36:21 2009
New Revision: 35570
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35570
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libapp-cmd-perl/debian/
trunk/libapp-cmd-perl/debian/changelog
trunk/libapp-cmd-perl/debian/compat
trunk/libapp-cmd-perl/debian/control
trunk/libapp-cmd-perl/debian/copyright
trunk/libapp-cmd-perl/debian/rules (with props)
trunk/libapp-cmd-perl/debian/watch
Added: trunk/libapp-cmd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/changelog?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/changelog (added)
+++ trunk/libapp-cmd-perl/debian/changelog Sun May 17 10:36:21 2009
@@ -1,0 +1,5 @@
+libapp-cmd-perl (0.203-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #529019)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 17 May 2009 03:22:42 -0700
Added: trunk/libapp-cmd-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/compat?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/compat (added)
+++ trunk/libapp-cmd-perl/debian/compat Sun May 17 10:36:21 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libapp-cmd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/control?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/control (added)
+++ trunk/libapp-cmd-perl/debian/control Sun May 17 10:36:21 2009
@@ -1,0 +1,25 @@
+Source: libapp-cmd-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libio-tiecombine-perl (>= 1),
+ libsub-install-perl, libsub-exporter-perl (>= 0.975),
+ libgetopt-long-descriptive-perl (>= 0.06)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/App-Cmd/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-cmd-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-cmd-perl/
+
+Package: libapp-cmd-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl,
+ libsub-exporter-perl (>= 0.975),
+ libgetopt-long-descriptive-perl (>= 0.06)
+Description: Perl interface to write command line apps with less suffering
+ App::Cmd is intended to make it easy to write complex command-line
+ applications without having to think about most of the annoying
+ things usually involved.
+ .
+ For information on how to start using App::Cmd, see App::Cmd::Tutorial.
Added: trunk/libapp-cmd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/copyright?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/copyright (added)
+++ trunk/libapp-cmd-perl/debian/copyright Sun May 17 10:36:21 2009
@@ -1,0 +1,32 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ricardo SIGNES
+Upstream-Source: http://search.cpan.org/dist/App-Cmd/
+Upstream-Name: App-Cmd
+
+Files: *
+Copyright: Copyright 2005-2006, (code (simply))
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2008 Adam Kennedy
+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/libapp-cmd-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/rules?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/rules (added)
+++ trunk/libapp-cmd-perl/debian/rules Sun May 17 10:36:21 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libapp-cmd-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libapp-cmd-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/watch?rev=35570&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/watch (added)
+++ trunk/libapp-cmd-perl/debian/watch Sun May 17 10:36:21 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/App-Cmd/ .*/App-Cmd-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list