debian: Fix section/priority/dependencies of i3-wm-dbg (Thanks chrish)
This commit is contained in:
parent
7fbfd41346
commit
071613b4d5
|
@ -37,9 +37,9 @@ Description: an improved dynamic tiling window manager
|
||||||
|
|
||||||
Package: i3-wm-dbg
|
Package: i3-wm-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Priority: optional
|
Priority: extra
|
||||||
Section: x11
|
Section: debug
|
||||||
Depends: i3-wm (=${binary:Version})
|
Depends: i3-wm (=${binary:Version}), ${misc:Depends}
|
||||||
Description: Debugging symbols for the i3 window manager
|
Description: Debugging symbols for the i3 window manager
|
||||||
Debugging symbols for the i3 window manager. Please install this to produce
|
Debugging symbols for the i3 window manager. Please install this to produce
|
||||||
useful backtraces before creating new tickets.
|
useful backtraces before creating new tickets.
|
||||||
|
|
|
@ -38,7 +38,7 @@ install: build
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the package into debian/wiipdf
|
# Add here commands to install the package into debian/i3-wm
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
|
$(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
|
||||||
mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||||
cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||||
|
|
Loading…
Reference in New Issue