mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-03 04:23:38 -05:00
debian: update changelog, control. We can finally drop the suid bit :-)
This commit is contained in:
parent
4a9d3d7365
commit
4a2f8ac86e
4 changed files with 11 additions and 4 deletions
2
Makefile
2
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:
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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)
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue