[Pkg-mono-svn-commits] rev 3249 - libipoddevice/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Sat Jul 21 09:34:40 UTC 2007


Author: slomo
Date: 2007-07-21 09:34:40 +0000 (Sat, 21 Jul 2007)
New Revision: 3249

Modified:
   libipoddevice/trunk/debian/changelog
   libipoddevice/trunk/debian/control
Log:
  + Use ${binary:Version} instead of ${Source-Version} to make lintian
    happy.

Modified: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2007-07-21 09:33:29 UTC (rev 3248)
+++ libipoddevice/trunk/debian/changelog	2007-07-21 09:34:40 UTC (rev 3249)
@@ -7,6 +7,8 @@
       doing something useful with the library. This change fixes the build
       failures of every package build depending on libipoddevice, as hal
       needs /sys mounted and can't run in the buildd chroots.
+    + Use ${binary:Version} instead of ${Source-Version} to make lintian
+      happy.
 
  -- Sebastian Dröge <slomo at debian.org>  Sat, 21 Jul 2007 11:24:09 +0200
 

Modified: libipoddevice/trunk/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2007-07-21 09:33:29 UTC (rev 3248)
+++ libipoddevice/trunk/debian/control	2007-07-21 09:34:40 UTC (rev 3249)
@@ -37,7 +37,7 @@
 Package: libipoddevice-dev
 Section: libdevel
 Architecture: any
-Depends: libipoddevice0 (= ${Source-Version}), libc6-dev | libc-dev, libglib2.0-dev, libhal-dev, libdbus-glib-1-dev, libgtop2-dev
+Depends: libipoddevice0 (= ${binary:Version}), libc6-dev | libc-dev, libglib2.0-dev, libhal-dev, libdbus-glib-1-dev, libgtop2-dev
 Description: library for retrieving informations from iPods
  libipoddevice provides basic low level device information about iPod devices.
  The library makes it extremely easy to detect iPods. Basic metadata the




More information about the Pkg-mono-svn-commits mailing list