r31520 - in /trunk/libmath-calc-units-perl/debian: ./ changelog compat control copyright patches/ patches/dont-install-ucalc patches/series rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Mar 6 08:29:39 UTC 2009


Author: ryan52-guest
Date: Fri Mar  6 08:29:35 2009
New Revision: 31520

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

Added:
    trunk/libmath-calc-units-perl/debian/
    trunk/libmath-calc-units-perl/debian/changelog
    trunk/libmath-calc-units-perl/debian/compat
    trunk/libmath-calc-units-perl/debian/control
    trunk/libmath-calc-units-perl/debian/copyright
    trunk/libmath-calc-units-perl/debian/patches/
    trunk/libmath-calc-units-perl/debian/patches/dont-install-ucalc
    trunk/libmath-calc-units-perl/debian/patches/series
    trunk/libmath-calc-units-perl/debian/rules   (with props)
    trunk/libmath-calc-units-perl/debian/watch

Added: trunk/libmath-calc-units-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/changelog?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/changelog (added)
+++ trunk/libmath-calc-units-perl/debian/changelog Fri Mar  6 08:29:35 2009
@@ -1,0 +1,5 @@
+libmath-calc-units-perl (1.06-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #491836)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 6 Mar 2009 00:04:08 -0800

Added: trunk/libmath-calc-units-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/compat?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/compat (added)
+++ trunk/libmath-calc-units-perl/debian/compat Fri Mar  6 08:29:35 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-calc-units-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/control?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/control (added)
+++ trunk/libmath-calc-units-perl/debian/control Fri Mar  6 08:29:35 2009
@@ -1,0 +1,32 @@
+Source: libmath-calc-units-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Math-Calc-Units/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-calc-units-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-calc-units-perl/
+
+Package: libmath-calc-units-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  Human-readable unit-aware calculator
+ Math::Calc::Units is a simple calculator that keeps track of units. It
+ currently handles combinations of byte sizes and duration only, although
+ adding any other multiplicative types is easy. Any unknown type is treated as
+ a unique user type (with some effort to map English plurals to their singular
+ forms).
+ .
+ The primary intended use is via the ucalc script that prints out all of the
+ "readable" variants of a value. For example, "3 bytes" will only produce "3
+ byte", but "3 byte / sec" produces the original along with "180 byte /
+ minute", "10.55 kilobyte / hour", etc.
+ .
+ The Math::Calc::Units interface only provides for string-based computations,
+ which could result in a large loss of precision for some applications. If you
+ need the exact result, you may pass in an extra parameter 'exact' to calc or
+ convert, causing them to return a 2-element list containing the numerical
+ result and a string describing the units of that result:

Added: trunk/libmath-calc-units-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/copyright?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/copyright (added)
+++ trunk/libmath-calc-units-perl/debian/copyright Fri Mar  6 08:29:35 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steve Fink <sfink at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Math-Calc-Units/
+Upstream-Name: Math-Calc-Units
+
+Files: *
+Copyright: 2001-2005, Steve Fink <sfink at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libmath-calc-units-perl/debian/patches/dont-install-ucalc
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/patches/dont-install-ucalc?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/patches/dont-install-ucalc (added)
+++ trunk/libmath-calc-units-perl/debian/patches/dont-install-ucalc Fri Mar  6 08:29:35 2009
@@ -1,0 +1,13 @@
+has no documentation, and I don't think it's useful enough for me to
+spend time writing documentation.
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -3,7 +3,6 @@
+ WriteMakefile(
+     'NAME'	=> 'Math::Calc::Units',
+     'VERSION_FROM' => 'Units.pm', # finds $VERSION
+-    'EXE_FILES' => [ 'script/ucalc' ],
+     'XS' => {},
+ );
+ 

Added: trunk/libmath-calc-units-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/patches/series?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/patches/series (added)
+++ trunk/libmath-calc-units-perl/debian/patches/series Fri Mar  6 08:29:35 2009
@@ -1,0 +1,1 @@
+dont-install-ucalc

Added: trunk/libmath-calc-units-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/rules?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/rules (added)
+++ trunk/libmath-calc-units-perl/debian/rules Fri Mar  6 08:29:35 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libmath-calc-units-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmath-calc-units-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/watch?rev=31520&op=file
==============================================================================
--- trunk/libmath-calc-units-perl/debian/watch (added)
+++ trunk/libmath-calc-units-perl/debian/watch Fri Mar  6 08:29:35 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Math-Calc-Units/   .*/Math-Calc-Units-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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