[Pkg-sks-commit] r97 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:57:29 UTC 2008


Author: chrism
Date: 2008-06-19 14:57:28 +0000 (Thu, 19 Jun 2008)
New Revision: 97

Modified:
   sks/trunk/sks/debian/patches/502_makefile_misc_fixes
Log:
[project @ 98]
this time was our fault :-)

Original author: fabbione
Date: 2003-12-10 05:57:11.191493+00:00

Modified: sks/trunk/sks/debian/patches/502_makefile_misc_fixes
===================================================================
--- sks/trunk/sks/debian/patches/502_makefile_misc_fixes	2008-06-19 14:57:05 UTC (rev 96)
+++ sks/trunk/sks/debian/patches/502_makefile_misc_fixes	2008-06-19 14:57:28 UTC (rev 97)
@@ -1,17 +1,7 @@
 diff -ruN sks-1.0.6-old/Makefile sks-1.0.6/Makefile
---- sks-1.0.6-old/Makefile	Tue Dec  9 23:30:44 2003
-+++ sks-1.0.6/Makefile	Tue Dec  9 23:30:58 2003
-@@ -108,6 +108,9 @@
- 
- # Special case make rules for functions which require preprocessor directives
- 
-+common.ml: common.src.ml
-+	cp -a $< $@
-+
- common.cmx: common.ml VERSION
- 	$(OCAMLOPT) $(OCAMLOPTFLAGS) \
- 	-pp "sed s/__VERSION__/$(COMMA_VERSION)/" -c $<
-@@ -256,7 +259,7 @@
+--- sks-1.0.6-old/Makefile	2003-12-10 06:51:48.000000000 +0100
++++ sks-1.0.6/Makefile	2003-12-10 06:52:51.000000000 +0100
+@@ -256,7 +256,7 @@
  CKDIR=cryptokit-1.0
  
  $(CKDIR)/README: 
@@ -20,7 +10,7 @@
  
  $(CKDIR)/cryptokit.cma: $(CKDIR)/README
  	cd $(CKDIR) && $(MAKE) all
-@@ -282,7 +285,7 @@
+@@ -282,7 +282,7 @@
  NXDIR=numerix-0.19
  
  $(NXDIR)/READ.ME:
@@ -29,16 +19,8 @@
  
  $(NXDIR)/config.status: $(NXDIR)/READ.ME
  	cd $(NXDIR) && \
-@@ -382,6 +385,7 @@
+@@ -393,8 +393,8 @@
  
- # Clean up
- mlclean:
-+	rm -f common.ml
- 	rm -f *.cm[iox]
- 	rm -f *.opt
- 	rm -f *.bc
-@@ -393,8 +397,8 @@
- 
  cleanall: clean bdbclean
  	rm -f lib/*
 -	rm -rf $(CKDIR)




More information about the Pkg-sks-commit mailing list