summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-09-06 19:54:48 +0200
committergregor herrmann <gregoa@debian.org>2019-09-06 19:54:48 +0200
commit50002f42d863dd59206f4c5318435d8204a4e716 (patch)
tree77f39356f38cc6f13e3ecab177073c32e4b265e5
parent1e79c8c0ffdc786a5032e1201aed04228246b453 (diff)
Drop unneeded version constraints from (build) dependencies.
-rw-r--r--debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 0522e38..a5fb022 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Priority: optional
Build-Depends: debhelper (>= 11),
libmodule-build-perl,
perl
-Build-Depends-Indep: libfile-sharedir-perl (>= 1.00) <!nocheck>,
+Build-Depends-Indep: libfile-sharedir-perl <!nocheck>,
libglib-perl <!nocheck>,
libgtk2-perl <!nocheck>,
libio-async-loop-glib-perl <!nocheck>,
- libio-async-perl (>= 0.14) <!nocheck>,
+ libio-async-perl <!nocheck>,
libmodule-pluggable-perl <!nocheck>,
- libnet-async-tangence-perl (>= 0.13) <!nocheck>,
- libtangence-perl (>= 0.18) <!nocheck>
+ libnet-async-tangence-perl <!nocheck>,
+ libtangence-perl <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcircle-fe-gtk-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcircle-fe-gtk-perl.git
@@ -24,14 +24,14 @@ Package: circle-gtk
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libfile-sharedir-perl (>= 1.00),
+ libfile-sharedir-perl,
libglib-perl,
libgtk2-perl,
libio-async-loop-glib-perl,
- libio-async-perl (>= 0.14),
+ libio-async-perl,
libmodule-pluggable-perl,
- libnet-async-tangence-perl (>= 0.13),
- libtangence-perl (>= 0.18)
+ libnet-async-tangence-perl,
+ libtangence-perl
Suggests: circle-backend
Provides: libcircle-fe-gtk-perl
Description: GTK 2 frontend for the Circle IRC client