summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-09-09 20:54:24 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-09-13 13:34:33 +0100
commita18ce83f522b6fc3db3aff0b26b4a3a718082dba (patch)
treeb398399b14a8b2e7e8f9d7e0a9bf6a076ec849ce
parent691eb0eee82027611ba761548390c4649a230aeb (diff)
fix up dependancies in debian packaging.
Fix up build depends. Add hal to depends for ohm binary package.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 32c3f89..56375a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ohm (0.1.1-1) sardine; urgency=low
+
+ * Fix up build depends.
+ * Add hal to depends for ohm binary package.
+
+ -- Rob Taylor <rob.taylor@codethink.co.uk> Fri, 07 Sep 2007 03:27:43 +0100
+
ohm (0.1.1-0) experimental; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index 6efc141..eaac7ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ohm
Section: admin
Priority: optional
Maintainer: Rob Taylor <rob.taylor@codethink.co.uk>
-Build-Depends: debhelper, cdbs, libdbus-glib-1-dev (>= 0.70), libglib2.0-dev, pkg-config, intltool (>= 0.22), libhal-dev (>= 0.5.7), libgtk2.0-dev (>= 2.10.0), x11proto-xext-dev, libx11-dev, x11proto-core-dev, gtk-doc-tools, docbook, docbook-dsssl, docbook-xml
+Build-Depends: debhelper, cdbs, libdbus-glib-1-dev (>= 0.70), libglib2.0-dev, pkg-config, intltool (>= 0.22), libhal-dev (>= 0.5.7), libgtk2.0-dev (>= 2.10.0), x11proto-xext-dev, libx11-dev, x11proto-core-dev, gtk-doc-tools, docbook, docbook-dsssl, docbook-xml, xmlto
Standards-Version: 3.7.2
XS-Python-Version: 2.4
Package: ohm
Architecture: any
-Depends: ${shlibs:Depends}, dbus (>= 0.60-1), lsb-base
+Depends: ${shlibs:Depends}, hal, dbus (>= 0.60-1), lsb-base
Description: Open Hardware Manager
OHM is a hardware state manager
.