[Pkg-utopia-commits] r1329 - packages/experimental/hal/debian

Michael Biebl biebl at alioth.debian.org
Tue Apr 3 07:30:51 UTC 2007


Author: biebl
Date: 2007-04-03 07:30:51 +0000 (Tue, 03 Apr 2007)
New Revision: 1329

Modified:
   packages/experimental/hal/debian/changelog
   packages/experimental/hal/debian/rules
Log:
- Switch back to non-tarball mode
- Remove obsolete rm commands 


Modified: packages/experimental/hal/debian/changelog
===================================================================
--- packages/experimental/hal/debian/changelog	2007-04-03 07:16:08 UTC (rev 1328)
+++ packages/experimental/hal/debian/changelog	2007-04-03 07:30:51 UTC (rev 1329)
@@ -32,8 +32,11 @@
     - Add Depends: hal-info (>= 20070402) to hal package.
   * debian/libhal(-storage)-dev.install
     - Do not install libtool *.la files anymore.
+  * debian/rules
+    - Remove cdbs tarball.mk rules file.
+    - Cleanup obsolete rm commands from common-install-impl.
 
- -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2007 09:14:12 +0200
+ -- Michael Biebl <biebl at debian.org>  Tue, 03 Apr 2007 09:22:42 +0200
 
 hal (0.5.8.1-9) unstable; urgency=low
 

Modified: packages/experimental/hal/debian/rules
===================================================================
--- packages/experimental/hal/debian/rules	2007-04-03 07:16:08 UTC (rev 1328)
+++ packages/experimental/hal/debian/rules	2007-04-03 07:30:51 UTC (rev 1329)
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_TAR_SRCDIR=hal-0.5.8.1
-
-include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -20,10 +17,6 @@
 	dh_pysupport -phal-device-manager /usr/share/hal/device-manager/
 
 common-install-impl::
-	# Don't put links in /etc/dev.d and /etc/hotplug.d
-	rm -rf $(DEB_DESTDIR)/etc/hotplug.d
-	rm -rf $(DEB_DESTDIR)/etc/dev.d
-	rm -rf $(DEB_DESTDIR)/usr/lib/hal/hal.hotplug
 	# Remove hal's default udev rules files.. We ship our own
 	rm -rf $(DEB_DESTDIR)/etc/udev
 




More information about the Pkg-utopia-commits mailing list