diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 13:40:13 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 13:40:13 +0200 |
commit | 9e81fa5654e2a6b665b8cbb9ed1d59dc90827ab9 (patch) | |
tree | e0e05f27a62ca26c77475d49d091a7cfbbe0af0c /debian | |
parent | f45906a08bb228829cb5e8cd8f202b58b7e80698 (diff) |
Update debian/ for single binary
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index a27eb63..dda8f3f 100755 --- a/debian/rules +++ b/debian/rules @@ -13,13 +13,7 @@ build: build-stamp build-stamp: dh_testdir - # Build with xmobar support - $(MAKE) distclean - $(MAKE) EXTRA_CFLAGS="-DXMOBAR" - cp $(CURDIR)/i3status $(CURDIR)/i3status-xmobar - # Build with dzen support - $(MAKE) distclean - $(MAKE) EXTRA_CFLAGS="-DDZEN" + $(MAKE) touch $@ clean: @@ -35,8 +29,6 @@ install: build dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/i3status/ install - install -m 755 $(CURDIR)/i3status-xmobar $(CURDIR)/debian/i3status/usr/bin/i3status-xmobar - ln -s i3status.1.gz $(CURDIR)/debian/i3status/usr/share/man/man1/i3status-xmobar.1.gz # Build architecture-independent files here. binary-indep: build install |