Debian packaging: drop debug package

The build hosts generate -dbgsym packages automatically with newer
versions of debhelper.
This commit is contained in:
David Adam 2021-09-17 20:00:01 +08:00
parent 64311b279d
commit 2debc68ee9
8 changed files with 0 additions and 19 deletions

11
debian/control vendored
View File

@ -23,14 +23,3 @@ Description: friendly interactive shell
Fish is a command-line shell for modern systems, focusing on user-friendliness, Fish is a command-line shell for modern systems, focusing on user-friendliness,
sensibility and discoverability in interactive use. The syntax is simple, but sensibility and discoverability in interactive use. The syntax is simple, but
not POSIX compliant. not POSIX compliant.
Package: fish-dbg
Architecture: any
Section: debug
Depends: fish (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for friendly interactive shell
Fish is a command-line shell for modern systems, focusing on user-friendliness,
sensibility and discoverability in interactive use. The syntax is simple, but
not POSIX compliant.
.
This package contains the debugging symbols for fish.

View File

3
debian/fish.install vendored
View File

@ -1,3 +0,0 @@
debian/tmp/usr/bin
debian/tmp/etc
debian/tmp/usr/share

View File

5
debian/rules vendored
View File

@ -15,8 +15,3 @@ override_dh_auto_configure:
# Build fish_tests/tests_buildroot_target by hand (remove this once Ubuntu Xenial is out of support) # Build fish_tests/tests_buildroot_target by hand (remove this once Ubuntu Xenial is out of support)
override_dh_auto_build: override_dh_auto_build:
dh_auto_build -- all fish_tests tests_buildroot_target dh_auto_build -- all fish_tests tests_buildroot_target
# Still needed until all platforms have debhelper 9.20151219
# Consider transitioning https://wiki.debian.org/DebugPackage
override_dh_strip:
dh_strip --dbg-package=fish-dbg