r65770 - in /trunk/libcgi-application-extra-plugin-bundle-perl/debian: changelog control fixcsrf.pl

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 11 23:15:04 UTC 2010


Author: periapt-guest
Date: Sat Dec 11 23:14:57 2010
New Revision: 65770

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65770
Log:
* Completed comment in fixcsrf.pl
* Removed debian/substvars
* Promoted TT from a Suggests to Recommends

Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/fixcsrf.pl

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog?rev=65770&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog Sat Dec 11 23:14:57 2010
@@ -3,6 +3,9 @@
   [ Nicholas Bamber ]
   * Split out Authentication and AnyTemplate (closes: #599794)  
   * Split out Authorization and TT 
+  * Completed comment in fixcsrf.pl
+  * Removed debian/substvars
+  * Promoted TT from a Suggests to Recommends
 
   [ gregor herrmann ]
   * Unset http_proxy for tests.

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/control?rev=65770&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/control (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/control Sat Dec 11 23:14:57 2010
@@ -60,8 +60,9 @@
  libcgi-application-plugin-formstate-perl,
  libcgi-application-plugin-protectcrsf-perl,
  libcgi-application-plugin-messagestack-perl
+Recommends: libcgi-application-plugin-tt-perl
 Suggests: libcgi-application-plugin-anytemplate-perl, libhtml-template-perl,
- libcgi-application-plugin-tt-perl, licgi-application-plugin-authorization-perl
+ libcgi-application-plugin-authorization-perl
 Description: Extra Plugins for CGI::Application
  This package includes some extra plugin modules to enhance CGI::Application.
  Currently the following modules are included:

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/fixcsrf.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/fixcsrf.pl?rev=65770&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/fixcsrf.pl (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/fixcsrf.pl Sat Dec 11 23:14:57 2010
@@ -4,7 +4,9 @@
 use Carp;
 use File::Copy;
 
-# The ProtectCSRF plugin has an 
+# The ProtectCSRF plugin has an bug in its upstream packaging
+# which means that originally it did not build correctly.
+# This script moves things around to rectify that.
 
 my $dir = glob 'build-area/02/CGI-Application-Plugin-ProtectCSRF-*';
 mkdir "$dir/lib" or croak "could not create lib dir";




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