[Pkg-utopia-commits] r419 - packages/experimental/avahi/debian
Sjoerd Simons
sjoerd at costa.debian.org
Thu Dec 22 17:29:34 UTC 2005
Author: sjoerd
Date: 2005-12-22 17:29:34 +0000 (Thu, 22 Dec 2005)
New Revision: 419
Modified:
packages/experimental/avahi/debian/control
packages/experimental/avahi/debian/rules
Log:
Run dh_python for avahi-discover intead of avahi-utils
Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control 2005-12-22 17:25:58 UTC (rev 418)
+++ packages/experimental/avahi/debian/control 2005-12-22 17:29:34 UTC (rev 419)
@@ -45,7 +45,7 @@
Section: python
Architecture: all
Replaces: avahi-utils (<< 0.4)
-Depends: ${python:Depends}, python2.4-gdbm, libavahi-common0
+Depends: ${python:Depends}, python2.4-gdbm
Description: Python utility package for Avahi
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
Modified: packages/experimental/avahi/debian/rules
===================================================================
--- packages/experimental/avahi/debian/rules 2005-12-22 17:25:58 UTC (rev 418)
+++ packages/experimental/avahi/debian/rules 2005-12-22 17:29:34 UTC (rev 419)
@@ -27,7 +27,7 @@
dh_makeclilibs
dh_clideps
-binary-install/avahi-utils::
+binary-install/avahi-discover::
dh_python -p$(cdbs_curpkg)
rm -f debian/tmp/usr/lib/python*/site-packages/avahi/*.py[co]
More information about the Pkg-utopia-commits
mailing list