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

Bug#692339: unblock: postgresql-common/134wheezy2



Package: release.debian.org
Severity: normal
User: release.debian.org@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@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)
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@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"

Attachment: signature.asc
Description: Digital signature


Reply to: