[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#868537: File conflict between abiword-dbgsym and abiword-plugin-grammar-dbgsym



Source: abiword
Version: 3.0.2-2
Severity: serious
Control: affects -1 abiword-dbgsym abiword-plugin-grammar-dbgsym

# apt-get install abiword-dbgsym abiword-plugin-grammar-dbgsym
...
dpkg: error processing archive /var/cache/apt/archives/abiword-plugin-grammar-dbgsym_3.0.2-2_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/debug/.build-id/30/e90eef3ab895a8c526b88940ee8d1f6ff47710.debug', which is also in package abiword-dbgsym 3.0.2-2


The problem is the following in debian/rules:

override_dh_makeshlibs:
	$(RM) -v debian/abiword/usr/lib/$(DEB_HOST_MULTIARCH)/abiword-*/plugins/grammar.*
	dh_makeshlibs -V


When grammar.so is removed from the abiword package,
dh_strip already ran and added its debug information
to abiword-dbgsym.


Reply to: