r6444 - in /trunk/libscalar-number-perl/debian: ./ changelog compat control copyright rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Aug 10 13:44:07 UTC 2007


Author: gregoa-guest
Date: Fri Aug 10 13:44:07 2007
New Revision: 6444

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

Added:
    trunk/libscalar-number-perl/debian/
    trunk/libscalar-number-perl/debian/changelog
    trunk/libscalar-number-perl/debian/compat
    trunk/libscalar-number-perl/debian/control
    trunk/libscalar-number-perl/debian/copyright
    trunk/libscalar-number-perl/debian/rules   (with props)
    trunk/libscalar-number-perl/debian/watch

Added: trunk/libscalar-number-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/changelog?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/changelog (added)
+++ trunk/libscalar-number-perl/debian/changelog Fri Aug 10 13:44:07 2007
@@ -1,0 +1,5 @@
+libscalar-number-perl (0.001-1) unstable; urgency=low
+
+  * Initial Release (closes: #437101).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 10 Aug 2007 15:17:39 +0200

Added: trunk/libscalar-number-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/compat?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/compat (added)
+++ trunk/libscalar-number-perl/debian/compat Fri Aug 10 13:44:07 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libscalar-number-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/control?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/control (added)
+++ trunk/libscalar-number-perl/debian/control Fri Aug 10 13:44:07 2007
@@ -1,0 +1,26 @@
+Source: libscalar-number-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-7), libdata-float-perl (>= 0.005), libdata-integer-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/trunk/libscalar-number-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-number-perl/
+
+Package: libscalar-number-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdata-float-perl (>= 0.005), libdata-integer-perl
+Description: Perl module for handling numeric aspects of scalars
+ This module is about the numeric part of plain (string) Perl scalars.
+ A scalar has a numeric value, which may be expressed in either the
+ native integer type or the native floating point type. Many values
+ are expressible both ways, in which case the exact representation is
+ insignificant. To fully understand Perl arithmetic it is necessary to
+ know about both of these representations, and the differing behaviours
+ of numbers according to which way they are expressible.
+ .
+ This module provides functions to extract the numeric part of a scalar,
+ classify a number by expressibility, and compare numbers across
+ representations.

Added: trunk/libscalar-number-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/copyright?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/copyright (added)
+++ trunk/libscalar-number-perl/debian/copyright Fri Aug 10 13:44:07 2007
@@ -1,0 +1,22 @@
+This is the debian package for the Scalar-Number 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.
+
+It was downloaded from http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Scalar-Number-0.001.tar.gz
+
+The upstream author is: 
+Andrew Main (Zefram) <zefram at fysh.org>
+
+Copyright (C) 2007 Andrew Main (Zefram) <zefram at fysh.org>
+
+This module is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+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 Debian packaging is (C) 2007, gregor herrmann <gregor+debian at comodo.priv.at> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libscalar-number-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/rules?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/rules (added)
+++ trunk/libscalar-number-perl/debian/rules Fri Aug 10 13:44:07 2007
@@ -1,0 +1,72 @@
+#!/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) OPTIMIZE="-Wall -O2 -g"
+	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
+
+	# 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_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: trunk/libscalar-number-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libscalar-number-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libscalar-number-perl/debian/watch?rev=6444&op=file
==============================================================================
--- trunk/libscalar-number-perl/debian/watch (added)
+++ trunk/libscalar-number-perl/debian/watch Fri Aug 10 13:44:07 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=3
+http://www.cpan.org/modules/by-module/Scalar/Scalar-Number-([\d\.]+)\.tar\.gz




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