[Pkg-ocaml-maint-commits] [SCM] type-conv packaging branch, master, updated. debian/3.0.4-1-12-g4796414

Stephane Glondu steph at glondu.net
Mon Jun 17 09:23:26 UTC 2013


The following commit has been merged in the master branch:
commit c2bc58396e86ada455fc7581ef64a3ed30ddd4ff
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jun 17 11:18:35 2013 +0200

    Delete trailing whitespaces

diff --git a/debian/rules b/debian/rules
index c8aa5c6..db7cf7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export OCAMLFIND_DESTDIR
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
-	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' 
+	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)'
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
@@ -25,7 +25,7 @@ override_dh_auto_test:
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	mkdir -p '$(OCAMLFIND_DESTDIR)'
-	ocaml setup.ml -install 
+	ocaml setup.ml -install
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:

-- 
type-conv packaging



More information about the Pkg-ocaml-maint-commits mailing list