Codebase list debian-goodies / 06b1cdd
Fix some typos Suggested-by: codespell Suggested-by: spellintian Paul Wise 5 years ago
3 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
88 * find-dbgsym-packages:
99 + Ignore debug symbols that are in already installed packages
1010 + Detect debug symbols packages with no or bad meta-data
11 * Fix some typos
1112
1213 -- Axel Beckert <abe@debian.org> Sun, 03 Dec 2017 03:28:50 +0100
1314
7273 - Make some sanity checks to try to prevent simple errors
7374 - Add usage function
7475 - Make it try to download the manual page based on user's locale
75 and, if it fails, use the default (english) locale, as the
76 and, if it fails, use the default (English) locale, as the
7677 manual page claims
7778
7879 [ Nicolas Braud-Santoni ]
633634 files which are associated with a given package
634635 - adjust command line options in usage()
635636 (Closes: 497611)
636 * dpigs: Use script snipet provided by Aaron M. Ucko to make it possible
637 * dpigs: Use script snippet provided by Aaron M. Ucko to make it possible
637638 to group by source package, use a new (-S, --source) option.
638639 (Closes: 511349)
639640 * debget:
3535 =item B<-d> I<read>, B<--directories>=I<read>
3636
3737 B<dgrep> searches only in the "normal" files of a package. It skips all
38 directories and symlinks. Therefor the options of
38 directories and symlinks. Therefore the options of
3939 grep that are specific to directories are not supported.
4040
4141 =back
113113
114114 TESTED_URLS=""
115115 # be careful not to add too many entries in this loop, as each hit can
116 # take some time for the rountrip
116 # take some time for the round-trip
117117 for URL in "$BASE_URL/$DISTRIB_CODENAME/$PAGE$LOCDOT.gz" \
118118 "$BASE_URL/$DISTRIB_CODENAME/$PAGE.en.gz" \
119119 "$BASE_URL/$DISTRIB_CODENAME/$PAGE.gz" \