Remove -dbg package, rely on automatic dbgsym packages instead
This commit is contained in:
parent
f084b65aa1
commit
d32931e44e
|
|
@ -1,3 +1,9 @@
|
||||||
|
ostree (2016.1-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Remove -dbg package, rely on automatic dbgsym packages instead
|
||||||
|
|
||||||
|
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||||
|
|
||||||
ostree (2016.1-alexlarsson1~wily1) wily; urgency=medium
|
ostree (2016.1-alexlarsson1~wily1) wily; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
||||||
|
|
@ -90,13 +90,3 @@ Depends:
|
||||||
grub2
|
grub2
|
||||||
Description: GRUB 2 configuration for ostree
|
Description: GRUB 2 configuration for ostree
|
||||||
Configuration snippets for using ostree with GRUB 2.
|
Configuration snippets for using ostree with GRUB 2.
|
||||||
|
|
||||||
Package: ostree-dbg
|
|
||||||
Architecture: any
|
|
||||||
Section: debug
|
|
||||||
Priority: extra
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
libostree-1-1 (= ${binary:Version})
|
|
||||||
Description: debugging symbols for libostree-1-1
|
|
||||||
This package contains the debugging symbols for libostree-1-1.
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,5 @@ override_dh_auto_configure:
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-dracut \
|
--with-dracut \
|
||||||
--with-grub2 \
|
--with-grub2 \
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system
|
--with-systemdsystemunitdir=/lib/systemd/system \
|
||||||
|
$(NULL)
|
||||||
override_dh_strip:
|
|
||||||
dh_strip -postree --dbg-package=ostree-dbg
|
|
||||||
dh_strip -plibostree-1-1 --dbg-package=ostree-dbg
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue