[Pkg-utopia-commits] r48 - packages/hal/branches/0.2.98/debian

Sjoerd Simons sjoerd@haydn.debian.org
Sat, 23 Oct 2004 04:32:05 -0600


Author: sjoerd
Date: 2004-10-23 04:30:54 -0600 (Sat, 23 Oct 2004)
New Revision: 48

Modified:
   packages/hal/branches/0.2.98/debian/changelog
   packages/hal/branches/0.2.98/debian/rules
Log:
Move dh_python to the hal-device-manager binary-predeb rule so the python
dependencies are correctly created.


Modified: packages/hal/branches/0.2.98/debian/changelog
===================================================================
--- packages/hal/branches/0.2.98/debian/changelog	2004-10-23 10:14:43 UTC (rev 47)
+++ packages/hal/branches/0.2.98/debian/changelog	2004-10-23 10:30:54 UTC (rev 48)
@@ -1,6 +1,8 @@
 hal (0.2.98-6) unstable; urgency=low
 
   * debian/hald.8: Fixed typos (Closes: #277530)
+  * debian/rules: Correctly generate the python dependencies for 
+                  hal-device-manager 
 
  -- Sjoerd Simons <sjoerd@debian.org>  Sat, 23 Oct 2004 12:05:58 +0200
 

Modified: packages/hal/branches/0.2.98/debian/rules
===================================================================
--- packages/hal/branches/0.2.98/debian/rules	2004-10-23 10:14:43 UTC (rev 47)
+++ packages/hal/branches/0.2.98/debian/rules	2004-10-23 10:30:54 UTC (rev 48)
@@ -11,7 +11,7 @@
                              --enable-hotplug-map  \
                              --with-pid-file=/var/run/hal/hald.pid
 
-binary-predeb/hal::
+binary-predeb/hal-device-manager::
 	dh_python -phal-device-manager
 
 common-install-impl::