r3175 - in /packages/libgd-securityimage-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Jun 27 11:19:16 UTC 2006


Author: eloy
Date: Tue Jun 27 11:19:16 2006
New Revision: 3175

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3175
Log:
Load libgd-securityimage-perl-1.61 into
packages/libgd-securityimage-perl/trunk.

Added:
    packages/libgd-securityimage-perl/trunk/debian/
    packages/libgd-securityimage-perl/trunk/debian/changelog
    packages/libgd-securityimage-perl/trunk/debian/compat
    packages/libgd-securityimage-perl/trunk/debian/control
    packages/libgd-securityimage-perl/trunk/debian/copyright
    packages/libgd-securityimage-perl/trunk/debian/rules   (with props)
    packages/libgd-securityimage-perl/trunk/debian/watch

Added: packages/libgd-securityimage-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/changelog?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/changelog (added)
+++ packages/libgd-securityimage-perl/trunk/debian/changelog Tue Jun 27 11:19:16 2006
@@ -1,0 +1,6 @@
+libgd-securityimage-perl (1.61-1) unstable; urgency=low
+
+  * Initial Release (closes: #375641)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sun, 25 Jun 2006 19:51:20 +0200
+

Added: packages/libgd-securityimage-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/compat?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/compat (added)
+++ packages/libgd-securityimage-perl/trunk/debian/compat Tue Jun 27 11:19:16 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libgd-securityimage-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/control?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/control (added)
+++ packages/libgd-securityimage-perl/trunk/debian/control Tue Jun 27 11:19:16 2006
@@ -1,0 +1,29 @@
+Source: libgd-securityimage-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libgd-gd2-perl, perlmagick
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.2.1
+
+Package: libgd-securityimage-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libgd-gd2-perl | perlmagick
+Description: Security image (captcha) generator.
+ The (so called) "Security Images" are so popular. Most internet 
+ software use these in their registration screens to block robot programs
+ (which may register tons of  fake member accounts). Security images are
+ basicaly, graphical CAPTCHAs (Completely Automated Public 
+ Turing Test to Tell Computers and Humans Apart). This 
+ module gives you a basic interface to create such an image. The final 
+ output is the actual graphic data, the mime type of the graphic and the 
+ created random string. The module also has some "styles" that are 
+ used to create the background (or foreground) of the image.
+ .
+ If you are an Authen::Captcha user, see GD::SecurityImage::AC
+ for migration from Authen::Captcha to GD::SecurityImage.
+ .
+ GD::SecurityImage is just an image generator. Not a captcha handler.
+ The validation of the generated graphic is left to your programming 
+ taste.

Added: packages/libgd-securityimage-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/copyright?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/copyright (added)
+++ packages/libgd-securityimage-perl/trunk/debian/copyright Tue Jun 27 11:19:16 2006
@@ -1,0 +1,21 @@
+This is the debian package for the GD-SecurityImage module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+
+The upstream author is: Burak Gursoy <burak at cpan.org>.
+
+Copyright 2004-2006 Burak Gürsoy. All rights reserved.
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+  
+    b) the "Artistic License" which comes with Perl.
+  
+    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: packages/libgd-securityimage-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/rules?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/rules (added)
+++ packages/libgd-securityimage-perl/trunk/debian/rules Tue Jun 27 11:19:16 2006
@@ -1,0 +1,65 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+export PERL_MM_USE_DEFAULT=1
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Build ] || $(PERL) Build distclean
+	-rm *.png
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples eg/*
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	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

Propchange: packages/libgd-securityimage-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libgd-securityimage-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libgd-securityimage-perl/trunk/debian/watch?rev=3175&op=file
==============================================================================
--- packages/libgd-securityimage-perl/trunk/debian/watch (added)
+++ packages/libgd-securityimage-perl/trunk/debian/watch Tue Jun 27 11:19:16 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/GD/GD-SecurityImage-([\d\.]+)\.tar\.gz




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