From 4fa5eb9a9dfdf9fb77dabee86a9eded5f2bc1673 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 7 Jul 2003 00:30:40 +0000 Subject: r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, in case dh_clean is run on one package at a time. * Removed the debian/substvars removal code entirely. It was only there to deal with half-built trees built with debhelper << 3.0.30 --- debhelper.pod | 10 ++++++---- debian/changelog | 9 +++++++++ dh_clean | 19 +++++++------------ dh_installdeb | 10 +++++----- dh_makeshlibs | 4 ++-- 5 files changed, 29 insertions(+), 23 deletions(-) diff --git a/debhelper.pod b/debhelper.pod index 56eb531a..3fa2e2d1 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -47,10 +47,12 @@ be used to configure the behavior of specific debhelper commands. These files are typically named debian/package.foo (where "package" of course, is replaced with the package that is being acted on). -For example, -dh_installdocs uses files named debian/package.docs to list the documentation -files it will install. See the man pages of individual commands for details -about the names and formats of the files they use. +For example, dh_installdocs uses files named debian/package.docs to list +the documentation files it will install. See the man pages of individual +commands for details about the names and formats of the files they use. +Generally, these files will list files to act on, one file per line. Some +programs in debhelper use pairs of files and destinations or slightly more +complicated formats. Note that if a package is the first (or only) binary package listed in debian/control, debhelper will use debian/foo if no debian/package.foo diff --git a/debian/changelog b/debian/changelog index d424ff91..def6b24e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +debhelper (4.1.52) unstable; urgency=low + + * dh_clean: Clean the *.debhelper temp files on a per-package basis, in + case dh_clean is run on one package at a time. + * Removed the debian/substvars removal code entirely. It was only there to + deal with half-built trees built with debhelper << 3.0.30 + + -- Joey Hess Sun, 6 Jul 2003 20:28:27 -0400 + debhelper (4.1.51) unstable; urgency=low * dh_installchangelogs: Install debian/NEWS as NEWS.Debian, even for native diff --git a/dh_clean b/dh_clean index a3d8c7be..d4c5943a 100755 --- a/dh_clean +++ b/dh_clean @@ -17,9 +17,9 @@ B [S>] [B<-k>] [B<-d>] [B<-X>I] [S, and are shell script fragments. In V3 compatibility mode and higher, all files in the etc/ directory in a diff --git a/dh_makeshlibs b/dh_makeshlibs index 7a4e7b1d..de9f7827 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -57,8 +57,8 @@ Do not modify postinst/postrm scripts. =item B<-X>I, B<--exclude=>I -Exclude files that contain "item" anywhere in their filename from -being treated as shared libraries. +Exclude files that contain "item" anywhere in their filename or directory +from being treated as shared libraries. =back -- cgit v1.2.3