Browse Source

Remove misc:depends, remove obsolete comment

master
Michael Stapelberg 16 years ago
parent
commit
308d89045d
  1. 2
      debian/control
  2. 1
      debian/rules

2
debian/control

@ -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

1
debian/rules

@ -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