[Glibc-bsd-commits] r5012 - trunk/cuse4bsd/debian

Robert Millan rmh at alioth.debian.org
Mon Oct 7 21:20:51 UTC 2013


Author: rmh
Date: 2013-10-07 21:20:51 +0000 (Mon, 07 Oct 2013)
New Revision: 5012

Modified:
   trunk/cuse4bsd/debian/changelog
   trunk/cuse4bsd/debian/rules
Log:
Fix FTBFS by overriding dh_auto_test target.

Modified: trunk/cuse4bsd/debian/changelog
===================================================================
--- trunk/cuse4bsd/debian/changelog	2013-10-07 21:17:13 UTC (rev 5011)
+++ trunk/cuse4bsd/debian/changelog	2013-10-07 21:20:51 UTC (rev 5012)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * Switch cuse4bsd-dkms to kfreebsd-any.
+  * Fix FTBFS by overriding dh_auto_test target.
 
  -- Robert Millan <rmh at debian.org>  Mon, 07 Oct 2013 23:15:42 +0200
 

Modified: trunk/cuse4bsd/debian/rules
===================================================================
--- trunk/cuse4bsd/debian/rules	2013-10-07 21:17:13 UTC (rev 5011)
+++ trunk/cuse4bsd/debian/rules	2013-10-07 21:20:51 UTC (rev 5012)
@@ -13,6 +13,8 @@
 	env -u MAKEFLAGS LDFLAGS="-z relro" COPTS="$(CFLAGS)" PATH=/usr/lib/freebsd:$(PATH) \
 	  make -f Makefile.lib
 
+override_dh_auto_test:
+
 override_dh_auto_install:
 	env -u MAKEFLAGS PATH=/usr/lib/freebsd:$(PATH) \
 	  make -f Makefile.lib DESTDIR=$(CURDIR)/debian/libcuse4bsd-dev install




More information about the Glibc-bsd-commits mailing list