[Pkg-postgresql-public] Please allow postgresql-9.1 9.1.4-3 into testing: RC bug fix
Martin Pitt
mpitt at debian.org
Sat Jul 21 15:15:19 UTC 2012
Hello release team,
I recently got an RC bug against postgresql-9.1 [1] about piuparts
detecting the wrong handling of directory cleanup. While this has
little practical impact (the directory will just be re-created by
pg_createcluster if it is not present), it is nevertheless trivial to
fix, so I did a new upload:
postgresql-9.1 (9.1.4-3) unstable; urgency=medium
Urgency medium: Trivial changes, and fixes RC bug.
[ Christoph Berg ]
* debian/source/options: Ignore test suite .sql files, to fix building
twice in a row; ignore .bzr-builddeb/default.conf so bzr checkouts can be
built using dpkg-buildpackage.
[ Martin Pitt ]
* debian/postgresql-9.1.postrm: Do not remove the directories
/var/{lib,log}/postgresql/, they are owned by the postgresql-common
package. (Closes: #681966)
-- Martin Pitt <mpitt at debian.org> Sat, 21 Jul 2012 16:53:55 +0200
Christoph fixed building without bzr-buildpackage, and does not affect
the runtime behaviour, so it's harmless.
Debdiff attached.
Thank you for considering,
Martin
[1] http://bugs.debian.org/681966
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru postgresql-9.1-9.1.4/debian/changelog postgresql-9.1-9.1.4/debian/changelog
--- postgresql-9.1-9.1.4/debian/changelog 2012-06-22 08:35:58.000000000 +0000
+++ postgresql-9.1-9.1.4/debian/changelog 2012-07-21 14:54:54.000000000 +0000
@@ -1,3 +1,19 @@
+postgresql-9.1 (9.1.4-3) unstable; urgency=medium
+
+ Urgency medium: Trivial changes, and fixes RC bug.
+
+ [ Christoph Berg ]
+ * debian/source/options: Ignore test suite .sql files, to fix building
+ twice in a row; ignore .bzr-builddeb/default.conf so bzr checkouts can be
+ built using dpkg-buildpackage.
+
+ [ Martin Pitt ]
+ * debian/postgresql-9.1.postrm: Do not remove the directories
+ /var/{lib,log}/postgresql/, they are owned by the postgresql-common
+ package. (Closes: #681966)
+
+ -- Martin Pitt <mpitt at debian.org> Sat, 21 Jul 2012 16:53:55 +0200
+
postgresql-9.1 (9.1.4-2) unstable; urgency=low
[ Christoph Berg ]
diff -Nru postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm
--- postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm 2012-06-22 08:35:58.000000000 +0000
+++ postgresql-9.1-9.1.4/debian/postgresql-9.1.postrm 2012-07-21 14:54:58.000000000 +0000
@@ -58,7 +58,5 @@
clean_dir /etc/postgresql/$VERSION
clean_dir /etc/postgresql
clean_dir /var/lib/postgresql/$VERSION
- clean_dir /var/lib/postgresql
clean_dir /var/log/postgresql/$VERSION
- clean_dir /var/log/postgresql
fi
diff -Nru postgresql-9.1-9.1.4/debian/source/options postgresql-9.1-9.1.4/debian/source/options
--- postgresql-9.1-9.1.4/debian/source/options 1970-01-01 00:00:00.000000000 +0000
+++ postgresql-9.1-9.1.4/debian/source/options 2012-07-21 14:54:58.000000000 +0000
@@ -0,0 +1,2 @@
+extend-diff-ignore = src/test/regress/sql/.+\.sql
+extend-diff-ignore = \.bzr-builddeb/default\.conf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-postgresql-public/attachments/20120721/f3e9af76/attachment.pgp>
More information about the Pkg-postgresql-public
mailing list