r6270 - in /trunk/libipc-shareable-perl/debian: ./ changelog compat control copyright libipc-shareable-perl.docs rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Aug 5 20:57:40 UTC 2007


Author: tincho-guest
Date: Sun Aug  5 20:57:40 2007
New Revision: 6270

URL: http://svn.debian.org/wsvn/?sc=1&rev=6270
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libipc-shareable-perl/debian/
    trunk/libipc-shareable-perl/debian/changelog
    trunk/libipc-shareable-perl/debian/compat
    trunk/libipc-shareable-perl/debian/control
    trunk/libipc-shareable-perl/debian/copyright
    trunk/libipc-shareable-perl/debian/libipc-shareable-perl.docs
    trunk/libipc-shareable-perl/debian/rules   (with props)
    trunk/libipc-shareable-perl/debian/watch

Added: trunk/libipc-shareable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/changelog?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/changelog (added)
+++ trunk/libipc-shareable-perl/debian/changelog Sun Aug  5 20:57:40 2007
@@ -1,0 +1,45 @@
+libipc-shareable-perl (0.60-5) unstable; urgency=low
+
+  * New maintainer (Closes: #374121).
+  * debian/control:
+    + Bumped Standards-Version to 3.7.2.
+    + Moved perl build-dep to build-dep-indep.
+    + Added upstream URL.
+  * Created debian/watch file.
+  * Moved debhelper compatibility statement from debian/rules to
+    debian/compat (with version 5).
+  * Cleaned up debian/rules.
+  * Improved debian/copyright information.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Fri, 23 Jun 2006 11:16:15 -0300
+
+libipc-shareable-perl (0.60-4) unstable; urgency=low
+
+  * Changed section to perl.
+  * Changed versionned build-dep on debhelper from >= 2.2.0 to >= 3 to
+    please lintian.
+  * Use new-style DEB_BUILD_OPTIONS.
+  * Now complies with Standards-Version 3.6.1.0.
+
+ -- Philippe Troin <phil at fifi.org>  Fri, 12 Mar 2004 19:06:55 -0800
+
+libipc-shareable-perl (0.60-3) unstable; urgency=low
+
+  * Fixed upstream version detection in debian/rules.
+  * Depends on libstorable-perl OR perl 5.8 and higher (which now contains
+    libstorable-perl); closes: #159202.
+
+ -- Philippe Troin <phil at fifi.org>  Tue,  3 Sep 2002 17:04:42 -0700
+
+libipc-shareable-perl (0.60-2) unstable; urgency=low
+
+  * First debian release; closes: #105815.
+
+ -- Philippe Troin <phil at fifi.org>  Wed, 18 Jul 2001 17:18:47 -0700
+
+libipc-shareable-perl (0.60-1) unstable; urgency=low
+
+  * Created package. (This version was never released)
+
+ -- Philippe Troin <phil at fifi.org>  Wed, 21 Feb 2001 10:02:29 -0800
+

Added: trunk/libipc-shareable-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/compat?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/compat (added)
+++ trunk/libipc-shareable-perl/debian/compat Sun Aug  5 20:57:40 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libipc-shareable-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/control?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/control (added)
+++ trunk/libipc-shareable-perl/debian/control Sun Aug  5 20:57:40 2007
@@ -1,0 +1,22 @@
+Source: libipc-shareable-perl
+Section: perl
+Priority: optional
+Maintainer: Martín Ferrari <martin.ferrari at gmail.com>
+Standards-Version: 3.7.2
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 5.0.0)
+
+Package: libipc-shareable-perl
+Architecture: all
+Depends: ${perl:Depends}, perl (>= 5.8) | libstorable-perl (>= 0.6)
+Description: Access IPC shared memory segments through perl
+ This perl module provides a tie() interface to System V IPC shared memory
+ segments. 
+ .
+ IPC::Shareable allows you to tie a variable to shared memory making it
+ easy to share the contents of that variable with other Perl processes.
+ Scalars, arrays, and hashes can be tied.  The variable being tied may
+ contain arbitrarily complex data structures - including references to
+ arrays, hashes of hashes, etc.
+ .
+ Homepage: http://search.cpan.org/~bsugars/IPC-Shareable/

Added: trunk/libipc-shareable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/copyright?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/copyright (added)
+++ trunk/libipc-shareable-perl/debian/copyright Sun Aug  5 20:57:40 2007
@@ -1,0 +1,30 @@
+Debian-packaged version of the IPC::Shareable perl module.
+
+The original IPC::Shareable source can be downloaded from CPAN from:
+  http://search.cpan.org/~bsugars/IPC-Shareable/
+
+Upstream author & copyright holder: Benjamin Sugars <bsugars at canoe.ca>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is Copyright (C) 2001, 2004 Philippe Troin
+<phil at fifi.org>, (C) 2006 Martín Ferrari <martin.ferrari at gmail.com> and
+is licensed under the GPL, see above.
+

Added: trunk/libipc-shareable-perl/debian/libipc-shareable-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/libipc-shareable-perl.docs?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/libipc-shareable-perl.docs (added)
+++ trunk/libipc-shareable-perl/debian/libipc-shareable-perl.docs Sun Aug  5 20:57:40 2007
@@ -1,0 +1,3 @@
+DISCLAIMER
+CREDITS
+README

Added: trunk/libipc-shareable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/rules?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/rules (added)
+++ trunk/libipc-shareable-perl/debian/rules Sun Aug  5 20:57:40 2007
@@ -1,0 +1,60 @@
+#!/usr/bin/make -f
+# Copyright (C) 2001, 2004 Philippe Troin <phil at fifi.org>,
+# (C) 2006 Martín Ferrari <martin.ferrari at gmail.com>.
+# This file is hereby placed under the GNU General Public License version 2.
+# Based on:
+#   Sample debian/rules that uses debhelper.
+#   GPL copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	rm -f build-stamp
+
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=`pwd`/debian/libipc-shareable-perl/usr
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples eg/[a-z]*
+	dh_installmenu
+	dh_installman
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install print-version \
+	get-orig-source

Propchange: trunk/libipc-shareable-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libipc-shareable-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/watch?rev=6270&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/watch (added)
+++ trunk/libipc-shareable-perl/debian/watch Sun Aug  5 20:57:40 2007
@@ -1,0 +1,6 @@
+# See uscan(1) for format
+
+version=3
+
+# Uncomment to examine a Webserver directory
+http://search.cpan.org/CPAN/authors/id/B/BS/BSUGARS/IPC-Shareable-(.*)\.tar\.gz




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