429
#: ../scripts/bts.pl:256
429
#: ../scripts/bts.pl:261
430
430
msgid "B<--online>, B<--no-offline>"
433
433
#. type: textblock
434
#: ../scripts/bts.pl:258
434
#: ../scripts/bts.pl:263
436
436
"Opposite of B<--offline>; overrides any configuration file directive to work "
441
#: ../scripts/bts.pl:261
441
#: ../scripts/bts.pl:266
442
442
msgid "B<-n>, B<--no-action>"
445
445
#. type: textblock
446
#: ../scripts/bts.pl:263
446
#: ../scripts/bts.pl:268
447
447
msgid "Do not send emails but print them to standard output."
451
#: ../scripts/bts.pl:265
451
#: ../scripts/bts.pl:270
452
452
msgid "B<--cache>, B<--no-cache>"
455
455
#. type: textblock
456
#: ../scripts/bts.pl:267
456
#: ../scripts/bts.pl:272
458
458
"Should we attempt to cache new versions of BTS pages when performing "
459
459
"B<show>/B<bugs> commands? Default is to cache."
463
#: ../scripts/bts.pl:270
463
#: ../scripts/bts.pl:275
464
464
msgid "B<--cache-mode=>{B<min>|B<mbox>|B<full>}"
467
467
#. type: textblock
468
#: ../scripts/bts.pl:272
468
#: ../scripts/bts.pl:277
470
470
"When running a B<bts cache> command, should we only mirror the basic bug "
471
471
"(B<min>), or should we also mirror the mbox version (B<mbox>), or should we "
568
#: ../scripts/bts.pl:321 ../scripts/nmudiff.1:31
568
#: ../scripts/bts.pl:326 ../scripts/nmudiff.1:31
570
570
msgid "B<--mutt>"
573
573
#. type: textblock
574
#: ../scripts/bts.pl:323
574
#: ../scripts/bts.pl:328
576
576
"Use B<mutt> for sending of mails. Default is not to use B<mutt>, except for "
580
580
#. type: textblock
581
#: ../scripts/bts.pl:326
581
#: ../scripts/bts.pl:331
583
583
"Note that one of B<$DEBEMAIL> or B<$EMAIL> must be set in the environment in "
584
584
"order to use B<mutt> to send emails."
588
#: ../scripts/bts.pl:329 ../scripts/nmudiff.1:36
588
#: ../scripts/bts.pl:334 ../scripts/nmudiff.1:36
590
590
msgid "B<--no-mutt>"
593
593
#. type: textblock
594
#: ../scripts/bts.pl:331
594
#: ../scripts/bts.pl:336
595
595
msgid "Don't use B<mutt> for sending of mails."
599
#: ../scripts/bts.pl:333
599
#: ../scripts/bts.pl:338
600
600
msgid "B<--smtp-host=>I<SMTPHOST>"
603
603
#. type: textblock
604
#: ../scripts/bts.pl:335
604
#: ../scripts/bts.pl:340
606
606
"Specify an SMTP host. If given, B<bts> will send mail by talking directly "
607
607
"to this SMTP host rather than by invoking a B<sendmail> command."
610
610
#. type: textblock
611
#: ../scripts/bts.pl:338
611
#: ../scripts/bts.pl:343
613
613
"The host name may be followed by a colon (\":\") and a port number in order "
614
614
"to use a port other than the default. It may also begin with \"ssmtp://\" "
658
658
#. type: textblock
659
#: ../scripts/bts.pl:362
659
#: ../scripts/bts.pl:367
661
661
"If a username is specified but not a password, B<bts> will prompt for the "
662
662
"password before sending the mail."
666
#: ../scripts/bts.pl:365
666
#: ../scripts/bts.pl:370
667
667
msgid "B<--smtp-helo=>I<HELO>"
670
670
#. type: textblock
671
#: ../scripts/bts.pl:367
671
#: ../scripts/bts.pl:372
673
673
"Specify the name to use in the I<HELO> command when connecting to the SMTP "
674
674
"server; defaults to the contents of the file F</etc/mailname>, if it exists."
677
677
#. type: textblock
678
#: ../scripts/bts.pl:371
678
#: ../scripts/bts.pl:376
680
680
"Note that some SMTP servers may reject the use of a I<HELO> which either "
681
681
"does not resolve or does not appear to belong to the host using it."
685
#: ../scripts/bts.pl:374
685
#: ../scripts/bts.pl:379
686
686
msgid "B<--bts-server>"
689
689
#. type: textblock
690
#: ../scripts/bts.pl:376
690
#: ../scripts/bts.pl:375
691
691
msgid "Use a debbugs server other than bugs.debian.org."
695
#: ../scripts/bts.pl:378
695
#: ../scripts/bts.pl:383
696
696
msgid "B<-f>, B<--force-refresh>"
699
699
#. type: textblock
700
#: ../scripts/bts.pl:380
700
#: ../scripts/bts.pl:385
702
702
"Download a bug report again, even if it does not appear to have changed "
703
703
"since the last B<cache> command. Useful if a B<--cache-mode=full> is "
709
#: ../scripts/bts.pl:386
709
#: ../scripts/bts.pl:391
710
710
msgid "B<--no-force-refresh>"
713
713
#. type: textblock
714
#: ../scripts/bts.pl:388
714
#: ../scripts/bts.pl:393
715
715
msgid "Suppress any configuration file B<--force-refresh> option."
719
#: ../scripts/bts.pl:390
719
#: ../scripts/bts.pl:395
720
720
msgid "B<--only-new>"
723
723
#. type: textblock
724
#: ../scripts/bts.pl:392
724
#: ../scripts/bts.pl:397
726
726
"Download only new bugs when caching. Do not check for updates in bugs we "
731
#: ../scripts/bts.pl:395
731
#: ../scripts/bts.pl:400
732
732
msgid "B<--include-resolved>"
735
735
#. type: textblock
736
#: ../scripts/bts.pl:397
736
#: ../scripts/bts.pl:402
738
738
"When caching bug reports, include those that are marked as resolved. This "
739
739
"is the default behaviour."
743
#: ../scripts/bts.pl:400
743
#: ../scripts/bts.pl:405
744
744
msgid "B<--no-include-resolved>"
747
747
#. type: textblock
748
#: ../scripts/bts.pl:402
748
#: ../scripts/bts.pl:407
750
750
"Reverse the behaviour of the previous option. That is, do not cache bugs "
751
751
"that are marked as resolved."
755
#: ../scripts/bts.pl:405
755
#: ../scripts/bts.pl:410
756
756
msgid "B<--no-ack>"
759
759
#. type: textblock
760
#: ../scripts/bts.pl:407
760
#: ../scripts/bts.pl:412
762
762
"Suppress acknowledgment mails from the BTS. Note that this will only affect "
763
763
"the copies of messages CCed to bugs, not those sent to the control bot."
767
#: ../scripts/bts.pl:411
767
#: ../scripts/bts.pl:416
771
771
#. type: textblock
772
#: ../scripts/bts.pl:413
772
#: ../scripts/bts.pl:418
774
774
"Do not suppress acknowledgement mails. This is the default behaviour."
778
#: ../scripts/bts.pl:415 ../scripts/tagpending.pl:135
778
#: ../scripts/bts.pl:420 ../scripts/tagpending.pl:133
779
779
msgid "B<-i>, B<--interactive>"
782
782
#. type: textblock
783
#: ../scripts/bts.pl:417
783
#: ../scripts/bts.pl:422
785
785
"Before sending an e-mail to the control bot, display the content and allow "
786
786
"it to be edited, or the sending cancelled."
790
#: ../scripts/bts.pl:420
790
#: ../scripts/bts.pl:425
791
791
msgid "B<--force-interactive>"
794
794
#. type: textblock
795
#: ../scripts/bts.pl:422
795
#: ../scripts/bts.pl:427
797
797
"Similar to B<--interactive>, with the exception that an editor is spawned "
798
798
"before prompting for confirmation of the message to be sent."
802
#: ../scripts/bts.pl:425
802
#: ../scripts/bts.pl:430
803
803
msgid "B<--no-interactive>"
806
806
#. type: textblock
807
#: ../scripts/bts.pl:427
807
#: ../scripts/bts.pl:432
809
809
"Send control e-mails without confirmation. This is the default behaviour."
813
#: ../scripts/bts.pl:429 ../scripts/dget.pl:576
813
#: ../scripts/bts.pl:434 ../scripts/dget.pl:608
814
814
msgid "B<-q>, B<--quiet>"
817
817
#. type: textblock
818
#: ../scripts/bts.pl:431
818
#: ../scripts/bts.pl:436
820
820
"When running B<bts cache>, only display information about newly cached "
821
821
"pages, not messages saying already cached. If this option is specified "
826
#: ../scripts/bts.pl:435 ../scripts/cvs-debrelease.1:57 ../scripts/cvs-debuild.1:38 ../scripts/debc.1:85 ../scripts/debchange.1:377 ../scripts/debclean.1:77 ../scripts/debdiff.1:153 ../scripts/debi.1:102 ../scripts/debrelease.1:95 ../scripts/debsign.1:96 ../scripts/debuild.1:221 ../scripts/dpkg-depcheck.1:92 ../scripts/dscverify.1:24 ../scripts/grep-excuses.1:14 ../scripts/licensecheck.pl:89 ../scripts/mass-bug.pl:112 ../scripts/nmudiff.1:69 ../scripts/rmadison.pl:284 ../scripts/uscan.1:483 ../scripts/uupdate.1:78 ../scripts/who-uploads.1:40
826
#: ../scripts/bts.pl:440 ../scripts/cvs-debrelease.1:57 ../scripts/cvs-debuild.1:38 ../scripts/debc.1:85 ../scripts/debchange.1:377 ../scripts/debclean.1:77 ../scripts/debdiff.1:153 ../scripts/debi.1:102 ../scripts/debrelease.1:95 ../scripts/debsign.1:96 ../scripts/debuild.1:221 ../scripts/dpkg-depcheck.1:92 ../scripts/dscverify.1:24 ../scripts/grep-excuses.1:15 ../scripts/licensecheck.pl:90 ../scripts/mass-bug.pl:112 ../scripts/nmudiff.1:69 ../scripts/rmadison.pl:312 ../scripts/uscan.1:483 ../scripts/uupdate.1:78 ../scripts/who-uploads.1:40
828
828
msgid "B<--no-conf>, B<--noconf>"
831
831
#. type: Plain text
832
#: ../scripts/bts.pl:437 ../scripts/cvs-debrelease.1:61 ../scripts/debc.1:89 ../scripts/debchange.1:381 ../scripts/debclean.1:81 ../scripts/debdiff.1:157 ../scripts/debi.1:106 ../scripts/debrelease.1:99 ../scripts/debsign.1:100 ../scripts/debuild.1:225 ../scripts/dpkg-depcheck.1:96 ../scripts/dscverify.1:28 ../scripts/grep-excuses.1:18 ../scripts/mass-bug.pl:114 ../scripts/nmudiff.1:73 ../scripts/uscan.1:487 ../scripts/uupdate.1:82 ../scripts/who-uploads.1:44
832
#: ../scripts/bts.pl:442 ../scripts/cvs-debrelease.1:61 ../scripts/debc.1:89 ../scripts/debchange.1:381 ../scripts/debclean.1:81 ../scripts/debdiff.1:157 ../scripts/debi.1:106 ../scripts/debrelease.1:99 ../scripts/debsign.1:100 ../scripts/debuild.1:225 ../scripts/dpkg-depcheck.1:96 ../scripts/dscverify.1:28 ../scripts/grep-excuses.1:19 ../scripts/mass-bug.pl:114 ../scripts/nmudiff.1:73 ../scripts/uscan.1:487 ../scripts/uupdate.1:82 ../scripts/who-uploads.1:44
834
834
"Do not read any configuration files. This can only be used as the first "
835
835
"option given on the command-line."
839
#: ../scripts/bts.pl:791 ../scripts/chdist.pl:55
839
#: ../scripts/bts.pl:796 ../scripts/chdist.pl:55
851
#: ../scripts/bts.pl:798
851
#: ../scripts/bts.pl:803
853
853
"B<show> [I<options>] [I<bug number> | I<package> | I<maintainer> | B<:> ] "
854
854
"[I<opt>B<=>I<val> ...]"
858
#: ../scripts/bts.pl:800
858
#: ../scripts/bts.pl:805
860
860
"B<show> [I<options>] [B<src:>I<package> | B<from:>I<submitter>] "
861
861
"[I<opt>B<=>I<val> ...]"
865
#: ../scripts/bts.pl:802
865
#: ../scripts/bts.pl:807
867
867
"B<show> [I<options>] [B<tag:>I<tag> | B<usertag:>I<tag> ] [I<opt>B<=>I<val> "
872
#: ../scripts/bts.pl:804
872
#: ../scripts/bts.pl:809
873
873
msgid "B<show> [B<release-critical> | B<release-critical/>... | B<RC>]"
876
876
#. type: textblock
877
#: ../scripts/bts.pl:806
877
#: ../scripts/bts.pl:811
878
878
msgid "This is a synonym for B<bts bugs>."
882
#: ../scripts/bts.pl:814
882
#: ../scripts/bts.pl:819
884
884
"B<bugs> [I<options>] [I<bug_number> | I<package> | I<maintainer> | B<:> ] "
885
885
"[I<opt>B<=>I<val> ...]"
889
#: ../scripts/bts.pl:816
889
#: ../scripts/bts.pl:821
891
891
"B<bugs> [I<options>] [B<src:>I<package> | B<from:>I<submitter>] "
892
892
"[I<opt>B<=>I<val> ...]"
896
#: ../scripts/bts.pl:818
896
#: ../scripts/bts.pl:823
898
898
"B<bugs> [I<options>] [B<tag:>I<tag> | B<usertag:>I<tag> ] [I<opt>B<=>I<val> "
903
#: ../scripts/bts.pl:820
903
#: ../scripts/bts.pl:825
904
904
msgid "B<bugs> [B<release-critical> | B<release-critical/>... | B<RC>]"
907
907
#. type: textblock
908
#: ../scripts/bts.pl:822
908
#: ../scripts/bts.pl:827
910
910
"Display the page listing the requested bugs in a web browser using sensible-"
914
914
#. type: textblock
915
#: ../scripts/bts.pl:825
915
#: ../scripts/bts.pl:830
917
917
"Options may be specified after the B<bugs> command in addition to or instead "
918
918
"of options at the start of the command line: recognised options at this "
1108
1108
#. type: textblock
1109
#: ../scripts/bts.pl:930
1109
#: ../scripts/bts.pl:935
1110
1110
msgid "For example, on most Linux systems a good thing to do would be:"
1113
1113
#. type: textblock
1114
#: ../scripts/bts.pl:932
1114
#: ../scripts/bts.pl:937
1115
1115
msgid "BROWSER='mozilla -raise -remote \"openURL(%s,new-window)\":links'"
1119
#: ../scripts/bts.pl:1007
1119
#: ../scripts/bts.pl:1012
1120
1120
msgid "B<select> [I<key>B<:>I<value> ...]"
1123
1123
#. type: textblock
1124
#: ../scripts/bts.pl:1009
1124
#: ../scripts/bts.pl:1014
1126
1126
"Uses the SOAP interface to output a list of bugs which match the given "
1127
1127
"selection requirements."
1130
1130
#. type: textblock
1131
#: ../scripts/bts.pl:1012
1131
#: ../scripts/bts.pl:1017
1132
1132
msgid "The following keys are allowed, and may be given multiple times."
1136
#: ../scripts/bts.pl:1016 ../scripts/bts.pl:1859 ../scripts/who-permits-upload.pl:86
1136
#: ../scripts/bts.pl:1021 ../scripts/bts.pl:1864 ../scripts/who-permits-upload.pl:86
1137
1137
msgid "B<package>"
1140
1140
#. type: textblock
1141
#: ../scripts/bts.pl:1018 ../scripts/bts.pl:1861
1141
#: ../scripts/bts.pl:1023 ../scripts/bts.pl:1866
1142
1142
msgid "Binary package name."
1146
#: ../scripts/bts.pl:1020 ../scripts/bts.pl:1863
1146
#: ../scripts/bts.pl:1025 ../scripts/bts.pl:1868
1147
1147
msgid "B<source>"
1150
1150
#. type: textblock
1151
#: ../scripts/bts.pl:1022 ../scripts/bts.pl:1865
1151
#: ../scripts/bts.pl:1027 ../scripts/bts.pl:1870
1152
1152
msgid "Source package name."
1156
#: ../scripts/bts.pl:1024
1156
#: ../scripts/bts.pl:1029
1157
1157
msgid "B<maintainer>"
1160
1160
#. type: textblock
1161
#: ../scripts/bts.pl:1026
1161
#: ../scripts/bts.pl:1031
1162
1162
msgid "E-mail address of the maintainer."
1166
#: ../scripts/bts.pl:1028 ../scripts/bts.pl:1843
1166
#: ../scripts/bts.pl:1033 ../scripts/bts.pl:1848
1167
1167
msgid "B<submitter>"
1170
1170
#. type: textblock
1171
#: ../scripts/bts.pl:1030 ../scripts/bts.pl:1845
1171
#: ../scripts/bts.pl:1035 ../scripts/bts.pl:1850
1172
1172
msgid "E-mail address of the submitter."
1176
#: ../scripts/bts.pl:1032 ../scripts/bts.pl:1871
1176
#: ../scripts/bts.pl:1037 ../scripts/bts.pl:1876
1177
1177
msgid "B<severity>"
1180
1180
#. type: textblock
1181
#: ../scripts/bts.pl:1034 ../scripts/bts.pl:1873
1181
#: ../scripts/bts.pl:1039 ../scripts/bts.pl:1878
1182
1182
msgid "Bug severity."
1186
#: ../scripts/bts.pl:1036
1186
#: ../scripts/bts.pl:1041
1187
1187
msgid "B<status>"
1190
1190
#. type: textblock
1191
#: ../scripts/bts.pl:1038
1191
#: ../scripts/bts.pl:1043
1192
1192
msgid "Status of the bug. One of B<open>, B<done>, or B<forwarded>."
1196
#: ../scripts/bts.pl:1040 ../scripts/bts.pl:1867
1196
#: ../scripts/bts.pl:1045 ../scripts/bts.pl:1872
1200
1200
#. type: textblock
1201
#: ../scripts/bts.pl:1042
1201
#: ../scripts/bts.pl:1047
1203
1203
"Tags applied to the bug. If B<users> is specified, may include usertags in "
1204
1204
"addition to the standard tags."
1208
#: ../scripts/bts.pl:1045 ../scripts/bts.pl:1875
1208
#: ../scripts/bts.pl:1050 ../scripts/bts.pl:1880
1209
1209
msgid "B<owner>"
1212
1212
#. type: textblock
1213
#: ../scripts/bts.pl:1047 ../scripts/bts.pl:1877
1213
#: ../scripts/bts.pl:1052 ../scripts/bts.pl:1882
1214
1214
msgid "Bug's owner."
1218
#: ../scripts/bts.pl:1049
1218
#: ../scripts/bts.pl:1054
1219
1219
msgid "B<correspondent>"
1222
1222
#. type: textblock
1223
#: ../scripts/bts.pl:1051
1223
#: ../scripts/bts.pl:1056
1224
1224
msgid "Address of someone who sent mail to the log."
1228
#: ../scripts/bts.pl:1053 ../scripts/bts.pl:1879
1228
#: ../scripts/bts.pl:1058 ../scripts/bts.pl:1884
1229
1229
msgid "B<affects>"
1232
1232
#. type: textblock
1233
#: ../scripts/bts.pl:1055
1233
#: ../scripts/bts.pl:1060
1234
1234
msgid "Bugs which affect this package."
1238
#: ../scripts/bts.pl:1057
1238
#: ../scripts/bts.pl:1062
1239
1239
msgid "B<bugs>"
1242
1242
#. type: textblock
1243
#: ../scripts/bts.pl:1059
1243
#: ../scripts/bts.pl:1064
1244
1244
msgid "List of bugs to search within."
1248
#: ../scripts/bts.pl:1061
1248
#: ../scripts/bts.pl:1066
1249
1249
msgid "B<users>"
1252
1252
#. type: textblock
1253
#: ../scripts/bts.pl:1063
1253
#: ../scripts/bts.pl:1068
1254
1254
msgid "Users to use when looking up usertags."
1258
#: ../scripts/bts.pl:1065 ../scripts/bts.pl:1883
1258
#: ../scripts/bts.pl:1070 ../scripts/bts.pl:1888
1259
1259
msgid "B<archive>"
1262
1262
#. type: textblock
1263
#: ../scripts/bts.pl:1067 ../scripts/bts.pl:1885
1263
#: ../scripts/bts.pl:1072 ../scripts/bts.pl:1890
1265
1265
"Whether to search archived bugs or normal bugs; defaults to B<0> (i.e. only "
1266
1266
"search normal bugs). As a special case, if archive is B<both>, both archived "
1270
1270
#. type: textblock
1271
#: ../scripts/bts.pl:1073
1271
#: ../scripts/bts.pl:1078
1273
1273
"For example, to select the set of bugs submitted by "
1274
1274
"jrandomdeveloper@example.com and tagged B<wontfix>, one would use"
1277
1277
#. type: textblock
1278
#: ../scripts/bts.pl:1076
1278
#: ../scripts/bts.pl:1081
1279
1279
msgid "bts select submitter:jrandomdeveloper@example.com tag:wontfix"
1282
1282
#. type: textblock
1283
#: ../scripts/bts.pl:1078 ../scripts/bts.pl:1897
1283
#: ../scripts/bts.pl:1083 ../scripts/bts.pl:1902
1285
1285
"If a key is used multiple times then the set of bugs selected includes those "
1286
1286
"matching any of the supplied values; for example"
1289
1289
#. type: textblock
1290
#: ../scripts/bts.pl:1081
1290
#: ../scripts/bts.pl:1086
1291
1291
msgid "bts select package:foo severity:wishlist severity:minor"
1294
1294
#. type: textblock
1295
#: ../scripts/bts.pl:1083
1295
#: ../scripts/bts.pl:1088
1297
1297
"returns all bugs of package foo with either wishlist or minor severity."
1301
#: ../scripts/bts.pl:1096
1301
#: ../scripts/bts.pl:1101
1303
1303
"B<status> [I<bug> | B<file:>I<file> | B<fields:>I<field>[B<,>I<field> ...] | "
1304
1304
"B<verbose>] ..."
1307
1307
#. type: textblock
1308
#: ../scripts/bts.pl:1098
1308
#: ../scripts/bts.pl:1103
1310
1310
"Uses the SOAP interface to output status information for the given bugs (or "
1311
1311
"as read from the listed files -- use B<-> to indicate STDIN)."
1314
1314
#. type: textblock
1315
#: ../scripts/bts.pl:1101
1315
#: ../scripts/bts.pl:1106
1316
1316
msgid "By default, all populated fields for a bug are displayed."
1319
1319
#. type: textblock
1320
#: ../scripts/bts.pl:1103
1320
#: ../scripts/bts.pl:1108
1321
1321
msgid "If B<verbose> is given, empty fields will also be displayed."
1324
1324
#. type: textblock
1325
#: ../scripts/bts.pl:1105
1325
#: ../scripts/bts.pl:1110
1327
1327
"If B<fields> is given, only those fields will be displayed. No validity "
1328
1328
"checking is performed on any specified fields."
1332
#: ../scripts/bts.pl:1182
1332
#: ../scripts/bts.pl:1187
1333
1333
msgid "B<clone> I<bug> I<new_ID> [I<new_ID> ...]"
1336
1336
#. type: textblock
1337
#: ../scripts/bts.pl:1184
1337
#: ../scripts/bts.pl:1189
1339
1339
"The B<clone> control command allows you to duplicate a I<bug> report. It is "
1340
1340
"useful in the case where a single report actually indicates that multiple "
1360
#: ../scripts/bts.pl:1254
1360
#: ../scripts/bts.pl:1259
1361
1361
msgid "B<reopen> I<bug> [I<submitter>]"
1364
1364
#. type: textblock
1365
#: ../scripts/bts.pl:1256
1365
#: ../scripts/bts.pl:1261
1366
1366
msgid "Reopen a I<bug>, with optional I<submitter>."
1370
#: ../scripts/bts.pl:1267
1370
#: ../scripts/bts.pl:1272
1371
1371
msgid "B<archive> I<bug>"
1374
1374
#. type: textblock
1375
#: ../scripts/bts.pl:1269
1375
#: ../scripts/bts.pl:1274
1377
1377
"Archive a I<bug> that has previously been archived but is currently not. "
1378
1378
"The I<bug> must fulfil all of the requirements for archiving with the "
1383
#: ../scripts/bts.pl:1281
1383
#: ../scripts/bts.pl:1286
1384
1384
msgid "B<unarchive> I<bug>"
1387
1387
#. type: textblock
1388
#: ../scripts/bts.pl:1283
1388
#: ../scripts/bts.pl:1288
1389
1389
msgid "Unarchive a I<bug> that is currently archived."
1393
#: ../scripts/bts.pl:1293
1393
#: ../scripts/bts.pl:1298
1394
1394
msgid "B<retitle> I<bug> I<title>"
1397
1397
#. type: textblock
1398
#: ../scripts/bts.pl:1295
1398
#: ../scripts/bts.pl:1300
1399
1399
msgid "Change the I<title> of the I<bug>."
1403
#: ../scripts/bts.pl:1308
1403
#: ../scripts/bts.pl:1313
1404
1404
msgid "B<summary> I<bug> [I<messagenum>]"
1407
1407
#. type: textblock
1408
#: ../scripts/bts.pl:1310
1408
#: ../scripts/bts.pl:1315
1410
1410
"Select a message number that should be used as the summary of a I<bug>."
1413
1413
#. type: textblock
1414
#: ../scripts/bts.pl:1313
1414
#: ../scripts/bts.pl:1318
1415
1415
msgid "If no message number is given, the summary is cleared."
1419
#: ../scripts/bts.pl:1323
1419
#: ../scripts/bts.pl:1328
1420
1420
msgid "B<submitter> I<bug> [I<bug> ...] I<submitter-email>"
1423
1423
#. type: textblock
1424
#: ../scripts/bts.pl:1325
1424
#: ../scripts/bts.pl:1330
1426
1426
"Change the submitter address of a I<bug> or a number of bugs, with B<!> "
1427
1427
"meaning `use the address on the current email as the new submitter address'."
1431
#: ../scripts/bts.pl:1342
1431
#: ../scripts/bts.pl:1347
1432
1432
msgid "B<reassign> I<bug> [I<bug> ...] I<package> [I<version>]"
1457
#: ../scripts/bts.pl:1394
1457
#: ../scripts/bts.pl:1399
1458
1458
msgid "B<notfound> I<bug> I<version>"
1461
1461
#. type: textblock
1462
#: ../scripts/bts.pl:1396
1462
#: ../scripts/bts.pl:1401
1464
1464
"Remove the record that I<bug> was encountered in the given version of the "
1465
1465
"package to which it is assigned."
1469
#: ../scripts/bts.pl:1408
1469
#: ../scripts/bts.pl:1413
1470
1470
msgid "B<fixed> I<bug> I<version>"
1473
1473
#. type: textblock
1474
#: ../scripts/bts.pl:1410
1474
#: ../scripts/bts.pl:1415
1476
1476
"Indicate that a I<bug> was fixed in a particular package version, without "
1477
1477
"affecting the I<bug>'s open/closed status."
1481
#: ../scripts/bts.pl:1422
1481
#: ../scripts/bts.pl:1427
1482
1482
msgid "B<notfixed> I<bug> I<version>"
1485
1485
#. type: textblock
1486
#: ../scripts/bts.pl:1424
1486
#: ../scripts/bts.pl:1429
1488
1488
"Remove the record that a I<bug> was fixed in the given version of the "
1489
1489
"package to which it is assigned."
1492
1492
#. type: textblock
1493
#: ../scripts/bts.pl:1427
1493
#: ../scripts/bts.pl:1432
1495
1495
"This is equivalent to the sequence of commands \"B<found> I<bug> "
1496
1496
"I<version>\", \"B<notfound> I<bug> I<version>\"."
1500
#: ../scripts/bts.pl:1439
1500
#: ../scripts/bts.pl:1444
1501
1501
msgid "B<block> I<bug> B<by>|B<with> I<bug> [I<bug> ...]"
1504
1504
#. type: textblock
1505
#: ../scripts/bts.pl:1441
1505
#: ../scripts/bts.pl:1446
1507
1507
"Note that a I<bug> is blocked from being fixed by a set of other bugs."
1511
#: ../scripts/bts.pl:1460
1511
#: ../scripts/bts.pl:1465
1512
1512
msgid "B<unblock> I<bug> B<by>|B<with> I<bug> [I<bug> ...]"
1515
1515
#. type: textblock
1516
#: ../scripts/bts.pl:1462
1516
#: ../scripts/bts.pl:1467
1518
1518
"Note that a I<bug> is no longer blocked from being fixed by a set of other "
1523
#: ../scripts/bts.pl:1481
1523
#: ../scripts/bts.pl:1486
1524
1524
msgid "B<merge> I<bug> I<bug> [I<bug> ...]"
1527
1527
#. type: textblock
1528
#: ../scripts/bts.pl:1483
1528
#: ../scripts/bts.pl:1488
1529
1529
msgid "Merge a set of bugs together."
1533
#: ../scripts/bts.pl:1498
1533
#: ../scripts/bts.pl:1503
1534
1534
msgid "B<forcemerge> I<bug> I<bug> [I<bug> ...]"
1537
1537
#. type: textblock
1538
#: ../scripts/bts.pl:1500
1538
#: ../scripts/bts.pl:1505
1540
1540
"Forcibly merge a set of bugs together. The first I<bug> listed is the master "
1541
1541
"bug, and its settings (those which must be equal in a normal B<merge>) are "
1546
#: ../scripts/bts.pl:1518
1546
#: ../scripts/bts.pl:1523
1547
1547
msgid "B<unmerge> I<bug>"
1550
1550
#. type: textblock
1551
#: ../scripts/bts.pl:1520
1551
#: ../scripts/bts.pl:1525
1552
1552
msgid "Unmerge a I<bug>."
1556
#: ../scripts/bts.pl:1530
1556
#: ../scripts/bts.pl:1535
1557
1557
msgid "B<tag> I<bug> [B<+>|B<->|B<=>] I<tag> [I<tag> ...]"
1561
#: ../scripts/bts.pl:1532
1561
#: ../scripts/bts.pl:1537
1562
1562
msgid "B<tags> I<bug> [B<+>|B<->|B<=>] I<tag> [I<tag> ...]"
1565
1565
#. type: textblock
1566
#: ../scripts/bts.pl:1534
1566
#: ../scripts/bts.pl:1539
1568
1568
"Set or unset a I<tag> on a I<bug>. The tag may either be the exact tag name "
1569
1569
"or it may be abbreviated to any unique tag substring. (So using B<fixed> "
1630
1630
#. type: textblock
1631
#: ../scripts/bts.pl:1633
1631
#: ../scripts/bts.pl:1638
1632
1632
msgid "will remove all indications that I<bug> affects other packages."
1636
#: ../scripts/bts.pl:1666
1636
#: ../scripts/bts.pl:1671
1637
1637
msgid "B<user> I<email>"
1640
1640
#. type: textblock
1641
#: ../scripts/bts.pl:1668
1641
#: ../scripts/bts.pl:1673
1642
1642
msgid "Specify a user I<email> address before using the B<usertags> command."
1646
#: ../scripts/bts.pl:1684
1646
#: ../scripts/bts.pl:1689
1647
1647
msgid "B<usertag> I<bug> [B<+>|B<->|B<=>] I<tag> [I<tag> ...]"
1651
#: ../scripts/bts.pl:1686
1651
#: ../scripts/bts.pl:1691
1652
1652
msgid "B<usertags> I<bug> [B<+>|B<->|B<=>] I<tag> [I<tag> ...]"
1655
1655
#. type: textblock
1656
#: ../scripts/bts.pl:1688
1656
#: ../scripts/bts.pl:1693
1658
1658
"Set or unset a user tag on a I<bug>. The I<tag> must be the exact tag name "
1659
1659
"wanted; there are no defaults or checking of tag names. Multiple tags may "
1691
1691
#. type: textblock
1692
#: ../scripts/bts.pl:1732 ../scripts/bts.pl:1752
1692
#: ../scripts/bts.pl:1737 ../scripts/bts.pl:1757
1694
1694
"If no I<claim> is specified, the environment variable B<DEBEMAIL> or "
1695
1695
"B<EMAIL> (checked in that order) is used."
1699
#: ../scripts/bts.pl:1748
1699
#: ../scripts/bts.pl:1753
1700
1700
msgid "B<unclaim> I<bug> [I<claim>]"
1703
1703
#. type: textblock
1704
#: ../scripts/bts.pl:1750
1704
#: ../scripts/bts.pl:1755
1705
1705
msgid "Remove the record that you have claimed a bug."
1709
#: ../scripts/bts.pl:1768
1709
#: ../scripts/bts.pl:1773
1710
1710
msgid "B<severity> I<bug> I<severity>"
1713
1713
#. type: textblock
1714
#: ../scripts/bts.pl:1770
1714
#: ../scripts/bts.pl:1775
1716
1716
"Change the I<severity> of a I<bug>. Available severities are: B<wishlist>, "
1717
1717
"B<minor>, B<normal>, B<important>, B<serious>, B<grave>, B<critical>. The "
1722
#: ../scripts/bts.pl:1787
1722
#: ../scripts/bts.pl:1792
1723
1723
msgid "B<forwarded> I<bug> I<address>"
1726
1726
#. type: textblock
1727
#: ../scripts/bts.pl:1789
1727
#: ../scripts/bts.pl:1794
1729
1729
"Mark the I<bug> as forwarded to the given I<address> (usually an email "
1730
1730
"address or a URL for an upstream bug tracker)."
1734
#: ../scripts/bts.pl:1806
1734
#: ../scripts/bts.pl:1811
1735
1735
msgid "B<notforwarded> I<bug>"
1738
1738
#. type: textblock
1739
#: ../scripts/bts.pl:1808
1739
#: ../scripts/bts.pl:1813
1740
1740
msgid "Mark a I<bug> as not forwarded."
1744
#: ../scripts/bts.pl:1818
1744
#: ../scripts/bts.pl:1823
1745
1745
msgid "B<package> [I<package> ...]"
1748
1748
#. type: textblock
1749
#: ../scripts/bts.pl:1820
1749
#: ../scripts/bts.pl:1825
1751
1751
"The following commands will only apply to bugs against the listed "
1752
1752
"I<package>s; this acts as a safety mechanism for the BTS. If no packages "
1771
#: ../scripts/bts.pl:1847
1771
#: ../scripts/bts.pl:1852
1772
1772
msgid "B<date>"
1775
1775
#. type: textblock
1776
#: ../scripts/bts.pl:1849
1776
#: ../scripts/bts.pl:1854
1777
1777
msgid "Date the bug was submitted."
1781
#: ../scripts/bts.pl:1851
1781
#: ../scripts/bts.pl:1856
1782
1782
msgid "B<subject>"
1785
1785
#. type: textblock
1786
#: ../scripts/bts.pl:1853
1786
#: ../scripts/bts.pl:1858
1787
1787
msgid "Subject of the bug."
1791
#: ../scripts/bts.pl:1855
1791
#: ../scripts/bts.pl:1860
1792
1792
msgid "B<msgid>"
1795
1795
#. type: textblock
1796
#: ../scripts/bts.pl:1857
1796
#: ../scripts/bts.pl:1862
1797
1797
msgid "Message-id of the initial bug report."
1800
1800
#. type: textblock
1801
#: ../scripts/bts.pl:1869
1801
#: ../scripts/bts.pl:1874
1802
1802
msgid "Tags applied to the bug."
1805
1805
#. type: textblock
1806
#: ../scripts/bts.pl:1881
1806
#: ../scripts/bts.pl:1886
1807
1807
msgid "Bugs affecting this package."
1810
1810
#. type: textblock
1811
#: ../scripts/bts.pl:1891
1811
#: ../scripts/bts.pl:1896
1813
1813
"For example, to limit the set of bugs affected by the subsequent control "
1814
1814
"commands to those submitted by jrandomdeveloper@example.com and tagged "
1818
1818
#. type: textblock
1819
#: ../scripts/bts.pl:1895
1819
#: ../scripts/bts.pl:1900
1820
1820
msgid "bts limit submitter:jrandomdeveloper@example.com tag:wontfix"
1823
1823
#. type: textblock
1824
#: ../scripts/bts.pl:1900
1824
#: ../scripts/bts.pl:1905
1825
1825
msgid "bts limit package:foo severity:wishlist severity:minor"
1828
1828
#. type: textblock
1829
#: ../scripts/bts.pl:1902
1829
#: ../scripts/bts.pl:1907
1831
1831
"only applies the subsequent control commands to bugs of package foo with "
1832
1832
"either B<wishlist> or B<minor> severity."
1836
#: ../scripts/bts.pl:1977
1836
#: ../scripts/bts.pl:1982
1837
1837
msgid "B<owner> I<bug> I<owner-email>"
1840
1840
#. type: textblock
1841
#: ../scripts/bts.pl:1979
1841
#: ../scripts/bts.pl:1984
1843
1843
"Change the \"owner\" address of a I<bug>, with B<!> meaning `use the address "
1844
1844
"on the current email as the new owner address'."
1847
1847
#. type: textblock
1848
#: ../scripts/bts.pl:1982
1848
#: ../scripts/bts.pl:1987
1849
1849
msgid "The owner of a bug accepts responsibility for dealing with it."
1853
#: ../scripts/bts.pl:1993
1853
#: ../scripts/bts.pl:1998
1854
1854
msgid "B<noowner> I<bug>"
1857
1857
#. type: textblock
1858
#: ../scripts/bts.pl:1995
1858
#: ../scripts/bts.pl:2000
1859
1859
msgid "Mark a bug as having no \"owner\"."
1863
#: ../scripts/bts.pl:2005
1863
#: ../scripts/bts.pl:2010
1864
1864
msgid "B<subscribe> I<bug> [I<email>]"
1867
1867
#. type: textblock
1868
#: ../scripts/bts.pl:2007
1868
#: ../scripts/bts.pl:2012
1870
1870
"Subscribe the given I<email> address to the specified I<bug> report. If no "
1871
1871
"email address is specified, the environment variable B<DEBEMAIL> or B<EMAIL> "
1908
#: ../scripts/bts.pl:2060
1908
#: ../scripts/bts.pl:2065
1909
1909
msgid "B<reportspam> I<bug> ..."
1912
1912
#. type: textblock
1913
#: ../scripts/bts.pl:2062
1913
#: ../scripts/bts.pl:2067
1915
1915
"The B<reportspam> command allows you to report a I<bug> report as containing "
1916
1916
"spam. It saves one from having to go to the bug web page to do so."
1920
#: ../scripts/bts.pl:2098
1920
#: ../scripts/bts.pl:2103
1921
1921
msgid "B<spamreport> I<bug> ..."
1924
1924
#. type: textblock
1925
#: ../scripts/bts.pl:2100
1925
#: ../scripts/bts.pl:2105
1926
1926
msgid "B<spamreport> is a synonym for B<reportspam>."
1930
#: ../scripts/bts.pl:2108
1930
#: ../scripts/bts.pl:2113
1932
1932
"B<cache> [I<options>] [I<maint_email> | I<pkg> | B<src:>I<pkg> | "
1933
1933
"B<from:>I<submitter>]"
1937
#: ../scripts/bts.pl:2110
1937
#: ../scripts/bts.pl:2115
1939
1939
"B<cache> [I<options>] [B<release-critical> | B<release-critical/>... | B<RC>]"
1942
1942
#. type: textblock
1943
#: ../scripts/bts.pl:2112
1943
#: ../scripts/bts.pl:2117
1945
1945
"Generate or update a cache of bug reports for the given email address or "
1946
1946
"package. By default it downloads all bugs belonging to the email address in "
2042
#: ../scripts/bts.pl:2333
2042
#: ../scripts/bts.pl:2338
2043
2043
msgid "B<version>"
2046
2046
#. type: textblock
2047
#: ../scripts/bts.pl:2335
2047
#: ../scripts/bts.pl:2340
2048
2048
msgid "Display version and copyright information."
2052
#: ../scripts/bts.pl:2350
2052
#: ../scripts/bts.pl:2355
2053
2053
msgid "B<help>"
2056
2056
#. type: textblock
2057
#: ../scripts/bts.pl:2352
2057
#: ../scripts/bts.pl:2357
2059
2059
"Display a short summary of commands, suspiciously similar to parts of this "
2064
#: ../scripts/bts.pl:3987 ../scripts/debuild.1:86 ../scripts/diff2patches.1:40 ../scripts/pts-subscribe.1:34
2064
#: ../scripts/bts.pl:4014 ../scripts/debuild.1:86 ../scripts/diff2patches.1:40 ../scripts/pts-subscribe.1:34
2066
2066
msgid "ENVIRONMENT VARIABLES"
2070
#: ../scripts/bts.pl:3991
2070
#: ../scripts/bts.pl:4018
2071
2071
msgid "B<DEBEMAIL>"
2074
2074
#. type: textblock
2075
#: ../scripts/bts.pl:3993
2075
#: ../scripts/bts.pl:4020
2077
2077
"If this is set, the From: line in the email will be set to use this email "
2078
2078
"address instead of your normal email address (as would be determined by "
2096
#: ../scripts/bts.pl:4003
2096
#: ../scripts/bts.pl:4030
2097
2097
msgid "B<BROWSER>"
2100
2100
#. type: textblock
2101
#: ../scripts/bts.pl:4005
2101
#: ../scripts/bts.pl:4032
2103
2103
"If set, it specifies the browser to use for the B<show> and B<bugs> options. "
2104
2104
" See the description above."
2108
#: ../scripts/bts.pl:4010 ../scripts/dcontrol.pl:264 ../scripts/debc.1:92 ../scripts/debchange.1:392 ../scripts/debcheckout.pl:177 ../scripts/debclean.1:90 ../scripts/debcommit.pl:104 ../scripts/debdiff.1:169 ../scripts/debi.1:109 ../scripts/debrelease.1:105 ../scripts/debrsign.1:57 ../scripts/debsign.1:106 ../scripts/debuild.1:290 ../scripts/dget.pl:631 ../scripts/dpkg-depcheck.1:102 ../scripts/dscverify.1:42 ../scripts/grep-excuses.1:28 ../scripts/licensecheck.pl:96 ../scripts/mass-bug.pl:132 ../scripts/nmudiff.1:79 ../scripts/plotchangelog.1:106 ../scripts/pts-subscribe.1:42 ../scripts/rmadison.pl:293 ../scripts/uscan.1:493 ../scripts/uupdate.1:88 ../scripts/who-uploads.1:50
2108
#: ../scripts/bts.pl:4037 ../scripts/dcontrol.pl:266 ../scripts/debc.1:92 ../scripts/debchange.1:392 ../scripts/debcheckout.pl:177 ../scripts/debclean.1:90 ../scripts/debcommit.pl:104 ../scripts/debdiff.1:175 ../scripts/debi.1:109 ../scripts/debrelease.1:105 ../scripts/debrsign.1:57 ../scripts/debsign.1:106 ../scripts/debuild.1:290 ../scripts/dget.pl:663 ../scripts/dpkg-depcheck.1:102 ../scripts/dscverify.1:42 ../scripts/grep-excuses.1:35 ../scripts/licensecheck.pl:97 ../scripts/mass-bug.pl:132 ../scripts/nmudiff.1:79 ../scripts/plotchangelog.1:106 ../scripts/pts-subscribe.1:42 ../scripts/rmadison.pl:321 ../scripts/uscan.1:493 ../scripts/uupdate.1:88 ../scripts/who-uploads.1:50
2110
2110
msgid "CONFIGURATION VARIABLES"
2113
2113
#. type: textblock
2114
#: ../scripts/bts.pl:4012 ../scripts/debcommit.pl:106 ../scripts/licensecheck.pl:98 ../scripts/mass-bug.pl:134
2114
#: ../scripts/bts.pl:4039 ../scripts/debcommit.pl:106 ../scripts/licensecheck.pl:99 ../scripts/mass-bug.pl:134
2116
2116
"The two configuration files F</etc/devscripts.conf> and F<~/.devscripts> are "
2117
2117
"sourced by a shell in that order to set configuration variables. Command "
2181
#: ../scripts/bts.pl:4049
2181
#: ../scripts/bts.pl:4076
2182
2182
msgid "B<BTS_MAIL_READER>"
2185
2185
#. type: textblock
2186
#: ../scripts/bts.pl:4051
2186
#: ../scripts/bts.pl:4078
2188
2188
"If this is set, specifies a mail reader to use instead of B<mutt>. Same as "
2189
2189
"the B<--mailreader> command line option."
2193
#: ../scripts/bts.pl:4054 ../scripts/mass-bug.pl:142 ../scripts/nmudiff.1:104
2193
#: ../scripts/bts.pl:4081 ../scripts/mass-bug.pl:142 ../scripts/nmudiff.1:104
2195
2195
msgid "B<BTS_SENDMAIL_COMMAND>"
2198
2198
#. type: textblock
2199
#: ../scripts/bts.pl:4056 ../scripts/mass-bug.pl:144
2199
#: ../scripts/bts.pl:4083 ../scripts/mass-bug.pl:144
2201
2201
"If this is set, specifies a B<sendmail> command to use instead of "
2202
2202
"F</usr/sbin/sendmail>. Same as the B<--sendmail> command line option."
2206
#: ../scripts/bts.pl:4059
2206
#: ../scripts/bts.pl:4086
2207
2207
msgid "B<BTS_ONLY_NEW>"
2210
2210
#. type: textblock
2211
#: ../scripts/bts.pl:4061
2211
#: ../scripts/bts.pl:4088
2213
2213
"Download only new bugs when caching. Do not check for updates in bugs we "
2214
2214
"already have. The default is B<no>. Same as the B<--only-new> command line "
2231
2231
#. type: textblock
2232
#: ../scripts/bts.pl:4071
2232
#: ../scripts/bts.pl:4098
2234
2234
"Note that this option takes priority over B<BTS_SENDMAIL_COMMAND> if both "
2235
2235
"are set, unless the B<--sendmail> option is used."
2239
#: ../scripts/bts.pl:4074
2239
#: ../scripts/bts.pl:4101
2240
2240
msgid "B<BTS_SMTP_AUTH_USERNAME>, B<BTS_SMTP_AUTH_PASSWORD>"
2243
2243
#. type: textblock
2244
#: ../scripts/bts.pl:4076
2244
#: ../scripts/bts.pl:4103
2246
2246
"If these options are set, then it is the same as the B<--smtp-username> and "
2247
2247
"B<--smtp-password> options being used."
2251
#: ../scripts/bts.pl:4079
2251
#: ../scripts/bts.pl:4106
2252
2252
msgid "B<BTS_SMTP_HELO>"
2255
2255
#. type: textblock
2256
#: ../scripts/bts.pl:4081
2256
#: ../scripts/bts.pl:4108
2257
2257
msgid "Same as the B<--smtp-helo> command line option."
2261
#: ../scripts/bts.pl:4083
2261
#: ../scripts/bts.pl:4110
2262
2262
msgid "B<BTS_INCLUDE_RESOLVED>"
2265
2265
#. type: textblock
2266
#: ../scripts/bts.pl:4085
2266
#: ../scripts/bts.pl:4112
2268
2268
"If this is set to B<no>, then it is the same as the B<--no-include-resolved> "
2269
2269
"command line parameter being used. Only has an effect on the B<cache> "
2275
#: ../scripts/bts.pl:4090
2275
#: ../scripts/bts.pl:4117
2276
2276
msgid "B<BTS_SUPPRESS_ACKS>"
2279
2279
#. type: textblock
2280
#: ../scripts/bts.pl:4092
2280
#: ../scripts/bts.pl:4119
2282
2282
"If this is set to B<yes>, then it is the same as the B<--no-ack> command "
2283
2283
"line parameter being used. The default is B<no>."
2287
#: ../scripts/bts.pl:4095
2287
#: ../scripts/bts.pl:4122
2288
2288
msgid "B<BTS_INTERACTIVE>"
2291
2291
#. type: textblock
2292
#: ../scripts/bts.pl:4097
2292
#: ../scripts/bts.pl:4124
2294
2294
"If this is set to B<yes> or B<force>, then it is the same as the B<--"
2295
2295
"interactive> or B<--force-interactive> command line parameter being used. "
4150
4150
#. type: =head1
4151
#: ../scripts/dcontrol.pl:214
4151
#: ../scripts/dcontrol.pl:216
4152
4152
msgid "MODIFIERS"
4155
4155
#. type: textblock
4156
#: ../scripts/dcontrol.pl:216
4156
#: ../scripts/dcontrol.pl:218
4157
4157
msgid "Like B<apt-cache>, packages can be suffixed by modifiers:"
4161
#: ../scripts/dcontrol.pl:220
4161
#: ../scripts/dcontrol.pl:222
4162
4162
msgid "B<=>I<version>"
4165
4165
#. type: textblock
4166
#: ../scripts/dcontrol.pl:222
4166
#: ../scripts/dcontrol.pl:224
4167
4167
msgid "Exact version match"
4171
#: ../scripts/dcontrol.pl:224
4171
#: ../scripts/dcontrol.pl:226
4172
4172
msgid "B<@>I<architecture>"
4175
4175
#. type: textblock
4176
#: ../scripts/dcontrol.pl:226
4176
#: ../scripts/dcontrol.pl:228
4178
4178
"Query this only architecture. Use B<@source> for source packages, B<@binary> "
4179
4179
"excludes source packages."
4183
#: ../scripts/dcontrol.pl:229
4183
#: ../scripts/dcontrol.pl:231
4184
4184
msgid "B</>[I<archive>B<:>][I<suite>][B</>I<component>]"
4187
4187
#. type: textblock
4188
#: ../scripts/dcontrol.pl:231
4188
#: ../scripts/dcontrol.pl:233
4190
4190
"Restrict to I<archive> (debian, debian-backports, debian-security, debian-"
4191
4191
"volatile), I<suite> (always codenames, with the exception of experimental), "
4205
#: ../scripts/dcontrol.pl:246
4205
#: ../scripts/dcontrol.pl:248
4206
4206
msgid "B<-s>, B<--show-suites>"
4209
4209
#. type: textblock
4210
#: ../scripts/dcontrol.pl:248
4210
#: ../scripts/dcontrol.pl:250
4211
4211
msgid "Add headers showing which distribution the control file is from."
4214
4214
#. type: textblock
4215
#: ../scripts/dcontrol.pl:252
4215
#: ../scripts/dcontrol.pl:254
4216
4216
msgid "Print URL queried."
4219
4219
#. type: textblock
4220
#: ../scripts/dcontrol.pl:256 ../scripts/dget.pl:623
4220
#: ../scripts/dcontrol.pl:258 ../scripts/dget.pl:655
4221
4221
msgid "Show a help message."
4225
#: ../scripts/dcontrol.pl:258 ../scripts/dd-list.1:96 ../scripts/dget.pl:625 ../scripts/getbuildlog.1:28
4225
#: ../scripts/dcontrol.pl:260 ../scripts/dd-list.1:96 ../scripts/dget.pl:657 ../scripts/getbuildlog.1:28
4227
4227
msgid "B<-V>, B<--version>"
4230
4230
#. type: textblock
4231
#: ../scripts/dcontrol.pl:260 ../scripts/dget.pl:627
4231
#: ../scripts/dcontrol.pl:262 ../scripts/dget.pl:659
4232
4232
msgid "Show version information."
4235
4235
#. type: textblock
4236
#: ../scripts/dcontrol.pl:266 ../scripts/dget.pl:633
4236
#: ../scripts/dcontrol.pl:268 ../scripts/dget.pl:665
4238
4238
"The two configuration files F</etc/devscripts.conf> and F<~/.devscripts> are "
4239
4239
"sourced by a shell in that order to set configuration variables. Command "
6835
#: ../scripts/debdiff.1:163
6835
#: ../scripts/debdiff.1:169
6837
6837
msgid "B<--quiet>, B<-q>"
6840
6840
#. type: Plain text
6841
#: ../scripts/debdiff.1:166
6841
#: ../scripts/debdiff.1:172
6842
6842
msgid "Be quiet if no differences were found."
6846
#: ../scripts/debdiff.1:166
6846
#: ../scripts/debdiff.1:172
6848
6848
msgid "B<--ignore-space>, B<-w>"
6851
6851
#. type: Plain text
6852
#: ../scripts/debdiff.1:169
6852
#: ../scripts/debdiff.1:175
6853
6853
msgid "Ignore whitespace in diffs."
6856
6856
#. type: Plain text
6857
#: ../scripts/debdiff.1:175
6857
#: ../scripts/debdiff.1:181
6859
6859
"The two configuration files I</etc/devscripts.conf> and I<~/.devscripts> are "
6860
6860
"sourced by a shell in that order to set configuration variables. Command "
6867
#: ../scripts/debdiff.1:175
6867
#: ../scripts/debdiff.1:181
6869
6869
msgid "B<DEBDIFF_DIRS>"
6872
6872
#. type: Plain text
6873
#: ../scripts/debdiff.1:179
6873
#: ../scripts/debdiff.1:185
6875
6875
"If this is set to I<yes>, then it is the same as the B<--dirs> command line "
6876
6876
"parameter being used."
6880
#: ../scripts/debdiff.1:179
6880
#: ../scripts/debdiff.1:185
6882
6882
msgid "B<DEBDIFF_CONTROL>"
6885
6885
#. type: Plain text
6886
#: ../scripts/debdiff.1:184
6886
#: ../scripts/debdiff.1:190
6888
6888
"If this is set to I<no>, then it is the same as the B<--nocontrol> command "
6889
6889
"line parameter being used. The default is I<yes>."
6893
#: ../scripts/debdiff.1:184
6893
#: ../scripts/debdiff.1:190
6895
6895
msgid "B<DEBDIFF_CONTROLFILES>"
6898
6898
#. type: Plain text
6899
#: ../scripts/debdiff.1:189
6899
#: ../scripts/debdiff.1:195
6901
6901
"Which control files to compare, corresponding to the B<--controlfiles> "
6902
6902
"command line option. The default is I<control>."
6906
#: ../scripts/debdiff.1:189
6906
#: ../scripts/debdiff.1:195
6908
6908
msgid "B<DEBDIFF_SHOW_MOVED>"
6911
6911
#. type: Plain text
6912
#: ../scripts/debdiff.1:193
6912
#: ../scripts/debdiff.1:199
6914
6914
"If this is set to I<yes>, then it is the same as the B<--show-moved> command "
6915
6915
"line parameter being used."
6919
#: ../scripts/debdiff.1:193
6919
#: ../scripts/debdiff.1:199
6921
6921
msgid "B<DEBDIFF_WDIFF_OPT>"
6924
6924
#. type: Plain text
6925
#: ../scripts/debdiff.1:197
6925
#: ../scripts/debdiff.1:203
6927
6927
"This option will be passed to B<wdiff>; it should be one of B<-p>, B<-l> or "
6932
#: ../scripts/debdiff.1:197
6932
#: ../scripts/debdiff.1:203
6934
6934
msgid "B<DEBDIFF_SHOW_DIFFSTAT>"
6937
6937
#. type: Plain text
6938
#: ../scripts/debdiff.1:201
6938
#: ../scripts/debdiff.1:207
6940
6940
"If this is set to I<yes>, then it is the same as the B<--diffstat> command "
6941
6941
"line parameter being used."
6945
#: ../scripts/debdiff.1:201
6945
#: ../scripts/debdiff.1:207
6947
6947
msgid "B<DEBDIFF_WDIFF_SOURCE_CONTROL>"
6950
6950
#. type: Plain text
6951
#: ../scripts/debdiff.1:205
6951
#: ../scripts/debdiff.1:211
6953
6953
"If this is set to I<yes>, then it is the same as the B<--wdiff-source-"
6954
6954
"control> command line parameter being used."
6958
#: ../scripts/debdiff.1:205
6958
#: ../scripts/debdiff.1:211
6960
6960
msgid "B<DEBDIFF_AUTO_VER_SORT>"
6963
6963
#. type: Plain text
6964
#: ../scripts/debdiff.1:209
6964
#: ../scripts/debdiff.1:215
6966
6966
"If this is set to I<yes>, then it is the same as the B<--auto-ver-sort> "
6967
6967
"command line parameter being used."
6971
#: ../scripts/debdiff.1:209
6971
#: ../scripts/debdiff.1:215
6973
6973
msgid "B<DEBDIFF_UNPACK_TARBALLS>"
6976
6976
#. type: Plain text
6977
#: ../scripts/debdiff.1:213
6977
#: ../scripts/debdiff.1:219
6979
6979
"If this is set to I<no>, then it is the same as the B<--no-unpack-tarballs> "
6980
6980
"command line parameter being used."
6983
6983
#. type: Plain text
6984
#: ../scripts/debdiff.1:217
6984
#: ../scripts/debdiff.1:233
6986
6986
"Normally the exit value will be 0 if no differences are reported and 1 if "
6987
6987
"any are reported. If there is some fatal error, the exit code will be 255."
10140
10140
#. type: textblock
10141
#: ../scripts/dget.pl:510
10141
#: ../scripts/dget.pl:540
10142
10142
msgid "dget -- Download Debian source and binary packages"
10145
10145
#. type: =item
10146
#: ../scripts/dget.pl:516
10146
#: ../scripts/dget.pl:546
10147
10147
msgid "B<dget> [I<options>] I<URL> ..."
10150
10150
#. type: =item
10151
#: ../scripts/dget.pl:518
10151
#: ../scripts/dget.pl:548
10152
10152
msgid "B<dget> [I<options>] [B<--all>] I<package>[B<=>I<version>] ..."
10155
10155
#. type: textblock
10156
#: ../scripts/dget.pl:524
10156
#: ../scripts/dget.pl:554
10158
10158
"B<dget> downloads Debian packages. In the first form, B<dget> fetches the "
10159
10159
"requested URLs. If this is a .dsc or .changes file, then B<dget> acts as a "
10223
10223
#. type: =item
10224
#: ../scripts/dget.pl:572
10224
#: ../scripts/dget.pl:604
10225
10225
msgid "B<-b>, B<--backup>"
10228
10228
#. type: textblock
10229
#: ../scripts/dget.pl:574
10229
#: ../scripts/dget.pl:606
10230
10230
msgid "Move files that would be overwritten to I<./backup>."
10233
10233
#. type: textblock
10234
#: ../scripts/dget.pl:578
10234
#: ../scripts/dget.pl:610
10235
10235
msgid "Suppress B<wget>/B<curl> non-error output."
10238
10238
#. type: =item
10239
#: ../scripts/dget.pl:580 ../scripts/origtargz.pl:129
10239
#: ../scripts/dget.pl:612 ../scripts/origtargz.pl:129
10240
10240
msgid "B<-d>, B<--download-only>"
10243
10243
#. type: textblock
10244
#: ../scripts/dget.pl:582
10244
#: ../scripts/dget.pl:614
10246
10246
"Do not run B<dpkg-source -x> on the downloaded source package. This can "
10247
10247
"only be used with the first method of calling B<dget>."
10250
10250
#. type: =item
10251
#: ../scripts/dget.pl:585
10251
#: ../scripts/dget.pl:617
10252
10252
msgid "B<-x>, B<--extract>"
10255
10255
#. type: textblock
10256
#: ../scripts/dget.pl:587
10256
#: ../scripts/dget.pl:619
10258
10258
"Run B<dpkg-source -x> on the downloaded source package to unpack it. This "
10259
10259
"option is the default and can only be used with the first method of calling "
10263
10263
#. type: =item
10264
#: ../scripts/dget.pl:591
10264
#: ../scripts/dget.pl:623
10265
10265
msgid "B<-u>, B<--allow-unauthenticated>"
10268
10268
#. type: textblock
10269
#: ../scripts/dget.pl:593
10269
#: ../scripts/dget.pl:625
10271
10271
"Do not attempt to verify the integrity of downloaded source packages using "
10272
10272
"B<dscverify>."
10275
10275
#. type: =item
10276
#: ../scripts/dget.pl:596
10276
#: ../scripts/dget.pl:628
10277
10277
msgid "B<--build>"
10280
10280
#. type: textblock
10281
#: ../scripts/dget.pl:598
10281
#: ../scripts/dget.pl:630
10282
10282
msgid "Run B<dpkg-buildpackage -b -uc> on the downloaded source package."
10285
10285
#. type: =item
10286
#: ../scripts/dget.pl:600
10286
#: ../scripts/dget.pl:632
10287
10287
msgid "B<--path> I<DIR>[B<:>I<DIR> ...]"
10290
10290
#. type: textblock
10291
#: ../scripts/dget.pl:602
10291
#: ../scripts/dget.pl:634
10293
10293
"In addition to I</var/cache/apt/archives>, B<dget> uses the colon-separated "
10294
10294
"list given as argument to B<--path> to find files with a matching md5sum. "
10303
10303
#. type: =item
10304
#: ../scripts/dget.pl:613
10304
#: ../scripts/dget.pl:645
10305
10305
msgid "B<--insecure>"
10308
10308
#. type: textblock
10309
#: ../scripts/dget.pl:615
10309
#: ../scripts/dget.pl:647
10310
10310
msgid "Allow SSL connections to untrusted hosts."
10313
10313
#. type: =item
10314
#: ../scripts/dget.pl:617
10314
#: ../scripts/dget.pl:649
10315
10315
msgid "B<--no-cache>"
10318
10318
#. type: textblock
10319
#: ../scripts/dget.pl:619
10319
#: ../scripts/dget.pl:651
10321
10321
"Bypass server-side HTTP caches by sending a B<Pragma: no-cache> header."
10324
10324
#. type: =item
10325
#: ../scripts/dget.pl:641
10325
#: ../scripts/dget.pl:673
10326
10326
msgid "B<DGET_PATH>"
10329
10329
#. type: textblock
10330
#: ../scripts/dget.pl:643
10330
#: ../scripts/dget.pl:675
10332
10332
"This can be set to a colon-separated list of directories in which to search "
10333
10333
"for files in addition to the default I</var/cache/apt/archives>. It has the "
10337
10337
#. type: =item
10338
#: ../scripts/dget.pl:648
10338
#: ../scripts/dget.pl:680
10339
10339
msgid "B<DGET_UNPACK>"
10342
10342
#. type: textblock
10343
#: ../scripts/dget.pl:650
10343
#: ../scripts/dget.pl:682
10345
10345
"Set to 'no' to disable extracting downloaded source packages. Default is "
10349
10349
#. type: =item
10350
#: ../scripts/dget.pl:653
10350
#: ../scripts/dget.pl:685
10351
10351
msgid "B<DGET_VERIFY>"
10354
10354
#. type: textblock
10355
#: ../scripts/dget.pl:655
10355
#: ../scripts/dget.pl:687
10357
10357
"Set to 'no' to disable checking signatures of downloaded source packages. "
10358
10358
"Default is 'yes'."
10361
10361
#. type: textblock
10362
#: ../scripts/dget.pl:662
10362
#: ../scripts/dget.pl:694
10364
10364
"Download all I<.deb> files for the previous version of a package and run "
10365
10365
"B<debdiff> on them:"
10368
10368
#. type: verbatim
10369
#: ../scripts/dget.pl:665
10369
#: ../scripts/dget.pl:697
10372
10372
" dget --all mypackage=1.2-1\n"
10377
10377
#. type: =head1
10378
#: ../scripts/dget.pl:668
10378
#: ../scripts/dget.pl:700
10379
10379
msgid "BUGS AND COMPATIBILITY"
10382
10382
#. type: textblock
10383
#: ../scripts/dget.pl:670
10383
#: ../scripts/dget.pl:702
10384
10384
msgid "B<dget> I<package> should be implemented in B<apt-get install -d>."
10387
10387
#. type: textblock
10388
#: ../scripts/dget.pl:672
10388
#: ../scripts/dget.pl:704
10390
10390
"Before devscripts version 2.10.17, the default was not to extract the "
10391
10391
"downloaded source. Set DGET_UNPACK=no to revert to the old behaviour."
10394
10394
#. type: textblock
10395
#: ../scripts/dget.pl:677
10395
#: ../scripts/dget.pl:709
10397
10397
"This program is Copyright (C) 2005-2013 by Christoph Berg <myon@debian.org>. "
10398
10398
" Modifications are Copyright (C) 2005-06 by Julian Gilbey <jdg@debian.org>."
10401
10401
#. type: textblock
10402
#: ../scripts/dget.pl:685
10402
#: ../scripts/dget.pl:717
10404
10404
"B<apt-get>(1), B<curl>(1), B<debcheckout>(1), B<debdiff>(1), B<dpkg-"
10405
10405
"source>(1), B<wget>(1)"
11393
11393
#. type: Plain text
11394
#: ../scripts/grep-excuses.1:25 ../scripts/whodepends.1:14
11394
#: ../scripts/grep-excuses.1:26 ../scripts/whodepends.1:14
11395
11395
msgid "Show a brief usage message."
11399
#: ../scripts/grep-excuses.1:34
11399
#: ../scripts/grep-excuses.1:41
11401
11401
msgid "B<GREP_EXCUSES_MAINTAINER>"
11404
11404
#. type: Plain text
11405
#: ../scripts/grep-excuses.1:38
11405
#: ../scripts/grep-excuses.1:45
11407
11407
"The default maintainer, email or package to grep for if none is specified on "
11408
11408
"the command line."
11411
11411
#. type: Plain text
11412
#: ../scripts/grep-excuses.1:40 ../scripts/plotchangelog.1:126
11412
#: ../scripts/grep-excuses.1:47 ../scripts/plotchangelog.1:126
11413
11413
msgid "B<devscripts.conf>(5)"
11416
11416
#. type: Plain text
11417
#: ../scripts/grep-excuses.1:42
11417
#: ../scripts/grep-excuses.1:49
11419
11419
"Joey Hess E<lt>joeyh@debian.orgE<gt>; modifications by Julian Gilbey "
11420
11420
"E<lt>jdg@debian.orgE<gt>."
11423
11423
#. type: textblock
11424
#: ../scripts/licensecheck.pl:24
11424
#: ../scripts/licensecheck.pl:25
11425
11425
msgid "licensecheck - simple license checker for source files"
11428
11428
#. type: textblock
11429
#: ../scripts/licensecheck.pl:28
11429
#: ../scripts/licensecheck.pl:29
11430
11430
msgid "B<licensecheck> B<--help>|B<--version>"
11433
11433
#. type: textblock
11434
#: ../scripts/licensecheck.pl:30
11434
#: ../scripts/licensecheck.pl:31
11436
11436
"B<licensecheck> [B<--no-conf>] [B<--verbose>] [B<--copyright>] [B<-l>|B<--"
11437
11437
"lines=>I<N>] [B<-i>|B<--ignore=>I<regex>] [B<-c>|B<--check=>I<regex>] [B<-"
11450
11450
#. type: textblock
11451
#: ../scripts/licensecheck.pl:41
11451
#: ../scripts/licensecheck.pl:42
11453
11453
"If any of the arguments passed are directories, B<licensecheck> will add the "
11454
11454
"files contained within to the list of files to process."
11457
11457
#. type: =item
11458
#: ../scripts/licensecheck.pl:48
11458
#: ../scripts/licensecheck.pl:49
11459
11459
msgid "B<--verbose>, B<--no-verbose>"
11462
11462
#. type: textblock
11463
#: ../scripts/licensecheck.pl:50
11463
#: ../scripts/licensecheck.pl:51
11465
11465
"Specify whether to output the text being processed from each file before the "
11466
11466
"corresponding license information."
11469
11469
#. type: textblock
11470
#: ../scripts/licensecheck.pl:53
11470
#: ../scripts/licensecheck.pl:54
11471
11471
msgid "Default is to be quiet."
11474
11474
#. type: =item
11475
#: ../scripts/licensecheck.pl:55
11475
#: ../scripts/licensecheck.pl:56
11476
11476
msgid "B<-l=>I<N>, B<--lines=>I<N>"
11479
11479
#. type: textblock
11480
#: ../scripts/licensecheck.pl:57
11480
#: ../scripts/licensecheck.pl:58
11482
11482
"Specify the number of lines of each file's header which should be parsed for "
11483
11483
"license information. (Default is 60)."
11486
11486
#. type: =item
11487
#: ../scripts/licensecheck.pl:60
11487
#: ../scripts/licensecheck.pl:61
11488
11488
msgid "B<-i=>I<regex>, B<--ignore=>I<regex>"
11491
11491
#. type: textblock
11492
#: ../scripts/licensecheck.pl:62
11492
#: ../scripts/licensecheck.pl:63
11494
11494
"When processing the list of files and directories, the regular expression "
11495
11495
"specified by this option will be used to indicate those which should not be "
11499
11499
#. type: =item
11500
#: ../scripts/licensecheck.pl:66
11500
#: ../scripts/licensecheck.pl:67
11501
11501
msgid "B<-r>, B<--recursive>"
11504
11504
#. type: textblock
11505
#: ../scripts/licensecheck.pl:68
11505
#: ../scripts/licensecheck.pl:69
11506
11506
msgid "Specify that the contents of directories should be added recursively."
11509
11509
#. type: =item
11510
#: ../scripts/licensecheck.pl:71
11510
#: ../scripts/licensecheck.pl:72
11511
11511
msgid "B<-c=>I<regex>, B<--check=>I<regex>"
11514
11514
#. type: textblock
11515
#: ../scripts/licensecheck.pl:73
11515
#: ../scripts/licensecheck.pl:74
11517
11517
"Specify a pattern against which filenames will be matched in order to decide "
11518
11518
"which files to check the license of."
11521
11521
#. type: textblock
11522
#: ../scripts/licensecheck.pl:76
11522
#: ../scripts/licensecheck.pl:77
11523
11523
msgid "The default includes common source files."
11526
11526
#. type: =item
11527
#: ../scripts/licensecheck.pl:78
11527
#: ../scripts/licensecheck.pl:79
11528
11528
msgid "B<--copyright>"
11531
11531
#. type: textblock
11532
#: ../scripts/licensecheck.pl:80
11532
#: ../scripts/licensecheck.pl:81
11533
11533
msgid "Also display copyright text found within the file"
11536
11536
#. type: =item
11537
#: ../scripts/licensecheck.pl:82
11537
#: ../scripts/licensecheck.pl:83
11538
11538
msgid "B<-m>, B<--machine>"
11541
11541
#. type: textblock
11542
#: ../scripts/licensecheck.pl:84
11542
#: ../scripts/licensecheck.pl:85
11544
11544
"Display the information in a machine readable way, i.e. in the form "
11545
11545
"<file><tab><license>[<tab><copyright>] so that it can be easily sorted "
11550
11550
#. type: textblock
11551
#: ../scripts/licensecheck.pl:91
11551
#: ../scripts/licensecheck.pl:92
11553
11553
"Do not read any configuration files. This can only be used as the first "
11554
11554
"option given on the command line."
11557
11557
#. type: =item
11558
#: ../scripts/licensecheck.pl:106
11558
#: ../scripts/licensecheck.pl:107
11559
11559
msgid "B<LICENSECHECK_VERBOSE>"
11562
11562
#. type: textblock
11563
#: ../scripts/licensecheck.pl:108
11563
#: ../scripts/licensecheck.pl:109
11565
11565
"If this is set to I<yes>, then it is the same as the B<--verbose> command "
11566
11566
"line parameter being used. The default is I<no>."
11569
11569
#. type: =item
11570
#: ../scripts/licensecheck.pl:111
11570
#: ../scripts/licensecheck.pl:112
11571
11571
msgid "B<LICENSECHECK_PARSELINES>"
11574
11574
#. type: textblock
11575
#: ../scripts/licensecheck.pl:113
11575
#: ../scripts/licensecheck.pl:114
11577
11577
"If this is set to a positive number then the specified number of lines at "
11578
11578
"the start of each file will be read whilst attempting to determine the "
13313
13313
#. type: =item
13314
#: ../scripts/rmadison.pl:225
13314
#: ../scripts/rmadison.pl:253
13315
13315
msgid "B<-a>, B<--architecture=>I<ARCH>"
13318
13318
#. type: textblock
13319
#: ../scripts/rmadison.pl:227
13319
#: ../scripts/rmadison.pl:255
13320
13320
msgid "only show info for ARCH(s)"
13323
13323
#. type: =item
13324
#: ../scripts/rmadison.pl:229
13324
#: ../scripts/rmadison.pl:257
13325
13325
msgid "B<-b>, B<--binary-type=>I<TYPE>"
13328
13328
#. type: textblock
13329
#: ../scripts/rmadison.pl:231
13329
#: ../scripts/rmadison.pl:259
13330
13330
msgid "only show info for binary TYPE"
13333
13333
#. type: =item
13334
#: ../scripts/rmadison.pl:233
13334
#: ../scripts/rmadison.pl:261
13335
13335
msgid "B<-c>, B<--component=>I<COMPONENT>"
13338
13338
#. type: textblock
13339
#: ../scripts/rmadison.pl:235
13339
#: ../scripts/rmadison.pl:263
13340
13340
msgid "only show info for COMPONENT(s)"
13343
13343
#. type: =item
13344
#: ../scripts/rmadison.pl:237
13344
#: ../scripts/rmadison.pl:265
13345
13345
msgid "B<-g>, B<--greaterorequal>"
13348
13348
#. type: textblock
13349
#: ../scripts/rmadison.pl:239
13349
#: ../scripts/rmadison.pl:267
13350
13350
msgid "show buildd 'dep-wait pkg >= {highest version}' info"
13353
13353
#. type: =item
13354
#: ../scripts/rmadison.pl:241
13354
#: ../scripts/rmadison.pl:269
13355
13355
msgid "B<-G>, B<--greaterthan>"
13358
13358
#. type: textblock
13359
#: ../scripts/rmadison.pl:243
13359
#: ../scripts/rmadison.pl:271
13360
13360
msgid "show buildd 'dep-wait pkg >> {highest version}' info"
13363
13363
#. type: textblock
13364
#: ../scripts/rmadison.pl:247
13364
#: ../scripts/rmadison.pl:275
13365
13365
msgid "show this help and exit"
13368
13368
#. type: =item
13369
#: ../scripts/rmadison.pl:249
13369
#: ../scripts/rmadison.pl:277
13370
13370
msgid "B<-s>, B<--suite=>I<SUITE>"
13373
13373
#. type: textblock
13374
#: ../scripts/rmadison.pl:251
13374
#: ../scripts/rmadison.pl:279
13375
13375
msgid "only show info for this suite"
13383
13383
#. type: textblock
13384
#: ../scripts/rmadison.pl:255
13384
#: ../scripts/rmadison.pl:283
13385
13385
msgid "treat PACKAGE as a regex"
13388
13388
#. type: textblock
13389
#: ../scripts/rmadison.pl:257
13389
#: ../scripts/rmadison.pl:285
13391
13391
"B<Note:> Since B<-r> can easily DoS the database (\"-r .\"), this option is "
13392
13392
"not supported by the CGI on qa.debian.org and most other installations."
13395
13395
#. type: =item
13396
#: ../scripts/rmadison.pl:260
13396
#: ../scripts/rmadison.pl:288
13397
13397
msgid "B<-S>, B<--source-and-binary>"
13400
13400
#. type: textblock
13401
#: ../scripts/rmadison.pl:262
13401
#: ../scripts/rmadison.pl:290
13402
13402
msgid "show info for the binary children of source pkgs"
13405
13405
#. type: =item
13406
#: ../scripts/rmadison.pl:264
13406
#: ../scripts/rmadison.pl:292
13407
13407
msgid "B<-t>, B<--time>"
13410
13410
#. type: textblock
13411
#: ../scripts/rmadison.pl:266
13411
#: ../scripts/rmadison.pl:294
13413
13413
"show projectb snapshot and reload time (not supported by all archives)"
13416
13416
#. type: =item
13417
#: ../scripts/rmadison.pl:268
13417
#: ../scripts/rmadison.pl:296
13418
13418
msgid "B<-u>, B<--url=>I<URL>[B<,>I<URL> ...]"
13435
13435
#. type: textblock
13436
#: ../scripts/rmadison.pl:277
13436
#: ../scripts/rmadison.pl:305
13438
13438
"See the B<RMADISON_URL_MAP_> variable below for a method to add new "
13439
13439
"shorthands."
13442
13442
#. type: textblock
13443
#: ../scripts/rmadison.pl:282
13443
#: ../scripts/rmadison.pl:310
13444
13444
msgid "show version and exit"
13447
13447
#. type: textblock
13448
#: ../scripts/rmadison.pl:286
13448
#: ../scripts/rmadison.pl:314
13449
13449
msgid "don't read the devscripts configuration files"
13452
13452
#. type: textblock
13453
#: ../scripts/rmadison.pl:290
13453
#: ../scripts/rmadison.pl:318
13455
13455
"ARCH, COMPONENT and SUITE can be comma (or space) separated lists, e.g. --"
13456
13456
"architecture=m68k,i386"
13459
13459
#. type: =item
13460
#: ../scripts/rmadison.pl:303
13460
#: ../scripts/rmadison.pl:331
13461
13461
msgid "B<RMADISON_URL_MAP_>I<SHORTHAND>=I<URL>"
13464
13464
#. type: textblock
13465
#: ../scripts/rmadison.pl:305
13465
#: ../scripts/rmadison.pl:333
13467
13467
"Add an entry to the set of shorthand URLs listed above. I<SHORTHAND> should "
13468
13468
"be replaced with the shorthand form to be used to refer to I<URL>."
13471
13471
#. type: textblock
13472
#: ../scripts/rmadison.pl:308
13472
#: ../scripts/rmadison.pl:336
13474
13474
"Multiple shorthand entries may be specified by using multiple "
13475
13475
"B<RMADISON_URL_MAP_*> variables."
13478
13478
#. type: =item
13479
#: ../scripts/rmadison.pl:311
13479
#: ../scripts/rmadison.pl:339
13480
13480
msgid "B<RMADISON_DEFAULT_URL>=I<URL>"
13842
13842
#. type: textblock
13843
#: ../scripts/tagpending.pl:97
13844
msgid "Check whether any bugs require tagging, but do not actually do so."
13843
13848
#: ../scripts/tagpending.pl:99
13844
msgid "Check whether any bugs require tagging, but do not actually do so."
13849
msgid "B<-s>, B<--silent>"
13848
13853
#: ../scripts/tagpending.pl:101
13849
msgid "B<-s>, B<--silent>"
13853
#: ../scripts/tagpending.pl:103
13854
13854
msgid "Do not output any messages."
13857
13857
#. type: textblock
13858
#: ../scripts/tagpending.pl:107
13858
#: ../scripts/tagpending.pl:105
13859
13859
msgid "List each bug checked and tagged in turn."
13862
13862
#. type: textblock
13863
#: ../scripts/tagpending.pl:109
13864
msgid "Do not query the BTS, but (re)tag all bugs closed in the changelog."
13863
13868
#: ../scripts/tagpending.pl:111
13864
msgid "Do not query the BTS, but (re)tag all bugs closed in the changelog."
13869
msgid "B<--comments>"
13868
13873
#: ../scripts/tagpending.pl:113
13869
msgid "B<--comments>"
13873
#: ../scripts/tagpending.pl:115
13875
13875
"Include the changelog header line and the entries relating to the tagged "
13876
13876
"bugs as comments in the generated mail. This is the default."
13879
13879
#. type: textblock
13880
#: ../scripts/tagpending.pl:118
13880
#: ../scripts/tagpending.pl:116
13882
13882
"Note that when used in combination with B<--to>, the header line output will "
13883
13883
"always be that of the most recent version."
13886
13886
#. type: =item
13887
#: ../scripts/tagpending.pl:119
13888
msgid "B<--no-comments>"
13887
13892
#: ../scripts/tagpending.pl:121
13888
msgid "B<--no-comments>"
13893
msgid "Do not include changelog entries in the generated mail."
13892
13897
#: ../scripts/tagpending.pl:123
13893
msgid "Do not include changelog entries in the generated mail."
13898
msgid "B<-c>, B<--confirm>"
13897
13902
#: ../scripts/tagpending.pl:125
13898
msgid "B<-c>, B<--confirm>"
13903
msgid "Tag bugs as both confirmed and pending."
13902
13907
#: ../scripts/tagpending.pl:127
13903
msgid "Tag bugs as both confirmed and pending."
13908
msgid "B<-t>, B<--to> I<version>"
13907
13912
#: ../scripts/tagpending.pl:129
13908
msgid "B<-t>, B<--to> I<version>"
13913
msgid "Parse changelogs for all versions strictly greater than I<version>."
13911
13916
#. type: textblock
13912
13917
#: ../scripts/tagpending.pl:131
13913
msgid "Parse changelogs for all versions strictly greater than I<version>."
13917
#: ../scripts/tagpending.pl:133
13918
13918
msgid "Equivalent to B<dpkg-parsechangelog>'s B<-v> option."
13921
13921
#. type: textblock
13922
#: ../scripts/tagpending.pl:137
13922
#: ../scripts/tagpending.pl:135
13924
13924
"Display the message which would be sent to the BTS and, except when B<--"
13925
13925
"noact> was used, prompt for confirmation before sending it."
13928
13928
#. type: =item
13929
#: ../scripts/tagpending.pl:138
13930
msgid "B<-w>, B<--wnpp>"
13929
13934
#: ../scripts/tagpending.pl:140
13930
msgid "B<-w>, B<--wnpp>"
13934
#: ../scripts/tagpending.pl:142
13936
13936
"For each bug that does not appear to belong to the current package, check "
13937
13937
"whether it is filed against wnpp. If so, tag it. This allows e.g. ITAs and "
16171
#: ../doc/wrap-and-sort.1:41
16171
#: ../doc/wrap-and-sort.1:43
16173
16173
msgid "B<-s>, B<--short-indent>"
16176
16176
#. type: Plain text
16177
#: ../doc/wrap-and-sort.1:45
16177
#: ../doc/wrap-and-sort.1:47
16179
16179
"Only indent wrapped lines by one space (default is in-line with the field "
16184
#: ../doc/wrap-and-sort.1:45
16184
#: ../doc/wrap-and-sort.1:47
16186
16186
msgid "B<-b>, B<--sort-binary-packages>"
16189
16189
#. type: Plain text
16190
#: ../doc/wrap-and-sort.1:48
16190
#: ../doc/wrap-and-sort.1:50
16191
16191
msgid "Sort binary package paragraphs by name."
16195
#: ../doc/wrap-and-sort.1:48
16195
#: ../doc/wrap-and-sort.1:50
16197
16197
msgid "B<-k>, B<--keep-first>"
16200
16200
#. type: Plain text
16201
#: ../doc/wrap-and-sort.1:54
16201
#: ../doc/wrap-and-sort.1:56
16203
16203
"When sorting binary package paragraphs, leave the first one at the top. "
16204
16204
"Unqualified B<debhelper>(7) configuration files are applied to the first "
16209
#: ../doc/wrap-and-sort.1:54
16209
#: ../doc/wrap-and-sort.1:56
16211
16211
msgid "B<-n>, B<--no-cleanup>"
16214
16214
#. type: Plain text
16215
#: ../doc/wrap-and-sort.1:57
16215
#: ../doc/wrap-and-sort.1:59
16216
16216
msgid "Do not remove trailing whitespaces."
16220
#: ../doc/wrap-and-sort.1:57
16220
#: ../doc/wrap-and-sort.1:59
16222
16222
msgid "B<-t>, B<--trailing-comma>"
16225
16225
#. type: Plain text
16226
#: ../doc/wrap-and-sort.1:62
16226
#: ../doc/wrap-and-sort.1:64
16228
16228
"Add a trailing comma at the end of the sorted fields. This minimizes future "
16229
16229
"differences in the VCS commits when additional dependencies are appended or "
16234
#: ../doc/wrap-and-sort.1:62
16234
#: ../doc/wrap-and-sort.1:64
16236
16236
msgid "B<-d >I<path>, B<--debian-directory=>I<path>"
16239
16239
#. type: Plain text
16240
#: ../doc/wrap-and-sort.1:65
16240
#: ../doc/wrap-and-sort.1:67
16241
16241
msgid "Location of the I<debian> directory (default: I<./debian>)."
16245
#: ../doc/wrap-and-sort.1:65
16245
#: ../doc/wrap-and-sort.1:67
16247
16247
msgid "B<-f >I<file>, B<--file=>I<file>"
16250
16250
#. type: Plain text
16251
#: ../doc/wrap-and-sort.1:70
16251
#: ../doc/wrap-and-sort.1:72
16253
16253
"Wrap and sort only the specified I<file>. You can specify this parameter "
16254
16254
"multiple times. All supported files will be processed if no files are "