1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
libpg-perl (1:2.1.1-4) unstable; urgency=high
* Urgency high since this fixes a grave bug.
* debian/rules: Robustify Pg.pm installation, to create /usr/share/perl5/
if it does not exist yet. The new perl apparently changed the behaviour of
pure_vendor_install. (Closes: #479382)
* debian/copyright: Update FSF address and upstream URL.
* Remove debian/watch, libpg-perl cannot currently be downloaded from
pgfoundry. Investigation is in progress. (see #453541)
* Bump Standards-Version to 3.7.2 and debhelper compat to 5.
-- Martin Pitt <mpitt@debian.org> Wed, 07 May 2008 12:31:58 +0200
libpg-perl (1:2.1.1-3) unstable; urgency=low
* Pg.pm: Fix stray '=' in POD synopsis. Closes: #395392
* Add watch file.
-- Martin Pitt <mpitt@debian.org> Sun, 29 Oct 2006 16:59:32 +0100
libpg-perl (1:2.1.1-2) unstable; urgency=low
* debian/rules:
- Remove the install variables workaround again, it is not necessary any
more with the fixed Perl.
- Install upstream changelog.
-- Martin Pitt <mpitt@debian.org> Wed, 22 Jun 2005 00:21:42 +0200
libpg-perl (1:2.1.1-1) unstable; urgency=low
* New upstream version.
* Transition to new PostgreSQL architecture.
* debian/control:
- Changed build dependency postgresql-dev to libpq-dev.
- Do not build the libpgperl transition package any more.
* debian/rules:
- Use pg_config to determine include and library directories.
- Tweak internal variables of the generated Makefile to fix broken default
values of the new Perl's MakeMaker.
-- Martin Pitt <mpitt@debian.org> Wed, 8 Jun 2005 14:46:34 +0200
libpg-perl (1:2.0.2-4) unstable; urgency=low
* Pg.pm: Fixed typo in generated manpage, thanks to Julian Gilbey for
spotting this (closes: #275783)
-- Martin Pitt <mpitt@debian.org> Mon, 18 Oct 2004 12:01:25 +0200
libpg-perl (1:2.0.2-3) unstable; urgency=low
* Conflicts to and Replaces old libpgperl (i. e. << 1:2.0.2-1) to make
upgrading work in all cases (closes: #231490)
-- Martin Pitt <mpitt@debian.org> Sat, 7 Feb 2004 00:17:46 +0100
libpg-perl (1:2.0.2-2) unstable; urgency=low
* renamed source package: an unrelated package pgperl already existed which
was overwritten by the last upload
-- Martin Pitt <mpitt@debian.org> Fri, 6 Feb 2004 10:42:31 +0100
pgperl (1:2.0.2-1) unstable; urgency=low
* Separated source tree out of postgresql; thus a new epoch had to be
created, postgresql is already at 7.4.1
* Added examples
* don't ship plperl.so any more, this library has now moved to the core
postgresql package
* renamed package libpgperl to libpg-perl to comply with the Perl policy
(closes: #47821); offer an empty transition package libpgperl
-- Martin Pitt <mpitt@debian.org> Fri, 16 Jan 2004 22:54:37 +0100
|