Revert the last commit adding --dbgsym-migration
Since we use compat level 8 (i.e. no build-ids for debug files) , --dbgsym-migration is not necessary as there can't be file conflicts. The new -dbgsym packages are not automatically installed on upgrades, so they won't help with removing the old -dbg packages.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,9 +1,3 @@
|
||||
gtk+3.0 (3.22.4-2) UNRELEASED; urgency=medium
|
||||
|
||||
* debian/rules: Use dh_strip --dbgsym-migration for proper upgrades
|
||||
|
||||
-- Jeremy Bicha <jbicha@ubuntu.com> Mon, 21 Nov 2016 20:18:40 -0500
|
||||
|
||||
gtk+3.0 (3.22.4-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@ -125,7 +125,6 @@ DEB_DH_MAKESHLIBS_ARGS_ALL += -X$(MODULES_BASE_PATH)
|
||||
DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
|
||||
DEB_DH_MAKESHLIBS_ARGS_libgail-3-0 += -V -- -c4
|
||||
DEB_DH_FIXPERMS_ARGS_ALL += -X$(LIBDIR)/$(SHARED_PKG)
|
||||
DEB_DH_STRIP_ARGS += --dbgsym-migration='libgail-3-0-dbg (<< 3.22.0-1~), libgtk-3-0-dbg (<< 3.22.0-1~)'
|
||||
|
||||
# macro computing the list of 'debian/<pkg>.*" files which have a
|
||||
# corresponding ".in" file; pass the list of packages in $(1)
|
||||
|
||||
Reference in New Issue
Block a user