[Pkg-ocaml-maint-commits] [cppo] 01/01: Install native libraries where available
Hilko Bengen
bengen at moszumanska.debian.org
Fri Feb 5 23:34:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository cppo.
commit 0091f95fbb2a707d33e1badb017f0521b5b850a2
Author: Hilko Bengen <bengen at debian.org>
Date: Sat Feb 6 00:33:02 2016 +0100
Install native libraries where available
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fb9661b..ecd707b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cppo (1.3.1-2) UNRELEASED; urgency=medium
+
+ * Team upload
+ * Install native libraries where available
+
+ -- Hilko Bengen <bengen at debian.org> Sat, 06 Feb 2016 00:32:54 +0100
+
cppo (1.3.1-1) unstable; urgency=medium
* Team upload
diff --git a/debian/rules b/debian/rules
index 8d769dc..6339d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,4 @@ endif
.PHONY: override_dh_auto_install
override_dh_auto_install:
mkdir -p $(OCAMLFIND_DESTDIR)
- make install 'BINDIR=$(DESTDIR)/usr/bin' BEST=$(OCAML_BEST)
+ make install 'BINDIR=$(DESTDIR)/usr/bin'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/cppo.git
More information about the Pkg-ocaml-maint-commits
mailing list