[Initscripts-ng-commits] r846 - in /trunk/src/insserv/debian: changelog patches/10_nosuse.dpatch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri Aug 22 14:50:39 UTC 2008


Author: kelmo-guest
Date: Fri Aug 22 14:50:39 2008
New Revision: 846

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=846
Log:
Modify 10_nosuse.dpatch to define ISSUSE as -DNOTSUSE instead of unsetting
it, to avoid fooling the build system.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/10_nosuse.dpatch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=846&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri Aug 22 14:50:39 2008
@@ -2,8 +2,10 @@
 
   * test_fake_loop() and test_fake_loop_reverse() are now unconditionally fatal
     tests because they pass with insserv >= 1.12.0.
-
- -- Kel Modderman <kel at otaku42.de>  Fri, 22 Aug 2008 23:50:44 +1000
+  * Modify 10_nosuse.dpatch to define ISSUSE as -DNOTSUSE instead of unsetting
+    it, to avoid fooling the build system.
+
+ -- Kel Modderman <kel at otaku42.de>  Sat, 23 Aug 2008 00:50:10 +1000
 
 insserv (1.12.0-2) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/patches/10_nosuse.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/10_nosuse.dpatch?rev=846&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/10_nosuse.dpatch (original)
+++ trunk/src/insserv/debian/patches/10_nosuse.dpatch Fri Aug 22 14:50:39 2008
@@ -13,7 +13,7 @@
  #DEBUG	 =	-DDEBUG=1 -Wpacked
  DEBUG	 =
 -ISSUSE	 =	-DSUSE
-+#ISSUSE	 =	-DSUSE
++ISSUSE	 =	-DNOTSUSE
  DESTDIR	 =
  VERSION	 =	1.11.10
  DATE	 =	$(shell date +'%d%b%y' | tr '[:lower:]' '[:upper:]')




More information about the Initscripts-ng-commits mailing list