r19597 - in /trunk/liblocale-gettext-perl/debian: changelog control
    hertzog at users.alioth.debian.org 
    hertzog at users.alioth.debian.org
       
    Wed May  7 07:43:13 UTC 2008
    
    
  
Author: hertzog
Date: Wed May  7 07:43:12 2008
New Revision: 19597
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19597
Log:
Put ${perl:Depends} back into Pre-Depends. The revert in 1.05-2 was
wrong. The pre-dependency is needed to make sure that the right perl
version is unpacked before liblocale-gettext-perl so that any
script/module using Locale::Gettext (still) work once this module
has been unpacked. This is particulary important for transitions like
perl-5.8 -> perl-5.10 (see #479220 for example).
Modified:
    trunk/liblocale-gettext-perl/debian/changelog
    trunk/liblocale-gettext-perl/debian/control
Modified: trunk/liblocale-gettext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/changelog?rev=19597&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/changelog (original)
+++ trunk/liblocale-gettext-perl/debian/changelog Wed May  7 07:43:12 2008
@@ -1,3 +1,14 @@
+liblocale-gettext-perl (1.05-4) UNRELEASED; urgency=low
+
+  * Put ${perl:Depends} back into Pre-Depends. The revert in 1.05-2 was
+    wrong. The pre-dependency is needed to make sure that the right perl
+    version is unpacked before liblocale-gettext-perl so that any
+    script/module using Locale::Gettext (still) work once this module
+    has been unpacked. This is particulary important for transitions like
+    perl-5.8 -> perl-5.10 (see #479220 for example).
+
+ -- Raphael Hertzog <hertzog at debian.org>  Wed, 07 May 2008 08:54:51 +0200
+
 liblocale-gettext-perl (1.05-3) unstable; urgency=low
 
   [ Raphael Hertzog ]
Modified: trunk/liblocale-gettext-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-gettext-perl/debian/control?rev=19597&op=diff
==============================================================================
--- trunk/liblocale-gettext-perl/debian/control (original)
+++ trunk/liblocale-gettext-perl/debian/control Wed May  7 07:43:12 2008
@@ -11,7 +11,8 @@
 
 Package: liblocale-gettext-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Pre-Depends: ${perl:Depends}
+Depends: ${shlibs:Depends}
 Description: Using libc functions for internationalization in Perl
  The gettext module permits access from perl to the gettext() family of
  functions for retrieving message strings from databases constructed
    
    
More information about the Pkg-perl-cvs-commits
mailing list