]> git.sur5r.net Git - i3/i3status/commitdiff
debian: update packaging, add changelog entries
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 13 Jul 2011 14:37:43 +0000 (16:37 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 13 Jul 2011 14:37:43 +0000 (16:37 +0200)
debian/changelog
debian/control
debian/i3status.postinst
debian/rules

index b04230912f93b633650ffc9c02117e355606f78d..76db42c77ce0b4eb85e6c94a22d932865afdf567 100644 (file)
@@ -1,3 +1,18 @@
+i3status (2.3-1) unstable; urgency=low
+
+  * config search order is now ~/.i3status.conf, ~/.config/i3status/config,
+    /etc/i3status/config, then /etc/xdg/i3status/config
+  * battery: use POWER_NOW if CURRENT_NOW is not available (linux >= 2.6.36)
+  * use kill(0, pid) instead of /proc to check if a process is alive
+  * cache DNS query results also if there is no IPv6 connectivity
+  * implement the 'path' option for cpu_temperature
+  * add cpu_usage module
+  * automatically detect the output format unless configured specifically
+  * Bugfix: get time at the beginning of the loop
+  * Bugfix: respect locale settings (for %c in date format)
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Wed, 13 Jul 2011 16:25:53 +0200
+
 i3status (2.2-1) unstable; urgency=low
 
   * Implement a discordian date module (like ddate(1))
index e6c58fb32841cec2a421910a9474e07c4b78faa0..fd5171eb5cccff2429e8e895b9ee260e328c0f4e 100644 (file)
@@ -4,8 +4,8 @@ Priority: extra
 Maintainer: Michael Stapelberg <michael@stapelberg.de>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5), libiw-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libconfuse-dev, asciidoc, xmlto, libcap2-bin, libasound2-dev
-Standards-Version: 3.9.1
-Homepage: http://i3.zekjur.net/i3status
+Standards-Version: 3.9.2
+Homepage: http://i3wm.org/i3status
 
 Package: i3status
 Architecture: any
@@ -13,7 +13,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: dzen2 | xmobar, libcap2-bin
 Enhances: dzen2, xmobar
 Description: Generates a status line for dzen2 or xmobar
- i3status is a small program (less than 1000 SLOC) for generating a status bar
- for dzen2, xmobar or similar programs by combining several information about
- your system (IP addresses of your interfaces, load, current date/time, ESSID
- of the network you are associated to, disk status, and so on).
+ i3status is a small (about 1500 SLOC) and light-weight program for generating
+ a status bar for i3bar, dzen2, xmobar or similar programs by combining several
+ information about your system (IP addresses of your interfaces, load, current
date/time, ESSID of the network you are associated to, disk status, and so on).
index 7a385c8531bce5d1611789dc4a4891e5985a07aa..26eccc4a9e702c15f3afc55df9aa0ca01b73cfba 100644 (file)
@@ -6,3 +6,7 @@ set -e
 # issue as i3status only queries the speed, it does not change any
 # configuration.
 setcap cap_net_admin=ep /usr/bin/i3status || true
+
+#DEBHELPER#
+
+exit 0
index c9c396c885a5bfa2b32180a5ef5c7c733a052875..2fa8f3796e76b8afbfbed14ccb3b3e69880f6b2d 100755 (executable)
@@ -9,7 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:
        dh_testdir