]> git.sur5r.net Git - i3/i3/commitdiff
debian: Fix section/priority/dependencies of i3-wm-dbg (Thanks chrish)
authorMichael Stapelberg <michael+git@stapelberg.de>
Sat, 9 May 2009 21:16:29 +0000 (23:16 +0200)
committerMichael Stapelberg <michael+git@stapelberg.de>
Sat, 9 May 2009 21:25:06 +0000 (23:25 +0200)
debian/control
debian/rules

index ff3ec52f74eeeb8f1ab67f906ff9bab3fcc30965..e0807987802586ece877b2780ff1be0bc7e659eb 100644 (file)
@@ -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.
index e6e04df0a44fe61f304cdc5bcfde507faa19871c..78eba656df8432ff8d9225c6632ad5522f64b25d 100755 (executable)
@@ -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