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

Hi Release Team,

Recently reported that the OpenPGM support of ZeroMQ doesn't work
(RC bug link[1]). Reason is that the configure switch for that was
changed a while back from 'with-system-pgm' to 'with-pgm' and it went
unnoticed.

Please unblock it and let users have OpenPGM support again. The debdiff
is attached and the change is only the mentioned configure switch.

Thanks,
Laszlo/GCS
[1] https://bugs.debian.org/856023
diff -Nru zeromq3-4.2.1/debian/changelog zeromq3-4.2.1/debian/changelog
--- zeromq3-4.2.1/debian/changelog	2017-01-01 15:53:54.000000000 +0000
+++ zeromq3-4.2.1/debian/changelog	2017-02-24 17:35:03.000000000 +0000
@@ -1,3 +1,9 @@
+zeromq3 (4.2.1-3) unstable; urgency=medium
+
+  * Compile with OpenPGM support (closes: #856023).
+
+ -- Laszlo Boszormenyi (GCS) <g...@debian.org>  Fri, 24 Feb 2017 17:35:03 +0000
+
 zeromq3 (4.2.1-2) unstable; urgency=low
 
   * Backport upstream fix for Hurd FTBFS (closes: #849860).
diff -Nru zeromq3-4.2.1/debian/rules zeromq3-4.2.1/debian/rules
--- zeromq3-4.2.1/debian/rules	2016-11-04 15:30:31.000000000 +0000
+++ zeromq3-4.2.1/debian/rules	2017-02-24 17:35:03.000000000 +0000
@@ -17,7 +17,7 @@
 	rm -f config.log
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-system-pgm --with-libsodium
+	dh_auto_configure -- --with-pgm --with-libsodium
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

Reply via email to