tags 833196 + pending patch
thanks
I've uploaded libpcl1 1.6-1.1 to DELAYED/5:
libpcl1 (1.6-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Move from obsolete Source-Version substvar to binary:Version.
(Closes: #833196)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -u libpcl1-1.6/debian/changelog libpcl1-1.6/debian/changelog
--- libpcl1-1.6/debian/changelog
+++ libpcl1-1.6/debian/changelog
@@ -1,3 +1,11 @@
+libpcl1 (1.6-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Move from obsolete Source-Version substvar to binary:Version.
+ (Closes: #833196)
+
+ -- Chris Lamb <[email protected]> Fri, 11 Nov 2016 13:23:45 +0000
+
libpcl1 (1.6-1) unstable; urgency=low
* Initial release Closes: #360340
diff -u libpcl1-1.6/debian/control libpcl1-1.6/debian/control
--- libpcl1-1.6/debian/control
+++ libpcl1-1.6/debian/control
@@ -8,7 +8,7 @@
Package: libpcl1-dev
Section: libdevel
Architecture: any
-Depends: libpcl1 (= ${Source-Version})
+Depends: libpcl1 (= ${binary:Version})
Description: Portable Coroutine Library (PCL), development files
Coroutines are a very simple cooperative multitasking environment where
the switch from one task to another is done explicitly by a function