aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-01 09:36:31 -0400
committerB Stack <bgstack15@gmail.com>2020-07-01 09:36:31 -0400
commite0c9973c9a06a2d117898b340cd3cc2ae03a01b5 (patch)
tree59e129dfce971386aadc16007b41f81bb2b7ff46
parentadd build-dep txt2man (diff)
downloadchicago95-packages-e0c9973c9a06a2d117898b340cd3cc2ae03a01b5.tar.gz
chicago95-packages-e0c9973c9a06a2d117898b340cd3cc2ae03a01b5.tar.bz2
chicago95-packages-e0c9973c9a06a2d117898b340cd3cc2ae03a01b5.zip
package -all depends on equal version
-rw-r--r--debian/control20
1 files 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
bgstack15