[Pkg-ocaml-maint-commits] r4799 - in /trunk/packages/findlib/trunk/debian: changelog patches/00list patches/site_lib_metas.dpatch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Nov 19 14:28:23 UTC 2007


Author: zack
Date: Mon Nov 19 14:28:23 2007
New Revision: 4799

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4799
Log:
* added back parts of patch site_lib_metas.dpatch which are in fact still
  needed and fix loading of "num" and "num-top" packages (closes: #451901)

Added:
    trunk/packages/findlib/trunk/debian/patches/site_lib_metas.dpatch
Modified:
    trunk/packages/findlib/trunk/debian/changelog
    trunk/packages/findlib/trunk/debian/patches/00list

Modified: trunk/packages/findlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/changelog?rev=4799&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/changelog (original)
+++ trunk/packages/findlib/trunk/debian/changelog Mon Nov 19 14:28:23 2007
@@ -1,8 +1,9 @@
-findlib (1.2.1-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 17 Nov 2007 17:53:10 +0100
+findlib (1.2.1-2) unstable; urgency=low
+
+  * added back parts of patch site_lib_metas.dpatch which are in fact still
+    needed and fix loading of "num" and "num-top" packages (closes: #451901)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 19 Nov 2007 15:26:44 +0100
 
 findlib (1.2.1-1) unstable; urgency=low
 

Modified: trunk/packages/findlib/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/patches/00list?rev=4799&op=diff
==============================================================================
--- trunk/packages/findlib/trunk/debian/patches/00list (original)
+++ trunk/packages/findlib/trunk/debian/patches/00list Mon Nov 19 14:28:23 2007
@@ -1,2 +1,3 @@
 stddirs.dpatch
 include.dpatch
+site_lib_metas.dpatch

Added: trunk/packages/findlib/trunk/debian/patches/site_lib_metas.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/debian/patches/site_lib_metas.dpatch?rev=4799&op=file
==============================================================================
--- trunk/packages/findlib/trunk/debian/patches/site_lib_metas.dpatch (added)
+++ trunk/packages/findlib/trunk/debian/patches/site_lib_metas.dpatch Mon Nov 19 14:28:23 2007
@@ -1,0 +1,30 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## site_lib_metas.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: META.num*: bugfix, moved "directory" directive outside "core" subpackage
+
+ at DPATCH@
+diff -urNad trunk~/site-lib-src/num/META.in trunk/site-lib-src/num/META.in
+--- trunk~/site-lib-src/num/META.in	2004-01-11 16:05:51.000000000 +0100
++++ trunk/site-lib-src/num/META.in	2004-01-11 16:05:52.000000000 +0100
+@@ -4,8 +4,8 @@
+ `requires(toploop) = "num.core,num-top"'
+ `version = "[distributed with Ocaml]"'
+ `description = "Arbitrary-precision rational arithmetic"'
++`directory = "^"'
+ `package "core" ('
+-`  directory = "^"'
+ `  version = "[internal]"'
+ `  browse_interfaces = "'interfaces`"'
+ `  archive(byte) = "nums.cma"'
+diff -urNad trunk~/site-lib-src/num-top/META.in trunk/site-lib-src/num-top/META.in
+--- trunk~/site-lib-src/num-top/META.in	2004-01-11 16:05:51.000000000 +0100
++++ trunk/site-lib-src/num-top/META.in	2004-01-11 16:05:52.000000000 +0100
+@@ -3,5 +3,6 @@
+ `requires = "num.core"'
+ `version = "'findlib_version`"'
+ `description = "Add-on for num inside toploops"'
++`directory = "+num-top"'
+ `archive(byte,toploop) = "num_top.cma"'
+ 




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