r77320 - in /trunk/libalias-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 10 19:08:39 UTC 2011


Author: gregoa
Date: Sun Jul 10 19:08:36 2011
New Revision: 77320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77320
Log:
* Set Standards-Version to 3.9.2 (no further changes).
* Bump debhelper compatibility level to 8.
* Use tiny debian/rules.
* debian/control: improve short and long description.
* debian/copyright: convert to DEP5 format.

Modified:
    trunk/libalias-perl/debian/changelog
    trunk/libalias-perl/debian/compat
    trunk/libalias-perl/debian/control
    trunk/libalias-perl/debian/copyright
    trunk/libalias-perl/debian/rules

Modified: trunk/libalias-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalias-perl/debian/changelog?rev=77320&op=diff
==============================================================================
--- trunk/libalias-perl/debian/changelog (original)
+++ trunk/libalias-perl/debian/changelog Sun Jul 10 19:08:36 2011
@@ -31,6 +31,11 @@
   * Remove Conflicts:/Provides: alias.
   * Switch to source format 3.0 (quilt).
   * Add patch by Niko Tyni to work with perl 5.14 (closes: #627805).
+  * Set Standards-Version to 3.9.2 (no further changes).
+  * Bump debhelper compatibility level to 8.
+  * Use tiny debian/rules.
+  * debian/control: improve short and long description.
+  * debian/copyright: convert to DEP5 format.
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:22:36 +0000
 

Modified: trunk/libalias-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalias-perl/debian/compat?rev=77320&op=diff
==============================================================================
--- trunk/libalias-perl/debian/compat (original)
+++ trunk/libalias-perl/debian/compat Sun Jul 10 19:08:36 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libalias-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalias-perl/debian/control?rev=77320&op=diff
==============================================================================
--- trunk/libalias-perl/debian/control (original)
+++ trunk/libalias-perl/debian/control Sun Jul 10 19:08:36 2011
@@ -4,8 +4,8 @@
  gregor herrmann <gregoa at debian.org>
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 5), perl
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 8), perl
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Alias/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalias-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalias-perl/
@@ -15,8 +15,8 @@
 Section: perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Access perl variables through aliases
- You may find this module useful if you:
+Description: module for accessing perl variables through aliases
+ You may find the Alias module useful if you:
  .
    * are tired of dereferencing hash-based object attributes
  .

Modified: trunk/libalias-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalias-perl/debian/copyright?rev=77320&op=diff
==============================================================================
--- trunk/libalias-perl/debian/copyright (original)
+++ trunk/libalias-perl/debian/copyright Sun Jul 10 19:08:36 2011
@@ -1,19 +1,32 @@
-This is Debian GNU/Linux's prepackaged version of the Alias perl
-module by Gurusamy Sarathy <gsar at umich.edu>.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gurusamy Sarathy <gsar at umich.edu>
+Source: http://search.cpan.org/dist/Alias/
+Name: Alias
 
-Michael Alan Dorman <mdorman at debian.org> put together this package
-from original Alias sources, which is now maintained by the Debian
-Perl Group <debian-perl at lists.debian.org>. The library is available
-from the Comprehensive Perl Archive Network (CPAN). Visit
-<URL:http://www.perl.com/CPAN/> to find a CPAN site near you.
+Files: *
+Copyright: 1995-1999, Gurusamy Sarathy <gsar at umich.edu>
+License: Artistic or GPL-1+
 
-The only change for the Debian package was the addition of the debian/
-files.
+Files: debian/*
+Copyright: 1996, 1997, 1999, 2001, 2003, Michael Alan Dorman <mdorman at debian.org>
+ 1996, Michael Alan Dorman <mdorman at calder.med.miami.edu>
+ 2002, Colin Watson <cjwatson at debian.org>
+ 2004, 2008, Joachim Breitner <nomeata at debian.org>
+ 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-Copyright (c) 1995-99 Gurusamy Sarathy. 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'.
 
-Larry Wall's "Artistic License" for perl can be found in
-/usr/share/common-licenses/Artistic, and the GPL can be found in
-/usr/share/common-licenses/GPL-2.
+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/libalias-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalias-perl/debian/rules?rev=77320&op=diff
==============================================================================
--- trunk/libalias-perl/debian/rules (original)
+++ trunk/libalias-perl/debian/rules Sun Jul 10 19:08:36 2011
@@ -1,60 +1,4 @@
 #!/usr/bin/make -f
 
-PERL ?= /usr/bin/perl
-
-b := $(shell pwd)/debian/libalias-perl
-
-arrange: arrange-stamp
-arrange-stamp: install
-	dh_testdir
-	touch arrange-stamp
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-	dh_testdir
-	touch binary-stamp
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-	dh_testdir
-	dh_testroot
-	dh_installdocs -n README
-	dh_installchangelogs Changes
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-	dh_testdir
-	touch binary-indep-stamp
-
-build: build-stamp
-build-stamp: 
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp install-stamp
-
-install: install-stamp
-install-stamp: build
-	dh_testdir
-	$(MAKE) install PREFIX=$(b)/usr
-	[ ! -d $(b)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(b)/usr/share/perl5 
-	touch install-stamp
-
-.PHONY: arrange binary binary-arch binary-indep build clean install
+%:
+	dh $@




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