r28629 - in /trunk/libtest-strict-perl/debian: control copyright rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Dec 25 19:57:45 UTC 2008


Author: jeremiah-guest
Date: Thu Dec 25 19:57:41 2008
New Revision: 28629

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28629
Log:
Updating libtest-strict-perl with new rules, control, and copyright file.

Modified:
    trunk/libtest-strict-perl/debian/control
    trunk/libtest-strict-perl/debian/copyright
    trunk/libtest-strict-perl/debian/rules

Modified: trunk/libtest-strict-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/control?rev=28629&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/control (original)
+++ trunk/libtest-strict-perl/debian/control Thu Dec 25 19:57:41 2008
@@ -1,7 +1,9 @@
 Source: libtest-strict-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl (>= 0.01),
+  libdevel-cover-perl (>= 0.43)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
 Standards-Version: 3.8.0
@@ -10,21 +12,17 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-strict-perl/
 
 Package: libtest-strict-perl
-Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libdevel-cover-perl (>= 0.43)
-Description: Checks the syntax and presence of 'use strict'; and presence of 'use warnings'; in your perl code.
- The most basic test one can write is "does it compile ?".
- This module tests if the code compiles and play nice with Test::Simple modules.
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl (>= 0.43)
+Description: check syntax, presence of use strict; and test coverage
+ Test::Strict tests if the code compiles and inter-operates with 
+ Test::Simple modules. Another good practice this module can test 
+ is to "use strict;" in all perl files.
  .
- Another good practice this module can test is to "use strict;" in all perl files.
+ By setting a minimum test coverage through all_cover_ok(), a code author can
+ ensure his code is tested above a preset level of kwalitee throughout the
+ development cycle.
  .
- By setting a minimum test coverage through all_cover_ok(), a code author
- can ensure his code is tested above a preset level of kwality throughout the development cycle.
- .
- Along with Test::Pod, this module can provide the first tests to setup for a module author.
- .
- This module should be able to run under the -T flag for perl >= 5.6.
- All paths are untainted with the following pattern: qr|^([-+@\w./:\\]+)$|
- controlled by $Test::Strict::UNTAINT_PATTERN.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Along with Test::Pod, this module can provide the first tests to setup for a
+ module author.
+ 

Modified: trunk/libtest-strict-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/copyright?rev=28629&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/copyright (original)
+++ trunk/libtest-strict-perl/debian/copyright Thu Dec 25 19:57:41 2008
@@ -1,25 +1,28 @@
-This is the debian package for the Test-Strict module.
-It was created by Jeremiah C. Foster <jeremiah at jeremiahfoster.com> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Pierre Denis, C<< <pierre at itrelease.net> >>.
+Upstream-Source: http://search.cpan.org/dist/Test-Strict/
+Upstream-Name: Test-Strict
 
-It was downloaded from http://search.cpan.org/dist/Test-Strict/
+Files: *
+Copyright: 2005 Pierre Denis, C<< <pierre at itrelease.net> >>.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
+Files: debian/*
+Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+License: Artistic | GPL-1+
 
-The upstream author is: Pierre Denis, C<< <pierre at itrelease.net> >>..
+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'
 
-
-Copyright 2005, Pierre Denis, All Rights Reserved.
-
-You may use, modify, and distribute this package under the
-same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-
-The Debian packaging is (C) 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com> and
-is licensed under the same terms as the software itself (see above).
+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'

Modified: trunk/libtest-strict-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/rules?rev=28629&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/rules (original)
+++ trunk/libtest-strict-perl/debian/rules Thu Dec 25 19:57:41 2008
@@ -13,10 +13,10 @@
 	dh install
 	touch $@
 
-binary-arch: install
+binary-arch:
+
+binary-indep: install
 	dh $@
-
-binary-indep:
 
 binary: binary-arch binary-indep
 




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