[Pkg-sks-commit] r197 - sks/trunk/sks/debian

Christoph Martin chrism at alioth.debian.org
Fri Jul 10 21:35:21 UTC 2009


Author: chrism
Date: 2009-07-10 21:35:20 +0000 (Fri, 10 Jul 2009)
New Revision: 197

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/rules
Log:
releasing version 1.1.0-6

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2009-06-19 13:04:14 UTC (rev 196)
+++ sks/trunk/sks/debian/changelog	2009-07-10 21:35:20 UTC (rev 197)
@@ -1,9 +1,11 @@
-sks (1.1.0-6) UNRELEASED; urgency=low
+sks (1.1.0-6) unstable; urgency=low
 
   * remove Peter Palfrader from Maintainer and Uploaders
   * add watch file
+  * Remove reference to native-arch in old OCaml standard library path
+    (Thanks to Stephane Glondu <steph at glondu.net>) (Closes: #535267)
 
- -- Christoph Martin <christoph.martin at uni-mainz.de>  Fri, 19 Jun 2009 15:03:40 +0200
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Fri, 10 Jul 2009 23:34:36 +0200
 
 sks (1.1.0-5) unstable; urgency=low
 

Modified: sks/trunk/sks/debian/rules
===================================================================
--- sks/trunk/sks/debian/rules	2009-06-19 13:04:14 UTC (rev 196)
+++ sks/trunk/sks/debian/rules	2009-07-10 21:35:20 UTC (rev 197)
@@ -35,7 +35,7 @@
 build: debug configure-stamp build-stamp
 build-stamp: $(patched)
 	dh_testdir
-	cat /usr/lib/ocaml/*/native-archs
+	#cat /usr/lib/ocaml/*/native-archs
 	cd $(BUILD_TREE) && $(MAKE) DEBCFLAGS="$(DEBCFLAGS)" $(all)
 	touch build-stamp
 




More information about the Pkg-sks-commit mailing list