aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-28 12:13:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-28 12:13:16 +0200
commita17e9edcb910b99e4e65a1a297a0edf6c28205e5 (patch)
treeb6779103021ccf49ac237267dfa07b46eb4c5b31 /debian/control
parent42db9a00acddcf46f658bac8cf285e6363cb6858 (diff)
downloadperl-Arctica-Browser-WebView-a17e9edcb910b99e4e65a1a297a0edf6c28205e5.tar.gz
perl-Arctica-Browser-WebView-a17e9edcb910b99e4e65a1a297a0edf6c28205e5.tar.bz2
perl-Arctica-Browser-WebView-a17e9edcb910b99e4e65a1a297a0edf6c28205e5.zip
Debianize package.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8699662
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libarctica-browser-webview-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-Browser-WebView
+Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Browser-WebView
+Standards-Version: 3.9.8
+
+Package: libarctica-browser-webview-perl
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ libglib-perl,
+ libgtk3-perl,
+ libgtk3-webkit-perl,
+Description: Arctica Browser: WebView Module
+ The Arctica Project brings forth a remote computing framework of
+ enterprise grade and quality. The Arctica Framework is a highly
+ modularized and thus pluggable for developing alls sort of remote
+ services.
+ .
+ This package provides the WebView Module for Arctica Web Browser.