r4341 - in /packages/libtemplate-plugin-calendar-simple-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Nov 22 12:00:39 CET 2006


Author: eloy
Date: Wed Nov 22 12:00:38 2006
New Revision: 4341

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4341
Log:
Load libtemplate-plugin-calendar-simple-perl-0.02 into
packages/libtemplate-plugin-calendar-simple-perl/trunk.

Added:
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/changelog
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/compat
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/control
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/copyright
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules   (with props)
    packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/watch

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/changelog?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/changelog (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/changelog Wed Nov 22 12:00:38 2006
@@ -1,0 +1,14 @@
+libtemplate-plugin-calendar-simple-perl (0.02-2) unstable; urgency=low
+
+  * Switched to my debian.org email address.
+  * debian/watch - Updated URL so it does not timeout.
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 22 Sep 2005 22:21:56 +0100
+
+libtemplate-plugin-calendar-simple-perl (0.02-1) unstable; urgency=low
+
+  *  Inital release, closes: #230416.
+
+ -- Stephen Quinney <sjq at debian.org>  Sun,  6 Jun 2004 09:24:15 +0100
+
+

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/compat?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/compat (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/compat Wed Nov 22 12:00:38 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/control?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/control (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/control Wed Nov 22 12:00:38 2006
@@ -1,0 +1,16 @@
+Source: libtemplate-plugin-calendar-simple-perl
+Section: perl
+Priority: optional
+Maintainer: Stephen Quinney <sjq at debian.org>
+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.2
+
+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.

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/copyright?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/copyright (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/copyright Wed Nov 22 12:00:38 2006
@@ -1,0 +1,31 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> 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 <captvanhalen at yahoo.com>
+
+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.

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules Wed Nov 22 12:00:38 2006
@@ -1,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
+

Propchange: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/watch?rev=4341&op=file
==============================================================================
--- packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/watch (added)
+++ packages/libtemplate-plugin-calendar-simple-perl/trunk/debian/watch Wed Nov 22 12:00:38 2006
@@ -1,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://www.cpan.org/authors/id/J/JE/JEFFA/Template-Plugin-Calendar-Simple-(\d+\.\d+)\.tar\.gz debian uupdate
+




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