Remove old debug package definition, use the new dbgsym packages

This commit is contained in:
Tino Mettler 2016-03-01 14:56:37 +01:00
parent 254581a15b
commit 470ecf0810
2 changed files with 1 additions and 18 deletions

17
debian/control vendored
View file

@ -140,23 +140,6 @@ Description: Sync personal information data using SyncML and CalDAV/CardDAV (HTT
This package provides a python script to make SyncEvolution act as a HTTP(S)
server for other SyncML clients.
Package: syncevolution-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, syncevolution (= ${binary:Version}),
sync-ui (= ${binary:Version}),
syncevolution-dbus (= ${binary:Version})
Description: Sync personal information data using SyncML and CalDAV/CardDAV (debugging)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides debugging symbols
Package: libsyncevolution0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, syncevolution-common (= ${source:Version}), dbus

2
debian/rules vendored
View file

@ -35,7 +35,7 @@ override_dh_install:
dh_install -X"*.pl"
override_dh_strip:
dh_strip --dbg-package=syncevolution-dbg
dh_strip --dbgsym-migration='syncevolution-dbg'
override_dh_auto_clean:
rm -f INSTALL compile po/LINGUAS src/backends/backends.am \