aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..284540a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: xradar3-tk
+Section: devel
+Priority: extra
+Maintainer: Patrick Lecoanet <lecoanet@cena.dgac.fr>
+Standards-Version: 2.3.0.0
+
+Package: xradar3-tk
+Architecture: i386
+Depends: tk8.0 (>= 8.0.4-2)
+Provides: xradar-tk
+Conflicts: xradar-dev, xradar3-dev
+Description: The Tk radar widget.
+ Radar Widget incarnation for the Tk toolkit.
+
+Package: xradar3-perl
+Architecture: i386
+Depends: perl-tk (>= 800.011), xradar3-tk (= ${Source-Version})
+Provides: xradar-perl
+Conflicts: xradar-perl
+Description: perl-tk variant of the Tk radar widget.
+ perl-tk variant of the Tk radar widget.
+
+Package: python-xradar3
+Architecture: all
+Depends: python-tk, xradar3-tk (= ${Source-Version})
+Description: python interface to the xradar Tk widget.
+ python interface to the xradar Tk widget.