Author: zack
Date: Mon Mar  3 08:16:58 2008
New Revision: 5253

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5253
Log:
* debian/rules: fix the kfreebsd fix (avoid failing bogusly when we are not
  on a BSD arch)

Modified:
    trunk/packages/ocamlnet/trunk/debian/changelog
    trunk/packages/ocamlnet/trunk/debian/rules

Modified: trunk/packages/ocamlnet/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/changelog?rev=5253&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog (original)
+++ trunk/packages/ocamlnet/trunk/debian/changelog Mon Mar  3 08:16:58 2008
@@ -4,6 +4,8 @@
   * fix vcs-svn field to point just above the debian/ dir
   * close an old TODO item in debian/TODO
   * bump urgency for the OCaml 3.10.1 transition
+  * debian/rules: fix the kfreebsd fix (avoid failing bogusly when we are not
+    on a BSD arch)
 
   [ Stephane Glondu ]
   * Add patch configure_kfreebsd.dpatch to make configure script recognize

Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=5253&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Mon Mar  3 08:16:58 2008
@@ -34,7 +34,7 @@
 configure/$(PKGNAME):: debian/configure-stamp
 debian/configure-stamp:
        ./configure $(CFGFLAGS)
-       [ -n "$(NO_RPC_AUTH_LOCAL)" ] && sed -i -n '/rpc.auth.local/!p' 
debian/*.install
+       if [ -n "$(NO_RPC_AUTH_LOCAL)" ] ; then sed -i -n '/rpc.auth.local/!p' 
debian/*.install ; fi
        touch debian/configure-stamp
 clean::
        rm -f debian/configure-stamp


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to