[Pkg-wmaker-commits] [wmbattery] 06/241: * Removed install-stamp target, which can cause obscure problems.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmbattery.
commit b3670c3bfa863ac65f08834b24f0b23625cf1347
Author: joey <joey at a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Date: Thu Sep 30 20:34:06 1999 +0000
* Removed install-stamp target, which can cause obscure problems.
---
debian/changelog | 6 ++++++
debian/rules | 6 ++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3170887..1678bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wmbattery (1.10) unstable; urgency=low
+
+ * Removed install-stamp target, which can cause obscure problems.
+
+ -- Joey Hess <joeyh at master.debian.org> Thu, 30 Sep 1999 13:32:33 -0700
+
wmbattery (1.9) unstable; urgency=low
* Expanded the man page to detail exactly what all parts of the display
diff --git a/debian/rules b/debian/rules
index e0c57d0..457e5f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,18 +13,16 @@ build-stamp:
clean:
dh_testdir
dh_testroot
- rm -f build-stamp install-stamp
+ rm -f build-stamp
$(MAKE) clean
dh_clean
-install: install-stamp
-install-stamp: build-stamp
+install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
$(MAKE) PREFIX=debian/tmp install
- touch install-stamp
# Build architecture-independent files here.
binary-indep: build install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git
More information about the Pkg-wmaker-commits
mailing list