r4211 - in /packages/libcache-cache-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Nov 17 12:22:59 CET 2006


Author: eloy
Date: Fri Nov 17 12:22:59 2006
New Revision: 4211

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4211
Log:
Load libcache-cache-perl-1.05 into packages/libcache-cache-perl/trunk.

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

Added: packages/libcache-cache-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/changelog?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/changelog (added)
+++ packages/libcache-cache-perl/trunk/debian/changelog Fri Nov 17 12:22:59 2006
@@ -1,0 +1,71 @@
+libcache-cache-perl (1.05-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+      - Use my debian.org email address.
+      - Switched debhelper to Build-Depends
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 15 Jun 2006 21:25:56 +0100
+
+libcache-cache-perl (1.04-1) unstable; urgency=medium
+
+  * New upstream release - fixes permissions on temp cache files
+  
+ -- Stephen Quinney <sjq at debian.org>  Fri, 18 Mar 2005 08:22:25 +0000
+
+libcache-cache-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release
+  * There is now, finally, an updated version of the libdigest-sha1-perl
+    package. Updated dependency to (>= 2.02) closes: #215107.
+  * debian/watch - Added new file.
+  * debian/changelog - Completely rewritten to make it much clearer.
+  * debian/rules - Tidied and brought in line with my current style.
+  * No longer install DISCLAIMER or STYLE as they serve no real purpose.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri,  8 Oct 2004 20:31:15 +0100
+
+libcache-cache-perl (1.02-3) unstable; urgency=low
+
+  * Updated dependency on libipc-sharelite-perl to the minimum required
+    version of (>= 0.09-1). Thanks to Jay Bonci for upgrading that
+    package. This resolves half of the bug report #215107.
+  * Simplified the dependencies. Removed the libstorable-perl dependency
+    and required a minimum perl version of (>= 5.8.0) as there is no
+    separate libstorable-perl package any more.
+
+ -- Stephen Quinney <sjq at debian.org>  Sun,  7 Mar 2004 08:52:24 +0000
+
+libcache-cache-perl (1.02-2) unstable; urgency=low
+
+  * New maintainer, closes: #214876.
+  * debian/control:
+      - Updated dependencies on libstorable-perl and liberror-perl.
+      - Removed dependency on libdigest-md5-perl as it seems to no longer
+        be necessary.
+  * Replaced use of DH_COMPAT with debian/compat.
+  * debian/rules:
+      - replace with my current personal style.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 10 Oct 2003 14:59:23 +0100
+
+libcache-cache-perl (1.02-1) unstable; urgency=low
+
+  * New upstream version (closes: bug#152999)
+  * Fix dependencies (closes: bug#159197)
+  * Fix copyright (closes: bug#157552)
+  * Orphaned
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Wed,  8 Oct 2003 09:17:21 -0400
+
+libcache-cache-perl (1.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue,  9 Apr 2002 09:57:50 -0400
+
+libcache-cache-perl (0.99-1) unstable; urgency=low
+
+  * Initial packaging
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 21 Feb 2002 11:40:26 -0500

Added: packages/libcache-cache-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/compat?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/compat (added)
+++ packages/libcache-cache-perl/trunk/debian/compat Fri Nov 17 12:22:59 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libcache-cache-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/control?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/control (added)
+++ packages/libcache-cache-perl/trunk/debian/control Fri Nov 17 12:22:59 2006
@@ -1,0 +1,20 @@
+Source: libcache-cache-perl
+Section: perl
+Priority: optional
+Maintainer: Stephen Quinney <sjq at debian.org>
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: liberror-perl (>= 0.15), perl (>= 5.8.0), libipc-sharelite-perl (>= 0.09-1), libdigest-sha1-perl (>= 2.02)
+Standards-Version: 3.7.2
+
+Package: libcache-cache-perl
+Architecture: all
+Depends: perl (>= 5.8.0), liberror-perl (>= 0.15), libipc-sharelite-perl (>= 0.09-1), libdigest-sha1-perl (>= 2.02)
+Description: Managed caches of persistent information
+ The Cache modules are designed to assist a developer in persisting
+ data for a specified period of time.  Often these modules are used in
+ web applications to store data locally to save repeated and redundant
+ expensive calls to remote machines or databases.  People have also
+ been known to use Cache::Cache for its straightforward interface in
+ sharing data between runs of an application or invocations of a
+ CGI-style script or simply as an easy to use abstraction of the
+ filesystem or shared memory.

Added: packages/libcache-cache-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/copyright?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/copyright (added)
+++ packages/libcache-cache-perl/trunk/debian/copyright Fri Nov 17 12:22:59 2006
@@ -1,0 +1,25 @@
+This package was re-debianized by Stephen Quinney <sjq at debian.org> on
+Fri, 08 Oct 2004 19:37:12 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/
+
+Upstream Author: DeWitt Clinton <dewitt at unto.net>
+
+Copyright:
+
+    All (C) 2001-2006 DeWitt Clinton except
+    Cache::NullCache (C) 2001 Jay Sachs, 2002-2004 DeWitt Clinton
+    All Rights Reserved
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    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/libcache-cache-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/rules?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/rules (added)
+++ packages/libcache-cache-perl/trunk/debian/rules Fri Nov 17 12:22:59 2006
@@ -1,0 +1,73 @@
+#!/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 
+
+	[ ! -e Makefile ] || $(MAKE) distclean
+
+	dh_clean build-stamp configure-stamp
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+	# Remove any empty directories
+
+	find $(TMP)/usr -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 CREDITS 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/libcache-cache-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libcache-cache-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-cache-perl/trunk/debian/watch?rev=4211&op=file
==============================================================================
--- packages/libcache-cache-perl/trunk/debian/watch (added)
+++ packages/libcache-cache-perl/trunk/debian/watch Fri Nov 17 12:22:59 2006
@@ -1,0 +1,6 @@
+# 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/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-(\d+\.\d+)\.tar\.gz debian uupdate




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