[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, sf3, updated. debian/3.0pl1-109-20-gde88d23

Christian Kastner debian at kvr.at
Sat Sep 24 22:26:48 UTC 2011


The following commit has been merged in the sf3 branch:
commit cc9fc2d5e1a155d9add8756ed681d6aa64836b31
Author: Christian Kastner <debian at kvr.at>
Date:   Sat Sep 24 23:48:46 2011 +0200

    Re-sync build flags patch
    
    Remove unnecessary variable from build command

diff --git a/debian/patches/fixes/make-it-buildable b/debian/patches/fixes/make-it-buildable
index 8490c00..49f728b 100644
--- a/debian/patches/fixes/make-it-buildable
+++ b/debian/patches/fixes/make-it-buildable
@@ -4,11 +4,14 @@ The fixes/* directory shouldn't contain any Debian-specific fixes, only common
 ones. Unfortunately, this approach fails without patching the Makefile, simply
 because the original source (cron 3.0) was release in 1993, and certain things
 such as POSIX are considered a "feature".
-Index: patched/Makefile
+
+Last-Update: 2011-09-24
+
+Index: sf3/Makefile
 ===================================================================
---- patched.orig/Makefile	2010-05-06 18:18:16.350561149 +0200
-+++ patched/Makefile	2010-05-06 18:18:21.821436206 +0200
-@@ -57,28 +57,32 @@
+--- sf3.orig/Makefile	2011-09-22 20:41:31.124004765 +0200
++++ sf3/Makefile	2011-09-22 20:42:33.792005893 +0200
+@@ -57,32 +57,36 @@
  #<<need getopt()>>
  LIBS		=
  #<<optimize or debug?>>
@@ -46,6 +49,11 @@ Index: patched/Makefile
  #################################### end configurable stuff
  
  SHELL		=	/bin/sh
+-CFLAGS		=	$(OPTIM) $(INCLUDE) $(COMPAT) $(DEFS)
++CFLAGS		+=	$(INCLUDE) $(COMPAT) $(DEFS)
+ 
+ INFOS		=	README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL
+ MANPAGES	=	bitstring.3 crontab.5 crontab.1 cron.8 putman.sh
 @@ -113,13 +117,14 @@
  			$(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
  

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list