r70141 - in /trunk/libauthen-captcha-perl/debian: README.source changelog compat control copyright libauthen-captcha-perl.examples patches/fix_spelling_error.patch patches/series rules source/ source/format

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Tue Mar 1 03:17:55 UTC 2011


Author: emhn-guest
Date: Tue Mar  1 03:17:41 2011
New Revision: 70141

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70141
Log:
* debian/compat: upgrade to DH8.
* debian/control: update Standards Version; upgrade to DH8;
  set Debian Perl Group as Maintainer instead of me.
* Upgrade to Source Format 3.0.
* debian/rules: remove --with-quilt; add override to avoid installing
  a stray Thumbs.db file; add override to remove a temporary testing
  directory after building.
* debian-copyright: updated to DEP5; updated copyright dates.
* Add patch to fix spelling error in man page.

Added:
    trunk/libauthen-captcha-perl/debian/libauthen-captcha-perl.examples
    trunk/libauthen-captcha-perl/debian/patches/fix_spelling_error.patch
    trunk/libauthen-captcha-perl/debian/source/
    trunk/libauthen-captcha-perl/debian/source/format
Removed:
    trunk/libauthen-captcha-perl/debian/README.source
Modified:
    trunk/libauthen-captcha-perl/debian/changelog
    trunk/libauthen-captcha-perl/debian/compat
    trunk/libauthen-captcha-perl/debian/control
    trunk/libauthen-captcha-perl/debian/copyright
    trunk/libauthen-captcha-perl/debian/patches/series
    trunk/libauthen-captcha-perl/debian/rules

Modified: trunk/libauthen-captcha-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/changelog?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/changelog (original)
+++ trunk/libauthen-captcha-perl/debian/changelog Tue Mar  1 03:17:41 2011
@@ -9,13 +9,21 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Ernesto Hernández-Novich (USB) ]
-  * Upgrade to DH7.
+  * debian/compat: upgrade to DH8.
+  * debian/control: update Standards Version; upgrade to DH8;
+    set Debian Perl Group as Maintainer instead of me.
   * Do not install README file since it's just a copy of the man page.
+  * Upgrade to Source Format 3.0.
+  * debian/rules: remove --with-quilt; add override to avoid installing
+    a stray Thumbs.db file; add override to remove a temporary testing
+    directory after building.
+  * debian-copyright: updated to DEP5; updated copyright dates.
+  * Add patch to fix spelling error in man page.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 09 Apr 2009 19:15:14 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 28 Feb 2011 22:47:12 -0430
 
 libauthen-captcha-perl (1.023-5) unstable; urgency=low
 

Modified: trunk/libauthen-captcha-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/compat?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/compat (original)
+++ trunk/libauthen-captcha-perl/debian/compat Tue Mar  1 03:17:41 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libauthen-captcha-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/control?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/control (original)
+++ trunk/libauthen-captcha-perl/debian/control Tue Mar  1 03:17:41 2011
@@ -1,20 +1,21 @@
 Source: libauthen-captcha-perl
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl (>= 5.6.0), libgd-gd2-noxpm-perl | libgd-gd2-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libgd-gd2-noxpm-perl | libgd-gd2-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Authen-Captcha/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-captcha-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-captcha-perl/
-Standards-Version: 3.8.0
 
 Package: libauthen-captcha-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libgd-gd2-noxpm-perl | libgd-gd2-perl
-Description:  Extension for creating captcha's to verify the human element in transactions
+Depends: ${misc:Depends}, ${perl:Depends},
+ libgd-gd2-noxpm-perl | libgd-gd2-perl
+Description: extension for creating captcha's to verify the human element in transactions
  Authen::Captcha provides an object oriented interface to captcha file
  creations. Captcha stands for Completely Automated Public Turing test to
  tell Computers and Humans Apart. A Captcha is a program that can generate
@@ -25,5 +26,4 @@
  .
  The most common form is an image file containing distorted text, which
  humans are adept at reading, and computers (generally) do a poor job.
- This module currently implements that method. We plan to add other methods,
- such as distorted sound files, and plain text riddles.
+ This module currently implements that method.

Modified: trunk/libauthen-captcha-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/copyright?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/copyright (original)
+++ trunk/libauthen-captcha-perl/debian/copyright Tue Mar  1 03:17:41 2011
@@ -1,31 +1,43 @@
-This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
-on Fri, 02 Dec 2005 14:51:49 -0400
+Format-Specification:
+ http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: Authen-Captcha
+Upstream-Contact: Seth T. Jackson, <sjackson at purifieddata.net>
+ Josh I. Miller, <jmiller at purifieddata.net>
+Source: http://search.cpan.org/dist/Authen-Captcha/
 
-It was downloaded from: http://search.cpan.org/dist/Authen-Captcha/
+Files: *
+Copyright: 
+ 2003, First Productions, Inc. (FIRSTPRODUCTIONS HUMAN TEST 1.0)
+ 2003, Seth T. Jackson, <sjackson at purifieddata.net>
+License: GPL-2
 
-Upstream Authors: 
+Files: debian/*
+Copyright: 2005, 2006, Ernesto Hernández-Novich <emhn at telcel.net.ve>
+ 2007-2011, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+ 2007, Damyan Ivanov <dmn at debian.org>
+License: Artistic or GPL-1+
 
-Seth T. Jackson, <sjackson at purifieddata.net>
-Josh I. Miller, <jmiller at purifieddata.net>
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-First Productions, Inc. created the cgi-script distributed under the GPL
-which was used as the basis for this module. Much work has gone into
-making this more robust, and suitable for other applications, but much
-of the original code remains.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-Copyright:
-
-Copyright 2003, First Productions, Inc. (FIRSTPRODUCTIONS HUMAN TEST 1.0)
-Copyright 2003 by Seth Jackson
-
-This library is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details.
-
-The GPL license can be found in /usr/share/common-licenses/GPL
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libauthen-captcha-perl/debian/libauthen-captcha-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/libauthen-captcha-perl.examples?rev=70141&op=file
==============================================================================
--- trunk/libauthen-captcha-perl/debian/libauthen-captcha-perl.examples (added)
+++ trunk/libauthen-captcha-perl/debian/libauthen-captcha-perl.examples Tue Mar  1 03:17:41 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libauthen-captcha-perl/debian/patches/fix_spelling_error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/patches/fix_spelling_error.patch?rev=70141&op=file
==============================================================================
--- trunk/libauthen-captcha-perl/debian/patches/fix_spelling_error.patch (added)
+++ trunk/libauthen-captcha-perl/debian/patches/fix_spelling_error.patch Tue Mar  1 03:17:41 2011
@@ -1,0 +1,29 @@
+Description: This patch fixes a POD spelling error.
+Forwarded: not-needed
+Author: Ernesto Hernández-Novich <emhn at usb.ve>
+
+--- a/Captcha.pm
++++ b/Captcha.pm
+@@ -543,7 +543,7 @@
+   # set the data_folder. contains flatfile db to maintain state
+   $captcha->data_folder('/some/folder');
+ 
+-  # set directory to hold publicly accessable images
++  # set directory to hold publicly accessible images
+   $captcha->output_folder('/some/http/folder');
+ 
+   # Alternitively, any of the methods to set variables may also be
+@@ -676,11 +676,11 @@
+ =item C<$captcha-E<gt>data_folder( '/some/folder' );>
+ 
+ Required. Sets the directory to hold the flatfile database that will be used to store the current non-expired valid captcha md5sum's.
+-Must be writable by the process running the script (usually the web server user, which is usually either "apache" or "http"), but should not be accessable to the end user.
++Must be writable by the process running the script (usually the web server user, which is usually either "apache" or "http"), but should not be accessible to the end user.
+ 
+ =item C<$captcha-E<gt>output_folder( '/some/folder' );>
+ 
+-Required. Sets the directory to hold the generated Captcha image files. This is usually a web accessable directory so that the user can view the images in here, but it doesn't have to be web accessable (you could be attaching the images to an e-mail for some verification, or some other Captcha implementation).
++Required. Sets the directory to hold the generated Captcha image files. This is usually a web accessible directory so that the user can view the images in here, but it doesn't have to be web accessible (you could be attaching the images to an e-mail for some verification, or some other Captcha implementation).
+ Must be writable by the process running the script (usually the web server user, which is usually either "apache" or "http").
+ 
+ =item C<$captcha-E<gt>images_folder( '/some/folder' );>

Modified: trunk/libauthen-captcha-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/patches/series?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/patches/series (original)
+++ trunk/libauthen-captcha-perl/debian/patches/series Tue Mar  1 03:17:41 2011
@@ -1,1 +1,2 @@
 fix409731_not-taint-safe.patch
+fix_spelling_error.patch

Modified: trunk/libauthen-captcha-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/rules?rev=70141&op=diff
==============================================================================
--- trunk/libauthen-captcha-perl/debian/rules (original)
+++ trunk/libauthen-captcha-perl/debian/rules Tue Mar  1 03:17:41 2011
@@ -1,64 +1,12 @@
 #!/usr/bin/make -f
 
-# Using quilt for patches
-include /usr/share/quilt/quilt.make
+%:
+	dh $@
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
+override_dh_auto_install:
+	dh_auto_install
+	rm -f debian/libauthen-captcha-perl/usr/share/perl5/Authen/Captcha/images/Thumbs.db
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: patch build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+override_dh_clean:
+	dh_clean
 	rm -rf t/captcha_temp
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	rm -f  $(TMP)/usr/share/perl5/Authen/Captcha/images/Thumbs.db
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_installexamples examples/*
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary

Added: trunk/libauthen-captcha-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-captcha-perl/debian/source/format?rev=70141&op=file
==============================================================================
--- trunk/libauthen-captcha-perl/debian/source/format (added)
+++ trunk/libauthen-captcha-perl/debian/source/format Tue Mar  1 03:17:41 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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