[Pkg-ocaml-maint-commits] [dose3] 02/02: configure: --bindir , --libdir

Ralf Treinen treinen at moszumanska.debian.org
Thu Jan 7 18:19:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository dose3.

commit 253825823db819530145e05876d42294a825d5b8
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Jan 7 18:50:10 2016 +0100

    configure: --bindir , --libdir
---
 debian/changelog | 3 ++-
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8e01e6f..39f19b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ dose3 (4.1-1) unstable; urgency=medium
   * new upstream version. This release implements versioned provides
     (Closes: #786671).
     - refreshed patch disable-dot.
+  * configure: explicit --bindir and --libdir
 
- -- Ralf Treinen <treinen at debian.org>  Thu, 07 Jan 2016 18:39:47 +0100
+ -- Ralf Treinen <treinen at debian.org>  Thu, 07 Jan 2016 18:49:53 +0100
 
 dose3 (4.1~beta1-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index a637dc6..6607558 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@ RELEASE = $(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d' ')
 	dh $@ --with ocaml --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-ocamlgraph --with-zip --with-bz2 --with-rpm4
+	dh_auto_configure -- --with-ocamlgraph --with-zip \
+			--with-bz2 --with-rpm4 \
+			--bindir=/usr/bin --libdir=/usr/lib
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git



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