]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
authorjoeyh <joeyh>
Sun, 21 Jan 2007 17:12:05 +0000 (17:12 +0000)
committerjoeyh <joeyh>
Sun, 21 Jan 2007 17:12:05 +0000 (17:12 +0000)
Closes: #404785
* Man page improvements. Closes: #406707

13 files changed:
debian/changelog
dh_fixperms
dh_installcatalogs
dh_installdebconf
dh_installemacsen
dh_installinfo
dh_installmenu
dh_installmime
dh_installmodules
dh_installudev
dh_installxfonts
dh_scrollkeeper
dh_usrlocal

index 215718262175a0c3808e008fd5252f3237479579..7146b12dd1b9e50b5b7d0f56def97d8d67a1b2b2 100644 (file)
@@ -11,8 +11,11 @@ debhelper (5.0.43) UNRELEASED; urgency=low
     too.
   * dh_installudev: Fix postrm to not fail if the udev symlink is missing.
     Closes: #406921
+  * dh_fixperms: Make all files in /usr/include 644, not only .h files.
+    Closes: #404785
+  * Man page improvements. Closes: #406707
 
- -- Joey Hess <joeyh@debian.org>  Sun, 21 Jan 2007 11:42:25 -0500
+ -- Joey Hess <joeyh@debian.org>  Sun, 21 Jan 2007 12:11:40 -0500
 
 debhelper (5.0.42) unstable; urgency=low
 
index a96b1e05cc34502443e752743fd29779da950f6e..6ef0905cfe20705c621071e77e8cda80a05501ce 100755 (executable)
@@ -76,8 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                "2>/dev/null | xargs -0r chmod 644");
        
        # ..and header files ..
-       complex_doit("find $tmp/usr/include  -type f",
-               "-name '*.h' $find_options -print0",
+       complex_doit("find $tmp/usr/include  -type f $find_options -print0",
                "2>/dev/null | xargs -0r chmod 644");
        
        # .. and perl modules.
index bbe4bcf4d81be0447cbd952ec5e31c8791f50936..073cbb2b4de57bfeb4f8e8559ef8f7c36f4dd35d 100755 (executable)
@@ -34,11 +34,13 @@ F</etc/sgml/I<package>.cat>.
 
 This command automatically adds maintainer script snippets for
 registering and unregistering the catalogs and "supercatalogs" (unless
-B<-n> is used).  A dependency on B<sgml-base> will be added to
-C<${misc:Depends}>, so be sure your package uses that variable in
-F<debian/control>.  See L<dh_installdeb(1)> for an explanation of
+B<-n> is used). These snippets are inserted into the maintainer scripts
+by dh_installdeb; see L<dh_installdeb(1)> for an explanation of
 Debhelper maintainer script snippets.
 
+A dependency on B<sgml-base> will be added to C<${misc:Depends}>, so be
+sure your package uses that variable in F<debian/control>.
+
 =head1 OPTIONS
 
 =over 4
index c25a779589760a6d9a055ae8824785363acf91da..f12c7dad9d4e351e6d6515c7d037d69caf198846 100755 (executable)
@@ -18,9 +18,10 @@ B<dh_installdebconf> [S<I<debhelper options>>] [B<-n>] [S<B<--> I<params>>]
 dh_installdebconf is a debhelper program that is responsible for installing
 files used by the debconf package into package build directories.
 
-It also automatically generates the postrm commands needed to
-interface with debconf. See L<dh_installdeb(1)> for an explanation of how
-that works.
+It also automatically generates the postrm commands needed to interface
+with debconf. The commands are added to the maintainer scripts by
+dh_installdeb. See L<dh_installdeb(1)> for an explanation of how that
+works.
 
 Files named debian/package.config and debian/package.templates are
 installed into the DEBIAN directory in the package build directory.
index 80b83e693a206a60a6a76cf61ac6a4b1f16c8730..a9227ac204f25174d1c3019c792a58de9afe3ba3 100755 (executable)
@@ -20,7 +20,8 @@ files used by the debian emacsen-common package into package build
 directories.
 
 It also automatically generates the postinst and prerm commands needed to
-register a package as an emacs add on package. See L<dh_installdeb(1)>
+register a package as an emacs add on package. The commands are added to
+the maintainer scripts by dh_installdeb. See L<dh_installdeb(1)>
 for an explanation of how this works.
 
 If a file named debian/package.emacsen-install exists, then it is installed
index 07760cc50edd32aa914e3b1102306cff71479b7e..e8ef2e0ea28d06e1d312ee1ceff37e35a1d3dfbd 100755 (executable)
@@ -30,8 +30,9 @@ will be the first package specified by those flags.
 Files named debian/package.info can list other files to be installed.
 
 dh_installinfo will automatically generate the postinst and prerm commands
-needed to interface with install-info, updating the info . See L<dh_installdeb(1)> for an
-explanation of how this works.
+needed to interface with install-info, updating the info dir. These
+commands are inserted into the maintainer scripts by dh_installdeb.
+See L<dh_installdeb(1)> for an explanation of how this works.
 
 =head1 OPTIONS
 
index bf827782e59ef82b4597f237303c4db4e42f0d13..e4dc3b295beb0d1bbe9a6cb4214fe548c5a6f7e9 100755 (executable)
@@ -19,7 +19,8 @@ dh_installmenu is a debhelper program that is responsible for installing
 files used by the debian menu package into package build directories.
 
 It also automatically generates the postinst and postrm commands needed to
-interface with the debian menu package. See L<dh_installdeb(1)> for an
+interface with the debian menu package. These commands are inserted into
+the maintainer scripts by dh_installde. See L<dh_installdeb(1)> for an
 explanation of how this works.
 
 If a file named debian/package.menu exists, then it is installed into
index 42f2f823eea83a5c77257bb743b8362950c886e1..a1b1b6b105876e2d347436a65005693b3036986d 100755 (executable)
@@ -19,7 +19,8 @@ dh_installmime is a debhelper program that is responsible for installing
 mime files into package build directories.
 
 It also automatically generates the postinst and postrm commands needed to
-interface with the debian mime-support and shared-mime-info packages.  See
+interface with the debian mime-support and shared-mime-info packages. These
+commands are inserted into the maintainer scripts by dh_installdeb. See
 L<dh_installdeb(1)> for an explanation of how this works.
 
 If files named debian/package.mime or debian/package.sharedmimeinfo exist, then
index 6b996a582200ee3ffc3ef050fa866c2837e2cb82..99dcc31abec1f48ac94f3a05c4d75ab2fd3a87bc 100755 (executable)
@@ -28,8 +28,9 @@ module-init-tools's version of modprobe.
 
 Kernel modules are searched for in the package build directory and if
 found, postinst and postrm commands are automatically generated to 
-run depmod and register the modules when the package is installed. See
-L<dh_installdeb(1)> for an explanation of how this works.
+run depmod and register the modules when the package is installed. 
+These commands are inserted into the maintainer scripts by dh_installdeb.
+See L<dh_installdeb(1)> for an explanation of how this works.
 
 =head1 OPTIONS
 
index 26692ece6b309969e1fadd0833a397f2b1b84562..1e8ccea85f85de3c933bb50a1b86bf1175f008a6 100755 (executable)
@@ -4,7 +4,6 @@
 
 dh_installudev - install udev rules files
 
-
 =cut
 
 use strict;
@@ -25,7 +24,8 @@ etc/udev/package.rules in the package build directory.
 
 Then postinst and postrm commands are automatically generated to enable
 the rules file when the package is first installed, by creating a symlink
-to it in the /etc/udev/rules.d/ directory. See L<dh_installdeb(1)> for an
+to it in the /etc/udev/rules.d/ directory. These commands are inserted into
+the maintainer scripts by dh_installdeb. See L<dh_installdeb(1)> for an
 explanation of how this works.
 
 =head1 OPTIONS
index d1ced88e0d2b2eead4958fb9fc1565ae8f800fd5..b7921a2b5bd6b558d5d54d07dc56dec0182d5cb6 100755 (executable)
@@ -30,8 +30,9 @@ update-fonts-* commands are available. (This program adds that dependency to
 ${misc:Depends}.)
 
 This program automatically generates the postinst and postrm commands needed
-to register X fonts.  See L<dh_installdeb(1)> for an explanation of how this
-works.
+to register X fonts. These commands are inserted into the maintainer
+scripts by dh_installdeb. See L<dh_installdeb(1)> for an explanation of how
+this works.
 
 =head1 NOTES
 
index 3cfd414f8219cb27f7ba7d608d64c244557c0e6c..1c7924926b4fc419b7c01903ddd8bac9816ec535 100755 (executable)
@@ -20,7 +20,8 @@ registering OMF files that it finds in package build trees with
 ScrollKeeper.
 
 This command automatically adds maintainer script snippets for registering
-and unregistering files with ScrollKeeper (unless B<-n> is used). See
+and unregistering files with ScrollKeeper (unless B<-n> is used). These
+snippets are inserted into the maintainer scripts by dh_installdeb. See
 L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.
 
index f13c58faa57ceaf7e8edd120f6aff60c4c81f157..a82e21ca8e47b975f32dddeabad9a7cbf76d1787 100755 (executable)
@@ -24,7 +24,8 @@ that will provide a subdirectory in /usr/local when installed.
 It finds subdirectories of usr/local in the package build directory, and
 removes them, replacing them with maintainer script snippets (unless B<-n>
 is used) to create the directories at install time, and remove them when
-the package is removed, in a manner compliant with Debian policy. See
+the package is removed, in a manner compliant with Debian policy. These
+snippets are inserted into the maintainer scripts by dh_installdeb. See
 L<dh_installdeb(1)> for an explanation of Debhelper maintainer script
 snippets.