Package: dose3 / 3.3~beta1-3

binaries-prefix-edos Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
Author: Ralf Treinen <treinen@debian.org>
Description: all binaries have prefix dose-

Index: dose3/doc/manpages/distcheck.pod
===================================================================
--- dose3.orig/doc/manpages/distcheck.pod	2014-10-20 19:59:39.694565274 +0200
+++ dose3/doc/manpages/distcheck.pod	2014-10-20 19:59:39.694565274 +0200
@@ -1,25 +1,25 @@
 =head1 NAME
 
-distcheck - check installability of packages according to metadata 
+dose-distcheck - check installability of packages according to metadata 
 
 =head1 SYNOPSIS
 
 =over 
 
-=item B<distcheck> [option] ... I<uri>
+=item B<dose-distcheck> [option] ... I<uri>
 
-=item B<debcheck> [option] ... [I<file>]
+=item B<dose-debcheck> [option] ... [I<file>]
 
-=item B<rpmcheck> [option] ... [I<file>]
+=item B<dose-rpmcheck> [option] ... [I<file>]
 
-=item B<eclipsecheck> [option] ... [I<file>] 
+=item B<dose-eclipsecheck> [option] ... [I<file>] 
 
 =back
 =cut
 
 =head1 DESCRIPTION
 
-distcheck determines, for a set of package control stanzas, called the
+dose-distcheck determines, for a set of package control stanzas, called the
 repository, whether packages of the repository can be installed relative to the
 repository according to the inter-package relationsships expressed in the
 package control stanzas.  The exact set of relevant control fields and their
@@ -39,17 +39,17 @@
 =head1 Input Specification
 
 Currently supported input types are debian, rpm, and eclipse. The
-B<distcheck> tool expects its input specifiations in the form
+B<dose-distcheck> tool expects its input specifiations in the form
 I<type://pathname> where I<type> is one of B<deb>, B<synthesis>,
 B<hdlist> or B<eclipse>, and I<pathname> is the pathname of a file
 containing the input. The package metadata found in that file must
 correspond to the I<type> given in the URI.
 
-When invoked as I<typeB<check>> then the type of input is assumed to
+When invoked as I<B<dose->typeB<check>> then the type of input is assumed to
 be I<type>, and repositories (in positional arguments or in the values of
 options B<--fg> and B<--bg>) are simply given in form of a pathname of a file
 containing the repository. If no positional argument is given then input is
-read from standard input.  B<distcheck> also compressed files (.gz , .bz2) as
+read from standard input.  B<dose-distcheck> also compressed files (.gz , .bz2) as
 positional arguments. Input read on standard input cannot be in compressed
 form.
 
@@ -62,7 +62,7 @@
 The input file has to contain stanzas in the format
 of L<deb-control(5)>, separated by one blank line. For instance, the Packages
 files as found on a Debian mirror server, or in the directory I</var/lib/apt/lists/>
-of a Debian system, are suitable as input to B<debcheck>. Installability of
+of a Debian system, are suitable as input to B<dose-debcheck>. Installability of
 packages is analyzed according to their B<Depends>, B<Conflicts>, and B<Provides>
 fields with their meaning as of Debian policy version 3.9.0. B<Pre-depends> are
 treated like B<Depends>, and B<Breaks> are treated like B<Conflicts>.
@@ -80,8 +80,8 @@
 =head2 Rpm
 
 The input file can be either a I<synthesis> file or a I<hdlist> file.  By
-default rpmcheck expects a synthesis file as input. To specify a hdlist file
-distcheck must be invoked with a file argument of the form hdlist:// 
+default dose-rpmcheck expects a synthesis file as input. To specify a hdlist file
+dose-distcheck must be invoked with a file argument of the form hdlist:// 
 
 =cut
 
@@ -278,13 +278,13 @@
 Check which packages in contrib are not installable when dependencies may
 be satisfied from main:
  
-  debcheck --failures --bg=main_Packages contrib_Packages
+  dose-debcheck --failures --bg=main_Packages contrib_Packages
 
 =cut
 
 =head1 NOTE
 
-Distcheck is a complete reimplementation of edos-debcheck, written for the EDOS
+Dose-distcheck is a complete reimplementation of edos-debcheck, written for the EDOS
 project. 
 
 =cut
Index: dose3/doc/manpages/buildcheck.pod
===================================================================
--- dose3.orig/doc/manpages/buildcheck.pod	2014-10-20 19:59:39.694565274 +0200
+++ dose3/doc/manpages/buildcheck.pod	2014-10-20 19:59:39.694565274 +0200
@@ -172,7 +172,7 @@
 =head1 SEE ALSO
 
 L<B<deb-control>(5)>, 
-L<B<dose3-distcheck>(1)> 
+L<B<dose-distcheck>(1)> 
 
 <http://www.edos-project.org> is the home page of the EDOS project. 
 <http://www.mancoosi.org> is the home page of the Mancoosi project. 
Index: dose3/doc/manpages/outdated.pod
===================================================================
--- dose3.orig/doc/manpages/outdated.pod	2014-10-20 19:59:39.694565274 +0200
+++ dose3/doc/manpages/outdated.pod	2014-10-20 19:59:39.694565274 +0200
@@ -1,16 +1,16 @@
 =head1 NAME
 
-outdated - detect uninstallable packages due to obsolete dependencies 
+dose-outdated - detect uninstallable packages due to obsolete dependencies 
 
 =head1 SYNOPSIS
 
-B<outdated> [option] ... I<file> ... 
+B<dose-outdated> [option] ... I<file> ... 
 
 =cut
 
 =head1 DESCRIPTION
 
-B<outdated> identifies in a debian package repository those packages that
+B<dose-outdated> identifies in a debian package repository those packages that
 are not installable with respect to that repository by the their inter-package
 relationships (dependencies, conflicts, ...), and that furthermore cannot
 become installable (in the current version) how matter how the rest of the
@@ -28,7 +28,7 @@
 
 =head1 Output Specification
 
-The output of outdated is in the YAML format. 
+The output of dose-outdated is in the YAML format. 
 
 =head1 OPTIONS
 
@@ -83,7 +83,7 @@
 
 =head1 EXAMPLE
 
- dose3-outdated -f -v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages
+ dose-outdated -f -v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages
 
 =cut
 
@@ -95,8 +95,8 @@
 
 =head1 SEE ALSO
 
-L<B<distcheck>(5)>
-L<B<challenged>(5)> 
+L<B<dose-distcheck>(5)>
+L<B<dose-challenged>(5)> 
 
 <http://www.mancoosi.org> is the home page of the Mancoosi project. 
  
Index: dose3/doc/manpages/challenged.pod
===================================================================
--- dose3.orig/doc/manpages/challenged.pod	2014-10-20 19:59:39.694565274 +0200
+++ dose3/doc/manpages/challenged.pod	2014-10-20 19:59:39.694565274 +0200
@@ -1,19 +1,19 @@
 =head1 NAME
 
-challenged - detect broken packages due to obsolete dependencies 
+dose-challenged - detect broken packages due to obsolete dependencies 
 
 =head1 SYNOPSIS 
 
 =over
 
-=item B<challenged> [options] I<Packages file(s)> 
+=item B<dose-challenged> [options] I<Packages file(s)> 
 
 =back
 =cut
 
 =head1 DESCRIPTION
 
-challenged performs a speculative analysis of the repository to identify those
+B<dose-challenged> performs a speculative analysis of the repository to identify those
 packages that, if upgraded to a specific version, would break a large number of
 other packages in the repository. This tool would be particularly useful during
 the upgrade of a specific component to evaluate its impact on the software
@@ -23,13 +23,13 @@
 
 =head1 Input Specification
 
-The input of challenged is a list of Debian Packages files 
+The input of dose-challenged is a list of Debian Packages files 
 
 =cut
 
 =head1 Output Specification
 
-The output of challenged is in the yaml format.
+The output of dose-challenged is in the yaml format.
 
 =cut
 
@@ -74,7 +74,7 @@
 
 =head1 EXAMPLE
 
-  challenged -v --progress Packages.bz2 > result.yaml 
+  dose-challenged -v --progress Packages.bz2 > result.yaml 
 
 =cut
 
@@ -88,8 +88,8 @@
 
 =head1 SEE ALSO
 
-L<B<distcheck>(1)B<>>
-L<B<outdated>(1)B<>> 
+L<B<dose-distcheck>(1)B<>>
+L<B<dose-outdated>(1)B<>> 
 
 <http://www.mancoosi.org> is the home page of the Mancoosi project.
 
Index: dose3/doc/manpages/ceve.pod
===================================================================
--- dose3.orig/doc/manpages/ceve.pod	2014-10-20 19:59:39.694565274 +0200
+++ dose3/doc/manpages/ceve.pod	2014-10-20 19:59:39.694565274 +0200
@@ -1,18 +1,18 @@
 =head1 NAME
 
-ceve - parse package metadata 
+dose-ceve - parse package metadata 
 
 =head1 SYNOPSIS
 
 =over 
 
-=item B<ceve> [-h] [-v] [-e I<pkgspec>] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-T I<format>] [-G I<graph type>] [-o I<filename>] I<input-spec> 
+=item B<dose-ceve> [-h] [-v] [-e I<pkgspec>] [-c I<pkgspec>] [-r I<pkgspec>] [--depth=I<n>]I<> [-T I<format>] [-G I<graph type>] [-o I<filename>] I<input-spec> 
 
 =back
 
 =head1 DESCRIPTION
 
-Ceve is a generalized metadata parser. It reads package specifications,
+Dose-ceve is a generalized metadata parser. It reads package specifications,
 extracts package metadata from them, performs some manipulations, and outputs
 the package metadata in one of several formats.