]> git.sur5r.net Git - i3/i3status/commitdiff
remove debian/, packaging now lives on alioth
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Oct 2012 12:13:33 +0000 (14:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Oct 2012 12:13:33 +0000 (14:13 +0200)
debian/README.Debian [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/i3status.postinst [deleted file]
debian/rules [deleted file]
debian/source/format [deleted file]
debian/watch [deleted file]

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644 (file)
index 8b0480e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--------------------------------------------------
-When using i3status with dzen2 support (i3status)
--------------------------------------------------
-
-It is recommended to start i3status after starting your window manager, ideally
-using your window manager's configuration file.
-
-Launching i3status in combination with dzen2 could look like this:
-i3status | dzen2 -fg white -ta r -w 1280 -dock
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 877e589..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-i3status (2.4-1) unstable; urgency=low
-
-  * Support wifi, cpu usage, volume, disk usage on FreeBSD
-  * Don’t exit, but display an error when CPU temperature/usage/load is not
-    available
-  * manpage: load format is %1min %5min %15min
-  * Don’t use a default order, so that config files can use += everywhere
-  * Interpret configfiles case-insensitive
-  * battery: implement path option for batteries with non-standard paths
-
- -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Dec 2011 00:20:49 +0100
-
-i3status (2.3-2) unstable; urgency=low
-
-  [ Axel Beckert ]
-  * Fix missing build-dependency on kfreebsd (Closes: #635104).
-
- -- Michael Stapelberg <michael@stapelberg.de>  Sat, 23 Jul 2011 18:28:59 +0200
-
-i3status (2.3-1) unstable; urgency=low
-
-  [ Michael Stapelberg ]
-  * 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)
-  * debian: use [linux-any] in dependencies (Closes: #634491)
-
-  [ Axel Beckert ]
-  * Fix FTBFS on kfreebsd.
-
- -- Michael Stapelberg <michael@stapelberg.de>  Thu, 21 Jul 2011 21:22:54 +0200
-
-i3status (2.2-1) unstable; urgency=low
-
-  * Implement a discordian date module (like ddate(1))
-  * Implement ALSA volume support
-  * disk: implement %avail (different from %free with regard to the reserved
-    space of your filesystem)
-  * wireless: display quality relative to the wireless maximum quality.
-  * wireless: display connection speed (bitrate)
-  * wireless: custom colors for link quality
-  * Bugfix: Treat an interface as 'down' when it cannot be found in
-    /proc/net/wireless
-  * Bugfix: Correctly check for interface up/down status
-
- -- Michael Stapelberg <michael@stapelberg.de>  Wed, 22 Sep 2010 20:07:48 +0200
-
-i3status (2.1-1) unstable; urgency=low
-
-  * battery: implement %emptytime, the time of day when your battery is empty
-  * ipv6: cache DNS query lookups (for finding the K root server)
-  * disk: also round when printing TB
-  * wireless: display no IP instead of (null)
-  * instead of a relative sleep(1), sleep until the full second
-  * colorize ethernet output
-  * use cap_net_admin instead of running i3status as root for getting
-    ethernet link speed
-  * ipv6: don't require a title for config option
-  * ipv6: provide format strings for ipv6 up and ipv6 down
-
- -- Michael Stapelberg <michael@stapelberg.de>  Sat, 10 Apr 2010 23:48:52 +0200
-
-i3status (2.0-1) unstable; urgency=low
-
-  * add support for disk info (free/used/ins)
-  * add support for displaying the ESSID of the wireless interface
-  * add support for getting the public IPv6 address of the system
-  * all "modules" now support format strings
-  * switch to libconfuse for parsing the config file
-  * merge support for FreeBSD for many "modules"
-  * drop support for wmii, add support for xmobar
-
- -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Oct 2009 20:07:58 +0100
-
-i3status (1.2-3) unstable; urgency=low
-
-  * debian: Correct dependencies in /etc/init.d/i3status-wmii (Closes: #541626)
-  * debian: init script should not require root priviledges even to get the
-    usage information (Closes: #541627)
-  * debian: better error message when i3status-wmii is not enabled using
-    /etc/defaults/i3status-wmii (Closes: #541628)
-
- -- Michael Stapelberg <michael@stapelberg.de>  Mon, 17 Aug 2009 14:57:49 +0200
-
-i3status (1.2-2) unstable; urgency=low
-
-  * debian: use make distclean instead of make clean between both builds
-
- -- Michael Stapelberg <michael@stapelberg.de>  Mon, 22 Jun 2009 19:04:22 +0200
-
-i3status (1.2-1) unstable; urgency=low
-
-  * Handle SIGPIPE to avoid zombie processes
-  * debian: only build one package containing both binaries
-
- -- Michael Stapelberg <michael@stapelberg.de>  Sun, 21 Jun 2009 13:58:03 +0200
-
-i3status (1.1-1) unstable; urgency=low
-
-  * Implement getting temperature from thermal zones (Thanks atsutane)
-  * debian: Build a separate package with i3status in wmii mode
-
- -- Michael Stapelberg <michael@stapelberg.de>  Wed, 17 Jun 2009 21:35:37 +0200
-
-i3status (1.0-1) unstable; urgency=low
-
-  * Initial release
-  * Closes: #526520
-
- -- Michael Stapelberg <michael@stapelberg.de>  Fri, 01 May 2009 19:52:45 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 7ed6ff8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 0b19bd5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Source: i3status
-Section: utils
-Priority: extra
-Maintainer: Michael Stapelberg <michael@stapelberg.de>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), libiw-dev [linux-any], libconfuse-dev, asciidoc, xmlto, libcap2-bin [linux-any], libasound2-dev [linux-any], libbsd-dev [kfreebsd-any], libyajl-dev
-Standards-Version: 3.9.2
-Homepage: http://i3wm.org/i3status
-
-Package: i3status
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: dzen2 | xmobar | i3-wm, libcap2-bin [linux-any]
-Enhances: dzen2, xmobar, i3-wm
-Description: Generates a status line for dzen2, xmobar or i3bar
- 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).
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index a38b8ec..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-This Debian package is based on a tarball downloaded from
-http://i3wm.org/i3status
-
-Copyright: (C) 2008-2011 Michael Stapelberg <michael+i3status at stapelberg dot de>
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, this
-  list of conditions and the following disclaimer in the documentation and/or other
-  materials provided with the distribution.
-
-* Neither the name of Michael Stapelberg nor the names of contributors
-  may be used to endorse or promote products derived from this software without
-  specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
-SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
diff --git a/debian/i3status.postinst b/debian/i3status.postinst
deleted file mode 100644 (file)
index 6507da8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Allow users to get the speed of ethernet interfaces. This is not a security
-# issue as i3status only queries the speed, it does not change any
-# configuration.
-if [ -x /sbin/setcap ]
-then
-       setcap cap_net_admin=ep /usr/bin/i3status || true
-else
-       echo "setcap(8) not installed. You need to set CAP_NET_ADMIN \
-to be able to query the network link bandwidth without root privileges."
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 2fa8f37..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-arch build-indep
-
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp:
-       dh_testdir
-       $(MAKE)
-       touch $@
-
-clean: 
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp config.status man/*.xml
-       [ ! -f Makefile ] || $(MAKE) distclean
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k
-       dh_installdirs
-       $(MAKE) DESTDIR=$(CURDIR)/debian/i3status/ install
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs
-       dh_installdocs
-       dh_installexamples
-       dh_installman
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644 (file)
index d3827e7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-1.0
diff --git a/debian/watch b/debian/watch
deleted file mode 100644 (file)
index 9a08a32..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://i3.zekjur.net/i3status/ .*/i3status/i3status-(\d[\d_.-]+)\.tar\.bz2$