diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e47b24f --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: autoconf-dickey +Section: devel +Priority: optional +Maintainer: Sven Joachim <svenjoac@gmx.de> +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: m4 +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://invisible-island.net/autoconf/autoconf.html +Vcs-Git: https://salsa.debian.org/joachim-guest/autoconf-dickey.git +Vcs-Browser: https://salsa.debian.org/joachim-guest/autoconf-dickey + +Package: autoconf-dickey +Architecture: all +Multi-Arch: foreign +Depends: m4, ${misc:Depends}, ${perl:Depends} +Description: automatic configure script builder (Thomas Dickey's version) + This hacked version of autoconf is required to bootstrap ncurses and + some other packages maintained upstream by Thomas Dickey. It should + not be used for other purposes. |