[Pkg-utopia-commits] r2832 - in /packages/unstable/avahi/debian: changelog control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Feb 17 17:06:49 UTC 2009
Author: biebl
Date: Tue Feb 17 17:06:48 2009
New Revision: 2832
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2832
Log:
Add ${misc:Depends} to all binary packages.
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=2832&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Feb 17 17:06:48 2009
@@ -10,6 +10,7 @@
(superseded by xvnc4viewer). We use the virtual package instead.
- Bump Standards-Version to 3.8.0. No further changes.
- Remove ancient Conflicts/Replaces from pre-oldstable (sarge).
+ - Add ${misc:Depends} to all binary packages.
* debian/rules
- Remove DEB_SHLIBDEPS_INCLUDE, dpkg-shlibdeps works fine without it
nowadays.
Modified: packages/unstable/avahi/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/control?rev=2832&op=diff
==============================================================================
--- packages/unstable/avahi/debian/control (original)
+++ packages/unstable/avahi/debian/control Tue Feb 17 17:06:48 2009
@@ -56,9 +56,9 @@
Package: avahi-dnsconfd
Section: net
Architecture: any
-Depends: avahi-daemon,
- ${shlibs:Depends},
- ${misc:Depends},
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ avahi-daemon,
lsb-base (>= 3.0-6)
Recommends: resolvconf
Description: Avahi DNS configuration tool
@@ -98,6 +98,7 @@
Section: python
Architecture: all
Depends: ${python:Depends},
+ ${misc:Depends},
python-gdbm (>= 2.4.3-1),
libavahi-common-data (>= 0.6.22),
python-dbus
@@ -114,9 +115,9 @@
Package: avahi-utils
Section: net
Architecture: any
-Depends: avahi-daemon,
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ avahi-daemon
Description: Avahi browsing, publishing and discovery utilities
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
@@ -131,12 +132,12 @@
Section: net
Architecture: all
Depends: ${python:Depends},
+ ${misc:Depends},
python-avahi,
python-dbus,
python-gtk2 (>= 2.8.6-2),
python-glade2,
- avahi-daemon,
- ${misc:Depends}
+ avahi-daemon
Description: Service discover user interface for avahi
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
@@ -165,6 +166,7 @@
Package: libavahi-common-data
Section: libs
Architecture: any
+Depends: ${misc:Depends}
Description: Avahi common data files
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
@@ -280,8 +282,8 @@
Section: libdevel
Architecture: any
Depends: libavahi-glib1 (= ${binary:Version}),
+ ${misc:Depends},
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.
@@ -346,8 +348,8 @@
Section: libdevel
Architecture: any
Depends: libavahi-qt3-1 (= ${binary:Version}),
+ ${misc:Depends},
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.
@@ -378,8 +380,8 @@
Section: libdevel
Architecture: any
Depends: libavahi-qt4-1 (= ${binary:Version}),
+ ${misc:Depends},
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.
@@ -409,6 +411,7 @@
Section: libdevel
Architecture: any
Depends: libavahi-compat-howl0 (= ${binary:Version}),
+ ${misc:Depends},
libavahi-client-dev
Description: Development headers for the Avahi Howl compatibility library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
@@ -439,7 +442,8 @@
Section: libdevel
Architecture: any
Depends: libavahi-compat-libdnssd1 (= ${binary:Version}),
- libavahi-client-dev
+ ${misc:Depends},
+ 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
@@ -468,6 +472,7 @@
Section: libdevel
Architecture: any
Depends: libavahi-ui0 (= ${binary:Version}),
+ ${misc:Depends},
libavahi-client-dev,
libavahi-glib-dev,
libgtk2.0-dev
@@ -500,6 +505,7 @@
Section: libdevel
Priority: extra
Architecture: any
+Depends: ${misc:Depends}
Description: Avahi - debugging symbols
This package contains detached debugging symbols for the binary packages
produced by the avahi source.
More information about the Pkg-utopia-commits
mailing list