[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-5-g2f5a17f

Stefano Zacchiroli zack at upsilon.cc
Sun Oct 12 15:06:20 UTC 2008


The following commit has been merged in the master branch:
commit 2f5a17f3604e8ef380eabaef179c068c00fa1b0b
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Oct 12 16:45:33 2008 +0200

    TAB typo fixing

diff --git a/debian/rules b/debian/rules
index 8ba6038..badbdce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,15 @@ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/
 
 TG_BRANCHES = features/flexi-build
 tg-export:
-        tg create stage-debian $(TG_BRANCHES)
-        git commit -m "staging"
-        rm -Rf debian/patches.new
-        tg export --quilt debian/patches.new
-        git rm -f .top*
-        git checkout master
-        tg delete stage-debian
-        rm debian/patches.new/stage-*
-        sed -i '/^stage-/d' debian/patches.new/series
-        rm -Rf debian/patches
-        mv debian/patches.new debian/patches
+	tg create stage-debian $(TG_BRANCHES)
+	git commit -m "staging"
+	rm -Rf debian/patches.new
+	tg export --quilt debian/patches.new
+	git rm -f .top*
+	git checkout master
+	tg delete stage-debian
+	rm debian/patches.new/stage-*
+	sed -i '/^stage-/d' debian/patches.new/series
+	rm -Rf debian/patches
+	mv debian/patches.new debian/patches
+

-- 
ocaml-batteries packaging



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