--- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/rules +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PACKAGE=$(shell dh_listpackages) + +PERL = /usr/bin/perl + +DESTDIR=.. + +TMP =`pwd`/debian/$(PACKAGE) + +configure: configure-stamp +configure-stamp: + dh_testdir + + $(PERL) Makefile.PL verbose INSTALLDIRS=vendor + + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) + $(MAKE) test + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + [ ! -e Makefile ] || $(MAKE) distclean + + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install PREFIX=$(TMP)/usr + + # Remove any empty directories + + -find $(TMP) -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty + + +# Build architecture-independent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installman + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb --destdir=$(DESTDIR) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary + --- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/compat +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/compat @@ -0,0 +1 @@ +4 --- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/control +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/control @@ -0,0 +1,16 @@ +Source: libtemplate-plugin-calendar-simple-perl +Section: perl +Priority: optional +Maintainer: Stephen Quinney +Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 4.0.0), libtemplate-perl (>= 2.00), libcalendar-simple-perl (>= 1.04), perl (>= 5.8.0) | libtest-simple-perl +Standards-Version: 3.6.1.0 + +Package: libtemplate-plugin-calendar-simple-perl +Architecture: all +Depends: ${perl:Depends}, libtemplate-perl(>= 2.00), libcalendar-simple-perl (>= 1.04) +Description: Simple calendar plugin for perl Template Toolkit + This is a plugin for the perl Template Toolkit which provides access + to the calendar function in the Calendar::Simple module. + . + It is designed to make it very easy to produce a calendar for a + particular, user designated, month. --- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/copyright +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Stephen Quinney on +Fri, 09 Jan 2004 13:31:28 +0000 + +It was downloaded from http://search.cpan.org/CPAN/authors/id/J/JE/JEFFA/ + +Author: Jeffrey Hayes Anderson + +Copyright: + + Copyright (c) 2004 Jeffrey Hayes Anderson. + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. --- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/watch +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/watch @@ -0,0 +1,7 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +http://search.cpan.org/CPAN/authors/id/J/JE/JEFFA/Template-Plugin-Calendar-Simple-(\d+\.\d+)\.tar\.gz debian uupdate + --- libtemplate-plugin-calendar-simple-perl-0.02.orig/debian/changelog +++ libtemplate-plugin-calendar-simple-perl-0.02/debian/changelog @@ -0,0 +1,7 @@ +libtemplate-plugin-calendar-simple-perl (0.02-1) unstable; urgency=low + + * Inital release, closes: #230416. + + -- Stephen Quinney Sun, 6 Jun 2004 09:24:15 +0100 + +