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

Bug#689284: unblock: postgresql-9.1/9.1.6-1



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

Hello release team,

last week, PostgreSQL announced new bug fix microreleases:

  http://www.postgresql.org/about/news/1416/

This includes a serious data loss bug fix.

I uploaded 9.1.6 into unstable with priority "medium" last Monday:

  http://packages.qa.debian.org/p/postgresql-9.1/news/20120925T043328Z.html

The package successfully passes the upstream as well as the
postgresql-common integration tests and built fine on most
architectures except hurd-i386 (where it fails pretty much all the
time). It's been in unstable for 6 days now, and there haven't been
any regression reports in Debian or on the upstream bug list.

There is one packaging change to use xz compression for the .debs,
which was requested by Cyril Brulebois in #688678 to improve the
wheezy CD 1 (that part of the debdiff attached). Otherwise there's
just the upstream diff.  Do you want an unfiltered/filtered upstream
diff, for review?

Thank you for considering!

Martin

unblock postgresql-9.1/9.1.6-1

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
=== modified file 'debian/changelog'
--- debian/changelog	2012-09-25 03:39:38 +0000
+++ debian/changelog	2012-09-25 03:40:19 +0000
@@ -26,6 +26,8 @@
       reduce the performance impact of vacuuming, while causing it to
       take longer to finish.
     - See HISTORY/changelog.gz for the other bug fixes.
+  * debian/rules: Compress all binaries with xz. Thanks Cyril Brulebois!
+    (Closes: #688678)
 
  -- Martin Pitt <mpitt@debian.org>  Tue, 25 Sep 2012 05:32:46 +0200
 

=== modified file 'debian/rules'
--- debian/rules	2012-08-22 14:04:44 +0000
+++ debian/rules	2012-09-25 03:40:19 +0000
@@ -185,3 +185,6 @@
 	/usr/lib/postgresql/$(MAJOR_VER)/bin/pg_ctl -D tmp_data stop
 	# find and print the regression diffs
 	find build/contrib/ -name regression.diffs -exec cat '{}' \;
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz

Attachment: signature.asc
Description: Digital signature


Reply to: