Changed debhelper options form -a to -s in debian/rules.
authorSven Luther <luther@debian.org>
Mon, 6 Oct 2003 10:27:19 +0000 (10:27 +0000)
committerSven Luther <luther@debian.org>
Mon, 6 Oct 2003 10:27:19 +0000 (10:27 +0000)
Tagged ocaml 3.07-6.

debian/changelog
debian/rules

index c4710bbfa2c42b360a4f01506f9756d9e37d9000..78b42fb9dd0acae7dee4d54e32cd84fbba08dd32 100644 (file)
@@ -1,3 +1,10 @@
+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
index e0e4fa20c48330f01499cd6561c97cbd00157848..3b3585d21588ca1fc216e42730f7fa3edce6b322 100755 (executable)
@@ -190,8 +190,8 @@ binary-indep: build-indep install-indep
 
 # 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";     \
@@ -202,8 +202,8 @@ binary-arch: build-arch install-arch
        fi
        dh_gencontrol -pocaml-base
        dh_gencontrol -pocaml-source
-       dh_md5sums -
-       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