X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=blobdiff_plain;f=tools.dbk;h=70514dc867d433567dc8e82ed55d6dcf98c225bf;hp=7f356d361536a677d9c5362713494052567f5b0f;hb=d291c3aa43e7eca1303204812fe5323b6af9040d;hpb=814716374e1f5a0f0b59d1eeb3483c207e79d173 diff --git a/tools.dbk b/tools.dbk index 7f356d3..70514dc 100644 --- a/tools.dbk +++ b/tools.dbk @@ -26,7 +26,7 @@ exclusion of a competing tool. Most of the descriptions of these packages come from the actual package descriptions themselves. Further information can be found in the package documentation itself. You can also see more info with the command -apt-cache show <package-name>. +apt-cache show package-name.
Core tools @@ -58,7 +58,7 @@ role="package">debconf-doc package. Many feel that this system should be used for all packages which require -interactive configuration; see . . debconf is not currently required by Debian Policy, but that may change in the future. @@ -113,10 +113,10 @@ latest lintian output for the whole development distribution
-<systemitem role="package">debdiff</systemitem> +<command>debdiff</command> debdiff (from the devscripts package, ) +role="package">devscripts package, ) compares file lists and control files of two packages. It is a simple regression test, as it will help you notice if the number of binary packages has changed since the last upload, or if something has changed in the control @@ -182,7 +182,7 @@ The dh-make package contains dh_make, a program that creates a skeleton of files necessary to build a Debian package out of a source tree. As the name suggests, dh_make is a rewrite of debmake and its template files use dh_* programs +role="package">debmake and its template files use dh_* programs from debhelper. @@ -193,24 +193,6 @@ the package entirely functional and Policy-compliant.
-
-<systemitem role="package">yada</systemitem> - -yada is another packaging helper tool. -It uses a debian/packages file to auto-generate -debian/rules and other necessary files in the -debian/ subdirectory. The -debian/packages file contains instruction to build -packages and there is no need to create any Makefile -files. There is possibility to use macro engine similar to the one used in -SPECS files from RPM source packages. - - -For more informations see YADA site. - -
-
<systemitem role="package">equivs</systemitem> @@ -321,10 +303,10 @@ signature and checksums before uploading, and the possibility of running
-<systemitem role="package">dcut</systemitem> +<command>dcut</command> -The dcut script (part of the package - ) helps in removing files from the ftp upload directory. +The dcut script (part of the package dput, +) helps in removing files from the ftp upload directory.
@@ -415,10 +397,10 @@ latest entry in a debian/changelog file.
-<systemitem role="package">dpkg-depcheck</systemitem> +<command>dpkg-depcheck</command> dpkg-depcheck (from the devscripts package, ) +role="package">devscripts package, ) runs a command under strace to determine all the packages that were used by the said command. @@ -433,7 +415,9 @@ dpkg-depcheck -b debian/rules build dpkg-depcheck can also be used to check for run-time -dependencies, especially if your package uses exec(2) to run other programs. +dependencies, especially if your package uses +exec 2 +to run other programs. For more information please see