]> git.donarmstrong.com Git - debhelper.git/commitdiff
r149: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:05:04 +0000 (05:05 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:05:04 +0000 (05:05 +0000)
debian/changelog
debian/copyright
dh_du.1
doc/README
doc/TODO
doc/from-debstd

index 09eea31157595301ec4496b52dffde58be112885..6608522afd8241a73b391613617258b329d34d30 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.13) unstable; urgency=low
+
+  * Spelling and typo fixes.
+
+ -- Joey Hess <joeyh@master.debian.org>  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.
index 2845a267f92141ea5579356ebf42f24df933e53d..50256a89ec2c1c79277cfe8b68e74c033365b05b 100644 (file)
@@ -1,6 +1,6 @@
 Debhelper is written by Joey Hess <joeyh@master.debian.org>.
 
-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 <clameter@debian.org>. 
 
 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 670e371db4793367071778d65b08416b0a290252..38d3d7bd3df72bf49c22b731c3551c56d6a523e7 100644 (file)
--- 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"
index d851966796793bd87c544f26411ad6208a39a9ec..b283af206b69e195b73dce871a144f9f87b8c9e7 100644 (file)
@@ -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.
 
index 9a103358ed5f243efc81297d6ab5aff91b9f35e7..282c24ed399c586c541441bdc40f1e61fa42bf94 100644 (file)
--- 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 <doko@cs.tu-berlin.de>)
-* 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!
index 50bf4ffb14d417aeda498223d1ab11f2fae071a6..86f29dce0d9b923134c1cf80e0a60449512563b8 100644 (file)
@@ -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