+ocaml (3.07-6) unstable; urgency=low
+
+ * Changed from the -a to the -s option in debhelper functions. Fixed FTBFS
+ in all non-native autobuilders.
+
+ -- Sven Luther <luther@debian.org> Mon, 6 Oct 2003 09:07:42 +0200
+
ocaml (3.07-5) unstable; urgency=low
* Somehow the objinfo patch forgot to install objinfo, fixed now. Also
# Build architecture dependant packages using the common target.
binary-arch: build-arch install-arch
- $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
- dh_shlibdeps -a
+ $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+ dh_shlibdeps -s
if [ ! -e opt-built-stamp ]; then \
dh_gencontrol -pocaml \
-u-VF:BestProvides=",ocaml-best-compilers"; \
fi
dh_gencontrol -pocaml-base
dh_gencontrol -pocaml-source
- dh_md5sums -a
- dh_builddeb -a
+ dh_md5sums -s
+ dh_builddeb -s
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch