~ubuntu-branches/ubuntu/oneiric/liblocale-gettext-perl/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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
 
liblocale-gettext-perl (1.05-2ubuntu1) hardy; urgency=low
2
 
 
 
1
liblocale-gettext-perl (1.05-4) unstable; urgency=low
 
2
 
 
3
  * Put ${perl:Depends} back into Pre-Depends. The revert in 1.05-2 was
 
4
    wrong. The pre-dependency is needed to make sure that the right perl
 
5
    version is unpacked before liblocale-gettext-perl so that any
 
6
    script/module using Locale::Gettext (still) work once this module
 
7
    has been unpacked. This is particulary important for transitions like
 
8
    perl-5.8 -> perl-5.10 (see #479220 for example).
 
9
  * New patch debian/patches/compatibility-with-POSIX-module.diff so that
 
10
    Locale::Gettext re-exports the LC_* constants coming from POSIX instead
 
11
    of those coming from its own XS implementation. Closes: #479803
 
12
 
 
13
 -- Raphael Hertzog <hertzog@debian.org>  Wed, 07 May 2008 09:56:21 +0200
 
14
 
 
15
liblocale-gettext-perl (1.05-3) unstable; urgency=low
 
16
 
 
17
  [ Raphael Hertzog ]
 
18
  * Change priority to required to match overrides.
 
19
 
 
20
  [ Damyan Ivanov ]
 
21
  * debian/watch: use dist-based URL.
3
22
  * debian/rules:
4
 
    - relax the dependencies to workaround ordering
5
 
      problem in apt on gutsy->hardy upgrade (LP: #217435)
6
 
 
7
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 15 Apr 2008 16:33:19 +0200
 
23
    + put -Wall in CFLAGS
 
24
    + use "$@" when touching stamps
 
25
    + use $(CURDIR) instead of `pwd`
 
26
    + make build-stamp target depend on $(QUILT_STAMPFN) instead of 'patch'
 
27
    + drop unneeded dh_installdirs and debian/dirs
 
28
    + split DESTDIR and PREFIX when calling $(MAKE) install
 
29
    + correct the logic around removing empty usr/share/perl5 so that it does
 
30
      not fail when the directory does not exist
 
31
    + drop commented-out and unneeded debhelper calls
 
32
 
 
33
  [ Niko Tyni ]
 
34
  * Add myself to Uploaders.
 
35
 
 
36
 -- Niko Tyni <ntyni@debian.org>  Tue, 19 Feb 2008 10:39:03 +0200
8
37
 
9
38
liblocale-gettext-perl (1.05-2) unstable; urgency=low
10
39