From 8b6be3d5707f6194719ca91b8e699ed83c02a400 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 28 Jun 2017 13:35:23 +0200 Subject: Turn project from perl-Arctica-Browser-Overlay into arctica-browser. --- debian/arctica-browser-overlay.install | 2 + debian/arctica-browser.install | 2 + debian/arctica-testbrowser.install | 2 - debian/changelog | 6 +++ debian/control | 58 +++++++++++++++++--------- debian/copyright | 4 +- debian/libarctica-browser-overlay-perl.install | 2 - 7 files changed, 50 insertions(+), 26 deletions(-) create mode 100644 debian/arctica-browser-overlay.install create mode 100644 debian/arctica-browser.install delete mode 100644 debian/arctica-testbrowser.install delete mode 100644 debian/libarctica-browser-overlay-perl.install (limited to 'debian') diff --git a/debian/arctica-browser-overlay.install b/debian/arctica-browser-overlay.install new file mode 100644 index 0000000..0077164 --- /dev/null +++ b/debian/arctica-browser-overlay.install @@ -0,0 +1,2 @@ +# FIXME: this is far from suboptimal... +bin/forkedmmoverlay.pl usr/bin/ diff --git a/debian/arctica-browser.install b/debian/arctica-browser.install new file mode 100644 index 0000000..2d987de --- /dev/null +++ b/debian/arctica-browser.install @@ -0,0 +1,2 @@ +bin/arctica-browser usr/bin/ +data/* usr/share/arctica-browser/ diff --git a/debian/arctica-testbrowser.install b/debian/arctica-testbrowser.install deleted file mode 100644 index 2b67919..0000000 --- a/debian/arctica-testbrowser.install +++ /dev/null @@ -1,2 +0,0 @@ -bin/* usr/bin/ -data/* usr/share/arctica-testbrowser/ diff --git a/debian/changelog b/debian/changelog index b487128..c15a779 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +arctica-browser (0.0.0.2-1) UNRELEASED; urgency=medium + + * Turn perl-Arctica-Browser-Overlay into actual Arctica Browser project. + + -- Mike Gabriel Wed, 28 Jun 2017 13:30:34 +0200 + libarctica-browser-overlay-perl (0.0.0.1-0) unstable; urgency=medium * No changelog entries here... See upstream ChangeLog file. 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 Uploaders: Mike Gabriel 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. diff --git a/debian/copyright b/debian/copyright index 60590ce..814ecd9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: perl-Arctica-Browser-Overlay +Upstream-Name: Arctica Web Browser Upstream-Contact: Arctica Project Developers -Source: https://github.com/ArcticaProject/perl-Arctica-Browser-Overlay +Source: https://github.com/ArcticaProject/arctica-browser Files: * Copyright: diff --git a/debian/libarctica-browser-overlay-perl.install b/debian/libarctica-browser-overlay-perl.install deleted file mode 100644 index 0077164..0000000 --- a/debian/libarctica-browser-overlay-perl.install +++ /dev/null @@ -1,2 +0,0 @@ -# FIXME: this is far from suboptimal... -bin/forkedmmoverlay.pl usr/bin/ -- cgit v1.2.3