X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=best-pkging-practices.dbk;h=0376b3aa9d189a38e00bd80d56d2751f65125733;hb=c860a39ea13f7d552fc940a546b01be70c09b3a0;hp=ffddc4fb8e0cab020aea73ba901c43177c4c8d87;hpb=e3cb6d3f6afc7f8ed94ea6021aa0f9b4fa0e5551;p=developers-reference.git diff --git a/best-pkging-practices.dbk b/best-pkging-practices.dbk index ffddc4f..0376b3a 100644 --- a/best-pkging-practices.dbk +++ b/best-pkging-practices.dbk @@ -789,7 +789,7 @@ If you don't do so, the whole template will not be translated as long as a translator will send you an update. -To unfuzzy translations, you can proceed the +To unfuzzy translations, you can proceed the following way: @@ -1446,7 +1446,7 @@ you avoid needless duplication of the same data into eleven or more .debs, one per each architecture. While this adds some extra overhead into the Packages files, it saves a lot of disk space on Debian mirrors. Separating out architecture-independent data also reduces processing -time of lintian or linda (see lintian (see ) when run over the entire Debian archive. @@ -1716,8 +1716,8 @@ Some debug packages may contain an entire special debugging build of a library or other binary, but most of them can save space and build time by instead containing separated debugging symbols that gdb can find and load on the fly when debugging a program or library. The convention in Debian is to keep these -symbols in /usr/lib/debug/path, where -path is the path to the executable or library. For +symbols in /usr/lib/debug/path, where +path is the path to the executable or library. For example, debugging symbols for /usr/bin/foo go in /usr/lib/debug/usr/bin/foo, and debugging symbols for /usr/lib/libfoo.so.1 go in