[Openlanhouse-development] SF.net SVN: openlanhouse:[297] trunk/openlh-server
Status: Pre-Alpha
Brought to you by:
n3rd3x
|
From: <n3...@us...> - 2008-10-13 17:22:52
|
Revision: 297
http://openlanhouse.svn.sourceforge.net/openlanhouse/?rev=297&view=rev
Author: n3rd3x
Date: 2008-10-13 17:22:44 +0000 (Mon, 13 Oct 2008)
Log Message:
-----------
* fixes in build debian package
Modified Paths:
--------------
trunk/openlh-server/INSTALL
trunk/openlh-server/configure.ac
trunk/openlh-server/debian/openlh-server.substvars
trunk/openlh-server/src/OpenlhServer/Makefile.am
Added Paths:
-----------
trunk/openlh-server/build_deb_package.sh
Modified: trunk/openlh-server/INSTALL
===================================================================
--- trunk/openlh-server/INSTALL 2008-10-13 17:12:34 UTC (rev 296)
+++ trunk/openlh-server/INSTALL 2008-10-13 17:22:44 UTC (rev 297)
@@ -1,9 +1,10 @@
Installation Instructions
*************************
-Copyright (C) 2006, 2007 Wilson N3RD3X <n3...@li...>
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007 Free Software Foundation, Inc.
-This file is free documentation; the Free Software Foundatin gives
+This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
@@ -66,6 +67,9 @@
all sorts of other programs in order to regenerate files that came
with the distribution.
+ 6. Often, you can also type `make uninstall' to remove the installed
+ files again.
+
Compilers and Options
=====================
Added: trunk/openlh-server/build_deb_package.sh
===================================================================
--- trunk/openlh-server/build_deb_package.sh (rev 0)
+++ trunk/openlh-server/build_deb_package.sh 2008-10-13 17:22:44 UTC (rev 297)
@@ -0,0 +1,3 @@
+#!/bin/bash
+./autogen.sh $@
+dpkg-buildpackage -rfakeroot
\ No newline at end of file
Modified: trunk/openlh-server/configure.ac
===================================================================
--- trunk/openlh-server/configure.ac 2008-10-13 17:12:34 UTC (rev 296)
+++ trunk/openlh-server/configure.ac 2008-10-13 17:22:44 UTC (rev 297)
@@ -123,12 +123,12 @@
data/openlh-server.desktop.in
data/glade/Makefile
data/ui/Makefile
-data/db/Makefile
data/icons/Makefile
data/icons/status/Makefile
src/Makefile
src/OpenlhServer/Makefile
src/OpenlhServer/ui/Makefile
+src/OpenlhServer/db/Makefile
src/OpenlhServer/config.py
po/Makefile.in
])
Modified: trunk/openlh-server/debian/openlh-server.substvars
===================================================================
--- trunk/openlh-server/debian/openlh-server.substvars 2008-10-13 17:12:34 UTC (rev 296)
+++ trunk/openlh-server/debian/openlh-server.substvars 2008-10-13 17:22:44 UTC (rev 297)
@@ -1,2 +1,2 @@
python:Depends=python (<< 2.6), python (>= 2.5)
-misc:Depends=python-gnome2, python-gtk2, python-certtool, python-gnutls, python-sqlalchemy
+misc:Depends=gconf2 (>= 2.10.1-2)
Modified: trunk/openlh-server/src/OpenlhServer/Makefile.am
===================================================================
--- trunk/openlh-server/src/OpenlhServer/Makefile.am 2008-10-13 17:12:34 UTC (rev 296)
+++ trunk/openlh-server/src/OpenlhServer/Makefile.am 2008-10-13 17:22:44 UTC (rev 297)
@@ -1,4 +1,4 @@
-SUBDIRS = ui db net
+SUBDIRS = ui db
openlhdir = $(pythondir)/OpenlhServer
openlh_PYTHON = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|