CFLAGS+=-pedantic
CFLAGS+=-DPREFIX=\"\"
+VERSION=$(shell git describe --tags --abbrev=0)
+
ifeq ($(shell uname),Linux)
CFLAGS+=-DLINUX
CFLAGS+=-D_GNU_SOURCE
install -m 644 i3status.1 $(DESTDIR)/usr/share/man/man1
release:
- tar cjf i3status.tar.bz2 *.c *.h *.1 *.conf Makefile
+ [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
+ mkdir i3status-${VERSION}
+ cp *.c *.h *.1 *.conf Makefile i3status-${VERSION}
+ tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION}
+ rm -rf i3status-${VERSION}
all: i3status
i3status (1.0-1) unstable; urgency=low
* Initial release
+ * Closes: #526520
- -- Michael Stapelberg <michael+i3status@stapelberg.de> Fri, 17 Apr 2009 13:35:00 +0200
+ -- Michael Stapelberg <michael+i3status@stapelberg.de> Fri, 01 May 2009 19:52:45 +0200
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
Standards-Version: 3.7.3
-Homepage: http://michael.stapelberg.de/i3status
+Homepage: http://i3.zekjur.net/i3status
Package: i3status
Architecture: any
This Debian package is based on a tarball downloaded from
-http://michael.stapelberg.de/i3status
+http://i3.zekjur.net/i3status
Copyright: (C) 2008 Michael Stapelberg <michael+i3status at stapelberg dot de>
Michael Stapelberg <michael+i3status at stapelberg dot de>
.SH WEBSITE
-See http://michael.stapelberg.de/i3status for the newest release.
+See http://i3.zekjur.net/i3status for the newest release.