r29661 - in /trunk/libmath-random-perl/debian: ./ changelog compat control copyright rules watch

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Thu Jan 15 15:23:30 UTC 2009


Author: plessy
Date: Thu Jan 15 15:23:27 2009
New Revision: 29661

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

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

Added: trunk/libmath-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/changelog?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/changelog (added)
+++ trunk/libmath-random-perl/debian/changelog Thu Jan 15 15:23:27 2009
@@ -1,0 +1,5 @@
+libmath-random-perl (0.71-1) unstable; urgency=low
+
+  * Initial Release (Closes: #505182).
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 10 Nov 2008 14:32:20 +0900

Added: trunk/libmath-random-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/compat?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/compat (added)
+++ trunk/libmath-random-perl/debian/compat Thu Jan 15 15:23:27 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmath-random-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/control?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/control (added)
+++ trunk/libmath-random-perl/debian/control Thu Jan 15 15:23:27 2009
@@ -1,0 +1,28 @@
+Source: libmath-random-perl
+Section: non-free/perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-perl/
+Homepage: http://search.cpan.org/dist/Math-Random/
+
+Package: libmath-random-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  Random Number Generators
+ Math::Random is  a Perl port  of the C version of randlib,
+ which is   a suite of  routines for  generating  random deviates.  See
+ "RANDLIB" for more information.
+ .
+ This port supports all of the distributions  from which the Fortran
+ and C  versions generate deviates.   The major functionalities that
+ are excluded  are   the  multiple  generators/splitting  facility  and
+ antithetic  random number  generation.   These facilities,  along with
+ some of  the distributions which are  included, are probably not of
+ interest   except  to the   very  sophisticated   user.  If there   is
+ sufficient interest, the excluded   facilities will be included in   a
+ future  release.   The code  to   perform the  excluded facilities  is
+ available as randlib in Fortran and C source.

Added: trunk/libmath-random-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/copyright?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/copyright (added)
+++ trunk/libmath-random-perl/debian/copyright Thu Jan 15 15:23:27 2009
@@ -1,0 +1,84 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=322
+Upstream-Name:Math::Random
+Upstream-Maintainer: John Venier <jvenier at mdanderson.org>
+Upstream-Source: http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Random-0.71.tar.gz
+
+Files: *
+Copyright: © John Venier, Barry W. Brown and Geoffrey Rommel
+License: GPL-1+ | Artistic
+ The programs in the Perl code distributed with Math::Random and in the C code
+ helper.c, as well as the documentation, are copyright by John  Venier and
+ Barry  W.  Brown for the  University of Texas M.  D.  Anderson Cancer Center in
+ 1997.  They may be distributed and used under the same conditions as Perl.
+X-Comment: Perl license
+ 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.
+X-Comment: On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic', and the complete text of the
+ GNU General Public License can be found in `/usr/share/common-licenses/GPL'.
+X-No-Warranty:
+ WE PROVIDE  ABSOLUTELY  NO WARRANTY  OF ANY  KIND  EITHER  EXPRESS  OR
+ IMPLIED,  INCLUDING BUT   NOT LIMITED TO,  THE  IMPLIED  WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK
+ AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS  WITH YOU.  SHOULD
+ THIS PROGRAM PROVE  DEFECTIVE, YOU ASSUME  THE COST  OF  ALL NECESSARY
+ SERVICING, REPAIR OR CORRECTION.
+ .
+ IN NO  EVENT  SHALL THE UNIVERSITY  OF TEXAS OR  ANY  OF ITS COMPONENT
+ INSTITUTIONS INCLUDING M. D.   ANDERSON HOSPITAL BE LIABLE  TO YOU FOR
+ DAMAGES, INCLUDING ANY  LOST PROFITS, LOST MONIES,   OR OTHER SPECIAL,
+ INCIDENTAL   OR  CONSEQUENTIAL DAMAGES   ARISING   OUT  OF  THE USE OR
+ INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA OR
+ ITS ANALYSIS BEING  RENDERED INACCURATE OR  LOSSES SUSTAINED  BY THIRD
+ PARTIES FROM) THE PROGRAM.
+ .
+ (Above NO WARRANTY modified from the GNU NO WARRANTY statement.)
+
+Files: randlib.c, com.c, randlib.h
+Copyright: © Association for Computing Machinery
+License: 
+ These files appeared  in an    ACM  publication  is subject  to
+ the following policy:
+ .
+  Submittal of  an  algorithm    for publication  in   one of   the
+  ACM Transactions implies that unrestricted use  of the algorithm
+  within  a computer is permissible.   General permission  to copy
+  and  distribute the algorithm without fee is granted provided that
+  the copies  are not made  or   distributed for  direct   commercial
+  advantage.    The ACM copyright notice and the title of the
+  publication and its date appear, and  notice is given that copying
+  is by permission of the Association for Computing Machinery.  To
+  copy otherwise, or to republish, requires a fee and/or specific
+  permission.
+ .
+  Krogh, F.  "Algorithms Policy."  ACM  Tran.  Math.  Softw.  13
+  (1987), 183-186.
+ .
+ Note, however, that only the particular expression of an algorithm
+ can be copyrighted, not the algorithm per se; see 17 USC 102(b).
+ .
+ The authors of Math::Random placed the Randlib code that we have written in
+ the public domain.
+
+Files: debian/*
+Copyright: © 2009 Charles Plessy <plessy at debian.org>
+License: Poetic
+ This work ‘as-is’ we provide.
+ No warranty, express or implied.
+ We’ve done our best,
+ to debug and test.
+ Liability for damages denied.
+ .
+ Permission is granted hereby,
+ to copy, share, and modify.
+ Use as is fit,
+ free or for profit.
+ On this notice these rights rely.
+X-Comment: The text of this license is © 2005 Alexander E Genaud,
+ see `http://genaud.net/2005/10/poetic-license/'.

Added: trunk/libmath-random-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/rules?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/rules (added)
+++ trunk/libmath-random-perl/debian/rules Thu Jan 15 15:23:27 2009
@@ -1,0 +1,76 @@
+#!/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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimisation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP)
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/share/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/share/perl5
+	touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_shlibdeps
+	dh_strip
+	dh_perl
+	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

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

Added: trunk/libmath-random-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/watch?rev=29661&op=file
==============================================================================
--- trunk/libmath-random-perl/debian/watch (added)
+++ trunk/libmath-random-perl/debian/watch Thu Jan 15 15:23:27 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-Random/   .*/Math-Random-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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