summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..46cf158
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: mk-configure
+Section: devel
+Priority: optional
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Build-Depends: debhelper (>= 9), bmake
+Standards-Version: 3.9.4
+
+Package: mk-configure
+Architecture: all
+Depends: bmake, ${misc:Depends}
+Description: lightweight replacement for GNU autotools
+ mk-configure is a lightweight easy-to-use replacement for GNU autotools,
+ written in bmake (portable version of NetBSD make) and POSIX tools (shell,
+ awk etc).
+