This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libconfig-model-dpkg-perl.
commit 59d3fd81a6debd14618e5fac54e82f7d1bf91bbe Author: Dominique Dumont <[email protected]> Date: Thu Jul 27 20:54:18 2017 +0200 add watch parameter in Dpkg model --- lib/Config/Model/models/Dpkg.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Config/Model/models/Dpkg.pl b/lib/Config/Model/models/Dpkg.pl index 75825c6..d8748a0 100644 --- a/lib/Config/Model/models/Dpkg.pl +++ b/lib/Config/Model/models/Dpkg.pl @@ -215,6 +215,12 @@ It is best to try to run the installation first and only use this if you run int By default, it will include all existing files in the top-level source directory that are called BUGS, README*, TODO etc. ', 'type' => 'list' + }, + 'watch', + { + 'description' => 'watch file used by L<uscan> to monitor upstream sources', + 'type' => 'leaf', + 'value_type' => 'string' } ], 'license' => 'LGPL2', -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
