From f9416f6bc66c9d950d0f74a34b093a48a94d3104 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 8 Apr 2012 00:23:46 +0200 Subject: remove debian/ The Debian packaging is now hosted on Debian servers at git://git.debian.org/users/stapelberg/i3lock.git This makes life easier for Debian people. It makes life harder for you if you want to build a Debian package of the current git version. Here is how you could do that now: Build a tarball of the current git version: mkdir ../i3lock-dpkg VERSION=i3lock-$(git describe --tags) git archive --prefix=$VERSION/ --output=../i3lock-dpkg/$VERSION.tar.bz2 HEAD get the packaging: cd ../i3lock-dpkg gbp-clone git://git.debian.org/users/stapelberg/i3lock.git cd i3lock git-import-orig ../$VERSION.tar.bz2 dpkg-buildpackage --- debian/changelog | 73 -------------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 debian/changelog (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 356f01d..0000000 --- a/debian/changelog +++ /dev/null @@ -1,73 +0,0 @@ -i3lock (2.3.1-1) unstable; urgency=low - - * Fix compilation on some systems - - -- Michael Stapelberg Thu, 15 Mar 2012 17:01:54 +0100 - -i3lock (2.3-1) unstable; urgency=low - - * Implement a visual unlock indicator - * Support ISO_Level5_Shift and Caps Lock - * Lock the password buffer in memory, clear it in RAM after verifying - * Fork after the window is visible, not before - * Bugfix: Copy the color depth from parent (root) window instead of - hardcoding a depth of 24 - - -- Michael Stapelberg Thu, 15 Mar 2012 13:25:23 +0100 - -i3lock (2.2-1) unstable; urgency=low - - * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations, - this lead to some keypresses "slipping through" to the last focused window. - * Correctly handle Mode_switch/ISO_Level3_Shift - * Render to a pixmap which is used as background for the window instead of - copying contents on every expose event - * Handle screen resolution changes while screen is locked - * Manpage: document arguments for every option - - -- Michael Stapelberg Sun, 06 Nov 2011 14:02:35 +0000 - -i3lock (2.1-1) unstable; urgency=low - - * Accept return/backspace when the buffer of 512 bytes is full - * Handle numpad keys correctly (Closes: #602101) - * Handle MappingNotify events (Closes: #602242) - * Correctly check for errors when connecting to X11 - * Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore - * don’t display debug output - * add NOLIBCAIRO flag to permit compilation without cairo - - -- Michael Stapelberg Sun, 13 Mar 2011 20:27:46 +0100 - -i3lock (2.0-2) unstable; urgency=low - - * change priority to optional - - -- Michael Stapelberg Sun, 05 Sep 2010 18:19:15 +0200 - -i3lock (2.0-1) unstable; urgency=low - - * Complete rewrite of i3lock. Now using xcb instead of Xlib. - * When a window obscures i3lock, it pushes itself back to the top again. - * Display version when starting with -v - - -- Michael Stapelberg Sun, 05 Sep 2010 11:34:19 +0200 - -i3lock (1.1-1) unstable; urgency=low - - * Implement background pictures (-i) and colors (-c) - - -- Michael Stapelberg Sun, 02 Aug 2009 19:58:23 +0200 - -i3lock (1.0-1) unstable; urgency=low - - * Implement PAM support - * Implement options for forking, beeping, DPMS - - -- Michael Stapelberg Sun, 10 May 2009 12:54:05 +0200 - -i3lock (0.9-1) unstable; urgency=low - - * First release, forked from slock 0.9 (Closes: #521707) - - -- Michael Stapelberg Fri, 01 May 2009 20:29:43 +0200 -- cgit v1.1