Codebase list acheck / 8525a61
Import Debian version 0.5.1+nmu1 acheck (0.5.1+nmu1) unstable; urgency=low * Non-maintainer upload. * Fix POD files to be compatible with perl 5.18. (closes: bug#723774) * debian/compat: added, set to 3. * debian/rules: remove DH_COMPAT=3. * debian/control: + Add ${misc:Depends} to Depends. Patch by Benjamin Kerensa. (closes: bug#692725) + Replace Build-Depends-Indep by Build-Depends, for the clean target. Bill Allombert authored 10 years ago Paulo Henrique de Lima Santana (phls) committed 4 years ago
7 changed file(s) with 26 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 acheck (0.5.1+nmu1) unstable; urgency=low
1
2 * Non-maintainer upload.
3 * Fix POD files to be compatible with perl 5.18. (closes: bug#723774)
4 * debian/compat: added, set to 3.
5 * debian/rules: remove DH_COMPAT=3.
6 * debian/control:
7 + Add ${misc:Depends} to Depends. Patch by Benjamin Kerensa.
8 (closes: bug#692725)
9 + Replace Build-Depends-Indep by Build-Depends, for the clean target.
10
11 -- Bill Allombert <ballombe@debian.org> Wed, 09 Oct 2013 17:40:05 +0200
12
013 acheck (0.5.1) unstable; urgency=low
114
215 * Fix FTBFS with new make version (closes: bug#352795)
11 Section: text
22 Priority: optional
33 Maintainer: Nicolas Bertolissio <bertol@debian.org>
4 Build-Depends-Indep: debhelper (>> 3.0.0), perl, gettext
4 Build-Depends: debhelper (>> 3.0.0), perl, gettext
55 Standards-Version: 3.6.2
66
77 Package: acheck
88 Architecture: all
9 Depends: perl, acheck-rules, libterm-size-perl, libconfig-general-perl
9 Depends: ${misc:Depends}, perl, acheck-rules, libterm-size-perl, libconfig-general-perl
1010 Recommends: libtext-aspell-perl, liblocale-gettext-perl
1111 Suggests: libterm-readline-gnu-perl | libterm-readline-perl-perl
1212 Description: Check common localisation mistakes
33
44 # Uncomment this to turn on verbose mode.
55 # export DH_VERBOSE=1
6
7 # This is the debhelper compatability version to use.
8 export DH_COMPAT=3
96
107 package := acheck
118 manpages := 1 5
192192
193193 output parsing and checking details
194194
195 =back
196
195197 =head1 SEE ALSO
196198
197199 acheck(5), acheck-rules(5)
00 #!/usr/bin/perl -w
1
2 =encoding ISO8859-1
13
24 =head1 NOM
35
199201
200202 détails des analyses et des vérifications.
201203
204 =back
205
202206 =head1 VOIR AUSSI
203207
204208 acheck(5), acheck-rules(5)
00 #!/usr/bin/perl -w
1
2 =encoding ISO8859-1
13
24 =head1 NOM
35
144146
145147 détails des analyses et des vérifications.
146148
149 =back
150
147151 =head1 VOIR AUSSI
148152
149153 acheck(1), acheck-rules(5)