[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:35 UTC 2011


The following commit has been merged in the upstream branch:
commit 17651ed1d8054737eebb9c2f35df3dc54ceef395
Author: Clint Adams <schizo at debian.org>
Date:   Thu Mar 24 12:11:33 2005 +0000

    1.2.8 / debian/rules typo
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-59

diff --git a/debian/changelog b/debian/changelog
index 4d146cb..65a817c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.2.8) unstable; urgency=medium
+
+  * Fix typo in debian/rules preventing testsuite from being run. 
+
+ -- Clint Adams <schizo at debian.org>  Thu, 24 Mar 2005 07:09:26 -0500
+
 fakeroot (1.2.7) unstable; urgency=medium
 
   * Apply patch from Andrey Mitrofanov to fix stripping of shared
diff --git a/debian/rules b/debian/rules
index f782cf7..b457c5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ build-stamp:
 	cd obj-tcp && $(MAKE)
 	cd objfake-tcp && $(MAKE)
 
-ifeq ($(DEB_BUILD_GNU_TYPE)),$(DEB_HOST_GNU_TYPE))
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	cd obj-sysv && $(MAKE) check
 	cd obj-tcp && $(MAKE) check
 endif

-- 
fakeroot



More information about the Fakeroot-commits mailing list