[Openlanhouse-development] SF.net SVN: openlanhouse:[299] trunk/openlh-client/debian
Status: Pre-Alpha
Brought to you by:
n3rd3x
|
From: <n3...@us...> - 2008-10-13 18:41:33
|
Revision: 299
http://openlanhouse.svn.sourceforge.net/openlanhouse/?rev=299&view=rev
Author: n3rd3x
Date: 2008-10-13 18:41:22 +0000 (Mon, 13 Oct 2008)
Log Message:
-----------
* dh_make fixes
Modified Paths:
--------------
trunk/openlh-client/debian/control
trunk/openlh-client/debian/files
Added Paths:
-----------
trunk/openlh-client/debian/openlh-client.substvars
Removed Paths:
-------------
trunk/openlh-client/debian/openlh-server.substvars
Modified: trunk/openlh-client/debian/control
===================================================================
--- trunk/openlh-client/debian/control 2008-10-13 17:34:57 UTC (rev 298)
+++ trunk/openlh-client/debian/control 2008-10-13 18:41:22 UTC (rev 299)
@@ -2,11 +2,11 @@
Section: gnome
Priority: extra
Maintainer: Wilson Pinto Júnior <wi...@op...>
-Build-Depends: debhelper (>= 6), autotools-dev
+Build-Depends: debhelper (>= 6), autotools-dev, libpanel-applet2-dev, dbus-glib-1-dev,
Standards-Version: 3.7.3
Homepage: http://openlanhouse.org
Package: openlh-client
Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-gnome2, python-gtk2, python-certtool, python-gnutls, python-dbus
Description: a LAN House and Cyber Caffe Client for GNOME Desktop.
Modified: trunk/openlh-client/debian/files
===================================================================
--- trunk/openlh-client/debian/files 2008-10-13 17:34:57 UTC (rev 298)
+++ trunk/openlh-client/debian/files 2008-10-13 18:41:22 UTC (rev 299)
@@ -1 +1 @@
-openlh-server_0.1-1_i386.deb gnome extra
+openlh-client_0.1-1_i386.deb gnome extra
Added: trunk/openlh-client/debian/openlh-client.substvars
===================================================================
--- trunk/openlh-client/debian/openlh-client.substvars (rev 0)
+++ trunk/openlh-client/debian/openlh-client.substvars 2008-10-13 18:41:22 UTC (rev 299)
@@ -0,0 +1,3 @@
+python:Depends=python (<< 2.6), python (>= 2.5)
+misc:Depends=gconf2 (>= 2.10.1-2)
+shlibs:Depends=libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.20.0), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.71), libgconf2-4 (>= 2.13.5), libglib2.0-0 (>= 2.16.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.17.1), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpanel-applet2-0 (>= 2.19.3), libpango1.0-0 (>= 1.20.3), libpopt0 (>= 1.14), libsm6
Deleted: trunk/openlh-client/debian/openlh-server.substvars
===================================================================
--- trunk/openlh-client/debian/openlh-server.substvars 2008-10-13 17:34:57 UTC (rev 298)
+++ trunk/openlh-client/debian/openlh-server.substvars 2008-10-13 18:41:22 UTC (rev 299)
@@ -1,2 +0,0 @@
-python:Depends=python (<< 2.6), python (>= 2.5)
-misc:Depends=python-gnome2, python-gtk2, python-certtool, python-gnutls, python-sqlalchemy
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|