Remove cruft
authorStephane Glondu <steph@glondu.net>
Sun, 15 Feb 2009 13:25:22 +0000 (14:25 +0100)
committerStephane Glondu <steph@glondu.net>
Sun, 15 Feb 2009 21:36:00 +0000 (22:36 +0100)
Hopefully, maintainer script snippets will be automatically generated
once dh_ocaml is ready.

debian/camlp4-extra.manpages [deleted file]
debian/ocaml-compiler-libs.override [deleted file]
debian/ocaml-compiler-libs.postinst [deleted file]
debian/ocaml-compiler-libs.postrm [deleted file]
debian/ocaml-nox.empty-dirs.in [deleted file]
debian/ocaml-nox.manpages [deleted file]
debian/ocaml.postinst [deleted file]
debian/ocaml.postrm [deleted file]

diff --git a/debian/camlp4-extra.manpages b/debian/camlp4-extra.manpages
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/ocaml-compiler-libs.override b/debian/ocaml-compiler-libs.override
deleted file mode 100644 (file)
index f348094..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ocaml-compiler-libs: copyright-should-refer-to-common-license-file-for-lgpl
diff --git a/debian/ocaml-compiler-libs.postinst b/debian/ocaml-compiler-libs.postinst
deleted file mode 100644 (file)
index 3cbb634..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# TEMPORARILY DISABLED while moving ocaml-md5sums to dh-ocaml
-#if [ "$1" = "configure" ]; then
-#  ocaml-md5sums update
-#fi
-
-#DEBHELPER#
diff --git a/debian/ocaml-compiler-libs.postrm b/debian/ocaml-compiler-libs.postrm
deleted file mode 100644 (file)
index 8c9c4c0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-# TEMPORARILY DISABLED while moving ocaml-md5sums to dh-ocaml
-#if [ "$1" = "remove" ]; then
-#  if [ -x /usr/bin/ocaml-md5sums ]; then
-#    /usr/bin/ocaml-md5sums update
-#  fi
-#fi
-
-#DEBHELPER#
diff --git a/debian/ocaml-nox.empty-dirs.in b/debian/ocaml-nox.empty-dirs.in
deleted file mode 100644 (file)
index 3e7839c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-usr/lib/ocaml/#OcamlABI#/camlp4/Camlp4Parsers
-usr/lib/ocaml/#OcamlABI#/camlp4/Camlp4Top
-usr/lib/ocaml/#OcamlABI#/camlp4/Camlp4Filters
-usr/lib/ocaml/#OcamlABI#/camlp4/Camlp4Printers
-usr/lib/ocaml/#OcamlABI#/camlp4
-usr/include
-usr/lib/ocaml/#OcamlABI#/labltk
-usr/lib/ocaml/#OcamlABI#/ocamldoc/custom
-usr/lib/ocaml/#OcamlABI#/stublibs
-usr/share/texmf/tex/latex/misc
-usr/share/texmf/tex/latex
-usr/share/texmf/tex
-usr/share/texmf
diff --git a/debian/ocaml-nox.manpages b/debian/ocaml-nox.manpages
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/debian/ocaml.postinst b/debian/ocaml.postinst
deleted file mode 100644 (file)
index 3cbb634..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# TEMPORARILY DISABLED while moving ocaml-md5sums to dh-ocaml
-#if [ "$1" = "configure" ]; then
-#  ocaml-md5sums update
-#fi
-
-#DEBHELPER#
diff --git a/debian/ocaml.postrm b/debian/ocaml.postrm
deleted file mode 100644 (file)
index 8c9c4c0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-# TEMPORARILY DISABLED while moving ocaml-md5sums to dh-ocaml
-#if [ "$1" = "remove" ]; then
-#  if [ -x /usr/bin/ocaml-md5sums ]; then
-#    /usr/bin/ocaml-md5sums update
-#  fi
-#fi
-
-#DEBHELPER#