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/control | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index 0b0a5f9..0000000 --- a/debian/control +++ /dev/null @@ -1,26 +0,0 @@ -Source: i3lock -Section: utils -Priority: optional -Maintainer: Michael Stapelberg -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev, pkg-config, libev-dev, libxcb-xinerama0-dev -Standards-Version: 3.9.3 -Homepage: http://i3wm.org/i3lock/ - -Package: i3lock -Architecture: any -Section: x11 -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: improved screen locker - i3lock is a simple screen locker like slock. After starting it, you will - see a white screen (you can configure the color/an image). You can return - to your screen by entering your password. - . - i3lock forks so you can combine it with an alias to suspend to RAM. - . - You can specify either a background color or a PNG image which will be - displayed while your screen is locked. - . - You can specify whether i3lock should bell upon a wrong password. - . - i3lock uses PAM and therefore is compatible with LDAP etc. -- cgit v1.1