[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.90+bzr364.3-1-9-gba9fa9a

Nicolas Dandrimont nicolas.dandrimont at crans.org
Sun Jun 23 13:27:41 UTC 2013


The following commit has been merged in the master branch:
commit d2ede0615d034bdbc28c254d5a501200395f3953
Author: Nicolas Dandrimont <nicolas.dandrimont at crans.org>
Date:   Sat Jun 22 23:02:23 2013 +0200

    Remove empty directories

diff --git a/debian/changelog b/debian/changelog
index 11b088a..18a0e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ocamlbricks (0.90+bzr365-1) UNRELEASED; urgency=low
     Jonathan!
   * Update to Standards-Version 3.9.4 (no changes)
   * Use canonical Git URIs
+  * Remove empty directories
 
  -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Sat, 22 Jun 2013 22:13:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 042f9e5..59a1ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,11 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -f meta_ocamlbricks.ml
 
+override_dh_auto_install:
+	dh_auto_install
+	rm -r $(CURDIR)/debian/libocamlbricks-ocaml-dev/bin
+	rm -r $(CURDIR)/debian/libocamlbricks-ocaml-dev/sbin
+
 override_dh_auto_test:
 	# do nothing
 

-- 
ocamlbricks packaging



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