r41573 - in /trunk/libpostscript-perl/debian: changelog control patches/fix-interpreter.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 9 16:43:43 UTC 2009


Author: gregoa
Date: Sun Aug  9 16:43:37 2009
New Revision: 41573

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41573
Log:
* Add /me to Uploaders.
* Add headers to fix-interpreter.patch.
* Set Standards-Version to 3.8.2 (no further changes).
* Minore changes to short and long description.

Modified:
    trunk/libpostscript-perl/debian/changelog
    trunk/libpostscript-perl/debian/control
    trunk/libpostscript-perl/debian/patches/fix-interpreter.patch

Modified: trunk/libpostscript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/changelog?rev=41573&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/changelog (original)
+++ trunk/libpostscript-perl/debian/changelog Sun Aug  9 16:43:37 2009
@@ -12,6 +12,10 @@
 
   [ gregor herrmann ]
   * Switch to debhelper 7, adjust debian/{rules,compat,control}.
+  * Add /me to Uploaders.
+  * Add headers to fix-interpreter.patch.
+  * Set Standards-Version to 3.8.2 (no further changes).
+  * Minore changes to short and long description.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 05 Aug 2008 12:38:33 -0300
 

Modified: trunk/libpostscript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/control?rev=41573&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/control (original)
+++ trunk/libpostscript-perl/debian/control Sun Aug  9 16:43:37 2009
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: David Paleino <d.paleino at gmail.com>
-Standards-Version: 3.8.0
+Uploaders: David Paleino <d.paleino at gmail.com>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/PostScript/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpostscript-document-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpostscript-document-perl/
@@ -14,8 +15,9 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Recommends: ghostscript
-Description: generate PostScript code
- This package lets you generate PostScript files within a Perl script.
+Description: Perl module to generate PostScript code
+ The PostScript module lets you generate PostScript files within a Perl
+ script.
  .
  With PostScript::Element you can represent circles, boxes, lines and images
  such that they can be easily output as PostScript code.

Modified: trunk/libpostscript-perl/debian/patches/fix-interpreter.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/patches/fix-interpreter.patch?rev=41573&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/patches/fix-interpreter.patch (original)
+++ trunk/libpostscript-perl/debian/patches/fix-interpreter.patch Sun Aug  9 16:43:37 2009
@@ -1,3 +1,6 @@
+Author: David Paleino <d.paleino at gmail.com>
+Description: fix interpreter
+
 --- a/example.pl
 +++ b/example.pl
 @@ -1,4 +1,4 @@




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