[hamradio-commits] [gcb] 01/05: Switch to streamlined dh for d/rules

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Aug 12 23:07:46 UTC 2015


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

irl-guest pushed a commit to branch master
in repository gcb.

commit 08c63d52ee7d58fcd01cc4ad7971cac4ce85e219
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Aug 12 23:34:18 2015 +0100

    Switch to streamlined dh for d/rules
---
 debian/gcb.manpages |  2 ++
 debian/rules        | 83 ++---------------------------------------------------
 2 files changed, 4 insertions(+), 81 deletions(-)

diff --git a/debian/gcb.manpages b/debian/gcb.manpages
new file mode 100644
index 0000000..bdf6e1a
--- /dev/null
+++ b/debian/gcb.manpages
@@ -0,0 +1,2 @@
+debian/gcb.1
+debian/gcb.fr.1
diff --git a/debian/rules b/debian/rules
index 1f990d3..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,83 +1,4 @@
 #!/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
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) clean
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/gcb.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/gcb
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-	dh_installman debian/gcb.1 debian/gcb.fr.1
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

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



More information about the pkg-hamradio-commits mailing list