r14113 - in /trunk/libmldbm-perl/debian: changelog compat control copyright rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Feb 3 20:14:17 UTC 2008


Author: hertzog
Date: Sun Feb  3 20:14:17 2008
New Revision: 14113

URL: http://svn.debian.org/wsvn/?sc=1&rev=14113
Log:
* Drop minimal version from dependencies where it's useless since
  oldstable already has the required version
* Updated Standards-Version to 3.7.3
  - Always build with -g and don't check for "debug" in DEB_BUILD_OPTIONS.
* Don't ignore errors on make distclean.
* Switch to debhelper's 6th compatilitiy level. Adjust Build-Depends
  accordingly. Use debian/compat insteald of DH_COMPAT.
* Remove empty /usr/lib/perl5 if present.
* Move to Section: perl to match with overrides.
* Updated copyright file to refer to Artistic and GPL licenses.

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

Modified: trunk/libmldbm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmldbm-perl/debian/changelog?rev=14113&op=diff
==============================================================================
--- trunk/libmldbm-perl/debian/changelog (original)
+++ trunk/libmldbm-perl/debian/changelog Sun Feb  3 20:14:17 2008
@@ -1,14 +1,24 @@
-libmldbm-perl (2.01-2) UNRELEASED; urgency=low
+libmldbm-perl (2.01-2) unstable; urgency=low
 
   [ Raphael Hertzog ]
   * Put the team as Maintainer and move myself to Uploaders.
+  * Drop minimal version from dependencies where it's useless since
+    oldstable already has the required version
+  * Updated Standards-Version to 3.7.3
+    - Always build with -g and don't check for "debug" in DEB_BUILD_OPTIONS.
+  * Don't ignore errors on make distclean.
+  * Switch to debhelper's 6th compatilitiy level. Adjust Build-Depends
+    accordingly. Use debian/compat insteald of DH_COMPAT.
+  * Remove empty /usr/lib/perl5 if present.
+  * Move to Section: perl to match with overrides.
+  * Updated copyright file to refer to Artistic and GPL licenses.
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:40 +0200
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 03 Feb 2008 21:06:40 +0100
 
 libmldbm-perl (2.01-1) unstable; urgency=low
 

Added: trunk/libmldbm-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmldbm-perl/debian/compat?rev=14113&op=file
==============================================================================
--- trunk/libmldbm-perl/debian/compat (added)
+++ trunk/libmldbm-perl/debian/compat Sun Feb  3 20:14:17 2008
@@ -1,0 +1,1 @@
+6

Modified: trunk/libmldbm-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmldbm-perl/debian/control?rev=14113&op=diff
==============================================================================
--- trunk/libmldbm-perl/debian/control (original)
+++ trunk/libmldbm-perl/debian/control Sun Feb  3 20:14:17 2008
@@ -1,19 +1,19 @@
 Source: libmldbm-perl
-Section: interpreters
+Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Raphael Hertzog <hertzog at debian.org>
-Standards-Version: 3.5.7
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: perl, perl-modules, libfreezethaw-perl
 Homepage: http://search.cpan.org/dist/MLDBM/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmldbm-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmldbm-perl/
-Build-Depends: debhelper (>= 4) 
-Build-Depends-Indep: perl (>= 5.8.0), perl-modules (>= 5.8.0), libfreezethaw-perl
 
 Package: libmldbm-perl
 Architecture: all
 Depends: ${perl:Depends}
-Recommends: perl-modules (>= 5.8.0), libfreezethaw-perl
+Recommends: perl-modules, libfreezethaw-perl
 Description: Store multidimensional hash structures in perl tied hashes
  The MLDBM perl module can be used to store multidimensional hash structures
  in tied hashes (including DBM files).

Modified: trunk/libmldbm-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmldbm-perl/debian/copyright?rev=14113&op=diff
==============================================================================
--- trunk/libmldbm-perl/debian/copyright (original)
+++ trunk/libmldbm-perl/debian/copyright Sun Feb  3 20:14:17 2008
@@ -1,4 +1,4 @@
-This package was debianized by Raphael Hertzog rhertzog at hrnet.fr on
+This package was debianized by Raphael Hertzog <hertzog at debian.org> on
 Thu, 22 Oct 1998 15:18:56 +0200.
 
 It was downloaded from 
@@ -16,4 +16,5 @@
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 
-Check /usr/share/doc/perl/copyright.
+Check /usr/share/doc/perl/copyright, /usr/share/common-licenses/GPL and
+/usr/share/common-licenses/Artistic.

Modified: trunk/libmldbm-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmldbm-perl/debian/rules?rev=14113&op=diff
==============================================================================
--- trunk/libmldbm-perl/debian/rules (original)
+++ trunk/libmldbm-perl/debian/rules Sun Feb  3 20:14:17 2008
@@ -2,10 +2,6 @@
 # MAde with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Cristoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-export DH_COMPAT=4
 
 ifndef PERL
 PERL = /usr/bin/perl
@@ -13,9 +9,7 @@
 
 TMP     =`pwd`/debian/libmldbm-perl
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 CFLAGS = -g
-endif
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0
 else
@@ -41,7 +35,7 @@
 	rm -f build-stamp install-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f testmldbm.pag
 
 	dh_clean
@@ -55,26 +49,24 @@
 
 	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(TMP)/usr
+	# Remove empty /usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir $(TMP)/usr/lib/perl5 || true
+	[ ! -d $(TMP)/usr/lib ] || rmdir $(TMP)/usr/lib || true
 
 	touch install-stamp
 
 # Build architecture-dependent files here.
 binary-arch: build install
-# We have nothing to do by default.
 
 # Build architecture-independent files here.
 binary-indep: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
 	dh_installexamples
 	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
 	dh_installcron
-	dh_installmanpages
-#	dh_undocumented
+	dh_installman
 	dh_installchangelogs Changes
 	dh_strip
 	dh_compress
@@ -83,12 +75,8 @@
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
-#	dh_makeshlibs
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




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