[Pkg-ocaml-maint-commits] [SCM] oasis2debian project branch, master, updated. 7aaf2c71f59cdeee1754531bbf9062dcafa7f5e1
Sylvain Le Gall
gildor at debian.org
Thu Apr 19 23:14:31 UTC 2012
The following commit has been merged in the master branch:
commit f9734fee9d6d5721d78d1f8363adf6081194401e
Author: Sylvain Le Gall <gildor at debian.org>
Date: Thu Apr 19 21:18:45 2012 +0000
Fix message when unknown upload.
diff --git a/src/Load.ml b/src/Load.ml
index f6503b2..ec30231 100644
--- a/src/Load.ml
+++ b/src/Load.ml
@@ -32,7 +32,9 @@ let uploader =
(Sys.getenv "DEBFULLNAME")
(Sys.getenv "DEBEMAIL")
with _ ->
- failwith "Unable to guess uploader"))
+ failwith "Unable to guess the identity of the package maintainer. \
+ Please set the environment variables DEBFULLNAME and \
+ DEBEMAIL or use --uploader"))
let deb_name =
Conf.create
--
oasis2debian project
More information about the Pkg-ocaml-maint-commits
mailing list