~peter-pearse/ubuntu/natty/liblocale-gettext-perl/prop001

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2008-05-07 09:56:21 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080507095621-n1mg754yqiurlcxl
Tags: 1.05-4
* 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).
* New patch debian/patches/compatibility-with-POSIX-module.diff so that
  Locale::Gettext re-exports the LC_* constants coming from POSIX instead
  of those coming from its own XS implementation. Closes: #479803

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: liblocale-gettext-perl
2
2
Section: perl
3
 
Priority: important
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
6
 
Uploaders: Raphael Hertzog <hertzog@debian.org>
 
3
Priority: required
 
4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Raphael Hertzog <hertzog@debian.org>, Niko Tyni <ntyni@debian.org>
7
6
Standards-Version: 3.7.3
8
7
Build-Depends: debhelper (>= 6), quilt
9
8
Homepage: http://search.cpan.org/dist/Locale-gettext/
12
11
 
13
12
Package: liblocale-gettext-perl
14
13
Architecture: any
15
 
Depends: ${shlibs:Depends}, ${perl:Depends}
 
14
Pre-Depends: ${perl:Depends}
 
15
Depends: ${shlibs:Depends}
16
16
Description: Using libc functions for internationalization in Perl
17
17
 The gettext module permits access from perl to the gettext() family of
18
18
 functions for retrieving message strings from databases constructed