[Pkg-utopia-commits] r1846 - in /packages/unstable/avahi/debian: changelog control

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Nov 5 00:22:06 UTC 2007


Author: biebl
Date: Mon Nov  5 00:22:06 2007
New Revision: 1846

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1846
Log:
  + Replace deprecated ${Source-Version} substvar with ${binary:Version}.

Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/control

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1846&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Mon Nov  5 00:22:06 2007
@@ -3,6 +3,7 @@
   * debian/control
     + Use new "Homepage:" field to specify the upstream URL.
     + The Vcs-* fields are now officially supported, so remove the XS- prefix.
+    + Replace deprecated ${Source-Version} substvar with ${binary:Version}.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 21 Oct 2007 18:41:16 +0200
 

Modified: packages/unstable/avahi/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/control?rev=1846&op=diff
==============================================================================
--- packages/unstable/avahi/debian/control (original)
+++ packages/unstable/avahi/debian/control Mon Nov  5 00:22:06 2007
@@ -138,7 +138,7 @@
 Package: libavahi-common-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-common3 (= ${Source-Version}), ${misc:Depends}
+Depends: libavahi-common3 (= ${binary:Version}), ${misc:Depends}
 Description: Development files for the Avahi common library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -172,7 +172,7 @@
 Package: libavahi-core-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-core5 (= ${Source-Version}), ${misc:Depends}, libavahi-common-dev
+Depends: libavahi-core5 (= ${binary:Version}), ${misc:Depends}, libavahi-common-dev
 Replaces: libavahi-core1 (<< 0.4)
 Description: Development files for Avahi's embeddable mDNS/DNS-SD library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
@@ -206,7 +206,7 @@
 Package: libavahi-client-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-client3 (= ${Source-Version}), ${misc:Depends}, libavahi-common-dev, libdbus-1-dev (>= 0.60)
+Depends: libavahi-client3 (= ${binary:Version}), ${misc:Depends}, libavahi-common-dev, libdbus-1-dev (>= 0.60)
 Description: Development files for the Avahi client library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -234,7 +234,7 @@
 Package: libavahi-glib-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-glib1 (= ${Source-Version}), libglib2.0-dev, ${misc:Depends}, libavahi-common-dev
+Depends: libavahi-glib1 (= ${binary:Version}), libglib2.0-dev, ${misc:Depends}, libavahi-common-dev
 Description: Development headers for the Avahi glib integration library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -263,7 +263,7 @@
 Package: libavahi-qt3-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-qt3-1 (= ${Source-Version}), libqt3-mt-dev, ${misc:Depends}, libavahi-common-dev
+Depends: libavahi-qt3-1 (= ${binary:Version}), libqt3-mt-dev, ${misc:Depends}, libavahi-common-dev
 Description: Development headers for the Avahi Qt 3 integration library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -291,7 +291,7 @@
 Package: libavahi-qt4-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-qt4-1 (= ${Source-Version}), libqt4-dev, ${misc:Depends}, libavahi-common-dev
+Depends: libavahi-qt4-1 (= ${binary:Version}), libqt4-dev, ${misc:Depends}, libavahi-common-dev
 Description: Development headers for the Avahi Qt 4 integration library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -322,7 +322,7 @@
 Architecture: any
 Replaces: libhowl-dev
 Conflicts: libhowl-dev
-Depends: libavahi-compat-howl0 (= ${Source-Version}), libavahi-client-dev
+Depends: libavahi-compat-howl0 (= ${binary:Version}), libavahi-client-dev
 Description: Development headers for the Avahi Howl compatibility library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -350,7 +350,7 @@
 Package: libavahi-compat-libdnssd-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-compat-libdnssd1 (= ${Source-Version}), libavahi-client-dev
+Depends: libavahi-compat-libdnssd1 (= ${binary:Version}), libavahi-client-dev
 Description: Development headers for the Avahi Apple Bonjour compatibility library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts
@@ -378,7 +378,7 @@
 Package: libavahi-ui-dev
 Section: libdevel
 Architecture: any
-Depends: libavahi-ui0 (= ${Source-Version}), libavahi-client-dev, libavahi-glib-dev, libgtk2.0-dev
+Depends: libavahi-ui0 (= ${binary:Version}), libavahi-client-dev, libavahi-glib-dev, libgtk2.0-dev
 Description: Development headers for the Avahi GTK User interface library
  Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
  It allows programs to publish and discover services and hosts




More information about the Pkg-utopia-commits mailing list