r71577 - in /trunk/libcompress-raw-bzip2-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Mar 17 21:08:34 UTC 2011


Author: gregoa
Date: Thu Mar 17 21:08:11 2011
New Revision: 71577

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71577
Log:
* Add /me to Uploaders.
* Switch to debhelper 8.
* Set Standards-Version to 3.9.1; remove version from perl build dependency.
* Don't install README anymore.
* Minimize debian/rules.
* Update debian/copyright (formatting, years of copyright, third-party
  files).

Modified:
    trunk/libcompress-raw-bzip2-perl/debian/changelog
    trunk/libcompress-raw-bzip2-perl/debian/compat
    trunk/libcompress-raw-bzip2-perl/debian/control
    trunk/libcompress-raw-bzip2-perl/debian/copyright
    trunk/libcompress-raw-bzip2-perl/debian/rules

Modified: trunk/libcompress-raw-bzip2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/debian/changelog?rev=71577&op=diff
==============================================================================
--- trunk/libcompress-raw-bzip2-perl/debian/changelog (original)
+++ trunk/libcompress-raw-bzip2-perl/debian/changelog Thu Mar 17 21:08:11 2011
@@ -10,6 +10,13 @@
   * debian/watch: update to ignore development releases.
 
   * New upstream release (closes: #577989).
+  * Add /me to Uploaders.
+  * Switch to debhelper 8.
+  * Set Standards-Version to 3.9.1; remove version from perl build dependency.
+  * Don't install README anymore.
+  * Minimize debian/rules.
+  * Update debian/copyright (formatting, years of copyright, third-party
+    files).
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 17 Mar 2011 21:38:17 +0100
 

Modified: trunk/libcompress-raw-bzip2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/debian/compat?rev=71577&op=diff
==============================================================================
--- trunk/libcompress-raw-bzip2-perl/debian/compat (original)
+++ trunk/libcompress-raw-bzip2-perl/debian/compat Thu Mar 17 21:08:11 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libcompress-raw-bzip2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/debian/control?rev=71577&op=diff
==============================================================================
--- trunk/libcompress-raw-bzip2-perl/debian/control (original)
+++ trunk/libcompress-raw-bzip2-perl/debian/control Thu Mar 17 21:08:11 2011
@@ -1,10 +1,13 @@
 Source: libcompress-raw-bzip2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libbz2-dev, perl (>= 5.6.10-12), libtest-pod-perl
+Build-Depends: debhelper (>= 8), perl,
+ libbz2-dev,
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bas Zoetekouw <bas at debian.org>
-Standards-Version: 3.8.4
+Uploaders: Bas Zoetekouw <bas at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcompress-raw-bzip2-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/
 Homepage: http://search.cpan.org/dist/Compress-Raw-Bzip2/
@@ -12,9 +15,9 @@
 Package: libcompress-raw-bzip2-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
-Description: Low-Level Interface to bzip2 compression library
- This package provides a low-level interface to bzip2 compression library for
- perl.
+Description: low-Level interface to bzip2 compression library
+ Compress::Raw::Bzip2 provides a low-level interface to bzip2 compression
+ library for perl.
  .
  Usually, you don't need to use this directly;  modules like
  IO::Compress::Bzip2 in the libio-compress-bzip2-perl package provide a nice,

Modified: trunk/libcompress-raw-bzip2-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/debian/copyright?rev=71577&op=diff
==============================================================================
--- trunk/libcompress-raw-bzip2-perl/debian/copyright (original)
+++ trunk/libcompress-raw-bzip2-perl/debian/copyright Thu Mar 17 21:08:11 2011
@@ -1,21 +1,52 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Author: Paul Marquess <pmqs at cpan.org>
-Packaged-By: Bas Zoetekouw <bas at debian.org>
-Packaged-Date: Wed May 21 2008 15:08:19 +0200
-Original-Source-Location: http://search.cpan.org/dist/Compress-Raw-Bzip2
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Marquess <pmqs at cpan.org>
+Source: http://search.cpan.org/dist/Compress-Raw-Bzip2/
+Name: Compress-Raw-Bzip2
 
 Files: *
-Copyright: Copyright © 2005-2007 by Paul Marquess <pmqs at cpan.org>
-License: GPL-1+ | Artistic
-  This program is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
+Copyright: 2005-2011, Paul Marquess <pmqs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: bzip2-src/*
+Copyright: 1996-2010, Julian R Seward <jseward at bzip.org>
+License: BSD-other
+ 
+Files: t/Test/*
+Copyright: 2001, 2002, 2004, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: t/Test/Builder.pm
+Copyright: 2002, 2004 by chromatic <chromatic at wgz.org>
+ 2002, 2004, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: ppport.h
+Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: Copyright © 2008 by Bas Zoetekouw <bas at debian.org>
-License: BSD-2
+Copyright: 2008, 2009, 2010, Bas Zoetekouw <bas at debian.org>
+ 2011, gregor herrmann <gregoa at debian.org>
+License: BSD-other or Artistic or GPL-1+
 
-Files: bzip2-src/*
-Copyright: Copyright © 1996-2007 Julian R Seward <jseward at bzip.org>
+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'.
+
 License: BSD-other
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
@@ -47,22 +78,3 @@
   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: bzip2-src/dlltest.c
-Copyright: Copyright © by Yoshioka Tsuneo <tsuneo at rr.iij4u.or.jp>
-License: PD
-
-Files: t/Test/*
-Copyright: Copyright © 2002, 2004 by chromatic <chromatic at wgz.org> and Michael G Schwern <schwern at pobox.com>
-License: GPL-1+ | Artistic
-
-Files: t/Test/Builder.pm
-Copyright: Copyright © 2002, 2004 by chromatic <chromatic at wgz.org> and Michael G Schwern <schwern at pobox.com>
-License: GPL-1+ | Artistic
-
-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 complete text
-of the Artistic License be found in `/usr/share/common-licenses/Artistic'.
-The complete copyright of the perl package can be found in
-`/usr/share/doc/perl/copyright'.
-

Modified: trunk/libcompress-raw-bzip2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-bzip2-perl/debian/rules?rev=71577&op=diff
==============================================================================
--- trunk/libcompress-raw-bzip2-perl/debian/rules (original)
+++ trunk/libcompress-raw-bzip2-perl/debian/rules Thu Mar 17 21:08:11 2011
@@ -1,63 +1,7 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
+%:
+	dh $@
 
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	env BUILD_BZIP2=0 BZIP2_INCLUDE= BZIP2_LIB= \
-		$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	strip --strip-unneeded blib/arch/auto/Compress/Raw/Bzip2/Bzip2.so
-	$(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) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-
-	# remove empty file with ancient timestamp
-	rm $(TMP)/usr/lib/perl5/auto/Compress/Raw/Bzip2/Bzip2.bs
-
-	touch $@
-
-binary-indep:
-# We have nothing to do
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_shlibdeps
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_auto_configure:
+	BUILD_BZIP2=0 BZIP2_INCLUDE= BZIP2_LIB= dh_auto_configure




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