summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control22
1 files changed, 22 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..d198d4d
--- /dev/null
+++ b/control
@@ -0,0 +1,22 @@
+Source: mrbuild
+Priority: optional
+Section: devel
+Build-Depends:
+# Please do not "fix" to use debhelper-compat. I want this to remain compatible
+# with older debian-based distros
+ debhelper (>= 11)
+Maintainer: Dima Kogan <dkogan@debian.org>
+Standards-Version: 4.6.1
+Homepage: https://github.com/dkogan/mrbuild
+Vcs-Git: https://salsa.debian.org/debian/mrbuild.git
+Vcs-Browser: https://salsa.debian.org/debian/mrbuild
+
+Package: mrbuild
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+ chrpath
+Multi-Arch: foreign
+Description: A simple build system
+ mrbuild is a simple build system built with GNU Make. It makes it easy to setup
+ projects providing some executables, shared libraries, Python extension modules
+ and documentation