Your message dated Mon, 05 Nov 2012 08:39:35 +0100
with message-id <[email protected]>
and subject line Re: Bug#692339: unblock: postgresql-common/134wheezy2
has caused the Debian Bug report #692339,
regarding unblock: postgresql-common/134wheezy2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
692339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692339
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 <[email protected]> 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"
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On 2012-11-05 08:22, Martin Pitt wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Hello release team,
>
> there are two more changes in postgresql-common's experimental branch
> which ought to get into Wheezy:
>
> [...]
>
> Thank you for considering!
>
> Martin
>
> unblock postgresql-common/134wheezy2
>
Unblocked, thanks.
~Niels
--- End Message ---