[Pkg-wmaker-commits] [wmitime] 18/127: debian/rules: (man): tabify target. Adjust comments

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:31 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 cc85c5c68e7d9f5ea97258902f9cb0ea3a04f03d
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Mon Feb 4 17:16:14 2008 +0000

    debian/rules: (man): tabify target. Adjust comments
    
    Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
 debian/rules | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index d561c60..0091394 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -27,14 +22,14 @@ else
 endif
 
 man:
-        $(MAKE) -C $(MANSRC) -f $(MK_MAN) PACKAGE=$(PACKAGE) \
-        MANSECT=$(MANSECT) makeman
+	$(MAKE) -C $(MANSRC) -f $(MK_MAN) PACKAGE=$(PACKAGE) \
+	MANSECT=$(MANSECT) makeman
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 
+	# Add here commands to configure the package.
 	touch configure-stamp
 
 build: patch build-stamp
@@ -44,7 +39,6 @@ build-stamp: configure-stamp
 
 	# Add here commands to compile the package.
 	$(MAKE) -C wmitime FLAGS='$(FLAGS)'
-	#docbook-to-man debian/wmitime.sgml > wmitime.1a
 
 	touch $@
 
@@ -65,12 +59,13 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/wmitime.
-	# $(MAKE) DESTDIR=$(PKGDIR) install
+	# Not used: $(MAKE) DESTDIR=$(PKGDIR) install
+
 	install -D -m 755  $(BIN) $(BINDIR)/$(PACKAGE)
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build install

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