Browse Source

Remove misc:depends, remove obsolete comment

master
Michael Stapelberg 16 years ago
parent
commit
308d89045d
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      debian/control
  2. +0
    -1
      debian/rules

+ 1
- 1
debian/control View File

@ -10,7 +10,7 @@ Package: i3lock
Architecture: any Architecture: any
Priority: optional Priority: optional
Section: x11 Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}
Description: a slightly improved version of slock Description: a slightly improved version of slock
i3lock improves slock by making it fork() and therefore combinable with i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning of commands to suspend your computer. Additionally, instead of turning of


+ 0
- 1
debian/rules View File

@ -37,7 +37,6 @@ install: build
dh_clean -k dh_clean -k
dh_installdirs dh_installdirs
# Add here commands to install the package into debian/wiipdf
$(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install $(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install


Loading…
Cancel
Save