r4504 - in /packages/libmath-round-perl/trunk/debian: ./ changelog control copyright rules watch

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sat Dec 2 17:07:27 CET 2006


Author: segre
Date: Sat Dec  2 17:07:26 2006
New Revision: 4504

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4504
Log:
Initial import of debian directory

Added:
    packages/libmath-round-perl/trunk/debian/
    packages/libmath-round-perl/trunk/debian/changelog
    packages/libmath-round-perl/trunk/debian/control
    packages/libmath-round-perl/trunk/debian/copyright
    packages/libmath-round-perl/trunk/debian/rules   (with props)
    packages/libmath-round-perl/trunk/debian/watch

Added: packages/libmath-round-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-round-perl/trunk/debian/changelog?rev=4504&op=file
==============================================================================
--- packages/libmath-round-perl/trunk/debian/changelog (added)
+++ packages/libmath-round-perl/trunk/debian/changelog Sat Dec  2 17:07:26 2006
@@ -1,0 +1,19 @@
+libmath-round-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Matt Hope <dopey at debian.org>  Sun, 20 Oct 2002 02:37:14 +1000
+
+libmath-round-perl (0.04-2) unstable; urgency=low
+
+  * Corrected package description.
+
+ -- Matt Hope <dopey at debian.org>  Wed,  3 Apr 2002 12:24:16 +1000
+
+libmath-round-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release
+  * Initial Debian package
+    Closes: Bug#137421 [ITP: libmath-round-perl]
+
+ -- Matt Hope <dopey at debian.org>  Sat,  9 Mar 2002 12:22:49 +1100

Added: packages/libmath-round-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-round-perl/trunk/debian/control?rev=4504&op=file
==============================================================================
--- packages/libmath-round-perl/trunk/debian/control (added)
+++ packages/libmath-round-perl/trunk/debian/control Sat Dec  2 17:07:26 2006
@@ -1,0 +1,13 @@
+Source: libmath-round-perl
+Section: interpreters
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0)
+Maintainer: Matt Hope <dopey at debian.org>
+Standards-Version: 3.5.7
+
+Package: libmath-round-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Perl extension for rounding numbers
+ Math::Round supplies functions that will round numbers in different
+ ways.

Added: packages/libmath-round-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-round-perl/trunk/debian/copyright?rev=4504&op=file
==============================================================================
--- packages/libmath-round-perl/trunk/debian/copyright (added)
+++ packages/libmath-round-perl/trunk/debian/copyright Sat Dec  2 17:07:26 2006
@@ -1,0 +1,29 @@
+This package was originally debianized by Matt Hope
+<dopey at quickstix.com.au> on Sat,  1 Dec 2001 14:53:21 +1100
+
+
+The upstream author is: 
+	Geoffrey Rommel <GROMMEL at cpan.org>
+
+This package was downloaded from
+	http://www.cpan.org/authors/id/G/GR/GROMMEL/
+
+Information is available
+	http://search.cpan.org/search?dist=Math-Round
+
+
+Copywrite notice from /README
+---
+Copyright © 2001 Geoffrey Rommel.  All rights reserved.
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+---
+
+Perl is distributed either under the GNU GPL License, or the
+Artistic License.
+
+On a GNU/Linux system, the complete GNU GPL can be found in
+`/usr/share/common-licenses/GPL', the Artistic Licence
+`/usr/share/common-licenses/Artistic', and Perl's license,
+`/usr/share/doc/perl/copyright'
+

Added: packages/libmath-round-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-round-perl/trunk/debian/rules?rev=4504&op=file
==============================================================================
--- packages/libmath-round-perl/trunk/debian/rules (added)
+++ packages/libmath-round-perl/trunk/debian/rules Sat Dec  2 17:07:26 2006
@@ -1,0 +1,51 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=3
+
+PERL ?= /usr/bin/perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
+	dh_movefiles /usr
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README MANIFEST
+	@#dh_installexamples
+	dh_installmanpages
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: packages/libmath-round-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libmath-round-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-round-perl/trunk/debian/watch?rev=4504&op=file
==============================================================================
--- packages/libmath-round-perl/trunk/debian/watch (added)
+++ packages/libmath-round-perl/trunk/debian/watch Sat Dec  2 17:07:26 2006
@@ -1,0 +1,1 @@
+http://www.cpan.org	/authors/id/G/GR/GROMMEL/	Math-Round-([0-9\.]*)\.tar\.gz	debian	uupdate




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