From e0c9973c9a06a2d117898b340cd3cc2ae03a01b5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 1 Jul 2020 09:36:31 -0400 Subject: package -all depends on equal version --- debian/control | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index dbc2de3..76b5433 100644 --- a/debian/control +++ b/debian/control @@ -11,16 +11,16 @@ Package: chicago95-theme-all Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, - chicago95-theme-backgrounds, - chicago95-theme-cursors, - chicago95-theme-doc, - chicago95-theme-fonts, - chicago95-theme-gtk, - chicago95-theme-icons, - chicago95-theme-login-sound, - chicago95-theme-plus, - chicago95-theme-plymouth, - chicago95-theme-sounds + chicago95-theme-backgrounds (= ${binary:Version}), + chicago95-theme-cursors (= ${binary:Version}), + chicago95-theme-doc (= ${binary:Version}), + chicago95-theme-fonts (= ${binary:Version}), + chicago95-theme-gtk (= ${binary:Version}), + chicago95-theme-icons (= ${binary:Version}), + chicago95-theme-login-sound (= ${binary:Version}), + chicago95-theme-plus (= ${binary:Version}), + chicago95-theme-plymouth (= ${binary:Version}), + chicago95-theme-sounds (= ${binary:Version}) Description: XFCE Windows 95 Total Conversion Assets to allow customization of Xfce to look as close to Microsoft Windows 95 as possible. This -- cgit