[Pkg-ocaml-maint-commits] [ocamlodbc] 01/02: Do not pre-process source files (Closes: #796033)

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat Oct 17 19:17:58 UTC 2015


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

mehdi pushed a commit to branch master
in repository ocamlodbc.

commit dac9d93ab01297ce4d6cf0fe9fe39d34eec6fb67
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Oct 17 21:11:15 2015 +0200

    Do not pre-process source files (Closes: #796033)
---
 debian/changelog | 7 ++++++-
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9c1d20e..0b9b3e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,12 @@ ocamlodbc (2.15-6) UNRELEASED; urgency=low
   [ Sylvain Le Gall ]
   * Remove Sylvain Le Gall from uploaders
 
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 08 Oct 2011 19:25:22 +0200
+  [ Mehdi Dogguy ]
+  * Team upload
+  * Do not pre-process source files (Closes: #796033). There are no lines
+    containing the 'DEBUG' string in .ml files.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sat, 17 Oct 2015 21:09:07 +0200
 
 ocamlodbc (2.15-5) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 414de02..3ce8baa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ build-stamp: config.status
 	dh_testdir
 
 	$(MAKE) depend
-	$(MAKE) unixodbc
+	$(MAKE) OCAMLPP= unixodbc
 	-mkdir html
 	ocamldoc -html -d html ocamlodbc.mli
 

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



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