r24097 - in /trunk/libcgi-application-perl: Changes META.yml Makefile.PL debian/changelog debian/compat debian/control debian/copyright debian/docs debian/examples debian/libcgi-application-perl.examples debian/rules lib/CGI/Application.pm

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Aug 11 05:47:18 UTC 2008


Author: rmayorga-guest
Date: Mon Aug 11 05:47:16 2008
New Revision: 24097

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24097
Log:
* New upstream release
* debian/control
  + Raise debhelper version to 7
  + add ${misc:Depends} and remove perl-modules from Depends
  + add myself to uploaders
* debian/copyright - convert to the (new)format
* debian/rules - refreshed with rules.dh7.noxs 

Added:
    trunk/libcgi-application-perl/debian/libcgi-application-perl.examples
Removed:
    trunk/libcgi-application-perl/debian/docs
    trunk/libcgi-application-perl/debian/examples
Modified:
    trunk/libcgi-application-perl/Changes
    trunk/libcgi-application-perl/META.yml
    trunk/libcgi-application-perl/Makefile.PL
    trunk/libcgi-application-perl/debian/changelog
    trunk/libcgi-application-perl/debian/compat
    trunk/libcgi-application-perl/debian/control
    trunk/libcgi-application-perl/debian/copyright
    trunk/libcgi-application-perl/debian/rules
    trunk/libcgi-application-perl/lib/CGI/Application.pm

Modified: trunk/libcgi-application-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/Changes?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/Changes (original)
+++ trunk/libcgi-application-perl/Changes Mon Aug 11 05:47:16 2008
@@ -1,4 +1,10 @@
 Revision history for CGI::Application.
+
+4.11 Sun Aug 10, 2008
+    No code changes. 
+
+    [DOCUMENTATION]
+    - Fix POD syntax issue.
 
 4.10 Tue Jun 17, 2008
 

Modified: trunk/libcgi-application-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/META.yml?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/META.yml (original)
+++ trunk/libcgi-application-perl/META.yml Mon Aug 11 05:47:16 2008
@@ -1,10 +1,10 @@
----
+--- #YAML:1.0
 name: CGI-Application
-version: 4.10
+version: 4.11
 author:
-  - 'Jesse Erlbaum <jesse at erlbaum.net>'
-  - 'Mark Stosberg <mark at summersault.com>'
-  - "with the help of many others!"
+  - Jesse Erlbaum <jesse at erlbaum.net>
+  - Mark Stosberg <mark at summersault.com>
+  - with the help of many others!
 abstract: Framework for building reusable web-applications
 license: perl
 requires:
@@ -13,17 +13,10 @@
   Class::ISA: 0
   HTML::Template: 0
   Test::More: 0.47
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
-no_index:
-  file:
 provides:
   CGI::Application:
     file: lib/CGI/Application.pm
-    version: 4.10
+    version: 4.11
   CGI::Application::Mailform:
     file: lib/CGI/Application/Mailform.pm
-resources:
-  license: http://dev.perl.org/licenses/
+generated_by: Module::Build version 0.2611

Modified: trunk/libcgi-application-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/Makefile.PL?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/Makefile.PL (original)
+++ trunk/libcgi-application-perl/Makefile.PL Mon Aug 11 05:47:16 2008
@@ -2,17 +2,16 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
-          'INSTALLDIRS' => 'site',
           'NAME' => 'CGI::Application',
-          'EXE_FILES' => [],
           'VERSION_FROM' => 'lib/CGI/Application.pm',
           'PREREQ_PM' => {
-                           'Test::More' => '0.47',
-                           'HTML::Template' => 0,
-                           'Class::ISA' => 0,
-                           'CGI' => 0,
-                           'Carp' => 0
-                         }
+                           'CGI' => '0',
+                           'Carp' => '0',
+                           'Class::ISA' => '0',
+                           'HTML::Template' => '0',
+                           'Test::More' => '0.47'
+                         },
+          'INSTALLDIRS' => 'site',
+          'PL_FILES' => {}
         )
 ;

Modified: trunk/libcgi-application-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/changelog?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/changelog (original)
+++ trunk/libcgi-application-perl/debian/changelog Mon Aug 11 05:47:16 2008
@@ -1,3 +1,15 @@
+libcgi-application-perl (4.11-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    + Raise debhelper version to 7
+    + add ${misc:Depends} and remove perl-modules from Depends
+    + add myself to uploaders
+  * debian/copyright - convert to the (new)format
+  * debian/rules - refreshed with rules.dh7.noxs 
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sun, 10 Aug 2008 23:27:47 -0600
+
 libcgi-application-perl (4.10-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libcgi-application-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/compat?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/compat (original)
+++ trunk/libcgi-application-perl/debian/compat Mon Aug 11 05:47:16 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libcgi-application-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/control?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/control (original)
+++ trunk/libcgi-application-perl/debian/control Mon Aug 11 05:47:16 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, Niko Tyni <ntyni at iki.fi>,
- Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 5)
+ Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libhtml-template-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/CGI-Application/
@@ -13,7 +13,7 @@
 
 Package: libcgi-application-perl
 Architecture: all
-Depends: ${perl:Depends}, perl-modules
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
 Suggests: libhtml-template-perl
 Description: Framework for building reusable web-applications
  CGI::Application is intended to make it easier to create sophisticated,

Modified: trunk/libcgi-application-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/copyright?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/copyright (original)
+++ trunk/libcgi-application-perl/debian/copyright Mon Aug 11 05:47:16 2008
@@ -1,33 +1,35 @@
 This package was debianized by Shell Hung <shell at shellhung.org> on
-Mon, 13 Aug 2001 16:26:50 +0800.
+Mon, 13 Aug 2001 16:26:50 +0800. and is Maintained by the Debian Perl Group 
+(pkg-perl)
 
-It was downloaded from <CPAN>/modules/by-module/CGI/
+It was downloaded from: http://search.cpan.org/dist/CGI-Application/
 
 Upstream Author: Jesse Erlbaum <jesse at vm.com>
 
-Copyright for lib/CGI/Application.pm:
+Files: *
+Copyright: © 2000-2003 Jesse Erlbaum <jesse at erlbaum.net>
+License: GPL-1+ | Artistic
+ This module is free software; you can redistribute it and/or modify it
+ under the terms of Perl itself.
 
- CGI::Application : Framework for building reusable web-applications
- Copyright (C) 2000-2003 Jesse Erlbaum <jesse at erlbaum.net>
+Files: debian/*
+Copyright: © 2001 Shell Hung <shell at shellhung.org>
+           © 2008 Debian Perl Group
+	          <pkg-perl-maintainers at lists.alioth.debian.org>
+License: GPL-1+ | Artistic
+ This module is free software; you can redistribute it and/or modify it
+ under the terms of Perl itself.
 
- This module is free software; you can redistribute it and/or modify it
- under the terms of either:
+The Perl license is:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
 
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later version,
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
 
- or
+    b) the "Artistic License" which comes with Perl.
 
- b) the "Artistic License" which comes with this module.
-
-The Artistic and GPL licences can be found in /usr/share/common-licenses/ .
-
-Copyright for lib/CGI/Application/MailForm.pm:
-
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
-
-The Artistic and GPL licences under which Perl is distributed can be found
-in /usr/share/common-licenses/ . See /usr/share/doc/perl/copyright for
-the license of Perl itself.
-
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL' and the Artistic
+Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libcgi-application-perl/debian/libcgi-application-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/libcgi-application-perl.examples?rev=24097&op=file
==============================================================================
--- trunk/libcgi-application-perl/debian/libcgi-application-perl.examples (added)
+++ trunk/libcgi-application-perl/debian/libcgi-application-perl.examples Mon Aug 11 05:47:16 2008
@@ -1,0 +1,1 @@
+Examples/*

Modified: trunk/libcgi-application-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/debian/rules?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/debian/rules (original)
+++ trunk/libcgi-application-perl/debian/rules Mon Aug 11 05:47:16 2008
@@ -1,68 +1,23 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-TMP=$(CURDIR)/debian/libcgi-application-perl
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-	perl Makefile.PL INSTALLDIRS=vendor
-	touch $@
 
 build: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-	# Add here commands to compile the package.
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	$(MAKE) test
+build-stamp:
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean
+	dh $@
 
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
+binary-arch:
 
-	# Add here commands to install the package into debian/libcgi-application-perl.
-	$(MAKE) install DESTDIR=$(TMP)
+binary-indep: install
+	dh $@
 
-	#As this is a architecture independent package, we are not supposed to install
-	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+binary: binary-arch binary-indep
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	# nothing here
-
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libcgi-application-perl/lib/CGI/Application.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-perl/lib/CGI/Application.pm?rev=24097&op=diff
==============================================================================
--- trunk/libcgi-application-perl/lib/CGI/Application.pm (original)
+++ trunk/libcgi-application-perl/lib/CGI/Application.pm Mon Aug 11 05:47:16 2008
@@ -3,7 +3,7 @@
 use strict;
 use Class::ISA;
 
-$CGI::Application::VERSION = '4.10';
+$CGI::Application::VERSION = '4.11';
 
 my %INSTALLED_CALLBACKS = (
 #	hook name          package                 sub
@@ -1579,7 +1579,7 @@
 back.
 
 To add additional headers later without clobbering the old ones,
-see C<header_add().
+see C<header_add()>.
 
 B<IMPORTANT NOTE REGARDING HTTP HEADERS>
 




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