Bug#833196: libpcl1: Uses obsolete Source-Version substvar

2016-11-11 Thread Chris Lamb
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
 `. `'`  la...@debian.org / 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   Fri, 11 Nov 2016 13:23:45 +
+
 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


Bug#833196: libpcl1: Uses obsolete Source-Version substvar

2016-08-01 Thread Guillem Jover
Source: libpcl1
Source-Version: 1.6-1
Severity: important
User: debian-d...@lists.debian.org
Usertags: dpkg-obsolete-source-version-substvar

Hi!

This source package uses the ${Source-Version} substvar variable
deprecated since dpkg 1.13.19 in 2006-05-04. That upload also introduced
the substvars binary:Version and source:Version which can be used
instead.

Using this deprecated substvar will become an error in the near
future. Please update the package.

See also .

Thanks,
Guillem