r71775 - in /trunk/libgetopt-lucid-perl/debian: compat control copyright libgetopt-lucid-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 20 17:26:53 UTC 2011


Author: jawnsy-guest
Date: Sun Mar 20 17:26:29 2011
New Revision: 71775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71775
Log:
prepare for upload

Added:
    trunk/libgetopt-lucid-perl/debian/source/
    trunk/libgetopt-lucid-perl/debian/source/format
Modified:
    trunk/libgetopt-lucid-perl/debian/compat
    trunk/libgetopt-lucid-perl/debian/control
    trunk/libgetopt-lucid-perl/debian/copyright
    trunk/libgetopt-lucid-perl/debian/libgetopt-lucid-perl.docs

Modified: trunk/libgetopt-lucid-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-lucid-perl/debian/compat?rev=71775&op=diff
==============================================================================
--- trunk/libgetopt-lucid-perl/debian/compat (original)
+++ trunk/libgetopt-lucid-perl/debian/compat Sun Mar 20 17:26:29 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libgetopt-lucid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-lucid-perl/debian/control?rev=71775&op=diff
==============================================================================
--- trunk/libgetopt-lucid-perl/debian/control (original)
+++ trunk/libgetopt-lucid-perl/debian/control Sun Mar 20 17:26:29 2011
@@ -1,8 +1,10 @@
 Source: libgetopt-lucid-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libexception-class-perl (>= 1.23),
+ libexception-class-trycatch-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -12,8 +14,10 @@
 
 Package: libgetopt-lucid-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Clear, readable syntax for command line processing
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends}, ${perl:Depends},
+ libexception-class-perl (>= 1.23)
+Description: module for parsing command line arguments
+ Getopt::Lucid is a Perl module for parsing command line arguments, similar in
+ nature to Getopt::Long (in Perl core). The goal of this module is to provide
+ good code readability and clarity of intent, relying on plain-English option
+ specification as opposed to the more symbolic approach of Getopt::Long.

Modified: trunk/libgetopt-lucid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-lucid-perl/debian/copyright?rev=71775&op=diff
==============================================================================
--- trunk/libgetopt-lucid-perl/debian/copyright (original)
+++ trunk/libgetopt-lucid-perl/debian/copyright Sun Mar 20 17:26:29 2011
@@ -2,17 +2,9 @@
 Maintainer: David Golden <dagolden at cpan.org>
 Source: http://search.cpan.org/dist/Getopt-Lucid/
 Name: Getopt-Lucid
-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.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: David Golden <dagolden at cpan.org>
+Copyright: 2010, David Golden <dagolden at cpan.org>
 License: Apache-2.0
 
 Files: debian/*
@@ -27,8 +19,6 @@
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
  .
  On Debian systems, the complete text of the Apache License,
  Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.

Modified: trunk/libgetopt-lucid-perl/debian/libgetopt-lucid-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-lucid-perl/debian/libgetopt-lucid-perl.docs?rev=71775&op=diff
==============================================================================
--- trunk/libgetopt-lucid-perl/debian/libgetopt-lucid-perl.docs (original)
+++ trunk/libgetopt-lucid-perl/debian/libgetopt-lucid-perl.docs Sun Mar 20 17:26:29 2011
@@ -1,2 +1,1 @@
-README
 Todo

Added: trunk/libgetopt-lucid-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-lucid-perl/debian/source/format?rev=71775&op=file
==============================================================================
--- trunk/libgetopt-lucid-perl/debian/source/format (added)
+++ trunk/libgetopt-lucid-perl/debian/source/format Sun Mar 20 17:26:29 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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