r61858 - in /trunk/libimager-perl/debian: changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 22 12:10:27 UTC 2010


Author: gregoa
Date: Sun Aug 22 12:09:42 2010
New Revision: 61858

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61858
Log:
* debian/rules: remove dh_fixperms override.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/control
    trunk/libimager-perl/debian/copyright
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=61858&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Sun Aug 22 12:09:42 2010
@@ -1,6 +1,9 @@
 libimager-perl (0.77-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules: remove dh_fixperms override.
+  * debian/copyright: point to /usr/share/common-licenses/GPL-1.
+  * Set Standards-Version to 3.9.1 (no changes).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 22 Aug 2010 13:52:46 +0200
 

Modified: trunk/libimager-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/control?rev=61858&op=diff
==============================================================================
--- trunk/libimager-perl/debian/control (original)
+++ trunk/libimager-perl/debian/control Sun Aug 22 12:09:42 2010
@@ -11,7 +11,7 @@
  gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, 
  Chris Butler <chrisb at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://imager.perl.org/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimager-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libimager-perl/

Modified: trunk/libimager-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/copyright?rev=61858&op=diff
==============================================================================
--- trunk/libimager-perl/debian/copyright (original)
+++ trunk/libimager-perl/debian/copyright Sun Aug 22 12:09:42 2010
@@ -77,7 +77,7 @@
  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'
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -85,5 +85,5 @@
  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'
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/rules?rev=61858&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Sun Aug 22 12:09:42 2010
@@ -10,10 +10,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --disable=TT-fonts,ungif
 
-override_dh_fixperms:
-	dh_fixperms
-	chmod 644 $(TMP)/usr/lib/perl5/Imager/APIRef.pod
-
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libimager-perl/examples/*




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