r40435 - in /trunk/libdata-sorting-perl/debian: changelog compat control copyright docs rules
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Wed Jul 22 00:17:47 UTC 2009
Author: ansgar-guest
Date: Wed Jul 22 00:17:02 2009
New Revision: 40435
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40435
Log:
* Refresh rules for debhelper 7.
* Bump Standards-Version to 3.8.2.
* Add myself to Uploaders.
* No longer install README (copy of POD documentation).
* Convert debian/copyright to proposed machine-readable format.
Removed:
trunk/libdata-sorting-perl/debian/docs
Modified:
trunk/libdata-sorting-perl/debian/changelog
trunk/libdata-sorting-perl/debian/compat
trunk/libdata-sorting-perl/debian/control
trunk/libdata-sorting-perl/debian/copyright
trunk/libdata-sorting-perl/debian/rules
Modified: trunk/libdata-sorting-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-sorting-perl/debian/changelog?rev=40435&op=diff
==============================================================================
--- trunk/libdata-sorting-perl/debian/changelog (original)
+++ trunk/libdata-sorting-perl/debian/changelog Wed Jul 22 00:17:02 2009
@@ -1,4 +1,4 @@
-libdata-sorting-perl (0.9-3) UNRELEASED; urgency=low
+libdata-sorting-perl (0.9-3) unstable; urgency=low
[ gregor herrmann ]
* Take over for the Debian Perl Group with maintainer's permission
@@ -21,7 +21,14 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 08 Apr 2009 18:43:52 -0700
+ [ Ansgar Burchardt ]
+ * Refresh rules for debhelper 7.
+ * Bump Standards-Version to 3.8.2.
+ * Add myself to Uploaders.
+ * No longer install README (copy of POD documentation).
+ * Convert debian/copyright to proposed machine-readable format.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Wed, 22 Jul 2009 02:15:14 +0200
libdata-sorting-perl (0.9-2) unstable; urgency=low
Modified: trunk/libdata-sorting-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-sorting-perl/debian/compat?rev=40435&op=diff
==============================================================================
--- trunk/libdata-sorting-perl/debian/compat (original)
+++ trunk/libdata-sorting-perl/debian/compat Wed Jul 22 00:17:02 2009
@@ -1,1 +1,1 @@
-4
+7
Modified: trunk/libdata-sorting-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-sorting-perl/debian/control?rev=40435&op=diff
==============================================================================
--- trunk/libdata-sorting-perl/debian/control (original)
+++ trunk/libdata-sorting-perl/debian/control Wed Jul 22 00:17:02 2009
@@ -2,9 +2,10 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0)
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16)
-Standards-Version: 3.6.1
+Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Data-Sorting/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-sorting-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-sorting-perl/
Modified: trunk/libdata-sorting-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-sorting-perl/debian/copyright?rev=40435&op=diff
==============================================================================
--- trunk/libdata-sorting-perl/debian/copyright (original)
+++ trunk/libdata-sorting-perl/debian/copyright Wed Jul 22 00:17:02 2009
@@ -1,21 +1,32 @@
-This package was debianized by Florian Ragwitz <florian at mookooh.org> on
-Thu, 22 Apr 2004 16:52:44 +0200.
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Matthew Simon Cavalletto
+Upstream-Source: http://search.cpan.org/dist/Data-Sorting/
+Upstream-Name: Data-Sorting
-It was downloaded from:
- http://search.cpan.org/~evo/Data-Sorting/
+Files: *
+Copyright:
+ © 2003, Matthew Cavalletto <simonm at cavalletto.org>
+ © 1996-1999, Evolution Online Systems, Inc.
+License-Alias: Perl
+License: Artistic | GPL-1+
-Upstream Author:
- Matthew Simon Cavalletto <simonm at cavalletto.org>
+Files: debian/*
+Copyright:
+ © 2004, Florian Ragwitz <florian at mookooh.org>
+ © 2009, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
-Copyright: dual licensed (GNU/GPL, Artistic)
+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'
- Copyright 2003 Matthew Cavalletto.
-
- Portions copyright 1996, 1997, 1998, 1999 Evolution Online Systems,Inc.
-
- This library is free software; You may use, modify, and distribute this
- software under the same terms as Perl.
-
- 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'.
+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'
Modified: trunk/libdata-sorting-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-sorting-perl/debian/rules?rev=40435&op=diff
==============================================================================
--- trunk/libdata-sorting-perl/debian/rules (original)
+++ trunk/libdata-sorting-perl/debian/rules Wed Jul 22 00:17:02 2009
@@ -1,66 +1,3 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-PACKAGE = $(shell dh_listpackages)
-DESTDIR = `pwd`/debian/$(PACKAGE)
-
-build: build-stamp
-
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- -$(MAKE) realclean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install ithe package into debian/libdata-sorting-perl.
- $(MAKE) install DESTDIR=$(DESTDIR)
-
-
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_perl
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+ dh $@
More information about the Pkg-perl-cvs-commits
mailing list