r4387 - in /packages/libfilesys-df-perl/trunk/debian: ./ changelog compat control copyright rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 24 21:41:37 CET 2006


Author: gregoa-guest
Date: Fri Nov 24 21:41:37 2006
New Revision: 4387

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4387
Log:
Load libfilesys-df-perl-0.92 into packages/libfilesys-df-perl/trunk.

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

Added: packages/libfilesys-df-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/changelog?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/changelog (added)
+++ packages/libfilesys-df-perl/trunk/debian/changelog Fri Nov 24 21:41:37 2006
@@ -1,0 +1,14 @@
+libfilesys-df-perl (0.92-2) unstable; urgency=low
+
+  * New maintainer: Debian Perl Group.
+  * Set debhelper compatibility level to 5.
+  * Remove empty /usr/share/perl5 directory.
+  * Fixed watch file.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 24 Nov 2006 21:38:44 +0100
+
+libfilesys-df-perl (0.92-1) unstable; urgency=low
+
+  * Initial package, dependency of mailscanner.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 20 Aug 2006 14:22:13 +0200

Added: packages/libfilesys-df-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/compat?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/compat (added)
+++ packages/libfilesys-df-perl/trunk/debian/compat Fri Nov 24 21:41:37 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libfilesys-df-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/control?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/control (added)
+++ packages/libfilesys-df-perl/trunk/debian/control Fri Nov 24 21:41:37 2006
@@ -1,0 +1,18 @@
+Source: libfilesys-df-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libfilesys-df-perl/trunk/
+Build-Depends: debhelper (>= 5), perl
+Standards-Version: 3.7.2
+
+Package: libfilesys-df-perl
+Architecture: any
+Depends: ${perl:Depends}
+Description: Module to obtain filesystem disk space information
+ This module provides a way to obtain filesystem disk space
+ information. This is a Unix only distribution. If you want to gather
+ this information for Unix and Windows, use Filesys::DfPortable.  The
+ only major benefit of using Filesys::Df over Filesys::DfPortable, is
+ that Filesys::Df supports the use of open filehandles as arguments.

Added: packages/libfilesys-df-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/copyright?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/copyright (added)
+++ packages/libfilesys-df-perl/trunk/debian/copyright Fri Nov 24 21:41:37 2006
@@ -1,0 +1,28 @@
+This package was debianized by Matthias Klose <doko at debian.org>
+on Sun, 20 Aug 2006 14:22:13 +0200
+
+It was downloaded from http://cpan.perl.org/modules/by-module/Archive/
+
+Upstream Author: Ian Guthrie
+
+This package contains the following copyright notice:
+
+Copyright (c) 2006 Ian Guthrie. All rights reserved.
+               This program is free software; you can redistribute it and/or
+               modify it under the same terms as Perl itself.
+
+The license terms for Perl are as follows:
+
+  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 texts of the GNU General
+Public License and the Artistic License can be found in the files
+`/usr/share/common-licenses/GPL' and `/usr/share/common-licenses/Artistic'
+repsectively.

Added: packages/libfilesys-df-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/rules?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/rules (added)
+++ packages/libfilesys-df-perl/trunk/debian/rules Fri Nov 24 21:41:37 2006
@@ -1,0 +1,60 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PERL=/usr/bin/perl
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install \
+		INSTALLDIRS=vendor \
+		PREFIX=$(CURDIR)/debian/libfilesys-df-perl/usr
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libfilesys-df-perl/usr/share/perl5
+
+# 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
+	dh_installchangelogs Changes
+	dh_perl
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/libfilesys-df-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libfilesys-df-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfilesys-df-perl/trunk/debian/watch?rev=4387&op=file
==============================================================================
--- packages/libfilesys-df-perl/trunk/debian/watch (added)
+++ packages/libfilesys-df-perl/trunk/debian/watch Fri Nov 24 21:41:37 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Filesys/Filesys-Df-([\d\.]+)\.tar\.gz




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