[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.036-17-gdc3acc3
Dominique Dumont
dod at debian.org
Mon May 20 14:21:16 UTC 2013
The following commit has been merged in the master branch:
commit e940988a29ae8e2406c88f412e5bba46e4cd4721
Author: Dominique Dumont <dod at debian.org>
Date: Mon May 20 16:11:49 2013 +0200
added more complex parser test for arch stuff
diff --git a/t/dependency-grammar.t b/t/dependency-grammar.t
index 53c5d7f..592bb4a 100644
--- a/t/dependency-grammar.t
+++ b/t/dependency-grammar.t
@@ -59,7 +59,11 @@ sub test_good {
[ 'foo(>=1.24)|bar(<<1.3a3) ' , ['foo','>=','1.24' ], [qw/bar << 1.3a3/] ],
[ 'foo ( >= 1.24 )| bar [ linux-any]' , ['foo','>=','1.24' ], ['bar', undef, undef, 'linux-any'] ],
-
+ [ 'xserver-xorg-input-evdev [alpha amd64 arm armeb]' , [ 'xserver-xorg-input-evdev', undef, undef,
+ qw[alpha amd64 arm armeb]
+ ],
+ ],
+ [ 'hal (>= 0.5.12~git20090406) [kfreebsd-any]', [ 'hal', '>=','0.5.12~git20090406', 'kfreebsd-any']],
[ ('${foo}') x 2 ],
[ ('${foo}.1-2~') x 2 ],
--
Debian native package for Config::Model::Dpkg
More information about the Pkg-perl-cvs-commits
mailing list