From: Stephane Glondu Date: Sun, 15 Feb 2009 13:25:22 +0000 (+0100) Subject: Remove cruft X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29f512674181400bb350f77b38a87e2d88e695c0;p=ocaml.git Remove cruft Hopefully, maintainer script snippets will be automatically generated once dh_ocaml is ready. --- diff --git a/debian/camlp4-extra.manpages b/debian/camlp4-extra.manpages deleted file mode 100644 index e69de29b..00000000 diff --git a/debian/ocaml-compiler-libs.override b/debian/ocaml-compiler-libs.override deleted file mode 100644 index f3480945..00000000 --- a/debian/ocaml-compiler-libs.override +++ /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 index 3cbb6347..00000000 --- a/debian/ocaml-compiler-libs.postinst +++ /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 index 8c9c4c0f..00000000 --- a/debian/ocaml-compiler-libs.postrm +++ /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 index 3e7839c6..00000000 --- a/debian/ocaml-nox.empty-dirs.in +++ /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 index e69de29b..00000000 diff --git a/debian/ocaml.postinst b/debian/ocaml.postinst deleted file mode 100644 index 3cbb6347..00000000 --- a/debian/ocaml.postinst +++ /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 index 8c9c4c0f..00000000 --- a/debian/ocaml.postrm +++ /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#