r6040 - in /trunk/libfilehandle-unget-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 04:34:41 UTC 2007


Author: joeyh
Date: Mon Jul 30 04:34:41 2007
New Revision: 6040

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

Added:
    trunk/libfilehandle-unget-perl/debian/
    trunk/libfilehandle-unget-perl/debian/changelog
    trunk/libfilehandle-unget-perl/debian/compat
    trunk/libfilehandle-unget-perl/debian/control
    trunk/libfilehandle-unget-perl/debian/copyright
    trunk/libfilehandle-unget-perl/debian/rules   (with props)
    trunk/libfilehandle-unget-perl/debian/watch
Modified:
    trunk/libfilehandle-unget-perl/Makefile.PL

Modified: trunk/libfilehandle-unget-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/Makefile.PL?rev=6040&op=diff
==============================================================================
--- trunk/libfilehandle-unget-perl/Makefile.PL (original)
+++ trunk/libfilehandle-unget-perl/Makefile.PL Mon Jul 30 04:34:41 2007
@@ -16,8 +16,7 @@
 
 requires        (
                   'perl' => '5.004',
-                  'ExtUtils::MakeMaker::bytes' => 0,
-                  'Scalar::Util' => '1.14',
+                  'Scalar::Util' => '1.13',
                 );
 
 clean_files     ('t/temp');

Added: trunk/libfilehandle-unget-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/changelog?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/changelog (added)
+++ trunk/libfilehandle-unget-perl/debian/changelog Mon Jul 30 04:34:41 2007
@@ -1,0 +1,46 @@
+libfilehandle-unget-perl (0.1621-2) unstable; urgency=low
+
+  * Updated to current policy.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 18 Dec 2005 17:01:11 -0500
+
+libfilehandle-unget-perl (0.1621-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Mon,  7 Feb 2005 12:03:50 -0500
+
+libfilehandle-unget-perl (0.1620-1) unstable; urgency=low
+
+  * New upstream release.
+  * Reduce required Scalar::Util version to 1.13, which works find AFAIK.
+    Don't know why MakeMaker has only begun checking that depednency now,
+    it was 1.14 in the last release but it did not notice.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 18 Jan 2005 23:51:07 -0500
+
+libfilehandle-unget-perl (0.16.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Fri,  1 Oct 2004 05:34:31 -0400
+
+libfilehandle-unget-perl (0.14-1) unstable; urgency=low
+
+  * New upstream release.
+  * Fix to use Scalar::Util::weaken instead of external WeakRef module.
+
+ -- Joey Hess <joeyh at debian.org>  Mon,  9 Feb 2004 14:09:52 -0500
+
+libfilehandle-unget-perl (0.13-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 15 Jan 2004 15:37:44 -0500
+
+libfilehandle-unget-perl (0.11-1) unstable; urgency=low
+
+  * Initial release, packaged because libmail-mbox-messageparser-perl
+    depends on it.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 30 Oct 2003 15:19:03 -0500

Added: trunk/libfilehandle-unget-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/compat?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/compat (added)
+++ trunk/libfilehandle-unget-perl/debian/compat Mon Jul 30 04:34:41 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libfilehandle-unget-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/control?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/control (added)
+++ trunk/libfilehandle-unget-perl/debian/control Mon Jul 30 04:34:41 2007
@@ -1,0 +1,14 @@
+Source: libfilehandle-unget-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl5
+Maintainer: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.6.1.0
+
+Package: libfilehandle-unget-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: a FileHandle which supports ungetting of multiple bytes
+ FileHandle::Unget is a perl module that is a drop-in replacement for
+ the standard FileHandle perl module. It allows more than one byte to be
+ placed back on the input.

Added: trunk/libfilehandle-unget-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/copyright?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/copyright (added)
+++ trunk/libfilehandle-unget-perl/debian/copyright Mon Jul 30 04:34:41 2007
@@ -1,0 +1,12 @@
+This is a Debian prepackaged version of the FileHandle::Unget perl
+module.
+
+This package was put together by Joey Hess <joeyh at debian.org>, using
+sources from the CPAN, at:
+	http://search.cpan.org/author/DCOPPIT/
+
+This package was written by David Coppit and is licensed under the GPL.
+On Debian the full text of the GPL is in the file
+/usr/share/common-licenses/GPL
+
+

Added: trunk/libfilehandle-unget-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/rules?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/rules (added)
+++ trunk/libfilehandle-unget-perl/debian/rules Mon Jul 30 04:34:41 2007
@@ -1,0 +1,45 @@
+#!/usr/bin/make -f
+
+Makefile:
+	perl Makefile.PL INSTALLDIRS=vendor
+
+build: Makefile build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean: Makefile
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	$(MAKE) distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install PREFIX=`pwd`/debian/libfilehandle-unget-perl/usr
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libfilehandle-unget-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfilehandle-unget-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfilehandle-unget-perl/debian/watch?rev=6040&op=file
==============================================================================
--- trunk/libfilehandle-unget-perl/debian/watch (added)
+++ trunk/libfilehandle-unget-perl/debian/watch Mon Jul 30 04:34:41 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/authors/id/D/DC/DCOPPIT/ FileHandle-Unget-(.*).tar.gz




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