[Pkg-wmaker-commits] [wmrack] 53/97: debian/rules: Simplify to use dh; use with --autoreconf. debian/control: Add dh-autoreconf to Build-Depends.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:42:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmrack.
commit 66896db7f5153f3acfb45af0a4c3422bace7b9f9
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Thu Aug 14 20:23:05 2014 -0500
debian/rules: Simplify to use dh; use with --autoreconf. debian/control: Add dh-autoreconf to Build-Depends.
---
debian/control | 2 +-
debian/rules | 44 ++------------------------------------------
2 files changed, 3 insertions(+), 43 deletions(-)
diff --git a/debian/control b/debian/control
index a07929b..ca0bd8e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
Priority: optional
Maintainer: Doug Torrance <dtorrance at monmouthcollege.edu>
Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, libxt-dev
+Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, dh-autoreconf
Homepage: http://wmrack.sourceforge.net
Package: wmrack
diff --git a/debian/rules b/debian/rules
index bca5eba..dd9063b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,44 +1,4 @@
#!/usr/bin/make -f
-package=wmrack
-
-build: stamp-build
-stamp-build:
- dh_testdir
- ./configure --without-debug
- $(MAKE)
- touch stamp-build
-
-clean:
- dh_testdir
- dh_testroot
- [ ! -f Makefile ] || $(MAKE) clean
- rm -rf build Makefile XPM/Makefile XPM/standart.style wmrack \
- config.log config.h config.cache config.status .depend stamp-build
- dh_clean
-
-binary-indep: build
-
-
-binary-arch: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- install -m 755 wmrack debian/wmrack/usr/bin
- dh_installdocs
- dh_installmenu
- dh_installman wmrack.1
- dh_installchangelogs CHANGES
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-
-.PHONY: binary binary-arch binary-indep clean build
+%:
+ dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmrack.git
More information about the Pkg-wmaker-commits
mailing list