[Debian-olpc-commits] r26 - olpc-hardware-manager/trunk/debian

holger at alioth.debian.org holger at alioth.debian.org
Thu Jun 26 12:28:15 UTC 2008


Author: holger
Date: 2008-06-26 12:28:14 +0000 (Thu, 26 Jun 2008)
New Revision: 26

Modified:
   olpc-hardware-manager/trunk/debian/TODO
   olpc-hardware-manager/trunk/debian/control
   olpc-hardware-manager/trunk/debian/dirs
   olpc-hardware-manager/trunk/debian/rules
Log:
package basically done now, TODO is polishing, which is needed to pass NEW

Modified: olpc-hardware-manager/trunk/debian/TODO
===================================================================
--- olpc-hardware-manager/trunk/debian/TODO	2008-06-26 09:46:09 UTC (rev 25)
+++ olpc-hardware-manager/trunk/debian/TODO	2008-06-26 12:28:14 UTC (rev 26)
@@ -1,8 +1,6 @@
 TODO
 ----
 
- - /etc/dbus-1/system.d/olpc-hardware-manager.conf
- - install hardware-manager.py /usr/sbin/olpc-hardware-manager
  - write README.Debian
  - proper description in control
- - add Vcs- & Homepage header
+ - test if it works properly: use binary-indep instead of binary-arch

Modified: olpc-hardware-manager/trunk/debian/control
===================================================================
--- olpc-hardware-manager/trunk/debian/control	2008-06-26 09:46:09 UTC (rev 25)
+++ olpc-hardware-manager/trunk/debian/control	2008-06-26 12:28:14 UTC (rev 26)
@@ -5,10 +5,12 @@
 Build-Depends: debhelper (>= 6)
 Standards-Version: 3.8.0
 Homepage: http://dev.laptop.org/git?p=hardware-manager;a=summary
+Vcs-Svn: svn://svn.debian.org/svn/debian-olpc/olpc-hardware-manager
+Vcs-Browser: http://svn.debian.org/wsvn/debian-olpc/olpc-hardware-manager
 
 Package: olpc-hardware-manager
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbus, python-gobject
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-dbus, python-gobject
 Description: Hardware-manager for a typical OLPC installation
  Hardware-manager-damon for a typical OLPC installation, which is not limited 
  to OLPC XO hardware.

Modified: olpc-hardware-manager/trunk/debian/dirs
===================================================================
--- olpc-hardware-manager/trunk/debian/dirs	2008-06-26 09:46:09 UTC (rev 25)
+++ olpc-hardware-manager/trunk/debian/dirs	2008-06-26 12:28:14 UTC (rev 26)
@@ -1,2 +1,2 @@
-usr/bin
 usr/sbin
+etc/dbus-1/system.d

Modified: olpc-hardware-manager/trunk/debian/rules
===================================================================
--- olpc-hardware-manager/trunk/debian/rules	2008-06-26 09:46:09 UTC (rev 25)
+++ olpc-hardware-manager/trunk/debian/rules	2008-06-26 12:28:14 UTC (rev 26)
@@ -47,18 +47,19 @@
 
 	# Add here commands to install the package into debian/olpc-hardware-manager.
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_install
-#	dh_python
+	dh_install olpc-hardware-manager.conf /etc/dbus-1/system.d/
+	# dh_install cannot rename files when installing them
+	cp $(CURDIR)/hardwaremanager.py $(CURDIR)/debian/tuxtype/usr/sbin/olpc-hardware-manager
 	dh_installinit -u"start 98 2 3 4 5 . stop 20 2 3 4 5 ."
 	dh_compress
 	dh_fixperms




More information about the Debian-olpc-commits mailing list