[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:47 UTC 2011


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

    Re-sync patch for auditlog support
    
    Makefile was missing a variable expansion on the command line

diff --git a/debian/patches/features/auditlog-support b/debian/patches/features/auditlog-support
index d89bb9f..ceb2973 100644
--- a/debian/patches/features/auditlog-support
+++ b/debian/patches/features/auditlog-support
@@ -1,11 +1,12 @@
 Subject: Auditlog support
-Last-Update: 2010-04-11
 
 Auditlog support.
-Index: patched/Makefile
+
+Last-Update: 2011-09-24
+Index: sf3/Makefile
 ===================================================================
---- patched.orig/Makefile	2010-05-06 18:18:48.837561139 +0200
-+++ patched/Makefile	2010-05-06 18:18:53.301142936 +0200
+--- sf3.orig/Makefile	2011-09-24 00:50:26.328004765 +0200
++++ sf3/Makefile	2011-09-24 00:52:54.004004765 +0200
 @@ -55,7 +55,7 @@
  INCLUDE		=	-I.
  #INCLUDE	=
@@ -15,10 +16,19 @@ Index: patched/Makefile
  #<<optimize or debug?>>
  OPTIM		=	-O2
  #OPTIM		=	-g
-Index: patched/misc.c
+@@ -74,7 +74,7 @@
+ # Allow override from command line
+ DEBUG_DEFS  ?= -DDEBUGGING=0   
+ # The -DUSE_SIGCHLD is needed for the Alpha port
+-DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS)
++DEFS = -DDEBIAN -DUSE_SIGCHLD $(DEBUG_DEFS) $(PAM_DEFS) $(SELINUX_DEFS) $(AUDIT_DEFS)
+ #(SGI IRIX systems need this)
+ #DEFS		=	-D_BSD_SIGNALS -Dconst=
+ #<<the name of the BSD-like install program>>
+Index: sf3/misc.c
 ===================================================================
---- patched.orig/misc.c	2010-05-06 18:18:52.595435667 +0200
-+++ patched/misc.c	2010-05-06 18:18:53.301435633 +0200
+--- sf3.orig/misc.c	2011-09-24 00:50:26.416004749 +0200
++++ sf3/misc.c	2011-09-24 00:52:54.008004765 +0200
 @@ -36,6 +36,9 @@
  #include <string.h>
  #include <fcntl.h>

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list