r70432 - in /trunk/libmath-combinatorics-perl/debian: changelog compat control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 5 13:56:09 UTC 2011


Author: gregoa
Date: Sat Mar  5 13:56:00 2011
New Revision: 70432

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70432
Log:
* debian/control: 
  - improve short and long description
* Switch to source format 3.0 (quilt).
* Minimize debian/rules.
* Don't install README anymore.
* Switch to debhelper 8.
* Set Standards-Version to 3.9.1 (no changes).
* Machine-readable debian/copyright.

Added:
    trunk/libmath-combinatorics-perl/debian/source/
    trunk/libmath-combinatorics-perl/debian/source/format
Modified:
    trunk/libmath-combinatorics-perl/debian/changelog
    trunk/libmath-combinatorics-perl/debian/compat
    trunk/libmath-combinatorics-perl/debian/control
    trunk/libmath-combinatorics-perl/debian/copyright
    trunk/libmath-combinatorics-perl/debian/rules

Modified: trunk/libmath-combinatorics-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/changelog?rev=70432&op=diff
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/changelog (original)
+++ trunk/libmath-combinatorics-perl/debian/changelog Sat Mar  5 13:56:00 2011
@@ -1,36 +1,28 @@
 libmath-combinatorics-perl (0.09-4) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
-  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
-    field (source stanza); Homepage field (source stanza). Removed: XS-
-    Vcs-Svn fields.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-
-  [ Frank Lichtenheld ]
-  * debian/rules: Cleanup:
-     + move build and tests to build target
-     + make install depend on build
-     + introduce build-stamp
-     + split PREFIX into DESTDIR and PREFIX
-     + move dh_clean before $(MAKE) clean
-     + remove non-existant configure target from .PHONY
-
-  [ Joachim Breitner ]
-  * Removed myself from uploaders.
-
-  [ gregor herrmann ]
+  * debian/control: 
+    - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
+      Homepage field (source stanza)
+    - remove XS-Vcs-Svn fields
+    - add ${misc:Depends} to Depends: field
+    - improve short and long description
+  * Switch to source format 3.0 (quilt).
+  * Minimize debian/rules.
+  * Don't install README anymore.
+  * Email change: gregor herrmann -> gregoa at debian.org
+  * Re-upload, this time really with 0.09 (the last upload had the 0.09
+    .orig.tar.gz but the contents of 0.08); closes: #616509.
   * debian/watch: use dist-based URL.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-  * debian/control: Added: ${misc:Depends} to Depends: field.
+  * Switch to debhelper 8.
+  * Set Standards-Version to 3.9.1 (no changes).
+  * Machine-readable debian/copyright.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ gregor herrmann ]
-  * Change my email address.
-  * Re-upload, this time really with 0.09 (the last upload had the 0.09
-    .orig.tar.gz but the contents of 0.08); closes: #616509.
+  [ Joachim Breitner ]
+  * Removed myself from uploaders.
 
   [ Russ Allbery ]
   * Remove myself from Uploaders.

Modified: trunk/libmath-combinatorics-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/compat?rev=70432&op=diff
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/compat (original)
+++ trunk/libmath-combinatorics-perl/debian/compat Sat Mar  5 13:56:00 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libmath-combinatorics-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/control?rev=70432&op=diff
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/control (original)
+++ trunk/libmath-combinatorics-perl/debian/control Sat Mar  5 13:56:00 2011
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, Gustavo Franco <stratus at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.2
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Math-Combinatorics/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-combinatorics-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-combinatorics-perl/
@@ -13,7 +13,7 @@
 Package: libmath-combinatorics-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Perform combinations and permutations on lists
+Description: module for performing combinations and permutations on lists
  Combinatorics is the branch of mathematics studying the enumeration,
  combination, and permutation of sets of elements and the mathematical
  relations that characterize their properties. As a jumping off point,
@@ -21,5 +21,5 @@
  .
  http://mathworld.wolfram.com/Combinatorics.html
  .
- This module provides a pure-perl implementation of nCk, nPk, and n!
+ Math::Combinatorics provides a pure-perl implementation of nCk, nPk, and n!
  (combination, permutation, and factorial, respectively).

Modified: trunk/libmath-combinatorics-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/copyright?rev=70432&op=diff
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/copyright (original)
+++ trunk/libmath-combinatorics-perl/debian/copyright Sat Mar  5 13:56:00 2011
@@ -1,10 +1,31 @@
-This package was debianized by Carlo Segre <segre at iit.edu> on
-Mon,  2 May 2005 14:45:06 -0500.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Allen Day <allenday at ucla.edu>
+Source: http://search.cpan.org/dist/Math-Combinatorics/
+Name: Math-Combinatorics
 
-It was downloaded from http://www.cpan.org/authors/id/A/AL/ALLENDAY/
+Files: *
+Copyright: 2004-2005, Allen Day
+License: Artistic or GPL-1+
 
-Upstream Author: Allen Day <allenday at ucla.edu>
+Files: debian/*
+Copyright: 2005, 2006, Carlo Segre <segre at iit.edu>
+ 2006, Carlo Segre <segre at debian.org>
+ 2007, 2011, gregor herrmann <gregoa at debian.org>
+ 2008, Joachim Breitner <nomeata at debian.org>
+License: Artistic or GPL-1+
 
-Copyright (c) 2004 Allen Day. All rights reserved. This program is free
-software; you can redistribute it and/or modify it under the same terms as
-Perl itself.
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libmath-combinatorics-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/rules?rev=70432&op=diff
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/rules (original)
+++ trunk/libmath-combinatorics-perl/debian/rules Sat Mar  5 13:56:00 2011
@@ -1,53 +1,4 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-package := $(shell grep Package debian/control | sed 's/^Package: //')
-version := $(shell head -1 debian/changelog | \
-                        perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
-debtmp  := $(CURDIR)/debian/$(package)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add here commands to compile the package.
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f Makefile.old
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) DESTDIR=$(debtmp) PREFIX=/usr install
-	[ ! -d $(debtmp)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(debtmp)/usr/lib/perl5
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_perl	
-	dh_installdocs	README
-	dh_installexamples
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libmath-combinatorics-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-combinatorics-perl/debian/source/format?rev=70432&op=file
==============================================================================
--- trunk/libmath-combinatorics-perl/debian/source/format (added)
+++ trunk/libmath-combinatorics-perl/debian/source/format Sat Mar  5 13:56:00 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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