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

Samuel Mimram smimram at costa.debian.org
Tue Dec 27 12:49:24 UTC 2005


Author: smimram
Date: 2005-12-27 12:49:22 +0000 (Tue, 27 Dec 2005)
New Revision: 2334

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/ocaml-base-nox.postinst.in
Log:
Removing leftover ld.conf.

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-12-26 23:59:18 UTC (rev 2333)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-12-27 12:49:22 UTC (rev 2334)
@@ -1,3 +1,11 @@
+ocaml (3.09.0-5) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Removing possibly leftover /usr/lib/ocaml/ld.conf, closes: #300846.
+  * Added a watch file.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue, 27 Dec 2005 13:40:07 +0100
+
 ocaml (3.09.0-4) unstable; urgency=low
 
   [ Julien Cristau ]

Modified: trunk/packages/ocaml/trunk/debian/ocaml-base-nox.postinst.in
===================================================================
--- trunk/packages/ocaml/trunk/debian/ocaml-base-nox.postinst.in	2005-12-26 23:59:18 UTC (rev 2333)
+++ trunk/packages/ocaml/trunk/debian/ocaml-base-nox.postinst.in	2005-12-27 12:49:22 UTC (rev 2334)
@@ -18,12 +18,13 @@
     fi
 fi
 
-for i in /usr/lib/ocaml/3.06 /etc/ocaml /var/lib/ocaml; do	\
-	if [ -e $i/ld.conf ]; then				\
-		echo "Removing leftover $i/ld.conf";		\
-		rm -f $i/ld.conf;				\
-		rmdir --ignore-fail-on-non-empty $i;		\
-	fi;							\
+for i in /usr/lib/ocaml/3.06 /etc/ocaml /var/lib/ocaml /usr/lib/ocaml;	\
+do									\
+	if [ -e $i/ld.conf ]; then					\
+		echo "Removing leftover $i/ld.conf";			\
+		rm -f $i/ld.conf;					\
+		rmdir --ignore-fail-on-non-empty $i;			\
+	fi;								\
 done
 
 #DEBHELPER#




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