[Openlanhouse-development] SF.net SVN: openlanhouse:[298] trunk/openlh-client
Status: Pre-Alpha
Brought to you by:
n3rd3x
|
From: <n3...@us...> - 2008-10-13 17:35:09
|
Revision: 298
http://openlanhouse.svn.sourceforge.net/openlanhouse/?rev=298&view=rev
Author: n3rd3x
Date: 2008-10-13 17:34:57 +0000 (Mon, 13 Oct 2008)
Log Message:
-----------
Modified Paths:
--------------
trunk/openlh-client/debian/changelog
trunk/openlh-client/debian/control
trunk/openlh-client/debian/menu
trunk/openlh-client/debian/rules
Added Paths:
-----------
trunk/openlh-client/build_deb_package.sh
Added: trunk/openlh-client/build_deb_package.sh
===================================================================
--- trunk/openlh-client/build_deb_package.sh (rev 0)
+++ trunk/openlh-client/build_deb_package.sh 2008-10-13 17:34:57 UTC (rev 298)
@@ -0,0 +1,3 @@
+#!/bin/bash
+./autogen.sh $@
+dpkg-buildpackage -rfakeroot
\ No newline at end of file
Property changes on: trunk/openlh-client/build_deb_package.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/openlh-client/debian/changelog
===================================================================
--- trunk/openlh-client/debian/changelog 2008-10-13 17:22:44 UTC (rev 297)
+++ trunk/openlh-client/debian/changelog 2008-10-13 17:34:57 UTC (rev 298)
@@ -1,4 +1,4 @@
-openlh-server (0.1-1) unstable; urgency=low
+openlh-client (0.1-1) unstable; urgency=low
* Initial release from upstream
Modified: trunk/openlh-client/debian/control
===================================================================
--- trunk/openlh-client/debian/control 2008-10-13 17:22:44 UTC (rev 297)
+++ trunk/openlh-client/debian/control 2008-10-13 17:34:57 UTC (rev 298)
@@ -1,12 +1,12 @@
-Source: openlh-server
+Source: openlh-client
Section: gnome
Priority: extra
-Maintainer: Wilson Pinto J\xFAnior <wi...@op...>
+Maintainer: Wilson Pinto Júnior <wi...@op...>
Build-Depends: debhelper (>= 6), autotools-dev
Standards-Version: 3.7.3
Homepage: http://openlanhouse.org
-Package: openlh-server
+Package: openlh-client
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a LAN House and Cyber Caffe Manager for GNOME Desktop.
+Description: a LAN House and Cyber Caffe Client for GNOME Desktop.
Modified: trunk/openlh-client/debian/menu
===================================================================
--- trunk/openlh-client/debian/menu 2008-10-13 17:22:44 UTC (rev 297)
+++ trunk/openlh-client/debian/menu 2008-10-13 17:34:57 UTC (rev 298)
@@ -1,6 +1,6 @@
-?package(openlh-server): \
+?package(openlh-client): \
needs="wm" \
section="Applications/Network" \
- title="OpenLanhouse Server" \
- icon="openlh-server.png" \
- command="/usr/bin/openlh-server"
+ title="OpenLanhouse Client" \
+ icon="openlh-client.png" \
+ command="/usr/bin/openlh-client"
Modified: trunk/openlh-client/debian/rules
===================================================================
--- trunk/openlh-client/debian/rules 2008-10-13 17:22:44 UTC (rev 297)
+++ trunk/openlh-client/debian/rules 2008-10-13 17:34:57 UTC (rev 298)
@@ -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-client.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/openlh-client install
# Build architecture-independent files here.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|