Bug#833195: libident: Uses obsolete Source-Version substvar

2016-11-11 Thread Chris Lamb
tags 833195 + pending patch
thanks

I've uploaded libident 0.22-3.1 to DELAYED/5:
  
  libident (0.22-3.1) unstable; urgency=medium
  
* Non-maintainer upload.
* Move from obsolete Source-Version substvar to binary:Version.
  (Closes: #833195)

The full debdiff is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff -u libident-0.22/debian/changelog libident-0.22/debian/changelog
--- libident-0.22/debian/changelog
+++ libident-0.22/debian/changelog
@@ -1,3 +1,11 @@
+libident (0.22-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move from obsolete Source-Version substvar to binary:Version.
+(Closes: #833195)
+
+ -- Chris Lamb   Fri, 11 Nov 2016 13:19:51 +
+
 libident (0.22-3) unstable; urgency=low
 
   * acknowledge NMUs.
diff -u libident-0.22/debian/control libident-0.22/debian/control
--- libident-0.22/debian/control
+++ libident-0.22/debian/control
@@ -23,5 +23,5 @@
 Section: libdevel
 Priority: optional
-Depends: libident(=${Source-Version}), ${shlibs:Depends}
+Depends: libident(=${binary:Version}), ${shlibs:Depends}
 Description: simple RFC1413 client library - development
  This is a small library to interface to the Ident protocol server.


Bug#833195: libident: Uses obsolete Source-Version substvar

2016-08-01 Thread Guillem Jover
Source: libident
Source-Version: 0.22-3
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