r3792 - in /packages/libnumber-compare-perl/trunk/debian: ./ changelog compat control copyright rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Sep 14 22:35:36 UTC 2006


Author: gregoa-guest
Date: Thu Sep 14 22:35:36 2006
New Revision: 3792

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3792
Log:
Load libnumber-compare-perl-0.01 into
packages/libnumber-compare-perl/trunk.

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

Added: packages/libnumber-compare-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/changelog?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/changelog (added)
+++ packages/libnumber-compare-perl/trunk/debian/changelog Thu Sep 14 22:35:36 2006
@@ -1,0 +1,24 @@
+libnumber-compare-perl (0.01-3) unstable; urgency=low
+
+  * Adopting package (Closes: #357348).
+  * Updated Policy version.
+  * No need for dependency on perl-modules.
+
+ -- David Moreno Garza <damog at debian.org>  Tue, 30 May 2006 16:23:40 -0500
+
+libnumber-compare-perl (0.01-2) unstable; urgency=low
+
+  * QA upload.
+  * Package is orphaned (#357348); set maintainer to Debian QA Group.
+  * Switch to debhelper 5.
+  * debian/watch: Add.
+  * Conforms to Standards version 3.6.2.
+
+ -- Matej Vela <vela at debian.org>  Mon,  3 Apr 2006 19:11:17 +0200
+
+libnumber-compare-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- S. Zachariah Sprackett <zac at sprackett.com>  Thu, 15 Jul 2004 20:44:09 -0400
+

Added: packages/libnumber-compare-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/compat?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/compat (added)
+++ packages/libnumber-compare-perl/trunk/debian/compat Thu Sep 14 22:35:36 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libnumber-compare-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/control?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/control (added)
+++ packages/libnumber-compare-perl/trunk/debian/control Thu Sep 14 22:35:36 2006
@@ -1,0 +1,14 @@
+Source: libnumber-compare-perl
+Section: perl
+Priority: optional
+Maintainer: David Moreno Garza <damog at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>> 5.6)
+Standards-Version: 3.7.2
+
+Package: libnumber-compare-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perform numeric comparisons in Perl
+ Compile a simple comparison to an anonymous subroutine, which can then be
+ called with a value to be tested against.

Added: packages/libnumber-compare-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/copyright?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/copyright (added)
+++ packages/libnumber-compare-perl/trunk/debian/copyright Thu Sep 14 22:35:36 2006
@@ -1,0 +1,19 @@
+This package was debianized by S. Zachariah Sprackett <zac at sprackett.com> on
+Thu, 15 Jul 2004 20:44:09 -0400
+
+It was downloaded from http://www.perl.com/CPAN
+
+Upstream Author: Richard Clamp <richardc at unixbeard.net>
+
+Copyright:
+
+    This program is free software; you can redistribute it and/or modify it
+    under the terms of the "Artistic License" which comes with Debian.
+
+    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
+    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 
+    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+On Debian GNU/Linux systems, the complete text of the Artistic License 
+can be found in `/usr/share/common-licenses/Artistic'.
+

Added: packages/libnumber-compare-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/rules?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/rules (added)
+++ packages/libnumber-compare-perl/trunk/debian/rules Thu Sep 14 22:35:36 2006
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PERL ?= /usr/bin/perl
+package = libnumber-compare-perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
+	rmdir -p --ignore-fail-on-non-empty debian/$(package)/usr/lib/perl5
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: packages/libnumber-compare-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libnumber-compare-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnumber-compare-perl/trunk/debian/watch?rev=3792&op=file
==============================================================================
--- packages/libnumber-compare-perl/trunk/debian/watch (added)
+++ packages/libnumber-compare-perl/trunk/debian/watch Thu Sep 14 22:35:36 2006
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-(.*)\.tar\.gz




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