--- libtemplate-plugin-gd-perl-2.66.orig/debian/compat +++ libtemplate-plugin-gd-perl-2.66/debian/compat @@ -0,0 +1 @@ +5 --- libtemplate-plugin-gd-perl-2.66.orig/debian/watch +++ libtemplate-plugin-gd-perl-2.66/debian/watch @@ -0,0 +1,3 @@ +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Template-GD/ .*/Template-GD-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtemplate-plugin-gd-perl-2.66.orig/debian/copyright +++ libtemplate-plugin-gd-perl-2.66/debian/copyright @@ -0,0 +1,16 @@ +This is the debian package for the Template-GD module. +It was created by Dominic Hargreaves using dh-make-perl. + +It was downloaded from CPAN + +The upstream author is: Andy Wardley + +Copyright (C) 2001 Craig Barratt, 2006 Andy Wardley. + +This module is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. 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'. --- libtemplate-plugin-gd-perl-2.66.orig/debian/control +++ libtemplate-plugin-gd-perl-2.66/debian/control @@ -0,0 +1,21 @@ +Source: libtemplate-plugin-gd-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7), libgd-text-perl, libgd-graph-perl, libgd-graph3d-perl, libgd-gd2-perl | libgd-noxpm-perl, libtemplate-perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Template-GD/ + +Package: libtemplate-plugin-gd-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libgd-text-perl, libgd-graph-perl, libgd-graph3d-perl, libgd-gd2-perl | libgd-noxpm-perl, libtemplate-perl (>= 2.15) +Conflicts: libtemplate-perl (<< 2.15) +Description: GD plugin(s) for the Template Toolkit + This package provides a number of Template Toolkit plugin modules to + interface with Lincoln Stein's GD modules. These in turn provide an + interface to Thomas Boutell's GD graphics library. + . + These plugins were distributed as part of the Template Toolkit until + version 2.15 released in February 2006. At this time they were + extracted into this separate distribution. --- libtemplate-plugin-gd-perl-2.66.orig/debian/rules +++ libtemplate-plugin-gd-perl-2.66/debian/rules @@ -0,0 +1,83 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# 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 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + # Add commands to install the package into debian/$PACKAGE_NAME here + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # 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 + + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot +# dh_installcron +# dh_installmenu +# dh_installexamples + dh_installdocs README + dh_installchangelogs + 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 --- libtemplate-plugin-gd-perl-2.66.orig/debian/changelog +++ libtemplate-plugin-gd-perl-2.66/debian/changelog @@ -0,0 +1,16 @@ +libtemplate-plugin-gd-perl (2.66-2) unstable; urgency=low + + * Fix debian/rules rmdir bug (closes: #468023) + * Update Standards-Version (no changes) + * Add debian/watch file + * debian/control: add Homepage field + * debain/control: fix formatting in Description + + -- Dominic Hargreaves Sun, 2 Mar 2008 17:35:17 +0000 + +libtemplate-plugin-gd-perl (2.66-1) unstable; urgency=low + + * Initial Release (closes: #405271) + + -- Dominic Hargreaves Tue, 2 Jan 2007 19:38:20 +0000 +