diff options
author | GZNGET FOSS Team <opensource@gznianguan.com> | 2016-09-06 16:18:44 +0200 |
---|---|---|
committer | GZNGET FOSS Team <opensource@gznianguan.com> | 2016-09-06 16:43:49 +0200 |
commit | e5c70c6ac7b22aa0497b33d3507746307e93e563 (patch) | |
tree | 936b219152d03df92f4f030b9a9553d24ae9673a /debian/control | |
download | perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.tar.gz perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.tar.bz2 perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.zip |
Initial Mother Forker Commit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2c699ef --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: libarctica-core-mother-forker-perl +Section: perl +Priority: optional +Build-Depends: + cdbs, + debhelper (>= 9), +Build-Depends-Indep: + perl (>= 5.8.0), +Maintainer: Arctica Project Developers <devs@lists.arctica-project.org> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Homepage: https://arctica-project.org/ +Vcs-Git: https://github.com/ArcticaProject/perl-Arctica-Core-Mother-Forker +Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Core-Mother-Forker +Standards-Version: 3.9.8 + +Package: libarctica-core-mother-forker-perl +Architecture: all +Depends: + ${perl:Depends}, + ${misc:Depends}, +Description: Arctica Framework for Fork and Control of external exec + . + FIXME: Some more descripttive text needs to go here... |