aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-28 13:35:23 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-28 13:46:28 +0200
commit8b6be3d5707f6194719ca91b8e699ed83c02a400 (patch)
tree64db9d253dbea41787d024ab3977a8755ef2b29b /debian/control
parenteb84fe468a7d8a331abd1dae31f01d3cf66b4904 (diff)
downloadarctica-browser-8b6be3d5707f6194719ca91b8e699ed83c02a400.tar.gz
arctica-browser-8b6be3d5707f6194719ca91b8e699ed83c02a400.tar.bz2
arctica-browser-8b6be3d5707f6194719ca91b8e699ed83c02a400.zip
Turn project from perl-Arctica-Browser-Overlay into arctica-browser.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control58
1 files changed, 38 insertions, 20 deletions
diff --git a/debian/control b/debian/control
index 1a38778..f657a83 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: libarctica-browser-overlay-perl
+Source: arctica-browser
Section: perl
Priority: optional
Build-Depends:
@@ -10,44 +10,62 @@ 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-Overlay
-Vcs-Browser: https://github.com/ArcticaProject/perl-Arctica-Browser-Overlay
+Vcs-Git: https://github.com/ArcticaProject/arctica-browser
+Vcs-Browser: https://github.com/ArcticaProject/arctica-browser
Standards-Version: 3.9.8
-Package: libarctica-browser-overlay-perl
+Package: libarctica-browser-core-perl
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
- libarctica-core-perl,
- libarctica-core-jabus-socket-perl,
- libglib-perl,
- libgtk3-perl,
- libgtk3-webkit-perl,
- libglib-object-introspection-perl,
- x11-utils,
- xdotool,
-Description: Arctica Browser (client-side overlay)
+ libarctica-telekinesis-application-gtk3-perl,
+Description: Arctica Web Browser: Core 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 all Perl modules needed for the client-side
- Arctica Web Browser Overlay.
+ This package provides the core Perl module of the Arctica Web Browser.
-Package: arctica-testbrowser
+Package: arctica-browser
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
- libarctica-telekinesis-application-gtk3-perl,
+ libarctica-browser-core-perl (= ${source:Version}),
tinyproxy,
-Description: Arctica Browser (test browser)
+Breaks: arctica-testbrowser,
+Replaces: arctica-testbrowser,
+Description: Arctica Web Browser
+ 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 Arctica Web Browser.
+
+Package: arctica-browser-overlay
+Architecture: all
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ libarctica-browser-proxy-perl,
+ libarctica-browser-toolbar-perl,
+ libarctica-browser-webview-perl,
+ libarctica-core-perl,
+ libarctica-core-jabus-socket-perl,
+ libglib-perl,
+ libgtk3-perl,
+ libglib-object-introspection-perl,
+ x11-utils,
+ xdotool,
+Breaks: libarctica-browser-overlay-perl,
+Replaces: libarctica-browser-overlay-perl,
+Description: Arctica Web Browser: Client-Side Overlay
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 a standalone to-be-installed server-side test
- browser that launches its web overlay on the client-side.
+ This package provides the client-side overlay for Arctica Web Browser.