r40492 - in /trunk/libmath-random-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 22 15:08:03 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 22 15:07:40 2009
New Revision: 40492

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40492
Log:
* Added another way of seeding, proposed by Don Armstrong (Closes: #537952)
  + Will fall back to localtime for seed on systems without Perl_seed
* Standards-Version 3.8.2 (no changes)
* Added myself to Uploaders
* Changed to new short d/rules format. Add dep debhelper >= 7.0.8 + quilt
* Cleaned up control description

Modified:
    trunk/libmath-random-perl/debian/changelog
    trunk/libmath-random-perl/debian/control
    trunk/libmath-random-perl/debian/copyright
    trunk/libmath-random-perl/debian/rules

Modified: trunk/libmath-random-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/changelog?rev=40492&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/changelog (original)
+++ trunk/libmath-random-perl/debian/changelog Wed Jul 22 15:07:40 2009
@@ -1,4 +1,12 @@
 libmath-random-perl (0.71-2) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * Added another way of seeding, proposed by Don Armstrong (Closes: #537952)
+    + Will fall back to localtime for seed on systems without Perl_seed
+  * Standards-Version 3.8.2 (no changes)
+  * Added myself to Uploaders
+  * Changed to new short d/rules format. Add dep debhelper >= 7.0.8 + quilt
+  * Cleaned up control description
 
   [ Charles Plessy ]
   * Added non-free disclaimer in debian/copyright.

Modified: trunk/libmath-random-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/control?rev=40492&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/control (original)
+++ trunk/libmath-random-perl/debian/control Wed Jul 22 15:07:40 2009
@@ -1,10 +1,10 @@
 Source: libmath-random-perl
 Section: non-free/perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-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
+Uploaders: Charles Plessy <plessy at debian.org>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 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/
@@ -12,15 +12,11 @@
 Package: libmath-random-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Random Number Generators
+Description: Perl collection of 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.
+ routines for generating random deviates. This supports all the distributions
+ from which the Fortran and C versions generate deviates. Some features are
+ excluded including the multiple generators/splitting facility and antithetic
+ random number generation. These, along with some of the distributions which
+ are included, are probably not of interest except to the very sophisticated
+ user.

Modified: trunk/libmath-random-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/copyright?rev=40492&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/copyright (original)
+++ trunk/libmath-random-perl/debian/copyright Wed Jul 22 15:07:40 2009
@@ -1,7 +1,7 @@
 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
+Upstream-Maintainer: Geoffrey Rommel <grommel at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Math-Random
 Disclaimer: This package is not part of the Debian operating system.
  The libmath-random-perl source and binary Debian packages are part of the
  "non-free" area in our archive. The packages in this area are not part of the
@@ -77,7 +77,8 @@
  the public domain.
 
 Files: debian/*
-Copyright: © 2009 Charles Plessy <plessy at debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Charles Plessy <plessy at debian.org>
 License: Poetic
  This work ‘as-is’ we provide.
  No warranty, express or implied.

Modified: trunk/libmath-random-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-perl/debian/rules?rev=40492&op=diff
==============================================================================
--- trunk/libmath-random-perl/debian/rules (original)
+++ trunk/libmath-random-perl/debian/rules Wed Jul 22 15:07:40 2009
@@ -1,76 +1,4 @@
 #!/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
+%:
+	dh --with quilt $@




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