[topmenu-gtk] 01/04: dbgsym migration: Handle Breaks:/Replaces: properly between old -dbg and new -dbgsym packages.
Mike Gabriel
sunweaver at debian.org
Wed Aug 24 12:57:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository topmenu-gtk.
commit 5a2701ae11f459adf99238b81386f664cc37813a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Aug 24 14:39:40 2016 +0200
dbgsym migration: Handle Breaks:/Replaces: properly between old -dbg and new -dbgsym packages.
---
debian/rules | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/debian/rules b/debian/rules
index 25fc317..8b44058 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,18 @@ DEB_DESTDIR_mate-applet-topmenu := $(CURDIR)/debian/mate-applet-topmenu
DEB_DH_MAKESHLIBS_ARGS_topmenu-gtk2 += --no-act
DEB_DH_MAKESHLIBS_ARGS_topmenu-gtk3 += --no-act
+DEB_DH_STRIP_ARGS_topmenu-gtk2 = --dbgsym-migration='topmenu-gtk2-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_libtopmenu-client-gtk2-0 = --dbgsym-migration='libtopmenu-client-gtk2-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_libtopmenu-server-gtk2-0 = --dbgsym-migration='libtopmenu-server-gtk2-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_xfce4-topmenu-plugin = --dbgsym-migration='xfce4-topmenu-plugin-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_lxpanel-plugin-topmenu = --dbgsym-migration='lxpanel-plugin-topmenu-dbgpluma-dbg (<< 0.3-1~)'
+
+DEB_DH_STRIP_ARGS_topmenu-gtk3 = --dbgsym-migration='topmenu-gtk3-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_libtopmenu-client-gtk3-0 = --dbgsym-migration='libtopmenu-client-gtk3-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_libtopmenu-server-gtk3-0 = --dbgsym-migration='libtopmenu-server-gtk3-dbg (<< 0.3-1~)'
+DEB_DH_STRIP_ARGS_mate-applet-topmenu = --dbgsym-migration='mate-applet-topmenu-dbg (<< 0.3-1~)'
+
+
DEB_DH_SHLIBDEPS_ARGS_lxpanel-plugin-topmenu += -l$(shell pkg-config --variable=pkglibdir lxpanel) --dpkg-shlibdeps-params=--ignore-missing-info
DEB_CONFIGURE_EXTRA_FLAGS += \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/topmenu-gtk.git
More information about the pkg-mate-commits
mailing list