]> git.sur5r.net Git - i3/i3lock/commitdiff
debian: update changelog, control. We can finally drop the suid bit :-) 1.0
authorMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 10 May 2009 11:04:45 +0000 (13:04 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 10 May 2009 11:04:45 +0000 (13:04 +0200)
Makefile
debian/changelog
debian/control
debian/rules

index fcb66f1dff78405227b4d9360438559046313437..1fd76b9436b7d4fd7b2410c7036f8ba9c38e1c1f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install: all
        @echo installing executable file to $(DESTDIR)$(PREFIX)/bin
        $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
        $(INSTALL) -d $(MANDIR)/man1
-       $(INSTALL) -m 4755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
+       $(INSTALL) -m 755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
        $(INSTALL) -m 644 i3lock.1 $(MANDIR)/man1/i3lock.1
 
 uninstall:
index 43d970108543d0a0e60e7d7f08a959b0907d32b2..345f9c67956d040fe3568a41c2544a861ee089f7 100644 (file)
@@ -1,3 +1,10 @@
+i3lock (1.0-1) unstable; urgency=low
+
+  * Implement PAM support
+  * Implement options for forking, beeping, DPMS
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Sun, 10 May 2009 12:54:05 +0200
+
 i3lock (0.9-1) unstable; urgency=low
 
   * First release, forked from slock 0.9 (Closes: #521707)
index c38bccdbccfc752bacf82e1a62c57fd118135145..df3bf8aafaf518016e47029a65c63bcc3a439efb 100644 (file)
@@ -3,8 +3,8 @@ Section: utils
 Priority: optional
 Maintainer: Michael Stapelberg <michael@stapelberg.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), libx11-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libxext-dev
+Standards-Version: 3.8.1
 Homepage: http://i3.zekjur.net/i3lock/
 
 Package: i3lock
index ef6222c0e56f5321f54b1d89e903c399cb5cf04a..fa91b71736abb4815ff884af1628e9f8b5580f47 100755 (executable)
@@ -66,7 +66,7 @@ binary-arch: build install
        dh_link
 #      dh_strip
        dh_compress
-       dh_fixperms -Xusr/bin/i3lock
+       dh_fixperms
 #      dh_perl
 #      dh_makeshlibs
        dh_installdeb