Your message dated Wed, 03 Oct 2012 20:47:32 +0000 with message-id <[email protected]> and subject line Bug#688105: fixed in postgresql-common 134wheezy1 has caused the Debian Bug report #688105, regarding breaks purging pg8.1 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.) -- 688105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688105 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: postgresql-client-common Version: 134 Severity: normal Hi, | asteria:~# apt-get purge postgresql-8.1 postgresql-client-8.1 [..] | Removing postgresql-8.1 ... | Stopping PostgreSQL 8.1 database server: main. | find: `/usr/share/postgresql/8.1/tsearch_data': No such file or directory | dpkg: error processing postgresql-8.1 (--purge): | subprocess installed pre-removal script returned error exit status 1 Changing /usr/share/postgresql-common/maintscripts-functions like this: _remove_tsearch() { - find /usr/share/postgresql/$1/tsearch_data -type l \( -name '*.dict' -o -name '*.affix' \) -exec rm '{}' \; + ! [ -e /usr/share/postgresql/$1/tsearch_data ] || find /usr/share/postgresql/$1/tsearch_data -type l \( -name '*.dict' -o -name '*.affix' \) -exec rm '{}' \; } helped in my case. Cheers,
--- End Message ---
--- Begin Message ---Source: postgresql-common Source-Version: 134wheezy1 We believe that the bug you reported is fixed in the latest version of postgresql-common, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martin Pitt <[email protected]> (supplier of updated postgresql-common package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 03 Oct 2012 22:30:36 +0200 Source: postgresql-common Binary: postgresql-common postgresql-client-common postgresql-server-dev-all postgresql postgresql-client postgresql-doc postgresql-contrib Architecture: source all Version: 134wheezy1 Distribution: unstable Urgency: low Maintainer: Debian PostgreSQL Maintainers <[email protected]> Changed-By: Martin Pitt <[email protected]> Description: postgresql - object-relational SQL database (supported version) postgresql-client - front-end programs for PostgreSQL (supported version) postgresql-client-common - manager for multiple PostgreSQL client versions postgresql-common - PostgreSQL database-cluster manager postgresql-contrib - additional facilities for PostgreSQL (supported version) postgresql-doc - documentation for the PostgreSQL database management system postgresql-server-dev-all - extension build tool for multiple PostgreSQL versions Closes: 688105 Changes: postgresql-common (134wheezy1) unstable; urgency=low . * debian/control: Switch Vcs-Bzr: to wheezy branch. * pg_ctlcluster: Fix log output to stderr if the log file started out being empty. Cherry-picked from trunk r1204. * pg_buildext: Fix supported-versions not to die when the last version is not supported. Cherry-picked from trunk r1199. * debian/maintscripts-functions: Only try to remove the tsearch_data directory if it already exists. Thanks Peter Palfrader. Cherry-picked from trunk r1211. (Closes: #688105) * As debian/supported-versions is also used at build-time, add a build-dependency on lsb-release for lsb_release to be available. Also, print supported versions from debian/rules for easier debugging. Cherry-picked from trunk r1206/r1207. Checksums-Sha1: 27fa8a033b0f5571f64d769f1e12fa3878fe87d6 2204 postgresql-common_134wheezy1.dsc 97c93ec494be756ca7569db9cd562489302fca25 140951 postgresql-common_134wheezy1.tar.gz 82b551b3b2e8d82cfb9ca584dc08db488dab145e 46456 postgresql-server-dev-all_134wheezy1_all.deb e0a656138151948967a79c6b34c0c70883beb553 42074 postgresql_9.1+134wheezy1_all.deb 613cc6ceb1901d716e010599c05ed76f18ab65a2 42098 postgresql-client_9.1+134wheezy1_all.deb 74f5c9d5726c6bacca464e0ba13473e764911b59 42086 postgresql-doc_9.1+134wheezy1_all.deb 053cd7f564485759c1d5c2e42b52b3d0e6c3bf87 42098 postgresql-contrib_9.1+134wheezy1_all.deb 13c13971275a1af5d75de137ccd1fd1d86de98ff 135350 postgresql-common_134wheezy1_all.deb 3a8969c780b61c73140430be08a627db49f1e7ea 62096 postgresql-client-common_134wheezy1_all.deb Checksums-Sha256: 421dd21c8f1885147a735716f961032d53bb3105dd3d947763fba79faf48d0f5 2204 postgresql-common_134wheezy1.dsc 4427f2c7956b5160105a6aa1f5822a48ea2fec969af7ae4c54d3e167df41c32c 140951 postgresql-common_134wheezy1.tar.gz f22dcb408960fe9e3ae84b318fa58bc9e17aa448cc2e3952209def0b2d681a0d 46456 postgresql-server-dev-all_134wheezy1_all.deb a24ca8eb5b16905b5343d447800411bb11b3ebefd72aa8966cfe7b70229c03a8 42074 postgresql_9.1+134wheezy1_all.deb 6902583b97da1c2fa6b17357b2a1a4cde49fc511bb6a03378dd03d79c56c53e8 42098 postgresql-client_9.1+134wheezy1_all.deb 09caa8923f97bdcfdf21df100b32f467f8edf374786c055836afe7f1147f1bf8 42086 postgresql-doc_9.1+134wheezy1_all.deb 240fa551d5ada836ec0ba16786f172e00285a83c612eb195b069c6a33a1ca514 42098 postgresql-contrib_9.1+134wheezy1_all.deb a9aa9047d806e5000f47c667576a0b1237c763766cb08922b6f9f1cf8f66c5a9 135350 postgresql-common_134wheezy1_all.deb 48084c200a98f0db2be97ecd3dcfa948757a1fb15f7c34636d61ae73ae59cb4b 62096 postgresql-client-common_134wheezy1_all.deb Files: d6917d917cc68a4aa651f483799ac2d5 2204 database optional postgresql-common_134wheezy1.dsc 550653917770b091a6f37863404c85eb 140951 database optional postgresql-common_134wheezy1.tar.gz 50402d3d360975660093f2df06405ca7 46456 database optional postgresql-server-dev-all_134wheezy1_all.deb e5281d72444fb4a6df9fea14aba65aba 42074 database optional postgresql_9.1+134wheezy1_all.deb 9f2a8113f41e03c7f1fd9284d44fb626 42098 database optional postgresql-client_9.1+134wheezy1_all.deb e5cb237480db773c407168e558fd3b67 42086 doc optional postgresql-doc_9.1+134wheezy1_all.deb 352e9a98de85d36d0fb2526db56cac07 42098 database optional postgresql-contrib_9.1+134wheezy1_all.deb 49b433e54fead85d0855c1c83b141bd7 135350 database optional postgresql-common_134wheezy1_all.deb a87991c387b1347d95a91b2c8efa9b73 62096 database optional postgresql-client-common_134wheezy1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJQbKJUAAoJEPmIJawmtHufJIAP/iv0jLHmYQidkYnCtPrvfz8v qXH3oxH98+spIHN8ZA6XTuj9pB/yPPBLxm9I81kiPIL7g0BleMCJieOF9aKfOcue 1ogdVK/QNy9XuRX/Nr7FVhlv8zgjJuh1ajXT/DJEyKbNXjvq0IXZdtxJ+bV6DfJ+ cwPoApgu46V4WDj5C7T81fNQpG6bN0IIFjCkSSGJQ2bj7aKDRIx9kveVNsa70ctA oy4GwyJJFCKJ2lfq3aQESJZWuSoD3yb0uIVU5ZpbGT09yt0Z9aXZivT+9q+nk83W eqnAwLl6jO5X1omwC16KUHcViy/pwAHZTwBXrJvJ7tC9MDYPbIHFhk5BThcJQdwv WU9ACOhfZ3OhkgjT59xTjRU3w2+80Qnj39iT9ixMHhB7HJtDRabvzRZnCjvqJPQP iJ7dkpSMTaFU4beDINoo84MM48kaqQxx652CFUrp7OPZu7vlrc0wj0TQIynWD+As XhqYeP6zT0O0ymTRFjdlM9Cl6mZHxg0XbSWdCWOoNv8TNZE9h1aAV2a2bN9Aa6+G cSw56IAzcgWB2qPrcFexXDa2T6j3b8/AfIG1xBv1Vg4pijP1f7GAUXpJBg3vkBYw NmNZSfbxB9aw+gdh+5RtJdGaH4o3jT/Ocr39h8GQEgDilj6PDgAqI1rgBRK89JJX aK3Ir6CEaLE9TJUrLVyp =zRB/ -----END PGP SIGNATURE-----
--- End Message ---

