r5999 - in /packages/libio-compress-base-perl/trunk/debian: ./ changelog compat control copyright rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jul 27 17:20:38 UTC 2007


Author: gregoa-guest
Date: Fri Jul 27 17:20:38 2007
New Revision: 5999

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

Added:
    packages/libio-compress-base-perl/trunk/debian/
    packages/libio-compress-base-perl/trunk/debian/changelog
    packages/libio-compress-base-perl/trunk/debian/compat
    packages/libio-compress-base-perl/trunk/debian/control
    packages/libio-compress-base-perl/trunk/debian/copyright
    packages/libio-compress-base-perl/trunk/debian/rules   (with props)
    packages/libio-compress-base-perl/trunk/debian/watch

Added: packages/libio-compress-base-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/changelog?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/changelog (added)
+++ packages/libio-compress-base-perl/trunk/debian/changelog Fri Jul 27 17:20:38 2007
@@ -1,0 +1,5 @@
+libio-compress-base-perl (2.005-1) unstable; urgency=low
+
+  * Initial Release (closes: #434838).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 27 Jul 2007 18:45:18 +0200

Added: packages/libio-compress-base-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/compat?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/compat (added)
+++ packages/libio-compress-base-perl/trunk/debian/compat Fri Jul 27 17:20:38 2007
@@ -1,0 +1,1 @@
+5

Added: packages/libio-compress-base-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/control?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/control (added)
+++ packages/libio-compress-base-perl/trunk/debian/control Fri Jul 27 17:20:38 2007
@@ -1,0 +1,17 @@
+Source: libio-compress-base-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libio-compress-base-perl/trunk/
+
+Package: libio-compress-base-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: Base Class for IO::Compress modules
+ This module is the base class for all IO::Compress and IO::Uncompress
+ modules. It is not intended for direct use in application code. Its sole
+ purpose if to to be sub-classed by IO::Compress modules.

Added: packages/libio-compress-base-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/copyright?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/copyright (added)
+++ packages/libio-compress-base-perl/trunk/debian/copyright Fri Jul 27 17:20:38 2007
@@ -1,0 +1,39 @@
+This is the debian package for the IO-Compress-Base module.
+It was created by gregor herrmann <gregor+debian at comodo.priv.at> using dh-make-perl
+and is maintained by the Debian Perl Group.
+
+The upstream author is: Paul Marquess <pmqs at cpan.org>.
+
+	Copyright (c) 2005-2007 Paul Marquess. All rights reserved.
+
+	This program is free software; you can redistribute it and/or modify it
+	under the same terms as Perl itself.
+
+	See http://www.perl.com/perl/misc/Artistic.html
+
+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'.
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The following files contain different copyright notices:
+
+t/Test/More.pm and t/Test/Simple.pm:
+
+	COPYRIGHT
+	Copyright 2001, 2002, 2004 by Michael G Schwern <schwern at pobox.com>.
+				 
+	This program is free software; you can redistribute it and/or modify it under the same
+	terms as Perl itself.
+
+t/Test/Builder.pm:
+
+	COPYRIGHT
+	Copyright 2002, 2004 by chromatic <chromatic at wgz.org> and
+													Michael G Schwern <schwern at pobox.com>.
+
+	This program is free software; you can redistribute it and/or modify it under the same
+	terms as Perl itself.
+                            

Added: packages/libio-compress-base-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/rules?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/rules (added)
+++ packages/libio-compress-base-perl/trunk/debian/rules Fri Jul 27 17:20:38 2007
@@ -1,0 +1,74 @@
+#!/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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	pod2man --section 3pm --name "IO::Compress::Base::FAQ"  pod/FAQ.pod > $(TMP)/usr/share/man/man3/IO::Compress::Base::FAQ.3pm
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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/libio-compress-base-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libio-compress-base-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-compress-base-perl/trunk/debian/watch?rev=5999&op=file
==============================================================================
--- packages/libio-compress-base-perl/trunk/debian/watch (added)
+++ packages/libio-compress-base-perl/trunk/debian/watch Fri Jul 27 17:20:38 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=3
+http://www.cpan.org/modules/by-module/IO/IO-Compress-Base-([\d\.]+)\.(?:tar\.gz|tar|tgz)




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