[Openlanhouse-development] SF.net SVN: openlanhouse:[300] trunk/openlh-core
Status: Pre-Alpha
Brought to you by:
n3rd3x
|
From: <n3...@us...> - 2008-10-13 18:47:14
|
Revision: 300
http://openlanhouse.svn.sourceforge.net/openlanhouse/?rev=300&view=rev
Author: n3rd3x
Date: 2008-10-13 18:47:01 +0000 (Mon, 13 Oct 2008)
Log Message:
-----------
*openlh-core: rewrite debian files
Modified Paths:
--------------
trunk/openlh-core/debian/changelog
trunk/openlh-core/debian/control
trunk/openlh-core/debian/files
trunk/openlh-core/debian/rules
Added Paths:
-----------
trunk/openlh-core/build_deb_package.sh
trunk/openlh-core/debian/openlh-core.substvars
Removed Paths:
-------------
trunk/openlh-core/debian/menu
trunk/openlh-core/debian/openlh-server.substvars
Copied: trunk/openlh-core/build_deb_package.sh (from rev 298, trunk/openlh-client/build_deb_package.sh)
===================================================================
--- trunk/openlh-core/build_deb_package.sh (rev 0)
+++ trunk/openlh-core/build_deb_package.sh 2008-10-13 18:47:01 UTC (rev 300)
@@ -0,0 +1,3 @@
+#!/bin/bash
+./autogen.sh $@
+dpkg-buildpackage -rfakeroot
\ No newline at end of file
Property changes on: trunk/openlh-core/build_deb_package.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mergeinfo
+
Modified: trunk/openlh-core/debian/changelog
===================================================================
--- trunk/openlh-core/debian/changelog 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/changelog 2008-10-13 18:47:01 UTC (rev 300)
@@ -1,4 +1,4 @@
-openlh-server (0.1-1) unstable; urgency=low
+openlh-core (0.1-1) unstable; urgency=low
* Initial release from upstream
Modified: trunk/openlh-core/debian/control
===================================================================
--- trunk/openlh-core/debian/control 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/control 2008-10-13 18:47:01 UTC (rev 300)
@@ -1,4 +1,4 @@
-Source: openlh-server
+Source: openlh-core
Section: gnome
Priority: extra
Maintainer: Wilson Pinto J\xFAnior <wi...@op...>
@@ -6,7 +6,7 @@
Standards-Version: 3.7.3
Homepage: http://openlanhouse.org
-Package: openlh-server
+Package: openlh-core
Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a LAN House and Cyber Caffe Manager for GNOME Desktop.
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-gnutls
+Description: Core libs to OpenLanhouse.
Modified: trunk/openlh-core/debian/files
===================================================================
--- trunk/openlh-core/debian/files 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/files 2008-10-13 18:47:01 UTC (rev 300)
@@ -1 +1 @@
-openlh-server_0.1-1_i386.deb gnome extra
+openlh-core_0.1-1_i386.deb gnome extra
Deleted: trunk/openlh-core/debian/menu
===================================================================
--- trunk/openlh-core/debian/menu 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/menu 2008-10-13 18:47:01 UTC (rev 300)
@@ -1,6 +0,0 @@
-?package(openlh-server): \
- needs="wm" \
- section="Applications/Network" \
- title="OpenLanhouse Server" \
- icon="openlh-server.png" \
- command="/usr/bin/openlh-server"
Copied: trunk/openlh-core/debian/openlh-core.substvars (from rev 296, trunk/openlh-core/debian/openlh-server.substvars)
===================================================================
--- trunk/openlh-core/debian/openlh-core.substvars (rev 0)
+++ trunk/openlh-core/debian/openlh-core.substvars 2008-10-13 18:47:01 UTC (rev 300)
@@ -0,0 +1,2 @@
+python:Depends=python (<< 2.6), python (>= 2.5)
+misc:Depends=python-gnome2, python-gtk2, python-certtool, python-gnutls, python-sqlalchemy
Property changes on: trunk/openlh-core/debian/openlh-core.substvars
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: trunk/openlh-core/debian/openlh-server.substvars
===================================================================
--- trunk/openlh-core/debian/openlh-server.substvars 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/openlh-server.substvars 2008-10-13 18:47:01 UTC (rev 300)
@@ -1,2 +0,0 @@
-python:Depends=python (<< 2.6), python (>= 2.5)
-misc:Depends=python-gnome2, python-gtk2, python-certtool, python-gnutls, python-sqlalchemy
Modified: trunk/openlh-core/debian/rules
===================================================================
--- trunk/openlh-core/debian/rules 2008-10-13 18:41:22 UTC (rev 299)
+++ trunk/openlh-core/debian/rules 2008-10-13 18:47:01 UTC (rev 300)
@@ -61,8 +61,8 @@
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/openlh-server.
- $(MAKE) DESTDIR=$(CURDIR)/debian/openlh-server install
+ # Add here commands to install the package into debian/openlh-core.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/openlh-core install
# Build architecture-independent files here.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|