]> git.sur5r.net Git - i3/i3status/commitdiff
Fix URLs, fix make release, update debian/changelog 1.0
authorMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 1 May 2009 17:57:09 +0000 (19:57 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 1 May 2009 17:57:09 +0000 (19:57 +0200)
Makefile
debian/changelog
debian/control
debian/copyright
i3status.1

index 7dfc5b423a3c7b0d21cbe4f4ba808671ec633768..0b51a6ede834a22544bac3ba264f814a324a49e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CFLAGS+=-std=gnu99
 CFLAGS+=-pedantic
 CFLAGS+=-DPREFIX=\"\"
 
+VERSION=$(shell git describe --tags --abbrev=0)
+
 ifeq ($(shell uname),Linux)
 CFLAGS+=-DLINUX
 CFLAGS+=-D_GNU_SOURCE
@@ -29,6 +31,10 @@ install:
        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
index 7ba58d43a501331c7dfa71d1cbefe59da63f805e..86c94fd23994d91add959ffabc5f6ec56874fffc 100644 (file)
@@ -1,5 +1,6 @@
 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
index be6dfc5d805bcd05926094b125d6e05cb71f5478..365668ea254c031bb6f9843e79f08df6e0f7f933 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 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
index 7ef35a71d5eee325e1039d03c9a71d7dbaedafb9..a3c6e5961e22c61d7f918150025d1911af86c6c9 100644 (file)
@@ -1,5 +1,5 @@
 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>
 
index 4345671f8a8d2f7fc0fa7f8dad9dcd805146df18..417dc7c634edf330fcdb9424beb91da11fd71df6 100644 (file)
@@ -147,4 +147,4 @@ this, please fix it and send me a patch.
 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.