[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please allow postgresql-9.1 9.1.4-3 into testing: RC bug fix



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@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)
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@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

Attachment: signature.asc
Description: Digital signature


Reply to: