[Pkg-sks-commit] r36 - in sks/trunk/sks/debian: . patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:37:41 UTC 2008


Author: chrism
Date: 2008-06-19 14:37:40 +0000 (Thu, 19 Jun 2008)
New Revision: 36

Added:
   sks/trunk/sks/debian/patches/502_common.ml_unfuck
Modified:
   sks/trunk/sks/debian/TODO
Log:
[project @ 37]
Yaron: you need to learn what a make clean is.

Original author: fabbione
Date: 2003-12-03 00:16:38.001742+00:00

Modified: sks/trunk/sks/debian/TODO
===================================================================
--- sks/trunk/sks/debian/TODO	2008-06-19 14:37:32 UTC (rev 35)
+++ sks/trunk/sks/debian/TODO	2008-06-19 14:37:40 UTC (rev 36)
@@ -30,6 +30,9 @@
 	- a weekly cron to clean up unused DB log files
 
 	upstream issues:
+	- common.src.ml is broken and it generates a wrong common.ml in
+	  some cases where make common.ml believes that it is not "done".
+	  The good code is in common.ml
 	- sks should be able to read sync mails from mboxes and Maildir
 	  folders.  Otherwhise we will have to write a small daemon that
 	  feeds mail into sks_add_mail regularily.

Added: sks/trunk/sks/debian/patches/502_common.ml_unfuck
===================================================================
--- sks/trunk/sks/debian/patches/502_common.ml_unfuck	                        (rev 0)
+++ sks/trunk/sks/debian/patches/502_common.ml_unfuck	2008-06-19 14:37:40 UTC (rev 36)
@@ -0,0 +1,12 @@
+diff -ruN sks-1.0.5-old/Makefile sks-1.0.5/Makefile
+--- sks-1.0.5-old/Makefile	2003-12-03 01:11:38.000000000 +0100
++++ sks-1.0.5/Makefile	2003-12-03 01:12:14.000000000 +0100
+@@ -117,7 +117,7 @@
+ 	touch Makefile.local
+ 
+ common.ml: common.src.ml VERSION
+-	sed s/__VERSION__/$(COMMA_VERSION)/ < common.src.ml > common.ml
++	#sed s/__VERSION__/$(COMMA_VERSION)/ < common.src.ml > common.ml
+ 
+ src: 
+ 	if [ ! -x $(VERSIONPREFIX) ]; then ln -s . $(VERSIONPREFIX); fi




More information about the Pkg-sks-commit mailing list