r66657 - in /trunk/libmodule-starter-smart-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Dec 30 17:36:21 UTC 2010


Author: ghedo-guest
Date: Thu Dec 30 17:36:12 2010
New Revision: 66657

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

Added:
    trunk/libmodule-starter-smart-perl/debian/
    trunk/libmodule-starter-smart-perl/debian/changelog
    trunk/libmodule-starter-smart-perl/debian/compat
    trunk/libmodule-starter-smart-perl/debian/control
    trunk/libmodule-starter-smart-perl/debian/copyright
    trunk/libmodule-starter-smart-perl/debian/rules   (with props)
    trunk/libmodule-starter-smart-perl/debian/source/
    trunk/libmodule-starter-smart-perl/debian/source/format
    trunk/libmodule-starter-smart-perl/debian/watch

Added: trunk/libmodule-starter-smart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/changelog?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/changelog (added)
+++ trunk/libmodule-starter-smart-perl/debian/changelog Thu Dec 30 17:36:12 2010
@@ -1,0 +1,5 @@
+libmodule-starter-smart-perl (0.0.2-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #608410)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Thu, 30 Dec 2010 17:52:07 +0100

Added: trunk/libmodule-starter-smart-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/compat?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/compat (added)
+++ trunk/libmodule-starter-smart-perl/debian/compat Thu Dec 30 17:36:12 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmodule-starter-smart-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/control?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/control (added)
+++ trunk/libmodule-starter-smart-perl/debian/control Thu Dec 30 17:36:12 2010
@@ -1,0 +1,23 @@
+Source: libmodule-starter-smart-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Module-Starter-Smart/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-starter-smart-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-starter-smart-perl/
+
+Package: libmodule-starter-smart-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmodule-starter-perl
+Description: Module::Starter plugin to add new modules into existing distributions
+ Module::Starter::Smart is a simple helper plugin for Module::Starter. It
+ overrides the create_distro, create_modules, and create_t subroutines 
+ defined in whichever engine plugin in use (say, Module::Starter::Simple). 
+ .
+ When invoked with an existing distribution, the plugin may bypass the
+ create_basedir subroutine, pull in a list of existing modules as well as 
+ test files, create new modules, and recreate the manifest file accordingly.

Added: trunk/libmodule-starter-smart-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/copyright?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/copyright (added)
+++ trunk/libmodule-starter-smart-perl/debian/copyright Thu Dec 30 17:36:12 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ruey-Cheng Chen  <rueycheng at gmail.com>
+Source: http://search.cpan.org/dist/Module-Starter-Smart/
+Name: Module-Starter-Smart
+
+Files: *
+Copyright: 2006, Ruey-Cheng Chen <rueycheng at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alessandro Ghedini <al3xbio at gmail.com>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libmodule-starter-smart-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/rules?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/rules (added)
+++ trunk/libmodule-starter-smart-perl/debian/rules Thu Dec 30 17:36:12 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libmodule-starter-smart-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmodule-starter-smart-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/source/format?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/source/format (added)
+++ trunk/libmodule-starter-smart-perl/debian/source/format Thu Dec 30 17:36:12 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmodule-starter-smart-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-starter-smart-perl/debian/watch?rev=66657&op=file
==============================================================================
--- trunk/libmodule-starter-smart-perl/debian/watch (added)
+++ trunk/libmodule-starter-smart-perl/debian/watch Thu Dec 30 17:36:12 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Module-Starter-Smart/   .*/Module-Starter-Smart-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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