[Pkg-samba-maint] r3148 - trunk/ctdb/debian

sathieu at alioth.debian.org sathieu at alioth.debian.org
Fri Dec 11 20:44:57 UTC 2009


Author: sathieu
Date: 2009-12-11 20:44:57 +0000 (Fri, 11 Dec 2009)
New Revision: 3148

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/rules
Log:
Added README.hurd for CTDB limitations on GNU Hurd

Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-12-11 20:15:21 UTC (rev 3147)
+++ trunk/ctdb/debian/changelog	2009-12-11 20:44:57 UTC (rev 3148)
@@ -1,6 +1,7 @@
 ctdb (1.0.108-3) UNRELEASED; urgency=low
 
-  * 05-hurd.diff updated: to make it build on Hurd again. See README.hurd.
+  * 05-hurd.diff updated: to make it build on GNU Hurd again.
+  * Added README.hurd for CTDB limitations on GNU Hurd.
 
  -- Mathieu Parent <sathieu at debian.org>  Fri, 11 Dec 2009 20:16:18 +0100
 

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2009-12-11 20:15:21 UTC (rev 3147)
+++ trunk/ctdb/debian/rules	2009-12-11 20:44:57 UTC (rev 3148)
@@ -93,6 +93,9 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
+ifeq ($(DEB_BUILD_ARCH_OS), hurd)
+	dh_installdocs debian/README.hurd
+endif
 	#patch doc
 	sed -i 's|/etc/sysconfig/|/etc/default/|' $(DESTDIR)/usr/share/doc/ctdb/web/*.html
 	#upstream changelog 




More information about the Pkg-samba-maint mailing list