r44455 - in /trunk/liblocale-gettext-perl/debian: README.debian changelog compat control patches/compatibility-with-POSIX-module.diff patches/doc-update.diff rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Sep 20 19:58:30 UTC 2009


Author: hertzog
Date: Sun Sep 20 19:58:24 2009
New Revision: 44455

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44455
Log:
* Update my name in Uploaders to add the accented character.
* Switch to debhelper 7 tiny rules file and compat mode.
* Update Standards-Version to 3.8.3 (no changes needed).
* Update meta-information in patches files to comply with DEP-3.
* Update Homepage field.
* Update my email in README.debian.

Modified:
    trunk/liblocale-gettext-perl/debian/README.debian
    trunk/liblocale-gettext-perl/debian/changelog
    trunk/liblocale-gettext-perl/debian/compat
    trunk/liblocale-gettext-perl/debian/control
    trunk/liblocale-gettext-perl/debian/patches/compatibility-with-POSIX-module.diff
    trunk/liblocale-gettext-perl/debian/patches/doc-update.diff
    trunk/liblocale-gettext-perl/debian/rules

Modified: trunk/liblocale-gettext-perl/debian/README.debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/README.debian?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/README.debian (original)
+++ trunk/liblocale-gettext-perl/debian/README.debian Sun Sep 20 19:58:24 2009
@@ -9,4 +9,4 @@
 The man page is not very instructive, take a look at the README file
 shipped in the /usr/share/doc/liblocale-gettext-perl directory.
 
-Raphael Hertzog <rhertzog at hrnet.fr>, Tue, 29 Dec 1998 12:11:58 +0100
+Raphael Hertzog <hertzog at debian.org>, Tue, 29 Dec 1998 12:11:58 +0100

Modified: trunk/liblocale-gettext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/changelog?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/changelog (original)
+++ trunk/liblocale-gettext-perl/debian/changelog Sun Sep 20 19:58:24 2009
@@ -1,4 +1,4 @@
-liblocale-gettext-perl (1.05-5) UNRELEASED; urgency=low
+liblocale-gettext-perl (1.05-5) unstable; urgency=low
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -10,7 +10,15 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:47 -0300
+  [ Raphaël Hertzog ]
+  * Update my name in Uploaders to add the accented character.
+  * Switch to debhelper 7 tiny rules file and compat mode.
+  * Update Standards-Version to 3.8.3 (no changes needed).
+  * Update meta-information in patches files to comply with DEP-3.
+  * Update Homepage field.
+  * Update my email in README.debian.
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Sun, 20 Sep 2009 21:28:08 +0200
 
 liblocale-gettext-perl (1.05-4) unstable; urgency=low
 

Modified: trunk/liblocale-gettext-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/compat?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/compat (original)
+++ trunk/liblocale-gettext-perl/debian/compat Sun Sep 20 19:58:24 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/liblocale-gettext-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/control?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/control (original)
+++ trunk/liblocale-gettext-perl/debian/control Sun Sep 20 19:58:24 2009
@@ -2,10 +2,10 @@
 Section: perl
 Priority: required
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Raphael Hertzog <hertzog at debian.org>, Niko Tyni <ntyni at debian.org>
-Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 6), quilt
-Homepage: http://search.cpan.org/dist/Locale-gettext/
+Uploaders: Raphaël Hertzog <hertzog at debian.org>, Niko Tyni <ntyni at debian.org>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.47-6)
+Homepage: http://search.cpan.org/dist/gettext/gettext.pm
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-gettext-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblocale-gettext-perl/
 

Modified: trunk/liblocale-gettext-perl/debian/patches/compatibility-with-POSIX-module.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/patches/compatibility-with-POSIX-module.diff?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/patches/compatibility-with-POSIX-module.diff (original)
+++ trunk/liblocale-gettext-perl/debian/patches/compatibility-with-POSIX-module.diff Sun Sep 20 19:58:24 2009
@@ -1,15 +1,14 @@
-Locale::Gettext exports by default the various LC_* constants as does the
-POSIX perl module. Up to perl-5.10, their definition was strictly the same
-and didn't cause any harm. Now the POSIX module evolved slightly and the
-symbol redefinition are conflictual and
-generate warnings.
-
-Resolve this by making sure that Locale::Gettext reexports the constants
-coming from the POSIX module.
-
-Fixes Debian bug #479803.
-
- -- Raphael Hertzog <hertzog at debian.org>
+Description: Re-export LC_* constants of the POSIX module
+ Locale::Gettext exports by default the various LC_* constants as does the
+ POSIX perl module. Up to perl-5.10, their definition was strictly the same
+ and didn't cause any harm. Now the POSIX module evolved slightly and the
+ symbol redefinition are conflictual and generate warnings.
+ .
+ Resolve this by making sure that Locale::Gettext reexports the constants
+ coming from the POSIX module.
+Bug-Debian: http://bugs.debian.org/479803
+Author: Raphaël Hertzog <hertzog at debian.org>
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803#20
 
 --- a/gettext.pm
 +++ b/gettext.pm

Modified: trunk/liblocale-gettext-perl/debian/patches/doc-update.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/patches/doc-update.diff?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/patches/doc-update.diff (original)
+++ trunk/liblocale-gettext-perl/debian/patches/doc-update.diff Sun Sep 20 19:58:24 2009
@@ -1,4 +1,8 @@
-Fix documentation in manual page 
+Description: Fix documentation in manual page
+Author: Raphaël Hertzog <hertzog at debian.org>
+Bug-Debian: http://bugs.debian.org/175421
+Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=35680
+
 --- a/gettext.pm
 +++ b/gettext.pm
 @@ -235,7 +235,7 @@ sub DESTROY {

Modified: trunk/liblocale-gettext-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/rules?rev=44455&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/rules (original)
+++ trunk/liblocale-gettext-perl/debian/rules Sun Sep 20 19:58:24 2009
@@ -1,74 +1,5 @@
 #!/usr/bin/make -f
-# 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
+%:
+	dh --with quilt $@
 
-include /usr/share/quilt/quilt.make
-
-TMP = $(CURDIR)/debian/liblocale-gettext-perl
-
-CFLAGS = -g -Wall
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif  
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# Add here commands to compile the package.
-	perl Makefile.PL INSTALLDIRS=vendor 
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean
-	
-	rm -f gettext.pm.orig
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir $(TMP)/usr/share/perl5/
-
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl -d
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary
-




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