NMU diff attached.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/
Control files: lines which differ (wdiff format)
------------------------------------------------
Build-Depends: debhelper (>= 8.0.0), postgresql-server-dev-all {+(>= 148~)+}
Depends: ${shlibs:Depends}, [-${misc:Depends}-] {+${misc:Depends}, postgresql-${postgresql:Version}+}

diff -Nru postgresql-prioritize-1.0.4/debian/changelog postgresql-prioritize-1.0.4/debian/changelog
--- postgresql-prioritize-1.0.4/debian/changelog	2014-09-06 23:22:20.000000000 +0200
+++ postgresql-prioritize-1.0.4/debian/changelog	2014-09-06 23:22:21.000000000 +0200
@@ -1,3 +1,11 @@
+postgresql-prioritize (1.0.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for postgresql-9.4 (Closes: #757784).
+  * Set explicit dependency on postgresql version supported.
+
+ -- Christoph Berg <m...@debian.org>  Sat, 06 Sep 2014 23:17:01 +0200
+
 postgresql-prioritize (1.0.4-1) unstable; urgency=low
 
   * New upstream release (Closes: #706560).
diff -Nru postgresql-prioritize-1.0.4/debian/control postgresql-prioritize-1.0.4/debian/control
--- postgresql-prioritize-1.0.4/debian/control	2014-09-06 23:22:20.000000000 +0200
+++ postgresql-prioritize-1.0.4/debian/control	2014-09-06 23:22:21.000000000 +0200
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Cyril Bouthors <c...@debian.org>
 Uploaders: Cyril Bouthors <cy...@bouthors.org>
-Build-Depends: debhelper (>= 8.0.0), postgresql-server-dev-all
+Build-Depends: debhelper (>= 8.0.0), postgresql-server-dev-all (>= 148~)
 Standards-Version: 3.9.3
 Homepage: http://pgxn.org/dist/prioritize/
 
 Package: postgresql-prioritize
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-${postgresql:Version}
 Description: Get and set the nice priorities of PostgreSQL backends
  This module implements an interface to getpriority() and setpriority() for
  PostgreSQL backends, callable from SQL functions. Essentially, this module
diff -Nru postgresql-prioritize-1.0.4/debian/pgversions postgresql-prioritize-1.0.4/debian/pgversions
--- postgresql-prioritize-1.0.4/debian/pgversions	2014-09-06 23:22:20.000000000 +0200
+++ postgresql-prioritize-1.0.4/debian/pgversions	2014-09-06 23:22:21.000000000 +0200
@@ -1,4 +1 @@
-8.4
-9.0
-9.1
-9.2
+all
diff -Nru postgresql-prioritize-1.0.4/debian/rules postgresql-prioritize-1.0.4/debian/rules
--- postgresql-prioritize-1.0.4/debian/rules	2014-09-06 23:22:20.000000000 +0200
+++ postgresql-prioritize-1.0.4/debian/rules	2014-09-06 23:22:21.000000000 +0200
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+PGVERSION=$(shell pg_config --version | sed -e 's/PostgreSQL \([0-9.]\+\).*/\1/')
+
+override_dh_gencontrol:
+	dh_gencontrol -- -Vpostgresql:Version=$(PGVERSION)
+
 %:
 	dh $@

Attachment: signature.asc
Description: Digital signature

Reply via email to