[Pkg-ocaml-maint-commits] r1439 - trunk/tools/dh_ocaml

Stefano Zacchiroli zack@costa.debian.org
Sat, 09 Jul 2005 12:06:02 +0000


Author: zack
Date: 2005-07-09 12:06:02 +0000 (Sat, 09 Jul 2005)
New Revision: 1439

Added:
   trunk/tools/dh_ocaml/postinst-ocaml
   trunk/tools/dh_ocaml/postrm-ocaml
Removed:
   trunk/tools/dh_ocaml/postinst-ocaml.in
   trunk/tools/dh_ocaml/postrm-ocaml.in
Modified:
   trunk/tools/dh_ocaml/
Log:
autoscript no longer need to be built from .in



Property changes on: trunk/tools/dh_ocaml
___________________________________________________________________
Name: svn:ignore
   - debhelper-*+dh_ocaml
debhelper_*+dh_ocaml_all.deb
debhelper_*.dsc
debhelper_*.tar.gz
postinst-ocaml
postrm-ocaml
ocaml-md5sums
*.cm[aiox]
*.cmxa

   + debhelper-*+dh_ocaml
debhelper_*+dh_ocaml_all.deb
debhelper_*.dsc
debhelper_*.tar.gz
ocaml-md5sums
ocaml-md5sums.opt
*.[ao]
*.cm[aiox]
*.cmxa


Added: trunk/tools/dh_ocaml/postinst-ocaml
===================================================================
--- trunk/tools/dh_ocaml/postinst-ocaml	2005-07-09 12:05:12 UTC (rev 1438)
+++ trunk/tools/dh_ocaml/postinst-ocaml	2005-07-09 12:06:02 UTC (rev 1439)
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ]; then
+  ocaml-md5sums update
+fi

Deleted: trunk/tools/dh_ocaml/postinst-ocaml.in
===================================================================
--- trunk/tools/dh_ocaml/postinst-ocaml.in	2005-07-09 12:05:12 UTC (rev 1438)
+++ trunk/tools/dh_ocaml/postinst-ocaml.in	2005-07-09 12:06:02 UTC (rev 1439)
@@ -1,4 +0,0 @@
-if [ "$1" = "configure" ]; then
-  ocaml-md5sums update
-fi
-# vim: set ft=wml:

Added: trunk/tools/dh_ocaml/postrm-ocaml
===================================================================
--- trunk/tools/dh_ocaml/postrm-ocaml	2005-07-09 12:05:12 UTC (rev 1438)
+++ trunk/tools/dh_ocaml/postrm-ocaml	2005-07-09 12:06:02 UTC (rev 1439)
@@ -0,0 +1,3 @@
+if [ "$1" = "remove" ]; then
+  ocaml-md5sums update
+fi

Deleted: trunk/tools/dh_ocaml/postrm-ocaml.in
===================================================================
--- trunk/tools/dh_ocaml/postrm-ocaml.in	2005-07-09 12:05:12 UTC (rev 1438)
+++ trunk/tools/dh_ocaml/postrm-ocaml.in	2005-07-09 12:06:02 UTC (rev 1439)
@@ -1,4 +0,0 @@
-if [ "$1" = "remove" ]; then
-  ocaml-md5sums update
-fi
-# vim: set ft=wml: