[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-11-gc508553

Samuel Mimram samuel.mimram at ens-lyon.org
Wed Feb 25 21:57:12 UTC 2009


The following commit has been merged in the master branch:
commit c5085536d47a147335931e8865329bf884fd6e5f
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Wed Feb 25 22:57:08 2009 +0100

    Look at the 10 last entries by default.

diff --git a/tools/ocaml-pkg-update-uploaders b/tools/ocaml-pkg-update-uploaders
index d0c25a9..56fb188 100755
--- a/tools/ocaml-pkg-update-uploaders
+++ b/tools/ocaml-pkg-update-uploaders
@@ -22,7 +22,7 @@
 #
 
 # Number of changelog entries to look at
-my $limit = $ENV{LAST_ENTRIES} || 5;
+my $limit = $ENV{LAST_ENTRIES} || 10;
 my $team = $ENV{OCAML_TEAM} || "/usr/share/ocaml/ocaml-pkg-team";
 my $control = $ENV{DEBIAN_CONTROL} || "debian/control";
 

-- 
dh-ocaml packaging



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