r4391 - in /packages/libsys-syslog-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:58:57 CET 2006


Author: gregoa-guest
Date: Fri Nov 24 21:58:57 2006
New Revision: 4391

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4391
Log:
Load libsys-syslog-perl-0.18 into packages/libsys-syslog-perl/trunk.

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

Added: packages/libsys-syslog-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/changelog?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/changelog (added)
+++ packages/libsys-syslog-perl/trunk/debian/changelog Fri Nov 24 21:58:57 2006
@@ -1,0 +1,22 @@
+libsys-syslog-perl (0.18-2) unstable; urgency=low
+
+  * New maintainer: Debian Perl Group.
+  * Set debhelper compatibility level to 5.
+  * Fix watch file.
+  * Remove empty /usr/share/perl5 directory.
+  * Add libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends.
+  * Don't ignore errors of $(MAKE) clean.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 24 Nov 2006 21:56:44 +0100
+
+libsys-syslog-perl (0.18-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 10 Sep 2006 22:16:54 +0000
+
+libsys-syslog-perl (0.17-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/libsys-syslog-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/compat?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/compat (added)
+++ packages/libsys-syslog-perl/trunk/debian/compat Fri Nov 24 21:58:57 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libsys-syslog-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/control?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/control (added)
+++ packages/libsys-syslog-perl/trunk/debian/control Fri Nov 24 21:58:57 2006
@@ -1,0 +1,16 @@
+Source: libsys-syslog-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/libsys-syslog-perl/trunk/
+Build-Depends: debhelper (>= 5), perl, libtest-pod-coverage-perl, libtest-pod-perl
+Standards-Version: 3.7.2
+
+Package: libsys-syslog-perl
+Architecture: any
+Depends: ${perl:Depends}
+Description: Perl interface to the UNIX syslog(3) calls
+ Sys::Syslog is an interface to the UNIX syslog(3) program.
+ Call syslog() with a string priority and a list of printf() args just
+ like syslog(3).

Added: packages/libsys-syslog-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/copyright?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/copyright (added)
+++ packages/libsys-syslog-perl/trunk/debian/copyright Fri Nov 24 21:58:57 2006
@@ -1,0 +1,27 @@
+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: Sebastien Aperghis-Tramoni
+
+This package contains the following copyright notice:
+
+    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/libsys-syslog-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/rules?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/rules (added)
+++ packages/libsys-syslog-perl/trunk/debian/rules Fri Nov 24 21:58:57 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
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f Makefile.old macros.all const-xs.inc const-c.inc
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install \
+		INSTALLDIRS=vendor \
+		PREFIX=$(CURDIR)/debian/libsys-syslog-perl/usr
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libsys-syslog-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/libsys-syslog-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libsys-syslog-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsys-syslog-perl/trunk/debian/watch?rev=4391&op=file
==============================================================================
--- packages/libsys-syslog-perl/trunk/debian/watch (added)
+++ packages/libsys-syslog-perl/trunk/debian/watch Fri Nov 24 21:58:57 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Sys/Sys-Syslog-([\d\.]+)\.tar\.gz




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