[Pkg-postgresql-public] unblock: postgresql-common/134wheezy2

Martin Pitt mpitt at debian.org
Mon Nov 5 07:22:12 UTC 2012


Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock

Hello release team,

there are two more changes in postgresql-common's experimental branch
which ought to get into Wheezy:

| postgresql-common (134wheezy2) unstable; urgency=low
| 
|   * debian/supported-versions: Add Debian 7.0 "wheezy" to support 9.1 only.
|     This is not a functional change, but avoids the "Unknown Debian release"
|     warning.

The default for unknown versions is already "9.1", but the warning
looks confusing and like a wart.

|   * debian/postgresql-common.triggers: Also watch for changes in
|     /usr/share/hunspell/; pg_updatedicts handles these as well. Cherry-picked
|     from trunk r1217. (Closes: #689994)

This would lead to hunspell dictionaries not being available in psql
after installation, but then suddenly becoming available after
installing a myspell dictionary.

| 
|  -- Martin Pitt <mpitt at debian.org>  Mon, 05 Nov 2012 08:15:34 +0100

Thank you for considering!

Martin

unblock postgresql-common/134wheezy2

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
diff -Nru postgresql-common-134wheezy1/debian/changelog postgresql-common-134wheezy2/debian/changelog
--- postgresql-common-134wheezy1/debian/changelog	2012-10-03 22:30:36.000000000 +0200
+++ postgresql-common-134wheezy2/debian/changelog	2012-11-05 08:15:34.000000000 +0100
@@ -1,3 +1,14 @@
+postgresql-common (134wheezy2) unstable; urgency=low
+
+  * debian/supported-versions: Add Debian 7.0 "wheezy" to support 9.1 only.
+    This is not a functional change, but avoids the "Unknown Debian release"
+    warning.
+  * debian/postgresql-common.triggers: Also watch for changes in
+    /usr/share/hunspell/; pg_updatedicts handles these as well. Cherry-picked
+    from trunk r1217. (Closes: #689994)
+
+ -- Martin Pitt <mpitt at debian.org>  Mon, 05 Nov 2012 08:15:34 +0100
+
 postgresql-common (134wheezy1) unstable; urgency=low
 
   * debian/control: Switch Vcs-Bzr: to wheezy branch.
diff -Nru postgresql-common-134wheezy1/debian/postgresql-common.triggers postgresql-common-134wheezy2/debian/postgresql-common.triggers
--- postgresql-common-134wheezy1/debian/postgresql-common.triggers	2012-10-03 22:18:46.000000000 +0200
+++ postgresql-common-134wheezy2/debian/postgresql-common.triggers	2012-11-05 08:14:09.000000000 +0100
@@ -1 +1,2 @@
 interest /usr/share/myspell/dicts
+interest /usr/share/hunspell
diff -Nru postgresql-common-134wheezy1/debian/supported-versions postgresql-common-134wheezy2/debian/supported-versions
--- postgresql-common-134wheezy1/debian/supported-versions	2012-10-03 22:18:46.000000000 +0200
+++ postgresql-common-134wheezy2/debian/supported-versions	2012-11-05 08:11:10.000000000 +0100
@@ -39,6 +39,10 @@
 	6.0*)
             /bin/echo -e "8.4"
             ;;
+        # Wheezy
+	7.0*)
+            /bin/echo -e "9.1"
+            ;;
         # unstable
         testing | unstable)
             /bin/echo -e "9.1"
-------------- 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/20121105/cc571581/attachment.pgp>


More information about the Pkg-postgresql-public mailing list