r2727 - in /packages/libcache-mmap-perl/trunk: cmmtest debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon May 8 09:39:47 UTC 2006


Author: eloy
Date: Mon May  8 09:39:45 2006
New Revision: 2727

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

Added:
    packages/libcache-mmap-perl/trunk/debian/
    packages/libcache-mmap-perl/trunk/debian/changelog
    packages/libcache-mmap-perl/trunk/debian/compat
    packages/libcache-mmap-perl/trunk/debian/control
    packages/libcache-mmap-perl/trunk/debian/copyright
    packages/libcache-mmap-perl/trunk/debian/rules   (with props)
    packages/libcache-mmap-perl/trunk/debian/watch
Modified:
    packages/libcache-mmap-perl/trunk/cmmtest   (props changed)

Propchange: packages/libcache-mmap-perl/trunk/cmmtest
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Mon May  8 09:39:45 2006
@@ -1,0 +1,1 @@
+*

Added: packages/libcache-mmap-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/changelog?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/changelog (added)
+++ packages/libcache-mmap-perl/trunk/debian/changelog Mon May  8 09:39:45 2006
@@ -1,0 +1,21 @@
+libcache-mmap-perl (0.09-3) unstable; urgency=low
+
+  * New Maintainer (Closes: #348951)
+  * debian/copyright: added url to homepage
+  * Bumped up Standards Version to 3.7.0
+  * added debian/watch file
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sun, 30 Apr 2006 14:32:45 +0200
+
+libcache-mmap-perl (0.09-2) unstable; urgency=low
+
+  * Orphan package. 
+
+ -- Clint Adams <schizo at debian.org>  Sat, 21 Jan 2006 18:50:59 -0500
+
+libcache-mmap-perl (0.09-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Clint Adams <schizo at debian.org>  Tue, 13 Dec 2005 11:25:16 -0500
+

Added: packages/libcache-mmap-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/compat?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/compat (added)
+++ packages/libcache-mmap-perl/trunk/debian/compat Mon May  8 09:39:45 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libcache-mmap-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/control?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/control (added)
+++ packages/libcache-mmap-perl/trunk/debian/control Mon May  8 09:39:45 2006
@@ -1,0 +1,22 @@
+Source: libcache-mmap-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.7.0
+
+Package: libcache-mmap-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Description:  Shared data cache using memory mapped files
+ This module implements a shared data cache, using memory mapped files.
+ If routines are provided which interact with the underlying data, access to
+ the cache is completely transparent, and the module handles all the details of
+ refreshing cache contents, and updating underlying data, if necessary.
+ .
+ Cache entries are assigned to "buckets" within the cache file, depending on
+ the key. Within each bucket, entries are stored approximately in order of last
+ access, so that frequently accessed entries will move to the head of the
+ bucket, thus decreasing access time. Concurrent accesses to the same bucket are
+ prevented by file locking of the relevant section of the cache file.

Added: packages/libcache-mmap-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/copyright?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/copyright (added)
+++ packages/libcache-mmap-perl/trunk/debian/copyright Mon May  8 09:39:45 2006
@@ -1,0 +1,16 @@
+This is the debian package for the Cache-Mmap module.
+It was created by Clint Adams <schizo at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/~pmh/
+
+Copyright (C) Institute of Physics Publishing 2002-2005
+
+Peter Haworth <pmh at edison.ioppublishing.com>
+
+This module is free software; you can redistribute it 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'.

Added: packages/libcache-mmap-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/rules?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/rules (added)
+++ packages/libcache-mmap-perl/trunk/debian/rules Mon May  8 09:39:45 2006
@@ -1,0 +1,93 @@
+#!/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.
+
+# 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)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+
+	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 dependent package, we are not
+	# supposed to install stuff to /usr/share. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README Todo
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	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/libcache-mmap-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libcache-mmap-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcache-mmap-perl/trunk/debian/watch?rev=2727&op=file
==============================================================================
--- packages/libcache-mmap-perl/trunk/debian/watch (added)
+++ packages/libcache-mmap-perl/trunk/debian/watch Mon May  8 09:39:45 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Cache/Cache-Mmap-([\d\.]+)\.tar\.gz




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