diff -Nru xfce4-sntray-plugin-0.4.11/debian/changelog xfce4-sntray-plugin-0.4.11/debian/changelog --- xfce4-sntray-plugin-0.4.11/debian/changelog 2018-09-05 06:30:43.000000000 +0000 +++ xfce4-sntray-plugin-0.4.11/debian/changelog 2019-08-28 22:48:35.000000000 +0000 @@ -1,3 +1,13 @@ +xfce4-sntray-plugin (0.4.11-1+rpi1) bullseye-staging; urgency=medium + + * Move libvalapanel-dev from build-depends to build-conflicts. + * Remove vala-sntray-plugin binary package. + * Add usr/share/glib-2.0/schemas/org.valapanel.toplevel.sntray.gschema.xml + to debian/not-installed + * Fix clean target. + + -- Peter Michael Green Wed, 28 Aug 2019 22:48:35 +0000 + xfce4-sntray-plugin (0.4.11-1) unstable; urgency=medium * New upstream release. diff -Nru xfce4-sntray-plugin-0.4.11/debian/control xfce4-sntray-plugin-0.4.11/debian/control --- xfce4-sntray-plugin-0.4.11/debian/control 2018-09-05 06:28:50.000000000 +0000 +++ xfce4-sntray-plugin-0.4.11/debian/control 2019-08-28 22:48:35.000000000 +0000 @@ -15,12 +15,13 @@ libgtk-3-dev (>= 3.22), libmate-panel-applet-dev, libpeas-dev, - libvalapanel-dev (>= 0.4), libxfce4panel-2.0-dev, libxfconf-0-dev, libxml2-utils, pkg-config, valac, +Build-Conflicts: + libvalapanel-dev Standards-Version: 4.2.1 Homepage: https://gitlab.com/vala-panel-project/xfce4-sntray-plugin Vcs-Git: https://salsa.debian.org/debian-ayatana-team/xfce4-sntray-plugin.git @@ -64,19 +65,6 @@ . MATE panel applet version of the plugin. -Package: vala-sntray-plugin -Architecture: any -Depends: - xfce4-sntray-plugin-common, - ${misc:Depends}, - ${shlibs:Depends}, -Description: plugin for xfce4-panel to show StatusNotifierItems - Vala - Plugin for xfce4-panel to show StatusNotifierItems - (also known as AppIndicators). Based on ValaPanel`s - StatusNotifier and xfce4-snw-plugin by equiem. - . - Vala Panel Applet version of the plugin. - Package: budgie-sntray-plugin Architecture: any Depends: diff -Nru xfce4-sntray-plugin-0.4.11/debian/not-installed xfce4-sntray-plugin-0.4.11/debian/not-installed --- xfce4-sntray-plugin-0.4.11/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ xfce4-sntray-plugin-0.4.11/debian/not-installed 2019-08-28 22:48:35.000000000 +0000 @@ -0,0 +1 @@ +usr/share/glib-2.0/schemas/org.valapanel.toplevel.sntray.gschema.xml diff -Nru xfce4-sntray-plugin-0.4.11/debian/rules xfce4-sntray-plugin-0.4.11/debian/rules --- xfce4-sntray-plugin-0.4.11/debian/rules 2018-03-01 20:21:51.000000000 +0000 +++ xfce4-sntray-plugin-0.4.11/debian/rules 2019-08-28 22:48:35.000000000 +0000 @@ -18,3 +18,7 @@ get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=.. + +override_dh_auto_clean: + dh_auto_clean + sed -i s_lib/[a-z-]*_lib64_ data/sntray-mate.desktop.in