r14116 - in /trunk/libmsgcat-perl/debian: README.debian changelog compat control rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Feb 3 20:26:18 UTC 2008


Author: hertzog
Date: Sun Feb  3 20:26:17 2008
New Revision: 14116

URL: http://svn.debian.org/wsvn/?sc=1&rev=14116
Log:
* Moved to Section: perl to match overrides.
* Updated Standards-Version to 3.7.3
* Dropped minimal version from dependencies where it's not needed because
  oldstable has the right versions already.
* Clean up debian/rules:
  - Do not ignore errors of make distclean
  - Remove obsolete dh_suidregister
  - Replace dh_installmanpages by dh_installman.
* Switch to debhelper's 6th compatibility level and adjust Build-Depends
  accordingly. Use debian/compat instead of DH_COMPAT.
* Drop useless README.Debian.

Added:
    trunk/libmsgcat-perl/debian/compat
Removed:
    trunk/libmsgcat-perl/debian/README.debian
Modified:
    trunk/libmsgcat-perl/debian/changelog
    trunk/libmsgcat-perl/debian/control
    trunk/libmsgcat-perl/debian/rules

Modified: trunk/libmsgcat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmsgcat-perl/debian/changelog?rev=14116&op=diff
==============================================================================
--- trunk/libmsgcat-perl/debian/changelog (original)
+++ trunk/libmsgcat-perl/debian/changelog Sun Feb  3 20:26:17 2008
@@ -1,14 +1,25 @@
-libmsgcat-perl (1.03-4) UNRELEASED; urgency=low
+libmsgcat-perl (1.03-4) unstable; urgency=low
 
   [ Raphael Hertzog ]
   * Put the team as Maintainer and move myself to Uploaders.
+  * Moved to Section: perl to match overrides.
+  * Updated Standards-Version to 3.7.3
+  * Dropped minimal version from dependencies where it's not needed because
+    oldstable has the right versions already.
+  * Clean up debian/rules:
+    - Do not ignore errors of make distclean
+    - Remove obsolete dh_suidregister
+    - Replace dh_installmanpages by dh_installman.
+  * Switch to debhelper's 6th compatibility level and adjust Build-Depends
+    accordingly. Use debian/compat instead of DH_COMPAT.
+  * Drop useless README.Debian.
 
   [ 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:48 +0200
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 03 Feb 2008 21:24:08 +0100
 
 libmsgcat-perl (1.03-3) unstable; urgency=low
 

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

Modified: trunk/libmsgcat-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmsgcat-perl/debian/control?rev=14116&op=diff
==============================================================================
--- trunk/libmsgcat-perl/debian/control (original)
+++ trunk/libmsgcat-perl/debian/control Sun Feb  3 20:26:17 2008
@@ -1,13 +1,13 @@
 Source: libmsgcat-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.2
+Standards-Version: 3.7.3
+Build-Depends: perl, debhelper (>= 6)
 Homepage: http://search.cpan.org/dist/Locale-Msgcat/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmsgcat-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmsgcat-perl/
-Build-Depends: perl (>= 5.8.0), debhelper (>= 3.0.5)
 
 Package: libmsgcat-perl
 Architecture: any

Modified: trunk/libmsgcat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmsgcat-perl/debian/rules?rev=14116&op=diff
==============================================================================
--- trunk/libmsgcat-perl/debian/rules (original)
+++ trunk/libmsgcat-perl/debian/rules Sun Feb  3 20:26:17 2008
@@ -3,78 +3,61 @@
 # 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=2
-
 ifndef PERL
 PERL = /usr/bin/perl 
 endif
 
-TMP     =`pwd`/debian/libmsgcat-perl
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-  CFLAGS = -g
-endif
+TMP    = `pwd`/debian/libmsgcat-perl
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
+	
 	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor 
-	$(MAKE) OPTIMIZE="-O2 -Wall $(CFLAGS)"
-
+	$(MAKE) OPTIMIZE="-O2 -Wall -g"
+	
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
+	
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
-
+	[ ! -f Makefile ] || $(MAKE) distclean
+	
 	dh_clean
 
 # Build architecture-independent files here.
 binary-indep: build
-# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the files into debian/tmp
+	
+	# Add here commands to install the files into debian/<package>
 	$(MAKE) install PREFIX=$(TMP)/usr
-
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir $(TMP)/usr/share/perl5
+	
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-#	dh_installinit
 	dh_installcron
-	dh_installmanpages
-#	dh_undocumented
+	dh_installman
 	dh_installchangelogs Changes
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_suidregister
 	dh_installdeb
 	dh_perl
 	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