[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4-1-gd633a3d
Samuel Mimram
samuel.mimram at ens-lyon.org
Sat Feb 21 17:15:40 UTC 2009
The following commit has been merged in the master branch:
commit d633a3d13bf9f3137d406d52001599facb49dd8b
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Sat Feb 21 18:15:37 2009 +0100
Correct typo in dh_ocaml.
diff --git a/debhelper/dh_ocaml b/debhelper/dh_ocaml
index bb9a37f..7e7a26c 100755
--- a/debhelper/dh_ocaml
+++ b/debhelper/dh_ocaml
@@ -220,7 +220,7 @@ sub fill_ocaml_provides($$$$) {
delsubstvar $package, "ocaml:Provides"; # for idempotency
if (-f $fname) {
open PROV, "< $fname" or die "can't open $fname";
- while (my $lin = <PROV>) {
+ while (my $line = <PROV>) {
chomp $line;
addsubstvar $package, "ocaml:Provides", $line;
}
diff --git a/debian/changelog b/debian/changelog
index 3f2ba10..ecf9e3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-ocaml (0.5) UNRELEASED; urgency=low
+
+ * Correct typo in dh_ocaml, closes: #514996.
+
+ -- Samuel Mimram <smimram at debian.org> Sat, 21 Feb 2009 18:15:00 +0100
+
dh-ocaml (0.4) unstable; urgency=low
* ocamlinit.mk: clean up ocamlinit-stamp upon ocamlinit-clean (it used
--
dh-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list