[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-4-30-g1a24789

Lucas Nussbaum lucas at debian.org
Mon Feb 18 20:20:18 UTC 2013


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

    Remove .bzr dir from future snapshots

diff --git a/debian/rules b/debian/rules
index fda2a95..0070ae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,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"

-- 
ocamlbricks packaging



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