From 0c87acf25b4c07757402dfb0810c6404af0700f4 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:05:04 +0000 Subject: [PATCH] r149: Initial Import --- debian/changelog | 6 ++++++ debian/copyright | 2 +- dh_du.1 | 2 +- doc/README | 4 ++-- doc/TODO | 20 ++++++++++---------- doc/from-debstd | 2 +- 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 09eea31..6608522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (1.2.13) unstable; urgency=low + + * Spelling and typo fixes. + + -- Joey Hess Wed, 25 Nov 1998 15:23:55 -0800 + debhelper (1.2.12) unstable; urgency=low * examples/*: moved dh_makeshlibs call to before dh_installdeb call. diff --git a/debian/copyright b/debian/copyright index 2845a26..50256a8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Debhelper is written by Joey Hess . -Parts of the code (and certianly my inspiration from the whole thing) came +Parts of the code (and certainly my inspiration from the whole thing) came from debmake, by Christoph Lameter . Some of the dh_md5sums and dh_du commands is from a program by Charles diff --git a/dh_du.1 b/dh_du.1 index 670e371..38d3d7b 100644 --- a/dh_du.1 +++ b/dh_du.1 @@ -7,7 +7,7 @@ dh_du \- generate DEBIAN/du file dh_du is a debhelper program that was responsible for generating a DEBIAN/du file, which listed the disk usage of directories in the package. .P -This program is now depricated, and does nothing, after a decision by the +This program is now deprecated, and does nothing, after a decision by the debian developers that du control files should not exit. It will simply output a warning message now. .SH "SEE ALSO" diff --git a/doc/README b/doc/README index d851966..b283af2 100644 --- a/doc/README +++ b/doc/README @@ -47,9 +47,9 @@ Other notes: ----------- Note that if you are generating a debian package that has arch-indep and -arch-dependant portions, and you are using dh_movefiles to move the +arch-dependent portions, and you are using dh_movefiles to move the arch-indep files out of debian/tmp, you need to make sure that dh_movefiles -does this even if only the arch-dependant package is being built (for ports +does this even if only the arch-dependent package is being built (for ports to other architectures). I handle this in debian/rules.multi by calling dh_movefiles in the install target. diff --git a/doc/TODO b/doc/TODO index 9a10335..282c24e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -30,14 +30,14 @@ Wishlist items: * something should add ldconfig calls properly to the postinst of packages that contain shared libraries. maybe dh_makeshlibs? But it wasn't designed to do that originally, and even worse, it is often run after - dh_installdeb, so the fragements wouldn't go into the postinst. So maybe a + dh_installdeb, so the fragments wouldn't go into the postinst. So maybe a new script is called for. * Need a way to make dh_strip not strip any static libs. Also, it'd be nice - if there were options to dh_strip, dh_compress, etc, to allow inclusiuon of - directories and exclusion of files based on filname globbing. (Request from + if there were options to dh_strip, dh_compress, etc, to allow inclusion of + directories and exclusion of files based on filename globbing. (Request from Matthias Klose ) -* docbase support (#25233). Waiting for docbase to stabalize and be used - widly. +* docbase support (#25233). Waiting for docbase to stabilize and be used + widely. * dhelp support. Currently pending on dhelp use becoming widespead (#18342) * Support use of environment variables in data taken from user, ie, in debian/dirs. The problem with doing this is that we really want to allow @@ -49,14 +49,14 @@ Wishlist items: that generates the cache. The catch is that if the user runs that program, they are stating that they don't do anything later to invalidate the cache, without calling ch_cache again. (#23792) -* Add a switch to dh_installdeb to allow it to do user definied - substitutions. TOH, maybe it's better if peopld just sed +* Add a switch to dh_installdeb to allow it to do user defined + substitutions. OTOH, maybe it's better if people just sed postinst.in before debhelper gets it's hands on it... (#25235) -Depricated: +Deprecated: * remove dh_installdebfiles, dh_du. - need to wait a reasonable length of time. I'm currently planning on doing this after slink is released or one year after they were - depricated, whichever comes first. Be sure to grep whole debian - archive for alls to them before removing them, though! + deprecated, whichever comes first. Be sure to grep whole debian + archive for all of them before removing them, though! diff --git a/doc/from-debstd b/doc/from-debstd index 50bf4ff..86f29dc 100644 --- a/doc/from-debstd +++ b/doc/from-debstd @@ -45,7 +45,7 @@ actually doing anything to your package. The list will look similar to this: dh_builddeb Now copy that output into debian/rules, replacing the debstd command, as -well as any dpkg-gencontol and dpkg --build commands. +well as any dpkg-gencontrol and dpkg --build commands. Finally, debstd automatically modified postinst, postrm, etc scripts. Some of the debhelper apps do that too, but they do it differently. Debstd just -- 2.39.5