From 3ab4ecdb019b7d27a3e3d9f0f29c687c1b067f50 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 9 May 2009 23:16:29 +0200 Subject: [PATCH] debian: Fix section/priority/dependencies of i3-wm-dbg (Thanks chrish) --- debian/control | 6 +++--- debian/rules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index ff3ec52f..e0807987 100644 --- a/debian/control +++ b/debian/control @@ -37,9 +37,9 @@ Description: an improved dynamic tiling window manager Package: i3-wm-dbg Architecture: any -Priority: optional -Section: x11 -Depends: i3-wm (=${binary:Version}) +Priority: extra +Section: debug +Depends: i3-wm (=${binary:Version}), ${misc:Depends} Description: Debugging symbols for the i3 window manager Debugging symbols for the i3 window manager. Please install this to produce useful backtraces before creating new tickets. diff --git a/debian/rules b/debian/rules index e6e04df0..78eba656 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ install: build dh_clean -k 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 mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1 cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1 -- 2.39.5