[Pkg-ocaml-maint-commits] [SCM] marionnet packaging branch, master, updated. upstream/0.90.6+bzr407-17-g66a0b69

Lucas Nussbaum lucas at debian.org
Tue Feb 19 21:40:12 UTC 2013


The following commit has been merged in the master branch:
commit eb391562072beea048249017dcd69cc5b992ceb9
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon Feb 18 21:02:08 2013 +0100

    Remove .bzr dir from future snapshots

diff --git a/debian/rules b/debian/rules
index 9ef4915..f091f25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ get-orig-source:
 	rm -rf get-orig-source $(TARBALL)
 	mkdir get-orig-source
 	bzr branch -r $(BZR_REVISION) lp:$(PACKAGE)/trunk get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
+	rm -rf get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig/.bzr
 	GZIP=--best tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
 	rm -rf get-orig-source
 	echo "  "$(TARBALL)" created; move it to the right destination to build the package"

-- 
marionnet packaging



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