summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-07-09 12:41:56 +0000
committerNiels Thykier <niels@thykier.net>2017-07-09 12:41:56 +0000
commit822c58949f2af7087541968810000fe57448a941 (patch)
tree9498df5eceafcc302197cdcef02590721c500cb1 /debhelper.pod
parent4c982e422c4843d72aee9007864ac4861d9fe6bb (diff)
downloaddebhelper-822c58949f2af7087541968810000fe57448a941.tar.gz
dh: Revert --without=build-stamp in c11
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod13
1 files changed, 0 insertions, 13 deletions
diff --git a/debhelper.pod b/debhelper.pod
index d8a02eda..036bde21 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -610,19 +610,6 @@ The vast majority of all packages will be unaffected by this change.
=item -
-B<dh> no longer creates a stamp (or log) file to record whether the
-build already ran or not. This means that unless upstream's build
-system correctly tracks this, the build will be run twice (once for
-the "build" target and once for the "binary" target).
-
-On the other hand, this means that rebuild without cleaning
-(e.g. B<dpkg-buildpackage -nc>) will behave as most people would
-expect.
-
-The previous behaviour can restored by using B<--with build-stamp>
-
-=item -
-
The B<makefile> buildsystem now passes B<INSTALL=install
--strip-program=true> to L<make(1)>. Derivative buildsystems
(e.g. B<configure> or B<cmake>) are unaffected by this change.