[Pkg-wmaker-commits] [wmitime] 75/127: rules: (-override_dh_auto_install): rm

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmitime.

commit 2497c9fef5fc99e833ca13819ba8fba76f514b63
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Wed Mar 21 05:14:24 2012 -0400

    rules: (-override_dh_auto_install): rm
---
 debian/rules | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 93ec2b7..873a8b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,12 @@
 #!/usr/bin/make -f
 
-PACKAGE	  = wmitime
-BIN	  = $(PACKAGE)/$(PACKAGE)
+PACKAGE	   = wmitime
 MAKE_FLAGS = -C wmitime
 
 export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
-CFLAGS	+= -Wall -pedantic
+CFLAGS	+= -Wall -pedantic $(CPPFLAGS)
 LDFLAGS += -Wl,--as-needed
 
-include debian/debian-vars.mk
-
 man:
 	$(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) makeman
 
@@ -19,11 +16,6 @@ override_dh_auto_build: man
 override_dh_auto_clean:
 	$(MAKE) $(MAKE_FLAGS) clean
 
-override_dh_auto_install:
-	install -D -m 755  $(BIN) $(BINDIR)/$(PACKAGE)
-	$(INSTALL_DIR) $(DESKTOPDIR)
-	$(INSTALL_DATA) debian/*.desktop $(DESKTOPDIR)
-
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmitime.git



More information about the Pkg-wmaker-commits mailing list