Git init
[external/insserv.git] / debian / patches / 10_nosuse.patch
1 Purpose: Disable the SUSE flag.
2 Fixes:   None, made as part of Debian porting.
3 Status:  Debian specific, showed to upstream.
4 ---
5 Index: insserv/Makefile
6 ===================================================================
7 --- insserv.orig/Makefile       2009-09-26 22:35:26.000000000 +0200
8 +++ insserv/Makefile    2009-09-26 22:35:45.000000000 +0200
9 @@ -9,7 +9,7 @@
10  #DESTDIR =     /tmp/root
11  #DEBUG  =      -DDEBUG=1 -Wpacked
12  DEBUG   =
13 -ISSUSE  =      -DSUSE
14 +ISSUSE  =      -DNOTSUSE
15  DESTDIR         =
16  VERSION         =      1.12.0
17  DATE    =      $(shell date +'%d%b%y' | tr '[:lower:]' '[:upper:]')