[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-3-10-gfd1fa81
Stephane Glondu
steph at glondu.net
Fri Feb 20 08:55:43 UTC 2009
The following commit has been merged in the master branch:
commit cc5dc8554076ef0b224c4cbede361e4684960099
Author: Stephane Glondu <steph at glondu.net>
Date: Fri Feb 20 08:01:43 2009 +0100
Various fixes
diff --git a/debian/rules b/debian/rules
index 9077194..e68e74f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,7 @@ debian/control:
sed -e 's/@OCamlNativeArchs@/$(NATIVE_ARCHS)/g' debian/control.in > $@
pre-config-stamp: debian/$(SRCTARBALL)
+ chmod +x debian/gen_modules.pl
# Backup upstream config.{sub,guess}, and use most up-to-date ones
for ext in sub guess; do \
if [ -f /usr/share/misc/config.$$ext ] && \
@@ -157,7 +158,7 @@ install-stamp:
mv $$u.install.new $$u.install; \
done
if ! dh_install --list-missing; then \
- @echo "===> dh_install has failed with exit code $?... <==="; \
+ echo "===> dh_install has failed <==="; \
find debian/tmp; \
exit 1; \
fi
--
OCaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list