[Pkg-ocaml-maint-commits] r2297 - trunk/packages/ocaml/trunk/debian

Sven Luther luther at costa.debian.org
Mon Dec 19 13:40:33 UTC 2005


Author: luther
Date: 2005-12-19 13:40:32 +0000 (Mon, 19 Dec 2005)
New Revision: 2297

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/control.in
   trunk/packages/ocaml/trunk/debian/rules
Log:
Cleanup and preparing the upload.


Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-12-19 13:05:47 UTC (rev 2296)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-12-19 13:40:32 UTC (rev 2297)
@@ -7,16 +7,19 @@
     considers this port dead (see bug#342704).
 
   [ Samuel Mimram ]
-  * Added for_pack_static.dpatch (from CVS) to correct a bug when linking.
+  * Added for_pack_static.dpatch (from CVS) to correct a bug when linking,
+    disabled for now though.
   * Added myself to uploaders.
 
   [ Julien Cristau ]
-  * Disable for_pack_static.dpatch for now, as it breaks the ABI.
   * Install the list of architectures with native compilers in the ocaml-nox
     package.
 
- -- Julien Cristau <julien.cristau at ens-lyon.org>  Mon, 19 Dec 2005 14:03:50 +0100
+  [ Sven Luther ]
+  * This version should make it into testing, so let's (Closes: #338435).
 
+ -- Sven Luther <luther at debian.org>  Mon, 19 Dec 2005 13:36:31 +0000
+
 ocaml (3.09.0-3) unstable; urgency=low
 
   * Fix build on non-native arches which was broken by the changes to

Modified: trunk/packages/ocaml/trunk/debian/control.in
===================================================================
--- trunk/packages/ocaml/trunk/debian/control.in	2005-12-19 13:05:47 UTC (rev 2296)
+++ trunk/packages/ocaml/trunk/debian/control.in	2005-12-19 13:40:32 UTC (rev 2297)
@@ -95,7 +95,7 @@
  you do not require any graphical capilities for your runtime.
 
 Package: ocaml-native-compilers
-Architecture: @native-archs@
+Architecture: #OcamlNativeArchs#
 Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends}
 Provides: ocaml-best-compilers
 Description: Native code compilers of the ocaml suite (the .opt ones)

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2005-12-19 13:05:47 UTC (rev 2296)
+++ trunk/packages/ocaml/trunk/debian/rules	2005-12-19 13:40:32 UTC (rev 2297)
@@ -47,7 +47,7 @@
 # generate ocaml-native-compilers' Architecture field
 # should never be called automatically
 debian/control:
-	sed -e 's/@native-archs@/$(NATIVE_ARCHS)/g' debian/control.in > $@
+	sed -e 's/#OcamlNativeArchs#/$(NATIVE_ARCHS)/g' debian/control.in > $@
 
 
 config-stamp: configure abi-sed




More information about the Pkg-ocaml-maint-commits mailing list