r59932 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl/Command/Packaging.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Jun 30 06:03:55 UTC 2010


Author: carnil-guest
Date: Wed Jun 30 06:03:43 2010
New Revision: 59932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59932
Log:
* Standards-Version: 3.9.0 (no changes needed).
* Fix sentences in texts for License stanzas of debian/copyright: Add full
  stop mark after sentences.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=59932&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jun 30 06:03:43 2010
@@ -20,13 +20,15 @@
   * Add support of Breaks field for binary package stanzas in debian/control
     to Debian::Control::Stanza::Binary.
   * Create packages with Standards-Version: 3.9.0.
-  * Standards-Version: 3.9.0 (no changes needed)
+  * Standards-Version: 3.9.0 (no changes needed).
+  * Fix sentences in texts for License stanzas of debian/copyright: Add full
+    stop mark after sentences.
  
   [ Chris Butler ]
   * Fixed DhMakePerl::Utils to cope with modules in Module::CoreList where the
     version is unspecified. (Closes: #585755)
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 28 Jun 2010 07:32:39 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 30 Jun 2010 08:02:17 +0200
 
 dh-make-perl (0.68-1) unstable; urgency=low
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=59932&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Wed Jun 30 06:03:43 2010
@@ -826,7 +826,7 @@
             . " it under the terms of the Artistic License, which comes with Perl.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of the Artistic License\n"
-            . " can be found in `/usr/share/common-licenses/Artistic'",
+            . " can be found in `/usr/share/common-licenses/Artistic'.",
         'GPL-1+' =>
             " This program is free software; you can redistribute it and/or modify\n"
             . " it under the terms of the GNU General Public License as published by\n"
@@ -834,14 +834,14 @@
             . " any later version.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of the GNU General\n"
-            . " Public License can be found in `/usr/share/common-licenses/GPL'",
+            . " Public License can be found in `/usr/share/common-licenses/GPL'.",
         'GPL-2' =>
             " This program is free software; you can redistribute it and/or modify\n"
             . " it under the terms of the GNU General Public License as published by\n"
             . " the Free Software Foundation; version 2 dated June, 1991.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of version 2 of the GNU\n"
-            . " General Public License can be found in `/usr/share/common-licenses/GPL-2'",
+            . " General Public License can be found in `/usr/share/common-licenses/GPL-2'.",
         'GPL-2+' =>
             " This program is free software; you can redistribute it and/or modify\n"
             . " it under the terms of the GNU General Public License as published by\n"
@@ -849,22 +849,22 @@
             . " option) any later version.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of version 2 of the GNU\n"
-            . " General Public License can be found in `/usr/share/common-licenses/GPL-2'",
+            . " General Public License can be found in `/usr/share/common-licenses/GPL-2'.",
         'GPL-3' =>
             " This program is free software; you can redistribute it and/or modify\n"
             . " it under the terms of the GNU General Public License as published by\n"
             . " the Free Software Foundation; version 3 dated June, 2007.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of version 3 of the GNU\n"
-            . " General Public License can be found in `/usr/share/common-licenses/GPL-3'",
+            . " General Public License can be found in `/usr/share/common-licenses/GPL-3'.",
         'GPL-3+' =>
             " This program is free software; you can redistribute it and/or modify\n"
             . " it under the terms of the GNU General Public License as published by\n"
             . " the Free Software Foundation; version 3 dated June, 2007, or (at your\n"
-            . " option) any later version\n"
+            . " option) any later version.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of version 3 of the GNU\n"
-            . " General Public License can be found in `/usr/share/common-licenses/GPL-3'",
+            . " General Public License can be found in `/usr/share/common-licenses/GPL-3'.",
         'Apache-2.0' =>
             " Licensed under the Apache License, Version 2.0 (the \"License\");\n"
             . " you may not use this file except in compliance with the License.\n"
@@ -877,7 +877,7 @@
             . " limitations under the License.\n"
             . " .\n"
             . " On Debian GNU/Linux systems, the complete text of the Apache License,\n"
-            . " Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'",
+            . " Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.",
         'unparsable' =>
             " No known license could be automatically determined for this module.\n"
             . " If this module conforms to a commonly used license, please report this\n"




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