r43294 - in /trunk/libcatalyst-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Aug 30 12:39:51 UTC 2009


Author: jawnsy-guest
Date: Sun Aug 30 12:39:45 2009
New Revision: 43294

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43294
Log:
* Use $(TMP) etc for readability in rules
* Updated copyright information from changelog trailers
* Standards-Version 3.8.3 (drop version dependency on perl)
* Bump debhelper dependency down to 7.0.50 to see if it causes
  regressions (this should be the minimal version required)
* Added myself to Uploaders and Copyright
* Make the synopsis an "is a" line

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

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=43294&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Sun Aug 30 12:39:45 2009
@@ -6,6 +6,13 @@
     + Fix generation of inner packages inside the COMPONENT method
     + Fix issue with Engine::HTTP not sending headers properly in
       some cases (RT#48623)
+  * Use $(TMP) etc for readability in rules
+  * Updated copyright information from changelog trailers
+  * Standards-Version 3.8.3 (drop version dependency on perl)
+  * Bump debhelper dependency down to 7.0.50 to see if it causes
+    regressions (this should be the minimal version required)
+  * Added myself to Uploaders and Copyright
+  * Make the synopsis an "is a" line
 
  -- Jonathan Yu <frequency at cpan.org>  Sat, 29 Aug 2009 19:49:52 -0400
 

Modified: trunk/libcatalyst-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/control?rev=43294&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/control (original)
+++ trunk/libcatalyst-perl/debian/control Sun Aug 30 12:39:45 2009
@@ -1,8 +1,8 @@
 Source: libcatalyst-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: perl (>= 5.8.0-7), libfile-slurp-perl, 
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libfile-slurp-perl, 
  libextutils-autoinstall-perl, libdata-dump-perl, libtest-pod-perl (>= 1.14),
  libclass-inspector-perl, libtest-pod-coverage-perl (>= 1.04), 
  libclass-data-inheritable-perl, libclass-accessor-perl, libwww-perl, 
@@ -18,8 +18,8 @@
  libstring-rewriteprefix-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.2
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-perl/
 Homepage: http://search.cpan.org/dist/Catalyst-Runtime/
@@ -43,10 +43,10 @@
 Suggests: libtest-pod-perl, libtest-pod-coverage-perl, 
  libfcgi-procmanager-perl, libcatalyst-engine-apache-perl
 Conflicts: libcatalyst-modules-perl (<< 1)
-Description: The Elegant MVC Web Application Framework
- Catalyst is an elegant web application framework, extremely flexible yet
- extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
- upon which it was originally based.
+Description: elegant Model-View-Controller Web Application Framework
+ Catalyst is an elegant web application framework, extremely flexible yet very
+ simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which
+ it was originally based.
  .
  Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you
  to easily separate concerns, like content, presentation, and flow control,

Modified: trunk/libcatalyst-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/copyright?rev=43294&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/copyright (original)
+++ trunk/libcatalyst-perl/debian/copyright Sun Aug 30 12:39:45 2009
@@ -50,17 +50,21 @@
 License-Alias: Perl
 License: GPL-1+ | Artistic
 
-Files: inc/*
-Copyright: © 2002 - 2009 by Brian Ingerson, Audrey Tang 
- and Adam Kennedy.
-License-Alias: Perl
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
+ 2009, gregor herrmann <gregoa at debian.org>
+ 2005-2009, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2005-2008, Florian Ragwitz <rafl at debian.org>
+ 2009, gregor herrmann <gregoa at debian.org>
 License: GPL-1+ | Artistic
 
-Files: debian/*
-Copyright: © 2005-2009 Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-           © 2005-2008 Florian Ragwitz <rafl at debian.org>
-           © 2009      gregor herrmann <gregoa at debian.org>
-License: GPL-1+ | Artistic
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=43294&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Sun Aug 30 12:39:45 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
@@ -8,4 +11,4 @@
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod 644 $(CURDIR)/debian/libcatalyst-perl/usr/share/perl5/Catalyst/Delta.pod
+	chmod 644 $(TMP)/usr/share/perl5/Catalyst/Delta.pod




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