The following commit has been merged in the master branch:
commit c5085536d47a147335931e8865329bf884fd6e5f
Author: Samuel Mimram <[email protected]>
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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to