[Pkg-wmaker-commits] [wmitime] 49/127: debian/rules: Fix typo

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:34 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 3cf1a92b824157f9ac0defc35a17dbfbb0108509
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Wed Feb 15 07:42:31 2012 -0500

    debian/rules: Fix typo
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c179494..e40c8e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ man:
 override_sh_auto_build:
 	$(MAKE) -C wmitime FLAGS="$(CFLAGS) $(LDFLAGS)"
 
-override_dh_auto_clean
+override_dh_auto_clean:
 	# Commands to clean up after the build process.
 	[ ! -f wmitime/Makefile ] || $(MAKE) -C wmitime clean
 
@@ -25,6 +25,9 @@ override_sh_auto_install:
 	$(INSTALL_DIR) $(DESKTOPDIR)
 	$(INSTALL_DATA) debian/*.desktop $(DESKTOPDIR)
 
+%:
+	dh $@
+
 .PHONY: man
 
 # End of file

-- 
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