[Pkg-utopia-commits] r305 - packages/experimental/avahi/debian

Ross Burton ross at costa.debian.org
Wed Sep 7 10:20:09 UTC 2005


Author: ross
Date: 2005-09-07 10:20:09 +0000 (Wed, 07 Sep 2005)
New Revision: 305

Added:
   packages/experimental/avahi/debian/libavahi-qt3-0.install
   packages/experimental/avahi/debian/libavahi-qt3-dev.install
   packages/experimental/avahi/debian/libavahi-qt4-0.install
   packages/experimental/avahi/debian/libavahi-qt4-dev.install
Modified:
   packages/experimental/avahi/debian/changelog
   packages/experimental/avahi/debian/control
   packages/experimental/avahi/debian/rules
Log:
Add qt3 and qt4 bindings

Modified: packages/experimental/avahi/debian/changelog
===================================================================
--- packages/experimental/avahi/debian/changelog	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/changelog	2005-09-07 10:20:09 UTC (rev 305)
@@ -1,8 +1,9 @@
-avahi (0.3-1) UNRELEASED; urgency=low
+avahi (0.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Build for Debian Experimental (closes: #324990)
   * Don't build-depend on python2.4-gtk2, it doesn't exist in Debian yet.
+  * Add QT3 and QT4 bindings
   * Move .pc files to -dev packages
 
  -- Ross Burton <ross at debian.org>  Wed, 31 Aug 2005 14:24:38 +0100

Modified: packages/experimental/avahi/debian/control
===================================================================
--- packages/experimental/avahi/debian/control	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/control	2005-09-07 10:20:09 UTC (rev 305)
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 4.2.28), cdbs, libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), libglade2-dev, libexpat-dev, libdaemon-dev, libdbus-1-dev (>= 0.30), python2.4 (>= 2.4), python2.4-dbus, xmltoman
+Build-Depends: debhelper (>= 4.2.28), cdbs, libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), libglade2-dev, libexpat-dev, libdaemon-dev, libdbus-1-dev (>= 0.30), python2.4 (>= 2.4), python2.4-dbus, libqt3-mt-dev, libqt4-dev, xmltoman
 Standards-Version: 3.6.2
 
 Package: avahi-daemon
@@ -166,3 +166,55 @@
  This package contains the development headers for the interface
  to integrate the Avahi libraries  into a GLIB main loop application,
  including GTK applications.
+
+Package: libavahi-qt3-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Avahi QT3 integration library
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This library contains the the interface to integrate the Avahi libraries
+ into a QT3 main loop application.
+
+Package: libavahi-qt3-dev
+Architecture: any
+Depends: libavahi-qt3-0 (= ${Source-Version}), libqt3-mt-dev, ${misc:Depends}, libavahi-common-dev
+Description: Development headers for the Avahi QT3 integration library
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains the development headers for the interface
+ to integrate the Avahi libraries  into a QT3 main loop application.
+
+Package: libavahi-qt4-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Avahi QT4 integration library
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This library contains the the interface to integrate the Avahi libraries
+ into a QT4 main loop application.
+
+Package: libavahi-qt4-dev
+Architecture: any
+Depends: libavahi-qt4-0 (= ${Source-Version}), libqt4-dev, ${misc:Depends}, libavahi-common-dev
+Description: Development headers for the Avahi QT4 integration library
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains the development headers for the interface
+ to integrate the Avahi libraries  into a QT4 main loop application.

Added: packages/experimental/avahi/debian/libavahi-qt3-0.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-qt3-0.install	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/libavahi-qt3-0.install	2005-09-07 10:20:09 UTC (rev 305)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libavahi-qt3.so.*

Added: packages/experimental/avahi/debian/libavahi-qt3-dev.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-qt3-dev.install	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/libavahi-qt3-dev.install	2005-09-07 10:20:09 UTC (rev 305)
@@ -0,0 +1,5 @@
+debian/tmp/usr/include/avahi-qt4/qt-watch.h
+debian/tmp/usr/lib/libavahi-qt3.so
+debian/tmp/usr/lib/libavahi-qt3.la
+debian/tmp/usr/lib/libavahi-qt3.a
+debian/tmp/usr/lib/pkgconfig/avahi-qt3.pc

Added: packages/experimental/avahi/debian/libavahi-qt4-0.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-qt4-0.install	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/libavahi-qt4-0.install	2005-09-07 10:20:09 UTC (rev 305)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libavahi-qt4.so.*

Added: packages/experimental/avahi/debian/libavahi-qt4-dev.install
===================================================================
--- packages/experimental/avahi/debian/libavahi-qt4-dev.install	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/libavahi-qt4-dev.install	2005-09-07 10:20:09 UTC (rev 305)
@@ -0,0 +1,5 @@
+debian/tmp/usr/include/avahi-qt4/qt-watch.h
+debian/tmp/usr/lib/libavahi-qt4.so
+debian/tmp/usr/lib/libavahi-qt4.la
+debian/tmp/usr/lib/libavahi-qt4.a
+debian/tmp/usr/lib/pkgconfig/avahi-qt4.pc

Modified: packages/experimental/avahi/debian/rules
===================================================================
--- packages/experimental/avahi/debian/rules	2005-09-07 10:19:34 UTC (rev 304)
+++ packages/experimental/avahi/debian/rules	2005-09-07 10:20:09 UTC (rev 305)
@@ -8,10 +8,12 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-# Building Qt bindings is in the TO DO, and we have to disable pygtk for now
-# until python2.4-gtk2 exists.
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-qt3 --disable-qt4 --disable-pygtk
+include /usr/share/cdbs/1/rules/utils.mk
+common-binary-post-install-arch:: list-missing
 
+# Disable pygtk for now until python2.4-gtk2 exists.
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-pygtk
+
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
 LDFLAGS += -Wl,-z,defs -Wl,-O1




More information about the Pkg-utopia-commits mailing list