mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 07:02:05 +08:00
Debian packaging: drop debug package
The build hosts generate -dbgsym packages automatically with newer versions of debhelper.
This commit is contained in:
parent
64311b279d
commit
2debc68ee9
11
debian/control
vendored
11
debian/control
vendored
|
@ -23,14 +23,3 @@ Description: 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.
|
||||
|
||||
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.
|
||||
|
|
0
debian/fish.doc-base → debian/doc-base
vendored
0
debian/fish.doc-base → debian/doc-base
vendored
0
debian/fish.docs → debian/docs
vendored
0
debian/fish.docs → debian/docs
vendored
3
debian/fish.install
vendored
3
debian/fish.install
vendored
|
@ -1,3 +0,0 @@
|
|||
debian/tmp/usr/bin
|
||||
debian/tmp/etc
|
||||
debian/tmp/usr/share
|
0
debian/fish.postinst → debian/postinst
vendored
0
debian/fish.postinst → debian/postinst
vendored
0
debian/fish.prerm → debian/prerm
vendored
0
debian/fish.prerm → debian/prerm
vendored
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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)
|
||||
override_dh_auto_build:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user