From ce05fbe58af4d204b87ef842b5af1ae6378b8167 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Tue, 15 Jan 2019 21:40:44 +0000 Subject: [PATCH 1/1] Import gambas3_3.12.2-1.debian.tar.xz [dgit import tarball gambas3 3.12.2-1 gambas3_3.12.2-1.debian.tar.xz] --- changelog | 414 +++++++++ compat | 1 + control | 1381 ++++++++++++++++++++++++++++ copyright | 719 +++++++++++++++ gambas3-dev.install | 3 + gambas3-dev.manpages | 3 + gambas3-examples.examples | 1 + gambas3-gb-args.install | 2 + gambas3-gb-cairo.install | 2 + gambas3-gb-chart.install | 2 + gambas3-gb-clipper.install | 2 + gambas3-gb-complex.install | 2 + gambas3-gb-compress-bzlib2.install | 1 + gambas3-gb-compress-zlib.install | 1 + gambas3-gb-compress.install | 3 + gambas3-gb-crypt.install | 2 + gambas3-gb-data.install | 2 + gambas3-gb-db-form.install | 3 + gambas3-gb-db-mysql.install | 2 + gambas3-gb-db-odbc.install | 2 + gambas3-gb-db-postgresql.install | 2 + gambas3-gb-db-sqlite2.install | 2 + gambas3-gb-db-sqlite3.install | 2 + gambas3-gb-db.install | 5 + gambas3-gb-dbus-trayicon.install | 2 + gambas3-gb-dbus.install | 5 + gambas3-gb-desktop-x11.install | 8 + gambas3-gb-desktop.install | 3 + gambas3-gb-eval-highlight.install | 2 + gambas3-gb-form-dialog.install | 2 + gambas3-gb-form-editor.install | 5 + gambas3-gb-form-mdi.install | 3 + gambas3-gb-form-stock.install | 2 + gambas3-gb-form-terminal.install | 3 + gambas3-gb-form.install | 5 + gambas3-gb-gmp.install | 2 + gambas3-gb-gsl.install | 2 + gambas3-gb-gtk-opengl.install | 2 + gambas3-gb-gtk.install | 4 + gambas3-gb-gtk3.install | 4 + gambas3-gb-gui.install | 4 + gambas3-gb-httpd.install | 2 + gambas3-gb-image-effect.install | 2 + gambas3-gb-image-imlib.install | 2 + gambas3-gb-image-io.install | 2 + gambas3-gb-image.install | 4 + gambas3-gb-inotify.install | 5 + gambas3-gb-jit.install | 5 + gambas3-gb-libxml.install | 2 + gambas3-gb-logging.install | 2 + gambas3-gb-map.install | 3 + gambas3-gb-markdown.install | 4 + gambas3-gb-media-form.install | 3 + gambas3-gb-media.install | 4 + gambas3-gb-memcached.install | 2 + gambas3-gb-mime.install | 2 + gambas3-gb-mysql.install | 2 + gambas3-gb-ncurses.install | 2 + gambas3-gb-net-curl.install | 2 + gambas3-gb-net-pop3.install | 3 + gambas3-gb-net-smtp.install | 3 + gambas3-gb-net.install | 4 + gambas3-gb-openal.install | 2 + gambas3-gb-opengl-glsl.install | 2 + gambas3-gb-opengl-glu.install | 2 + gambas3-gb-opengl-sge.install | 2 + gambas3-gb-opengl.install | 4 + gambas3-gb-openssl.install | 2 + gambas3-gb-option.install | 2 + gambas3-gb-pcre.install | 2 + gambas3-gb-pdf.install | 2 + gambas3-gb-qt5-ext.install | 2 + gambas3-gb-qt5-opengl.install | 4 + gambas3-gb-qt5-webkit.install | 5 + gambas3-gb-qt5.install | 4 + gambas3-gb-report.install | 3 + gambas3-gb-report2.install | 3 + gambas3-gb-scanner.install | 4 + gambas3-gb-sdl-sound.install | 2 + gambas3-gb-sdl.install | 5 + gambas3-gb-sdl2-audio.install | 2 + gambas3-gb-sdl2.install | 5 + gambas3-gb-settings.install | 2 + gambas3-gb-signal.install | 2 + gambas3-gb-term-form.install | 3 + gambas3-gb-term.install | 4 + gambas3-gb-util-web.install | 5 + gambas3-gb-util.install | 4 + gambas3-gb-v4l.install | 2 + gambas3-gb-vb.install | 2 + gambas3-gb-web-feed.install | 2 + gambas3-gb-web-form.install | 3 + gambas3-gb-web.install | 4 + gambas3-gb-xml-html.install | 2 + gambas3-gb-xml-rpc.install | 2 + gambas3-gb-xml-xslt.install | 2 + gambas3-gb-xml.install | 5 + gambas3-ide.install | 5 + gambas3-ide.links | 1 + gambas3-ide.manpages | 1 + gambas3-runtime.install | 32 + gambas3-runtime.links | 1 + gambas3-runtime.manpages | 3 + gambas3-script.install | 11 + gambas3-script.links | 1 + gambas3-script.manpages | 2 + gambas3.1 | 57 ++ gba3.1 | 47 + gbc3.1 | 64 ++ gbh3.1 | 102 ++ gbi3.1 | 35 + gbp.conf | 12 + gbr3.1 | 46 + gbs3.1 | 44 + gbw3.1 | 47 + gbx3.1 | 53 ++ patches/series | 1 + patches/std_compiler_flags | 21 + rules | 37 + source/format | 1 + watch | 2 + 121 files changed, 3406 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 gambas3-dev.install create mode 100644 gambas3-dev.manpages create mode 100644 gambas3-examples.examples create mode 100644 gambas3-gb-args.install create mode 100644 gambas3-gb-cairo.install create mode 100644 gambas3-gb-chart.install create mode 100644 gambas3-gb-clipper.install create mode 100644 gambas3-gb-complex.install create mode 100644 gambas3-gb-compress-bzlib2.install create mode 100644 gambas3-gb-compress-zlib.install create mode 100644 gambas3-gb-compress.install create mode 100644 gambas3-gb-crypt.install create mode 100644 gambas3-gb-data.install create mode 100644 gambas3-gb-db-form.install create mode 100644 gambas3-gb-db-mysql.install create mode 100644 gambas3-gb-db-odbc.install create mode 100644 gambas3-gb-db-postgresql.install create mode 100644 gambas3-gb-db-sqlite2.install create mode 100644 gambas3-gb-db-sqlite3.install create mode 100644 gambas3-gb-db.install create mode 100644 gambas3-gb-dbus-trayicon.install create mode 100644 gambas3-gb-dbus.install create mode 100644 gambas3-gb-desktop-x11.install create mode 100644 gambas3-gb-desktop.install create mode 100644 gambas3-gb-eval-highlight.install create mode 100644 gambas3-gb-form-dialog.install create mode 100644 gambas3-gb-form-editor.install create mode 100644 gambas3-gb-form-mdi.install create mode 100644 gambas3-gb-form-stock.install create mode 100644 gambas3-gb-form-terminal.install create mode 100644 gambas3-gb-form.install create mode 100644 gambas3-gb-gmp.install create mode 100644 gambas3-gb-gsl.install create mode 100644 gambas3-gb-gtk-opengl.install create mode 100644 gambas3-gb-gtk.install create mode 100644 gambas3-gb-gtk3.install create mode 100644 gambas3-gb-gui.install create mode 100644 gambas3-gb-httpd.install create mode 100644 gambas3-gb-image-effect.install create mode 100644 gambas3-gb-image-imlib.install create mode 100644 gambas3-gb-image-io.install create mode 100644 gambas3-gb-image.install create mode 100644 gambas3-gb-inotify.install create mode 100644 gambas3-gb-jit.install create mode 100644 gambas3-gb-libxml.install create mode 100644 gambas3-gb-logging.install create mode 100644 gambas3-gb-map.install create mode 100644 gambas3-gb-markdown.install create mode 100644 gambas3-gb-media-form.install create mode 100644 gambas3-gb-media.install create mode 100644 gambas3-gb-memcached.install create mode 100644 gambas3-gb-mime.install create mode 100644 gambas3-gb-mysql.install create mode 100644 gambas3-gb-ncurses.install create mode 100644 gambas3-gb-net-curl.install create mode 100644 gambas3-gb-net-pop3.install create mode 100644 gambas3-gb-net-smtp.install create mode 100644 gambas3-gb-net.install create mode 100644 gambas3-gb-openal.install create mode 100644 gambas3-gb-opengl-glsl.install create mode 100644 gambas3-gb-opengl-glu.install create mode 100644 gambas3-gb-opengl-sge.install create mode 100644 gambas3-gb-opengl.install create mode 100644 gambas3-gb-openssl.install create mode 100644 gambas3-gb-option.install create mode 100644 gambas3-gb-pcre.install create mode 100644 gambas3-gb-pdf.install create mode 100644 gambas3-gb-qt5-ext.install create mode 100644 gambas3-gb-qt5-opengl.install create mode 100644 gambas3-gb-qt5-webkit.install create mode 100644 gambas3-gb-qt5.install create mode 100644 gambas3-gb-report.install create mode 100644 gambas3-gb-report2.install create mode 100644 gambas3-gb-scanner.install create mode 100644 gambas3-gb-sdl-sound.install create mode 100644 gambas3-gb-sdl.install create mode 100644 gambas3-gb-sdl2-audio.install create mode 100644 gambas3-gb-sdl2.install create mode 100644 gambas3-gb-settings.install create mode 100644 gambas3-gb-signal.install create mode 100644 gambas3-gb-term-form.install create mode 100644 gambas3-gb-term.install create mode 100644 gambas3-gb-util-web.install create mode 100644 gambas3-gb-util.install create mode 100644 gambas3-gb-v4l.install create mode 100644 gambas3-gb-vb.install create mode 100644 gambas3-gb-web-feed.install create mode 100644 gambas3-gb-web-form.install create mode 100644 gambas3-gb-web.install create mode 100644 gambas3-gb-xml-html.install create mode 100644 gambas3-gb-xml-rpc.install create mode 100644 gambas3-gb-xml-xslt.install create mode 100644 gambas3-gb-xml.install create mode 100644 gambas3-ide.install create mode 100644 gambas3-ide.links create mode 100644 gambas3-ide.manpages create mode 100644 gambas3-runtime.install create mode 100644 gambas3-runtime.links create mode 100644 gambas3-runtime.manpages create mode 100644 gambas3-script.install create mode 100644 gambas3-script.links create mode 100644 gambas3-script.manpages create mode 100644 gambas3.1 create mode 100644 gba3.1 create mode 100644 gbc3.1 create mode 100644 gbh3.1 create mode 100644 gbi3.1 create mode 100644 gbp.conf create mode 100644 gbr3.1 create mode 100644 gbs3.1 create mode 100644 gbw3.1 create mode 100644 gbx3.1 create mode 100644 patches/series create mode 100644 patches/std_compiler_flags create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 00000000..73193abf --- /dev/null +++ b/changelog @@ -0,0 +1,414 @@ +gambas3 (3.12.2-1) unstable; urgency=medium + + * New upstream version 3.12.2 + + -- Bastian Germann Tue, 15 Jan 2019 22:40:44 +0100 + +gambas3 (3.12.1-3) unstable; urgency=medium + + [ Bastian Germann ] + * Let gambas3-gb-jit depend on gambas3-runtime + * Let gambas3-ide depend on gambas3-gb-jit (Closes: #919212) + + -- Gianfranco Costamagna Mon, 14 Jan 2019 13:06:25 +0100 + +gambas3 (3.12.1-2) unstable; urgency=medium + + * Add jit dependency to -ide package (Closes: #919212) + + -- Gianfranco Costamagna Mon, 14 Jan 2019 12:57:52 +0100 + +gambas3 (3.12.1-1) unstable; urgency=medium + + * Team Upload + * New upstream version 3.12.1 + * Drop prefer_qt5 patch, upstream + + -- Gianfranco Costamagna Tue, 08 Jan 2019 09:02:03 +0100 + +gambas3 (3.12.0-1) unstable; urgency=medium + + [ Bastian Germann ] + * Update Standards-Version. No changes needed. + * New upstream version 3.12.0 + * Enable JIT + * Remove upstream patches + * Define gb.jit files + + [ Gianfranco Costamagna ] + * Team Upload + * bump copyright years + + -- Gianfranco Costamagna Thu, 03 Jan 2019 10:23:13 +0100 + +gambas3 (3.11.4-6) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Team upload + + [ Jeremy Bicha ] + * Cherry-pick Make-gb.pdf-compile-with-poppler-0.71.patch + - upstream fix for new poppler + + -- Gianfranco Costamagna Tue, 27 Nov 2018 12:04:09 +0100 + +gambas3 (3.11.4-5) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Team upload + + [ Bastian Germann ] + * Take dh compiler flags into account + * Add missing install files + * Correct two copyright paths + * Make the gambas3-gb-gui-* components transitional + * Provide man pages for *.gambas programs + * Update the man pages according to --help + + -- Gianfranco Costamagna Tue, 30 Oct 2018 08:56:48 +0100 + +gambas3 (3.11.4-4) unstable; urgency=medium + + * Use upstream desktop file and icon + * Use dh_auto_configure + * Do not use deprecated --list-missing on dh_install + * Enable parallel build + * Do not use multi-arch libdir + * Only package installed files + * Install gbs3.gambas in /usr/bin + * Remove the now-upstream shared-mime-info + * Remove unnecessary .links and .dirs + * Add copyright information + + -- Bastian Germann Thu, 25 Oct 2018 15:42:55 +0200 + +gambas3 (3.11.4-3) unstable; urgency=medium + + [ Bastian Germann ] + * Fix MIPS build + * Update standards version + * Add missing gambas3-gb-qt5-opengl to gambas3 meta package + * Remove the deprecated components from gambas3 meta package + * Make gambas3-dev independent from gambas3-runtime + + [ Gianfranco Costamagna ] + * Team upload + + -- Bastian Germann Mon, 15 Oct 2018 22:49:22 +0200 + +gambas3 (3.11.4-2) unstable; urgency=medium + + * Fix manpage spelling errors + * Fix undefined TRUE/FALSE + + -- Bastian Germann Mon, 15 Oct 2018 12:40:43 +0200 + +gambas3 (3.11.4-1) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Team upload + * New upstream release + * Drop old transitional gb-desktop-gnome package, thanks Holger for + the report and fix (Closes: #874760) + * Update sections with new patch (Closes: #880695) + * Bring back examples package + + [ Pino Toscano ] + * Remove useless qtwebkit dependency + (Closes: #867306) + + [ Bastian Germann ] + * New upstream version 3.11.4 + * Update the watch file location + * Remove the deprecated gambas3-gb-desktop-gnome-keyring package + (Closes: #867930) + * Update the version control links to salsa + * Bump std-version to 4.1.4, no changes required + * Add "Multi-Arch: same" for two packages + * Modify the MIME icon sizes + * Remove outdated Portland project links (Closes: #896665) + * Remove all patches + * Drop qt4 packages (Closes: #874896) + * Add d/gbp.conf + * Explicitly disable non-packaged components + * Introduce one old and one new qt4 patch + * Add gambas3-gb-term package + * Add gambas3-gb-dbus-trayicon package + * Add gambas3-gb-media-form package + * Remove gambas3-gb-gui-trayicon and fix gambas3-ide + * Add gambas3-gb-web-{feed,form} packages + * Correct d/control syntax + * Merge two packages into gambas3-runtime + * Define wget as a dependency for gambas3-ide + * Fix a lot of dependencies + * Address lintian errors including new patch + * Remove unused shlibs:Depends substitution variables + * Transition to gmime 3.0 (Closes: #867348) + * Set a new Maintainer team address (Closes: #899515) + + -- Bastian Germann Thu, 11 Oct 2018 17:18:31 +0200 + +gambas3 (3.9.2-2) unstable; urgency=medium + + [ Gianfranco Costamagna ] + * Drop sqlite2 old package + * Fix gcc7 build failure with upstream patch (Closes: #853411) + + -- Gianfranco Costamagna Wed, 05 Jul 2017 19:25:54 +0200 + +gambas3 (3.9.2-1) unstable; urgency=medium + + * Team Upload. + * New upstream release. + * Bump std-version to 4.0.0 + * Bump compat level to 10 + + -- Gianfranco Costamagna Tue, 20 Jun 2017 19:05:16 +0200 + +gambas3 (3.9.1-3) unstable; urgency=medium + + * Team Upload + * Drop libmodplug-dev, useless + (Closes: #850525) + + -- Gianfranco Costamagna Sat, 07 Jan 2017 18:04:32 +0100 + +gambas3 (3.9.1-2) unstable; urgency=medium + + * Team Upload + + [ Josh Triplett ] + * Add new programming language sections (Closes: #847533) + + -- Gianfranco Costamagna Fri, 09 Dec 2016 08:25:00 +0100 + +gambas3 (3.9.1-1) unstable; urgency=medium + + [ Ian Haywood ] + * New upstream version (Closes: #837541, #838309) + + [ José L. Redrejo Rodríguez ] + * Fixed build dependencies + * Removed gitignore files from upstream when building the debs + + -- José L. Redrejo Rodríguez Sat, 08 Oct 2016 19:42:37 +0200 + +gambas3 (3.8.4-6) unstable; urgency=medium + + * debian/patches/openssl-fixes.patch: + - fix openssl 1.1 incompatibilities (Closes: #828307) + + -- Gianfranco Costamagna Fri, 01 Jul 2016 08:36:09 +0200 + +gambas3 (3.8.4-5) unstable; urgency=medium + + * Team upload + * Revert my previous change, because it breaks some arch:all + build. + + -- Gianfranco Costamagna Thu, 30 Jun 2016 11:28:30 +0200 + +gambas3 (3.8.4-4) unstable; urgency=medium + + [ Pino Toscano ] + * Fix compilation on hurd, by restricting the architecures list + (Closes: #829056) + * Remove useless kdelibs5-dev dependency (Closes: #829058) + + [ Gianfranco Costamagna ] + * Team upload + * Fix installation on hurd, by restricting the gambas3 dependencies + (where not built) + + -- Gianfranco Costamagna Thu, 30 Jun 2016 10:11:41 +0200 + +gambas3 (3.8.4-3) unstable; urgency=medium + + [ Ian Haywood ] + * patch to use Qt5 preferentially over Qt4. This way the IDE works when both Qt4 and Qt5 present. + * Remove Conflicts on Qt4 for the the IDE as now unnecessary (Closes: #814862) + + [ Gianfranco Costamagna ] + * Team upload. + * Fix unsecure VCS uri. + * Disable jit package, not llvm-3.6+ ready. + * Bump std-version to 3.9.8, no changes required. + * debian/patches/fix-build-failure.patch. + - cherry-pick upstream r7740 to fix build failure. + + [ trek00@inbox.ru ] + * Tweak gb.gui dependencies to not force many graphic implementations + (Closes: #823908) + + -- Gianfranco Costamagna Wed, 15 Jun 2016 14:40:21 +0200 + +gambas3 (3.8.4-2) unstable; urgency=medium + + * Team upload. + * Switch to libpng-dev to ease libpng transition (Closes: #809862). + + -- Gianfranco Costamagna Tue, 05 Jan 2016 00:12:43 +0100 + +gambas3 (3.8.4-1) unstable; urgency=medium + + * Team upload. + * Upload to unstable + * Update libgsl0-dev to libgsl-dev, to ease gsl transition. + * Remove deprecated menu file (Per the tech-ctte decision on #741573) + * Disable qt4 webkit (Closes: #784465). + * New upstream release, drop gnu_support patch, merged upstream + (Closes: #807061). + * Add breaks+replaces for gb-desktop{x11} package. (Closes: #787921) + * Drop -examples package, dropped upstream. + * Add new pacages: gambas3-gb-report2 gambas3-gb-sdl2-audio gambas3-gb-sdl2 + gambas3-gb-util gambas3-gb-util-web gambas3-gb-scanner + * Add some new build-dependencies, needed for new sdl2 packages: + libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev, libsdl2-ttf-dev + * Fix some install files. + * Drop DejaVuSans.ttf sdl link, dropped in version 3.5.3 + * Add xdg-utils as build-dependency, needed to correctly handle mimes. + * fix copyright file, adding missing svg CC-by-sa licenses, removing some old + entries, making it really machine readable, add some public domain licenses + (Closes: #787761) + * Remove llvm-dev build-dependency, forcing llvm-3.5 (there is no planned + porting on top of a newer llvm release + (http://gambaswiki.org/bugtracker/edit?object=BUG.835). + * Simplify libv4l-dev build-dependency. + * Stop building gambas3-gb-inotify package on kfreebsd-* (missing libc header) + * move webkit support in new qt5 package. + + -- Gianfranco Costamagna Wed, 16 Dec 2015 15:10:28 +0100 + +gambas3 (3.6.2-1) experimental; urgency=low + + * Team upload. + + [ José L. Redrejo Rodríguez ] + * Fixes in debian/rules & debian control to fix lintian warnings and errors + + [ Gianfranco Costamagna ] + * New upstream release. (Closes: #775452) + - refresh patches. + - drop patches merged upstream: detect_browser_debian, fix-llvm-3.5.patch + fix_typos, + - move kfreebsd_support into gnu_support, since kfreebsd is now upstream + supported (cfr upstream issue 595 for the gnu support) + * Rewrite rules file, dropping old hacks, and following new dh rules. + * Bump standard version to 3.9.6, no changes required. + * Wrap and sort debian directory. + * Add appdata file + * Add libgtk-3-dev as build dependency, needed for the new gtk3 package. + * Add libdumb1, seems needed in the install target (spot by some build logs). + * Drop PHP3 License, the code has been removed already in 3.5.4. + * Drop SIL-1.1, file _default.bdf has been removed upstream. + * Tweak debian/rules to remove the _default.bdf file. + * New packages: gambas3-gb-desktop-x11, gambas3-gb-inotify, + gambas3-gb-markdown, gambas3-gb-gtk3. + * Fix some install files. + + -- José L. Redrejo Rodríguez Fri, 16 Jan 2015 17:24:39 +0100 + +gambas3 (3.5.4-2) unstable; urgency=medium + + * Team upload. + + [ Gianfranco Costamagna ] + * Add fix-llvm-3.5.patch, fixing the llvm-3.5 build failure. + (Closes: #763238) + + -- José L. Redrejo Rodríguez Mon, 13 Oct 2014 10:46:46 +0200 + +gambas3 (3.5.4-1) unstable; urgency=medium + + * Team upload. + + [ Gianfranco Costamagna ] + * New upstream version. (Closes: #752625, #754209) + * Added Vcs-* fields. + * Add gambas3-gb-clipper as dependency of gambas3-ide + (Closes: #749059), thanks to Shane Kerr. + * Bump compat level to 9. + * Remove d/p/find_postgresql_headers, addressed upstream. + + + [ Pino Toscano ] + * Adding parallel builds (Closes: #751217). + + -- José L. Redrejo Rodríguez Mon, 14 Apr 2014 10:46:46 +0200 + +gambas3 (3.5.2-2) unstable; urgency=low + + * New upstream version + * New packages gb.media, gb.logging, gb.desktop.gnome + * postgresql-server-dev-all needed to compile postgres + drivers (Closes: #741789) + + -- Ian Haywood Wed, 02 Apr 2014 16:23:48 +1100 + +gambas3 (3.5.2-1) unstable; urgency=low + + * New upstream version + * Fix bug in gb.geom (Closes: #731487) + * Added SIL font licence to debian/copyright + * fix permissions on gb.sdl/data/src/_default.bdf + + -- Ian Haywood Fri, 14 Feb 2014 14:41:15 +1100 + +gambas3 (3.5.1-1) unstable; urgency=low + + [ José L. Redrejo Rodríguez ] + * New upstream release. + * Remove previous Poppler patch, as upstream is updated. Thanks to Pino + for its help while we were MIA. + * Removed patch from Sebastian Ramacher as it's not needed with this + new upstream version. Thanks to him and Dmitrijs Ledkovs for his NMU. + * debian/control: + - New gambas3 components. + - Added new dependencies for the new Gambas3 components. + - Fixed some build dependencies to match current Debian sid repo. + * debian/patches/fix_typos (Closes: #690509, #690510) + * debian/patches/kfreebsd_support (Closes: #710320) . Thanks to + Steven Chamberlain. + + [ Ian Haywood ] + * Updated debian/copyright. + * Fixed some grammar errors in the changelog. + * Added gb.jit and its dependencies. + * debian/rules: moving to dpkg-buildflags. + + -- José L. Redrejo Rodríguez Tue, 03 Sep 2013 12:52:14 +0200 + +gambas3 (3.1.1-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Backport upstream r4730, r4731, and r4732 to fix compatibility with + Poppler >= 0.20.x (Closes: #679885) + + -- Pino Toscano Tue, 23 Jul 2013 11:32:16 +0200 + +gambas3 (3.1.1-2.1) unstable; urgency=low + + [ Sebastian Ramacher ] + * Non-maintainer upload. + * Fix FTBFS with eglibc-2.7. (Closes: #701393) + + [ Dmitrijs Ledkovs ] + * Non-maintainer upload + + -- Dmitrijs Ledkovs Tue, 04 Jun 2013 23:16:32 +0100 + +gambas3 (3.1.1-2) unstable; urgency=low + + * debian/control: + - Removed hardcoded dependency on libglew1.5 (Closes: #674080) + - Replaced libpoppler-dev by libpoppler-private-dev build + dependency (Closes: #673746) + - Fine tuning some build dependencies trying to compile in freebsd archs + + -- José L. Redrejo Rodríguez Thu, 24 May 2012 13:00:18 +0200 + +gambas3 (3.1.1-1) unstable; urgency=low + + * First upload to Debian of gambas3 (Closes: #654424) + + -- José L. Redrejo Rodríguez Fri, 04 May 2012 18:21:24 +0200 diff --git a/compat b/compat new file mode 100644 index 00000000..b4de3947 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +11 diff --git a/control b/control new file mode 100644 index 00000000..facbd7db --- /dev/null +++ b/control @@ -0,0 +1,1381 @@ +Source: gambas3 +Section: devel +Priority: optional +Homepage: http://gambas.sourceforge.net +Vcs-Git: https://salsa.debian.org/gambas-team/gambas3.git +Vcs-Browser: https://salsa.debian.org/gambas-team/gambas3 +Maintainer: Debian Gambas Team +Uploaders: Ian Haywood , + David Paleino , + José L. Redrejo Rodríguez +Build-Depends: bzip2, + debhelper (>= 11), + gettext, + libalure-dev, + libbz2-dev, + libc0.1 [kfreebsd-any], + libcam-dev [kfreebsd-any], + libcurl4-openssl-dev, + libdbus-1-dev, + libdumb1, + libffi-dev, + libglew-dev, + libgmime-3.0-dev, + libgmp-dev, + libgsl-dev, + libgstreamer-plugins-base1.0-dev, + libgstreamer1.0-dev, + libgtk-3-dev, + libgtk2.0-dev, + libgtkglext1-dev, + libimlib2-dev, + libjpeg-dev, + libmpg123-dev, + default-libmysqlclient-dev, + libncurses5-dev, + libopenal-dev, + libpcre3-dev, + libpng-dev, + libpoppler-private-dev, + libpq-dev, + libqt5svg5-dev, + libqt5webkit5-dev, + libqt5x11extras5-dev, + librsvg2-dev, + libsdl-gfx1.2-dev, + libsdl-image1.2-dev, + libsdl-mixer1.2-dev, + libsdl-sound1.2-dev, + libsdl-ttf2.0-dev, + libsdl1.2-dev, + libsdl2-dev, + libsdl2-image-dev, + libsdl2-mixer-dev, + libsdl2-ttf-dev, + libsqlite3-dev, + libssl-dev, + libtool, + libv4l-dev [!hurd-any], + libxml2-dev, + libxslt1-dev, + libxt-dev, + libxtst-dev, + linux-libc-dev [linux-any], + mesa-common-dev, + pkg-config, + postgresql-server-dev-all, + unixodbc-dev, + xdg-utils, + zlib1g-dev +Standards-Version: 4.3.0 + +Package: gambas3 +Architecture: all +Depends: gambas3-examples (>= ${binary:Version}), + gambas3-gb-args (>= ${binary:Version}), + gambas3-gb-cairo (>= ${binary:Version}), + gambas3-gb-chart (>= ${binary:Version}), + gambas3-gb-clipper (>= ${binary:Version}), + gambas3-gb-complex (>= ${binary:Version}), + gambas3-gb-compress-bzlib2 (>= ${binary:Version}), + gambas3-gb-compress-zlib (>= ${binary:Version}), + gambas3-gb-crypt (>= ${binary:Version}), + gambas3-gb-data (>= ${binary:Version}), + gambas3-gb-db-form (>= ${binary:Version}), + gambas3-gb-db-mysql (>= ${binary:Version}), + gambas3-gb-db-odbc (>= ${binary:Version}), + gambas3-gb-db-postgresql (>= ${binary:Version}), + gambas3-gb-db-sqlite3 (>= ${binary:Version}), + gambas3-gb-dbus (>= ${binary:Version}), + gambas3-gb-dbus-trayicon (>= ${binary:Version}), + gambas3-gb-desktop (>= ${binary:Version}), + gambas3-gb-desktop-x11 (>= ${binary:Version}), + gambas3-gb-form-dialog (>= ${binary:Version}), + gambas3-gb-form-mdi (>= ${binary:Version}), + gambas3-gb-form-stock (>= ${binary:Version}), + gambas3-gb-form-terminal (>= ${binary:Version}), + gambas3-gb-gmp (>= ${binary:Version}), + gambas3-gb-gsl (>= ${binary:Version}), + gambas3-gb-httpd (>= ${binary:Version}), + gambas3-gb-image-effect (>= ${binary:Version}), + gambas3-gb-image-imlib (>= ${binary:Version}), + gambas3-gb-image-io (>= ${binary:Version}), + gambas3-gb-inotify (>= ${binary:Version}), + gambas3-gb-jit (>= ${binary:Version}), + gambas3-gb-logging (>= ${binary:Version}), + gambas3-gb-map (>= ${binary:Version}), + gambas3-gb-markdown (>= ${binary:Version}), + gambas3-gb-media-form (>= ${binary:Version}), + gambas3-gb-memcached (>= ${binary:Version}), + gambas3-gb-mime (>= ${binary:Version}), + gambas3-gb-mysql (>= ${binary:Version}), + gambas3-gb-ncurses (>= ${binary:Version}), + gambas3-gb-net-curl (>= ${binary:Version}), + gambas3-gb-net-pop3 (>= ${binary:Version}), + gambas3-gb-net-smtp (>= ${binary:Version}), + gambas3-gb-openal (>= ${binary:Version}), + gambas3-gb-opengl-glsl (>= ${binary:Version}), + gambas3-gb-opengl-glu (>= ${binary:Version}), + gambas3-gb-opengl-sge (>= ${binary:Version}), + gambas3-gb-openssl (>= ${binary:Version}), + gambas3-gb-pcre (>= ${binary:Version}), + gambas3-gb-pdf (>= ${binary:Version}), + gambas3-gb-qt5 (>= ${binary:Version}), + gambas3-gb-qt5-ext (>= ${binary:Version}), + gambas3-gb-qt5-opengl (>= ${binary:Version}), + gambas3-gb-qt5-webkit (>= ${binary:Version}), + gambas3-gb-report2 (>= ${binary:Version}), + gambas3-gb-scanner (>= ${binary:Version}), + gambas3-gb-sdl2 (>= ${binary:Version}), + gambas3-gb-sdl2-audio (>= ${binary:Version}), + gambas3-gb-settings (>= ${binary:Version}), + gambas3-gb-util (>= ${binary:Version}), + gambas3-gb-util-web (>= ${binary:Version}), + gambas3-gb-term-form (>= ${binary:Version}), + gambas3-gb-vb, + gambas3-gb-web-feed (>= ${binary:Version}), + gambas3-gb-web-form (>= ${binary:Version}), + gambas3-gb-xml-html (>= ${binary:Version}), + gambas3-gb-xml-rpc (>= ${binary:Version}), + gambas3-gb-xml-xslt (>= ${binary:Version}), + gambas3-ide (>= ${binary:Version}), + gambas3-script, + ${misc:Depends} +Description: Complete visual development environment for Gambas + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + With Gambas, you can quickly design your program GUI, access MySQL or + PostgreSQL databases, pilot KDE applications with DCOP, translate your + program into many languages, and so on... + . + This package doesn't include anything: it is a metapackage to install the + IDE and all the available Gambas components except deprecated ones and + the gambas3-gb-gtk* components. + +Package: gambas3-dev +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas compilation tools + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the Gambas compiler, archiver and informer. + +Package: gambas3-templates +Architecture: all +Section: oldlibs +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: gambas3-examples +Architecture: all +Depends: gambas3-runtime, ${misc:Depends} +Description: Gambas examples + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides the examples. + +Package: gambas3-gb-cairo +Architecture: any +Depends: gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas bindings for cairo + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes Gambas bindings for cairo. + +Package: gambas3-gb-clipper +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Gambas Clipper component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes a component based on the Clipper library, + http://www.angusj.com/delphi/clipper.php + +Package: gambas3-gb-dbus +Architecture: any +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas bindings for DBUS + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes Gambas bindings for the DBUS system. + +Package: gambas3-gb-form-stock +Architecture: all +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas form stock icons + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes support for stock form icons. + +Package: gambas3-gb-gmp +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Gambas GMP component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides an interface to the GNU Multiple Precision Arithmetic + Library. + +Package: gambas3-gb-chart +Architecture: all +Section: libdevel +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-gui (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas charting component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a native Gambas component to draw charts. + +Package: gambas3-gb-compress +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas compression component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package has the needed base libraries for the other compression + components. + +Package: gambas3-gb-compress-bzlib2 +Architecture: any +Section: libdevel +Depends: gambas3-gb-compress (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas bzlib2 component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to compress/uncompress data or files with + the bzip2 algorithm. + +Package: gambas3-gb-compress-zlib +Architecture: any +Section: libdevel +Depends: gambas3-gb-compress (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas zlib compression component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to compress/uncompress data or files with + the gzip and PKZIP algorithm. + +Package: gambas3-gb-crypt +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas crypt encription component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows one to use the crypt() glib function in gambas. + +Package: gambas3-gb-db +Architecture: any +Section: libdevel +Depends: gambas3-runtime, + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas database access common libraries + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides the needed common libraries for data access. + +Package: gambas3-gb-db-form +Architecture: all +Section: libdevel +Depends: gambas3-gb-db (>= ${binary:Version}), + gambas3-gb-form (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas database bound controls + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a native Gambas component that implements data bound controls. + It provides the following new controls: DataSource, DataBrowser, + DataView, DataControl and DataCombo. + +Package: gambas3-gb-db-mysql +Architecture: any +Section: libdevel +Depends: gambas3-gb-db (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: MySQL driver for the Gambas database + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to access MySQL databases. + +Package: gambas3-gb-db-odbc +Architecture: any +Section: libdevel +Depends: gambas3-gb-db (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: ODBC driver for the Gambas database + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to access to databases via unixODBC drivers + from Gambas code. + +Package: gambas3-gb-db-postgresql +Architecture: any +Section: libdevel +Depends: gambas3-gb-db (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: PostgreSQL driver for the Gambas database + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to access PostgreSQL databases. + +Package: gambas3-gb-db-sqlite3 +Architecture: any +Section: libdevel +Depends: gambas3-gb-db (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas sqlite3 driver database + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to access to sqlite3 databases from Gambas code. + +Package: gambas3-gb-desktop +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${source:Version}), + gambas3-gb-desktop-x11 (>= ${source:Version}), + gambas3-runtime, + xdg-utils, + ${misc:Depends} +Description: Gambas Portland project compatibility component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides access to the xdg utilities. + +Package: gambas3-gb-desktop-x11 +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${source:Version}), + gambas3-runtime, + ${misc:Depends}, + ${shlibs:Depends} +Replaces: gambas3-gb-desktop (<< 3.6.2-1) +Breaks: gambas3-gb-desktop (<< 3.6.2-1) +Description: Gambas Portland project compatibility component for X11 + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides access to the xdg X11 utilities. + +Package: gambas3-gb-form +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas native form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a native gambas component to serve as base for graphic components. + +Package: gambas3-gb-form-dialog +Architecture: all +Section: libdevel +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas native dialog form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a native gambas component that implements the Workspace dialog + control. + +Package: gambas3-gb-form-editor +Architecture: all +Section: libdevel +Depends: gambas3-gb-eval-highlight (>= ${binary:Version}), + gambas3-gb-form (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas native editor form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component provides the TextEditor control, which is a text editor + with syntax highlighting support. + +Package: gambas3-gb-form-mdi +Architecture: all +Section: libdevel +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-settings (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas native mdi form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a native gambas component that implements the Workspace mdi control. + +Package: gambas3-gb-gtk +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas GTK+ component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + These are the GTK+ components for Gambas. + +Package: gambas3-gb-gtk3 +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas GTK+3 component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + These are the GTK+3 components for Gambas. + +Package: gambas3-gb-gtk-opengl +Architecture: any +Section: libdevel +Depends: gambas3-gb-gtk (>= ${binary:Version}), + gambas3-gb-opengl (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas GTK+ OpenGL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use the gb.opengl component in GTK+ applications. + +Package: gambas3-gb-gui +Architecture: any +Section: libdevel +Depends: gambas3-gb-gtk (>= ${binary:Version}) | gambas3-gb-gtk3 (>= ${binary:Version}) | gambas3-gb-qt5 (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas graphical toolkit selector + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package just loads gb.gtk, gb.gtk3 or gb.qt5. + It will make your application more desktop-friendly! + If the GB_GUI environment variable is set, then gb.gui will load the + component specified by its contents. + +Package: gambas3-gb-gui-opengl +Architecture: all +Section: oldlibs +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: gambas3-gb-pdf +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas pdf component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + PDF renderer component based on Poppler library. + +Package: gambas3-gb-image +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas image effects + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a new component for applying many various effects on images. + The effects source code was ported from the KDE libkdefx library, which + includes itself some ImageMagick algorithms, and from the KolourPaint + program. + +Package: gambas3-gb-image-io +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas image effects: I/O + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + Subcomponent for the image component: image I/O. + +Package: gambas3-gb-image-imlib +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas image effects: IMLIB bindings + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + Subcomponent for the image component: bings to IMLIB. + +Package: gambas3-gb-image-effect +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas image effects: effects + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + Subcomponent for the image component: image effects. + +Package: gambas3-gb-inotify +Architecture: linux-any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas filesystem events monitoring component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to monitor filesystem events. + +Package: gambas3-gb-markdown +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas markdown convert component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to convert gambas markdown syntax to HTML. + +Package: gambas3-gb-net +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas networking component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use TCP/IP and UDP sockets, and to access + any serial ports. + +Package: gambas3-gb-scanner +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas scanner component + The Gambas scanner management library is a frontend of the ScanImage + program provided by the sane toolkit. It allows one to easily manage scanner + devices in Gambas code. + . + This package allows you to use and manage scanner devices in Gambas code. + +Package: gambas3-gb-util +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: This component provides many useful utility methods or classes + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use many useful utilities methods or classes, such + as: CSV file read and decode, date and time functions, file utility functions, + shell methods, string utility functions. + +Package: gambas3-gb-util-web +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: This component provides many utilities useful for web applications + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use many utilities useful for web applications, such + as: decode and encode the JSON format and dealing with URL strings. + +Package: gambas3-gb-net-curl +Architecture: any +Section: libdevel +Depends: gambas3-gb-net (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas advanced networking component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows your programs to easily become FTP or HTTP clients. + +Package: gambas3-gb-net-smtp +Architecture: any +Section: libdevel +Depends: gambas3-gb-net (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas smtp protocol component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows sending emails using smtp protocol. + It contains one control, SmtpClient, that is used for defining the SMTP + server, the SMTP port, the recipients, the sender, the subject, the mail + contents, some attachments, and for finally sending the mail. + +Package: gambas3-gb-net-pop3 +Architecture: any +Section: libdevel +Depends: gambas3-gb-net (>= ${binary:Version}), + gambas3-gb-mime (>= ${binary:Version}), + gambas3-runtime, + ${misc:Depends} +Description: Gambas POP3 client implementation + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package retrieves mails using the POP3 protocol. + +Package: gambas3-gb-openal +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Gambas OpenAL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes an interface to the OpenAL 3D Audio library. + +Package: gambas3-gb-opengl +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas OpenGL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you 3D programming with OpenGL in gambas. + +Package: gambas3-gb-opengl-glsl +Architecture: any +Section: libdevel +Depends: gambas3-gb-opengl (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas OpenGL component: GL Shading Language subcomponent + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package accesses the OPenGL Shading Language. + +Package: gambas3-gb-opengl-glu +Architecture: any +Section: libdevel +Depends: gambas3-gb-opengl (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas OpenGL utility + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use the Mesa libraries to do 3D operations. + +Package: gambas3-gb-opengl-sge +Architecture: any +Section: libdevel +Depends: gambas3-gb-opengl (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas SDL Game Engine + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides a simple OpenGL game engine based on the MD2 format. + +Package: gambas3-gb-openssl +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Gambas OpenSSL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides the cryptographic functions available in OpenSSL. + +Package: gambas3-gb-pcre +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas regexp component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This experimental component allows you to use Perl compatible regular + expressions within gambas code. + +Package: gambas3-gb-qt5 +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas Qt5 GUI component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the Gambas QT5 GUI component. + +Package: gambas3-gb-qt5-ext +Architecture: any +Section: libdevel +Depends: gambas3-gb-qt5 (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas extended Qt GUI component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + Extension widgets for Qt5: currently only a rich text editor widget. + +Package: gambas3-gb-gui-qt-webkit +Architecture: all +Section: oldlibs +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: gambas3-gb-gui-qt +Architecture: all +Section: oldlibs +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: gambas3-gb-dbus-trayicon +Architecture: any +Depends: gambas3-gb-dbus (>= ${binary:Version}), + gambas3-gb-image (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: System tray icon management for Gambas + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component allows one to display a tray icon inside the system tray. + +Package: gambas3-gb-qt5-webkit +Architecture: any +Section: kde +Depends: gambas3-gb-qt5 (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas WebKit component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you to use the WebKit browser component from Qt5. + +Package: gambas3-gb-qt5-opengl +Architecture: any +Section: libdevel +Depends: gambas3-gb-qt5 (>= ${binary:Version}), + gambas3-gb-opengl (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas OpenGL component with QT5 toolkit + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows you integrate OpenGL in qt5 applications. + +Package: gambas3-gb-report +Architecture: all +Section: libdevel +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-qt5 (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas report component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package gives the tools and methods to create reports using Gambas. + +Package: gambas3-gb-report2 +Architecture: all +Section: libdevel +Depends: gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-qt5 (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas report2 component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package gives the tools and methods to create reports using Gambas + report 2 package. + +Package: gambas3-gb-sdl +Architecture: any +Section: libdevel +Depends: fonts-dejavu-core, + gambas3-gb-image (>= ${binary:Version}), + gambas3-gb-image-io (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas SDL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package use the ttf fonts parts of the SDL library. + If opengl drivers are installed it uses it to accelerate 2D and 3D drawing. + +Package: gambas3-gb-sdl-sound +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas SDL sound component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package use the sound image parts of the SDL library. + It allows you to simultaneously play many sounds and a music stored in a file. + +Package: gambas3-gb-sdl2 +Architecture: any +Section: libdevel +Depends: fonts-dejavu-core, + gambas3-gb-image (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas SDL2 component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package use the ttf fonts parts of the SDL2 library. + If opengl drivers are installed it uses it to accelerate 2D and 3D drawing. + +Package: gambas3-gb-sdl2-audio +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas SDL2 audio component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package use the audio image parts of the SDL2 library. + It allows you to simultaneously play many sounds and a music stored in a file. + +Package: gambas3-gb-settings +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: Gambas utilities class + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a component made in Gambas providing several utilities. + +Package: gambas3-gb-v4l +Architecture: kfreebsd-any linux-any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-image (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas video for Linux component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a component to use v4l with gambas. + +Package: gambas3-gb-vb +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas Visual Basic(tm) compatibility component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a component to give compatibility with some MS Visual Basic + functions. + +Package: gambas3-gb-web +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: Gambas CGI for web applications + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This is a component for making CGI web applications using gambas, + with an ASP-like interface. + +Package: gambas3-gb-web-feed +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-xml (>= ${binary:Version}), ${misc:Depends} +Description: Gambas web feed parser and generator + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component allows one to parse and generate a web feed. + +Package: gambas3-gb-web-form +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-web (>= ${binary:Version}), + gambas3-gb-util-web (>= ${binary:Version}), + gambas3-gb-util (>= ${binary:Version}), ${misc:Depends} +Description: Gambas web application GUI component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component allows one to make the GUI of a web application with the + IDE form editor. + +Package: gambas3-gb-xml +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas XML component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package brings the power of the xml libraries to Gambas. + +Package: gambas3-gb-xml-rpc +Architecture: all +Section: libdevel +Depends: gambas3-gb-xml (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas RPC component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows using RPC from a Gambas application. + +Package: gambas3-gb-xml-xslt +Architecture: any +Section: libdevel +Depends: gambas3-gb-xml (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas XSLT component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + This package brings the power of the libxslt libraries to Gambas. + +Package: gambas3-gb-xml-html +Architecture: any +Section: libdevel +Depends: gambas3-gb-xml (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas HTML component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allows using HTML generator. + +Package: gambas3-gb-libxml +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas libxml component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package brings the power of the libxml libraries to Gambas. + +Package: gambas3-ide +Architecture: all +Recommends: gambas3-examples, debhelper, rpm +Depends: fakeroot, + gambas3-dev (>= ${binary:Version}), + gambas3-gb-clipper (>= ${binary:Version}), + gambas3-gb-db (>= ${binary:Version}), + gambas3-gb-db-form (>= ${binary:Version}), + gambas3-gb-desktop (>= ${binary:Version}), + gambas3-gb-desktop-x11 (>= ${binary:Version}), + gambas3-gb-eval-highlight (>= ${binary:Version}), + gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-form-dialog (>= ${binary:Version}), + gambas3-gb-form-editor (>= ${binary:Version}), + gambas3-gb-form-mdi (>= ${binary:Version}), + gambas3-gb-form-stock (>= ${binary:Version}), + gambas3-gb-form-terminal (>= ${binary:Version}), + gambas3-gb-image (>= ${binary:Version}), + gambas3-gb-jit (>= ${binary:Version}), + gambas3-gb-markdown (>= ${binary:Version}), + gambas3-gb-net (>= ${binary:Version}), + gambas3-gb-net-curl (>= ${binary:Version}), + gambas3-gb-qt5 (>= ${binary:Version}), + gambas3-gb-qt5-webkit (>= ${binary:Version}), + gambas3-gb-settings (>= ${binary:Version}), + gambas3-gb-signal (>= ${binary:Version}), + gambas3-gb-term (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + gambas3-gb-util (>= ${binary:Version}), + ${misc:Depends} +Description: Visual development environment for the Gambas programming language + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the Gambas Development Environment. + +Package: gambas3-runtime +Architecture: any +Section: libdevel +Depends: xdg-utils, ${misc:Depends}, ${shlibs:Depends} +Breaks: gambas3-gb-gui-opengl (<< 3.11.4-5), + gambas3-gb-gui-qt (<< 3.11.4-5), + gambas3-gb-gui-qt-webkit (<< 3.11.4-5), + gambas3-gb-gui-trayicon (<< 3.10), + gambas3-templates (<< 3.10) +Replaces: gambas3-gb-gui-opengl (<< 3.11.4-5), + gambas3-gb-gui-qt (<< 3.11.4-5), + gambas3-gb-gui-qt-webkit (<< 3.11.4-5), + gambas3-gb-gui-trayicon (<< 3.10), + gambas3-templates (<< 3.10) +Provides: gambas3-gb-gui-opengl, + gambas3-gb-gui-qt, + gambas3-gb-gui-qt-webkit, + gambas3-gb-gui-trayicon, + gambas3-templates +Description: Gambas runtime interpreter + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the Gambas interpreter needed to run Gambas applications. + +Package: gambas3-script +Architecture: all +Section: libdevel +Depends: gambas3-dev (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas scripter + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the needed files to use Gambas as a scripting language. + +Package: gambas3-gb-option +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas option component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the component for option parsing. + +Package: gambas3-gb-eval-highlight +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: Gambas syntax highlighting component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the component for syntax highlighting. + +Package: gambas3-gb-signal +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas OS signal library + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package includes the component for access to OS signals. + +Package: gambas3-gb-mysql +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-db (>= ${binary:Version}), + gambas3-gb-db-mysql (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas MySQL component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package creates MySQL statements and executes them. + +Package: gambas3-gb-gsl +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas GNU Scientific Library component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package uses the GNU Scientific Library. + +Package: gambas3-gb-ncurses +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas NCurses component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package uses the NCurses library. + +Package: gambas3-gb-complex +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas Complex component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package brings complex numbers support to the interpreter. + +Package: gambas3-gb-data +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas abstract datatypes component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides abstract datatypes implementations for Gambas. + +Package: gambas3-gb-mime +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas MIME message management + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package parses a string and converts it to a MIME message + and the reverse. + +Package: gambas3-gb-httpd +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas HTTP server + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides an embedded HTTP server for the interpreter. + +Package: gambas3-gb-memcached +Architecture: all +Section: libdevel +Depends: gambas3-gb-net (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas memcached client + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides a memcached client. + +Package: gambas3-gb-args +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas arguments parser + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides a command-line options analyzer, and automatically + handles the --help option. + +Package: gambas3-gb-map +Architecture: all +Section: libdevel +Depends: gambas3-gb-db-form (>= ${binary:Version}), + gambas3-gb-net-curl (>= ${binary:Version}), + gambas3-gb-net (>= ${binary:Version}), + gambas3-gb-xml (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas online map viewer + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package allowing to display maps from many different sources + (Google Maps, OpenStreetMap). + +Package: gambas3-gb-jit +Architecture: kfreebsd-any linux-any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, ${shlibs:Depends} +Description: Gambas Just-In-Time compiler component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package provides a Just-In-Time compiler for Gambas. + +Package: gambas3-gb-media +Architecture: any +Section: libdevel +Depends: gambas3-gb-image (>= ${binary:Version}), + gambas3-runtime (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Gambas media component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package is a simplified interface to the GStreamer library. + +Package: gambas3-gb-media-form +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + gambas3-gb-media (>= ${binary:Version}), + ${misc:Depends} +Description: Gambas media player controls + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component provides media player control elements. + +Package: gambas3-gb-logging +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Description: Gambas logging system component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This package brings a flexible logging system for Gambas applications. + +Package: gambas3-gb-form-terminal +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends}, + gambas3-gb-form (>= ${binary:Version}), + gambas3-gb-term (>= ${binary:Version}) +Description: Gambas terminal form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + A GUI component that provides a VT100-type terminal emulator widget. + +Package: gambas3-gb-term +Architecture: any +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Description: Terminal manager for Gambas + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + This component allows one to manage terminals, with an API very close to + the one provided by the operating system. + +Package: gambas3-gb-term-form +Architecture: all +Section: libdevel +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends}, + gambas3-gb-term (>= ${binary:Version}) +Description: Gambas GUI terminal form component + Gambas is a free development environment based on a Basic interpreter + with object extensions, like Visual Basic(tm) (but it is NOT a clone!). + . + A component for making the GUI of terminal applications. + +Package: gambas3-gb-gui-trayicon +Depends: gambas3-runtime (>= ${binary:Version}), ${misc:Depends} +Architecture: all +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. diff --git a/copyright b/copyright new file mode 100644 index 00000000..2b460304 --- /dev/null +++ b/copyright @@ -0,0 +1,719 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gambas3 +Upstream-Contact: Benoît Minisini +Source: http://gambas.sourceforge.net + +Files: * +Copyright: 2000-2018 Benoît Minisini +License: GPL-2+ + +Files: app/examples/Games/GNUBoxWorld/* + app/examples/Games/Puzzle1To8/* +Copyright: 2010 Pablo Mileti +License: GPL-3+ + +Files: app/examples/Games/DeepSpace/* +Copyright: 2004 Michael Isaac +License: GPL-2+ + +Files: app/examples/Database/PictureDatabase/* +Copyright: Timothy Marshal-Nichols +License: GPL-2+ + +Files: app/examples/Games/Concent/* +Copyright: Jairo Alonso Badillo Bedoya +License: GPL-2+ + +Files: app/examples/Games/RobotFindsKitten/* +Copyright: 2003 Rob Kudla +License: GPL-2+ + +Files: gb.pcre/* +Copyright: 2004 Rob Kudla + 2004-2017 Benoît Minisini +License: GPL-2+ + +Files: app/examples/Games/GameOfLife/* + app/examples/Drawing/Gravity/* +Copyright: Iman Karim +License: GPL-2+ + +Files: app/examples/Misc/PDFViewer/* + main/lib/compress/* + gb.net.curl/* + gb.net/* + gb.libxml/* + gb.xml/src/xslt/* +Copyright: 2003-2012 Daniel Campos Fernández +License: GPL-2+ + +Files: gb.v4l/* +Copyright: 2003-2012 Daniel Campos Fernández + 2009 Gareth Bult +License: GPL-2+ + +Files: app/examples/Database/MySQLExample/* + comp/src/gb.mysql/* +Copyright: 2008-2010 David Villalobos Cambronero +License: GPL-2+ + +Files: comp/src/gb.form.dialog/* +Copyright: David Villalobos Cambronero + 2000-2017 Benoît Minisini +License: GPL-2+ + +Files: gb.db.odbc/* +Copyright: 2004-2007 Andrea Bortolan + 2000-2017 Benoît Minisini + 2015-2017 Marcelo López +License: GPL-2+ + +Files: gb.sdl/* +Copyright: 2003-2008 Daniel Campos Fernández + 2003 Fabien Bodard + 2006-2008 Laurent Carlier + 2000-2012 Benoît Minisini +License: GPL-2+ + +Files: gb.sdl.sound/* +Copyright: 2004-2005 Laurent Carlier + 2000-2017 Benoît Minisini + Ahmad Kahmal +License: GPL-2+ + +Files: gb.opengl/* + gb.qt5/* +Copyright: 2005-2007 Laurent Carlier + 2000-2017 Benoît Minisini +License: GPL-2+ + +Files: main/lib/option/* +Copyright: 2000-2009 Chintan Rao +License: GPL-2+ + +Files: gb.compress.bzlib2/* + gb.compress.zlib/* +Copyright: 2000-2012 Benoît Minisini + 2003-2004 Daniel Campos Fernández + 2008 Guido U. Draheim +License: GPL-2+ + +Files: comp/src/gb.desktop/xdg-utils/* + comp/src/gb.desktop/.hidden/xdg-utils* +Copyright: 2009-2010 Fathi Boudra + 2009-2010 Rex Dieter + 2006 Kevin Krammer + 2006 Jeremy White + 2009 Google Inc. + 2006 Bryce Harrington +License: Expat + +Files: gb.gtk/* + gb.pdf/* +Copyright: 2003-2008 Daniel Campos Fernández + 2000-2012 Benoît Minisini +License: GPL-2+ + +Files: gb.gsl/* +Copyright: 2012, Randall Morgan + 2012, Benoît Minisini +License: GPL-2+ + +Files: gb.jit.llvm/* +Copyright: 2012 Emil Lenngren +License: GPL-2+ + +Files: gb.xml/* +Copyright: 2012 Adrien Prokopowicz +License: GPL-2+ + +Files: app/src/gambas3/.src/Project/Patch/* + app/examples/Games/Invaders/* + app/examples/Games/Pong/* + gb.ncurses/* + gb.openssl/* + main/lib/data/* + main/lib/inotify/* +Copyright: 2012-2015 Tobias Boege +License: GPL-2+ + +Files: main/lib/db/* +Copyright: 2000-2017 Benoît Minisini + 2002-2003 Nigel Gerrard + Andrea Bortolan + Daniel Vostanikian +License: GPL-2+ + +Files: gb.db.mysql/* + gb.db.sqlite2/* + gb.db.sqlite3/* + gb.qt4/src/ext/* + main/lib/vb/* +Copyright: 2000-2017 Benoît Minisini + 2002-2003 Nigel Gerrard +License: GPL-2+ + +Files: main/lib/vb/* +Copyright: 2000-2017 Benoît Minisini + 2000-2003 Nigel Gerrard + Daniel Campos Fernández +License: GPL-2+ + +Files: main/tools/gbh3/* +Copyright: 2014 Tobias Boege + 2014-2017 Benoît Minisini +License: GPL-2+ + +Files: app/src/gb.wiki/* + comp/src/gb.logging/* + comp/src/gb.memcached/* +Copyright: Sebastian Kulesz +License: GPL-2+ + +Files: comp/src/gb.net.pop3/* +Copyright: Sebastian Kulesz + Fabien Bodard + Benoît Minisini +License: GPL-2+ + +Files: main/lib/clipper/clipper.* +Copyright: 2010-2014 Angus Johnson +License: BSL-1.0 + +Files: comp/src/gb.form/stock/scalable/gnu.svg +Copyright: Aurelio A. Hecker +License: CC-BY-SA-3.0 + +Files: comp/src/gb.report2/gambas.svg + comp/src/gb.report/img/logo.svg + comp/src/gb.report/gambas.svg + comp/src/gb.form/stock/scalable/gambas.svg + app/desktop/gambas3.svg + app/src/gambas3/img/logo/gambas.svg +Copyright: 2002-2012 Benoît Minisini +License: CC-BY-SA-3.0 + +Files: app/src/gambas3/* +Copyright: Benoît Minisini + Fabien Bodard + José L. Redrejo Rodríguez + Robert Rowe + Charlie Reinl +License: GPL-2+ + +Files: app/src/gambas3/.hidden/font/* +Copyright: 2012 Dimitar Toshkov Zhekov + 2013 Benoît Minisini +License: OFL-1.1 + +Files: app/src/gbs3/* +Copyright: Benoît Minisini + Fabien Bodard +License: GPL-2+ + +Files: comp/src/gb.chart/* + comp/src/gb.map/* + comp/src/gb.scanner/* +Copyright: Fabien Bodard +License: GPL-2+ + +Files: debian/* +Copyright: 2002-2013, José L. Redrejo Rodríguez + 2011-2013, Ian Haywood + 2011-2012, David Paleino + 2011-2012, Krisztián Kende + 2013-2019, Gianfranco Costamagna + 2018-2019, Bastian Germann +License: GPL-2+ + +Files: debian/*.1 +Copyright: 2002, 2012, 2016 Benoit Minisini + 2018, Bastian Germann +License: GPL-2+ + +License: BSL-1.0 + Boost Software License - Version 1.0 - August 17th, 2003 + http://www.boost.org/LICENSE_1_0.txt + . + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the Software covered by this license to use, reproduce, + display, distribute, execute, and transmit the Software, and to prepare + derivative works of the Software, and to permit third-parties to whom the + Software is furnished to do so, all subject to the following: + . + The copyright notices in the Software and this entire statement, including the + above license grant, this restriction and the following disclaimer, must be + included in all copies of the Software, in whole or in part, and all derivative + works of the Software, unless such copies or derivative works are solely in the + form of machine-executable object code generated by a source language processor. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL + THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY + DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation; either version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along with + this package; if not, write to the Free Software Foundation, Inc., 51 Franklin + St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public License version 2 + can be found in the file `/usr/share/common-licenses/GPL-2'. + +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +License: CC-BY-SA-3.0 + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL + SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT + RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" + BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION + PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + . + License + . + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO + BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE + CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED + HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + . + 1. Definitions + "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, derivative + work, arrangement of music or other alterations of a literary or + artistic work, or phonogram or performance and includes cinematographic + adaptations or any other form in which the Work may be recast, + transformed, or adapted including in any form recognizably derived from + the original, except that a work that constitutes a Collection will not + be considered an Adaptation for the purpose of this License. For the + avoidance of doubt, where the Work is a musical work, performance or + phonogram, the synchronization of the Work in timed-relation with a + moving image ("synching") will be considered an Adaptation for the + purpose of this License. + "Collection" means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed in + Section 1(f) below, which, by reason of the selection and arrangement of + their contents, constitute intellectual creations, in which the Work is + included in its entirety in unmodified form along with one or more other + contributions, each constituting separate and independent works in + themselves, which together are assembled into a collective whole. A work + that constitutes a Collection will not be considered an Adaptation (as + defined below) for the purposes of this License. + "Creative Commons Compatible License" means a license that is listed at + http://creativecommons.org/compatiblelicenses that has been approved by + Creative Commons as being essentially equivalent to this License, + including, at a minimum, because that license: (i) contains terms that + have the same purpose, meaning and effect as the License Elements of + this License; and, (ii) explicitly permits the relicensing of + adaptations of works made available under that license under this + License or a Creative Commons jurisdiction license with the same License + Elements as this License. + "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or other + transfer of ownership. + "License Elements" means the following high-level license attributes as + selected by Licensor and indicated in the title of this License: + Attribution, ShareAlike. + "Licensor" means the individual, individuals, entity or entities that + offer(s) the Work under the terms of this License. + "Original Author" means, in the case of a literary or artistic work, the + individual, individuals, entity or entities who created the Work or if + no individual or entity can be identified, the publisher; and in + addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, declaim, + play in, interpret or otherwise perform literary or artistic works or + expressions of folklore; (ii) in the case of a phonogram the producer + being the person or legal entity who first fixes the sounds of a + performance or other sounds; and, (iii) in the case of broadcasts, the + organization that transmits the broadcast. + "Work" means the literary and/or artistic work offered under the terms + of this License including without limitation any production in the + literary, scientific and artistic domain, whatever may be the mode or + form of its expression including digital form, such as a book, pamphlet + and other writing; a lecture, address, sermon or other work of the same + nature; a dramatic or dramatico-musical work; a choreographic work or + entertainment in dumb show; a musical composition with or without words; + a cinematographic work to which are assimilated works expressed by a + process analogous to cinematography; a work of drawing, painting, + architecture, sculpture, engraving or lithography; a photographic work + to which are assimilated works expressed by a process analogous to + photography; a work of applied art; an illustration, map, plan, sketch + or three-dimensional work relative to geography, topography, + architecture or science; a performance; a broadcast; a phonogram; a + compilation of data to the extent it is protected as a copyrightable + work; or a work performed by a variety or circus performer to the extent + it is not otherwise considered a literary or artistic work. + "You" means an individual or entity exercising rights under this License + who has not previously violated the terms of this License with respect + to the Work, or who has received express permission from the Licensor to + exercise rights under this License despite a previous violation. + "Publicly Perform" means to perform public recitations of the Work and + to communicate to the public those public recitations, by any means or + process, including by wire or wireless means or public digital + performances; to make available to the public Works in such a way that + members of the public may access these Works from a place and at a place + individually chosen by them; to perform the Work to the public by any + means or process and the communication to the public of the performances + of the Work, including by public digital performance; to broadcast and + rebroadcast the Work by any means including signs, sounds or images. + "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of a + protected performance or phonogram in digital form or other electronic + medium. + . + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, + limit, or restrict any uses free from copyright or rights arising from + limitations or exceptions that are provided for in connection with the + copyright protection under copyright law or other applicable laws. + . + 3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + . + to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + to create and Reproduce Adaptations provided that any such Adaptation, + including any translation in any medium, takes reasonable steps to + clearly label, demarcate or otherwise identify that changes were made to + the original Work. For example, a translation could be marked "The + original work was translated from English to Spanish," or a modification + could indicate "The original work has been modified."; + to Distribute and Publicly Perform the Work including as incorporated in + Collections; and, + to Distribute and Publicly Perform Adaptations. + . + For the avoidance of doubt: + Non-waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor reserves + the exclusive right to collect such royalties for any exercise by + You of the rights granted under this License; + Waivable Compulsory License Schemes. In those jurisdictions in which + the right to collect royalties through any statutory or compulsory + licensing scheme can be waived, the Licensor waives the exclusive + right to collect such royalties for any exercise by You of the + rights granted under this License; and, + Voluntary License Schemes. The Licensor waives the right to collect + royalties, whether individually or, in the event that the Licensor + is a member of a collecting society that administers voluntary + licensing schemes, via that society, from any exercise by You of the + rights granted under this License. + . + The above rights may be exercised in all media and formats whether now + known or hereafter devised. The above rights include the right to make such + modifications as are technically necessary to exercise the rights in other + media and formats. Subject to Section 8(f), all rights not expressly + granted by Licensor are hereby reserved. + . + 4. Restrictions. The license granted in Section 3 above is expressly made + subject to and limited by the following restrictions: + . + You may Distribute or Publicly Perform the Work only under the terms of + this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any terms on + the Work that restrict the terms of this License or the ability of the + recipient of the Work to exercise the rights granted to that recipient + under the terms of the License. You may not sublicense the Work. You + must keep intact all notices that refer to this License and to the + disclaimer of warranties with every copy of the Work You Distribute or + Publicly Perform. When You Distribute or Publicly Perform the Work, You + may not impose any effective technological measures on the Work that + restrict the ability of a recipient of the Work from You to exercise the + rights granted to that recipient under the terms of the License. This + Section 4(a) applies to the Work as incorporated in a Collection, but + this does not require the Collection apart from the Work itself to be + made subject to the terms of this License. If You create a Collection, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collection any credit as required by Section 4(c), as + requested. If You create an Adaptation, upon notice from any Licensor + You must, to the extent practicable, remove from the Adaptation any + credit as required by Section 4(c), as requested. + You may Distribute or Publicly Perform an Adaptation only under the + terms of: (i) this License; (ii) a later version of this License with + the same License Elements as this License; (iii) a Creative Commons + jurisdiction license (either this or a later license version) that + contains the same License Elements as this License (e.g., + Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible + License. If you license the Adaptation under one of the licenses + mentioned in (iv), you must comply with the terms of that license. If + you license the Adaptation under the terms of any of the licenses + mentioned in (i), (ii) or (iii) (the "Applicable License"), you must + comply with the terms of the Applicable License generally and the + following provisions: (I) You must include a copy of, or the URI for, + the Applicable License with every copy of each Adaptation You Distribute + or Publicly Perform; (II) You may not offer or impose any terms on the + Adaptation that restrict the terms of the Applicable License or the + ability of the recipient of the Adaptation to exercise the rights + granted to that recipient under the terms of the Applicable License; + (III) You must keep intact all notices that refer to the Applicable + License and to the disclaimer of warranties with every copy of the Work + as included in the Adaptation You Distribute or Publicly Perform; (IV) + when You Distribute or Publicly Perform the Adaptation, You may not + impose any effective technological measures on the Adaptation that + restrict the ability of a recipient of the Adaptation from You to + exercise the rights granted to that recipient under the terms of the + Applicable License. This Section 4(b) applies to the Adaptation as + incorporated in a Collection, but this does not require the Collection + apart from the Adaptation itself to be made subject to the terms of the + Applicable License. + If You Distribute, or Publicly Perform the Work or any Adaptations or + Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) the + name of the Original Author (or pseudonym, if applicable) if supplied, + and/or if the Original Author and/or Licensor designate another party or + parties (e.g., a sponsor institute, publishing entity, journal) for + attribution ("Attribution Parties") in Licensor's copyright notice, + terms of service or by other reasonable means, the name of such party or + parties; (ii) the title of the Work if supplied; (iii) to the extent + reasonably practicable, the URI, if any, that Licensor specifies to be + associated with the Work, unless such URI does not refer to the + copyright notice or licensing information for the Work; and (iv) , + consistent with Ssection 3(b), in the case of an Adaptation, a credit + identifying the use of the Work in the Adaptation (e.g., "French + translation of the Work by Original Author," or "Screenplay based on + original Work by Original Author"). The credit required by this Section + 4(c) may be implemented in any reasonable manner; provided, however, + that in the case of a Adaptation or Collection, at a minimum such credit + will appear, if a credit for all contributing authors of the Adaptation + or Collection appears, then as part of these credits and in a manner at + least as prominent as the credits for the other contributing authors. + For the avoidance of doubt, You may only use the credit required by this + Section for the purpose of attribution in the manner set out above and, + by exercising Your rights under this License, You may not implicitly or + explicitly assert or imply any connection with, sponsorship or + endorsement by the Original Author, Licensor and/or Attribution Parties, + as appropriate, of You or Your use of the Work, without the separate, + express prior written permission of the Original Author, Licensor and/or + Attribution Parties. + Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute or + Publicly Perform the Work either by itself or as part of any Adaptations + or Collections, You must not distort, mutilate, modify or take other + derogatory action in relation to the Work which would be prejudicial to + the Original Author's honor or reputation. Licensor agrees that in those + jurisdictions (e.g. Japan), in which any exercise of the right granted + in Section 3(b) of this License (the right to make Adaptations) would be + deemed to be a distortion, mutilation, modification or other derogatory + action prejudicial to the Original Author's honor and reputation, the + Licensor will waive or not assert, as appropriate, this Section, to the + fullest extent permitted by the applicable national law, to enable You + to reasonably exercise Your right under Section 3(b) of this License + (right to make Adaptations) but not otherwise. + . + 5. Representations, Warranties and Disclaimer + . + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR + OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY + KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, + INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, + FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT + OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER + OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF + IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + . + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE + LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY + SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING + OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + . + 7. Termination + . + This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + Subject to the above terms and conditions, the license granted here is + perpetual (for the duration of the applicable copyright in the Work). + Notwithstanding the above, Licensor reserves the right to release the + Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + . + 8. Miscellaneous + . + Each time You Distribute or Publicly Perform the Work or a Collection, + the Licensor offers to the recipient a license to the Work on the same + terms and conditions as the license granted to You under this License. + Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same terms + and conditions as the license granted to You under this License. + If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + This License constitutes the entire agreement between the parties with + respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that may + appear in any communication from You. This License may not be modified + without the mutual written agreement of the Licensor and You. + The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne Convention + for the Protection of Literary and Artistic Works (as amended on + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and + the Universal Copyright Convention (as revised on July 24, 1971). These + rights and subject matter take effect in the relevant jurisdiction in + which the License terms are sought to be enforced according to the + corresponding provisions of the implementation of those treaty + provisions in the applicable national law. If the standard suite of + rights granted under applicable copyright law includes additional rights + not granted under this License, such additional rights are deemed to be + included in the License; this License is not intended to restrict the + license of any rights under applicable law. + +License: OFL-1.1 + SIL OPEN FONT LICENSE + Version 1.1 - 26 February 2007 + . + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + . + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + . + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + . + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + . + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + . + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + . + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + . + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + . + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + . + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + . + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + . + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + . + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + . + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + . + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/gambas3-dev.install b/gambas3-dev.install new file mode 100644 index 00000000..00843086 --- /dev/null +++ b/gambas3-dev.install @@ -0,0 +1,3 @@ +usr/bin/gba3 +usr/bin/gbc3 +usr/bin/gbi3 diff --git a/gambas3-dev.manpages b/gambas3-dev.manpages new file mode 100644 index 00000000..59b9a107 --- /dev/null +++ b/gambas3-dev.manpages @@ -0,0 +1,3 @@ +debian/gba3.1 +debian/gbc3.1 +debian/gbi3.1 diff --git a/gambas3-examples.examples b/gambas3-examples.examples new file mode 100644 index 00000000..2ad4f9cf --- /dev/null +++ b/gambas3-examples.examples @@ -0,0 +1 @@ +app/examples/* diff --git a/gambas3-gb-args.install b/gambas3-gb-args.install new file mode 100644 index 00000000..badab4fb --- /dev/null +++ b/gambas3-gb-args.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.args* +usr/share/gambas3/info/gb.args* diff --git a/gambas3-gb-cairo.install b/gambas3-gb-cairo.install new file mode 100644 index 00000000..fd9eb7fc --- /dev/null +++ b/gambas3-gb-cairo.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.cairo* +usr/share/gambas3/info/gb.cairo* diff --git a/gambas3-gb-chart.install b/gambas3-gb-chart.install new file mode 100644 index 00000000..a2f94ca6 --- /dev/null +++ b/gambas3-gb-chart.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.chart* +usr/share/gambas3/info/gb.chart* diff --git a/gambas3-gb-clipper.install b/gambas3-gb-clipper.install new file mode 100644 index 00000000..3ad3acc4 --- /dev/null +++ b/gambas3-gb-clipper.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.clipper* +usr/share/gambas3/info/gb.clipper* diff --git a/gambas3-gb-complex.install b/gambas3-gb-complex.install new file mode 100644 index 00000000..bc839ec4 --- /dev/null +++ b/gambas3-gb-complex.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.complex* +usr/share/gambas3/info/gb.complex* diff --git a/gambas3-gb-compress-bzlib2.install b/gambas3-gb-compress-bzlib2.install new file mode 100644 index 00000000..54a4d5a3 --- /dev/null +++ b/gambas3-gb-compress-bzlib2.install @@ -0,0 +1 @@ +usr/lib/gambas3/gb.compress.bzlib* diff --git a/gambas3-gb-compress-zlib.install b/gambas3-gb-compress-zlib.install new file mode 100644 index 00000000..c4fe0561 --- /dev/null +++ b/gambas3-gb-compress-zlib.install @@ -0,0 +1 @@ +usr/lib/gambas3/gb.compress.zlib* diff --git a/gambas3-gb-compress.install b/gambas3-gb-compress.install new file mode 100644 index 00000000..7ff17c99 --- /dev/null +++ b/gambas3-gb-compress.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.compress.component +usr/lib/gambas3/gb.compress.so* +usr/share/gambas3/info/gb.compress* diff --git a/gambas3-gb-crypt.install b/gambas3-gb-crypt.install new file mode 100644 index 00000000..4f09e15a --- /dev/null +++ b/gambas3-gb-crypt.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.crypt* +usr/share/gambas3/info/gb.crypt* diff --git a/gambas3-gb-data.install b/gambas3-gb-data.install new file mode 100644 index 00000000..7f2faa25 --- /dev/null +++ b/gambas3-gb-data.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.data* +usr/share/gambas3/info/gb.data* diff --git a/gambas3-gb-db-form.install b/gambas3-gb-db-form.install new file mode 100644 index 00000000..5bfb0f45 --- /dev/null +++ b/gambas3-gb-db-form.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.db.form* +usr/share/gambas3/control/gb.db.form +usr/share/gambas3/info/gb.db.form* diff --git a/gambas3-gb-db-mysql.install b/gambas3-gb-db-mysql.install new file mode 100644 index 00000000..72d5cd3c --- /dev/null +++ b/gambas3-gb-db-mysql.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.db.mysql* +usr/share/gambas3/info/gb.db.mysql* diff --git a/gambas3-gb-db-odbc.install b/gambas3-gb-db-odbc.install new file mode 100644 index 00000000..a5a6e988 --- /dev/null +++ b/gambas3-gb-db-odbc.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.db.odbc* +usr/share/gambas3/info/gb.db.odbc* diff --git a/gambas3-gb-db-postgresql.install b/gambas3-gb-db-postgresql.install new file mode 100644 index 00000000..0834c3b1 --- /dev/null +++ b/gambas3-gb-db-postgresql.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.db.postgresql* +usr/share/gambas3/info/gb.db.postgresql* diff --git a/gambas3-gb-db-sqlite2.install b/gambas3-gb-db-sqlite2.install new file mode 100644 index 00000000..f58b6721 --- /dev/null +++ b/gambas3-gb-db-sqlite2.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.db.sqlite2* +usr/share/gambas3/info/gb.db.sqlite2* diff --git a/gambas3-gb-db-sqlite3.install b/gambas3-gb-db-sqlite3.install new file mode 100644 index 00000000..44b81091 --- /dev/null +++ b/gambas3-gb-db-sqlite3.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.db.sqlite3* +usr/share/gambas3/info/gb.db.sqlite3* diff --git a/gambas3-gb-db.install b/gambas3-gb-db.install new file mode 100644 index 00000000..58db34ee --- /dev/null +++ b/gambas3-gb-db.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.db.component +usr/lib/gambas3/gb.db.gambas +usr/lib/gambas3/gb.db.so* +usr/share/gambas3/info/gb.db.info +usr/share/gambas3/info/gb.db.list diff --git a/gambas3-gb-dbus-trayicon.install b/gambas3-gb-dbus-trayicon.install new file mode 100644 index 00000000..8e8fb469 --- /dev/null +++ b/gambas3-gb-dbus-trayicon.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.dbus.trayicon* +usr/share/gambas3/info/gb.dbus.trayicon* diff --git a/gambas3-gb-dbus.install b/gambas3-gb-dbus.install new file mode 100644 index 00000000..c15fc5ce --- /dev/null +++ b/gambas3-gb-dbus.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.dbus.component +usr/lib/gambas3/gb.dbus.gambas +usr/lib/gambas3/gb.dbus.so* +usr/share/gambas3/info/gb.dbus.info +usr/share/gambas3/info/gb.dbus.list diff --git a/gambas3-gb-desktop-x11.install b/gambas3-gb-desktop-x11.install new file mode 100644 index 00000000..46191cc0 --- /dev/null +++ b/gambas3-gb-desktop-x11.install @@ -0,0 +1,8 @@ +usr/lib/gambas3/gb.desktop.gambas +usr/lib/gambas3/gb.desktop.x11.component +usr/lib/gambas3/gb.desktop.x11.so +usr/lib/gambas3/gb.desktop.x11.so* +usr/share/gambas3/control/gb.desktop +usr/share/gambas3/control/gb.desktop/desktopwatcher.png +usr/share/gambas3/info/gb.desktop.x11.info +usr/share/gambas3/info/gb.desktop.x11.list diff --git a/gambas3-gb-desktop.install b/gambas3-gb-desktop.install new file mode 100644 index 00000000..1c5bc5f9 --- /dev/null +++ b/gambas3-gb-desktop.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.desktop.component +usr/share/gambas3/info/gb.desktop.info +usr/share/gambas3/info/gb.desktop.list diff --git a/gambas3-gb-eval-highlight.install b/gambas3-gb-eval-highlight.install new file mode 100644 index 00000000..35a30d2f --- /dev/null +++ b/gambas3-gb-eval-highlight.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.eval.highlight* +usr/share/gambas3/info/gb.eval.highlight* diff --git a/gambas3-gb-form-dialog.install b/gambas3-gb-form-dialog.install new file mode 100644 index 00000000..71df1c3d --- /dev/null +++ b/gambas3-gb-form-dialog.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.form.dialog* +usr/share/gambas3/info/gb.form.dialog* diff --git a/gambas3-gb-form-editor.install b/gambas3-gb-form-editor.install new file mode 100644 index 00000000..0a85302d --- /dev/null +++ b/gambas3-gb-form-editor.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.form.editor.component +usr/lib/gambas3/gb.form.editor.gambas +usr/share/gambas3/control/gb.form.editor +usr/share/gambas3/info/gb.form.editor.info +usr/share/gambas3/info/gb.form.editor.list diff --git a/gambas3-gb-form-mdi.install b/gambas3-gb-form-mdi.install new file mode 100644 index 00000000..c3e1c58f --- /dev/null +++ b/gambas3-gb-form-mdi.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.form.mdi* +usr/share/gambas3/control/gb.form.mdi +usr/share/gambas3/info/gb.form.mdi* diff --git a/gambas3-gb-form-stock.install b/gambas3-gb-form-stock.install new file mode 100644 index 00000000..d45cc2aa --- /dev/null +++ b/gambas3-gb-form-stock.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.form.stock* +usr/share/gambas3/info/gb.form.stock* diff --git a/gambas3-gb-form-terminal.install b/gambas3-gb-form-terminal.install new file mode 100644 index 00000000..5f2db327 --- /dev/null +++ b/gambas3-gb-form-terminal.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.form.terminal.* +usr/share/gambas3/control/gb.form.terminal/ +usr/share/gambas3/info/gb.form.terminal.* diff --git a/gambas3-gb-form.install b/gambas3-gb-form.install new file mode 100644 index 00000000..e028dac0 --- /dev/null +++ b/gambas3-gb-form.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.form.component +usr/lib/gambas3/gb.form.gambas +usr/share/gambas3/control/gb.form +usr/share/gambas3/info/gb.form.info +usr/share/gambas3/info/gb.form.list diff --git a/gambas3-gb-gmp.install b/gambas3-gb-gmp.install new file mode 100644 index 00000000..8758b9a2 --- /dev/null +++ b/gambas3-gb-gmp.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.gmp* +usr/share/gambas3/info/gb.gmp* diff --git a/gambas3-gb-gsl.install b/gambas3-gb-gsl.install new file mode 100644 index 00000000..75a8ece9 --- /dev/null +++ b/gambas3-gb-gsl.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.gsl* +usr/share/gambas3/info/gb.gsl* diff --git a/gambas3-gb-gtk-opengl.install b/gambas3-gb-gtk-opengl.install new file mode 100644 index 00000000..5dfe0840 --- /dev/null +++ b/gambas3-gb-gtk-opengl.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.gtk.opengl* +usr/share/gambas3/info/gb.gtk.opengl* diff --git a/gambas3-gb-gtk.install b/gambas3-gb-gtk.install new file mode 100644 index 00000000..afaae0c8 --- /dev/null +++ b/gambas3-gb-gtk.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.gtk.component +usr/lib/gambas3/gb.gtk.so* +usr/share/gambas3/info/gb.gtk.info +usr/share/gambas3/info/gb.gtk.list diff --git a/gambas3-gb-gtk3.install b/gambas3-gb-gtk3.install new file mode 100644 index 00000000..4406bf52 --- /dev/null +++ b/gambas3-gb-gtk3.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.gtk3.component +usr/lib/gambas3/gb.gtk3.so* +usr/share/gambas3/info/gb.gtk3.info +usr/share/gambas3/info/gb.gtk3.list diff --git a/gambas3-gb-gui.install b/gambas3-gb-gui.install new file mode 100644 index 00000000..d14c29c6 --- /dev/null +++ b/gambas3-gb-gui.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.gui.component +usr/lib/gambas3/gb.gui.so* +usr/share/gambas3/info/gb.gui.info +usr/share/gambas3/info/gb.gui.list diff --git a/gambas3-gb-httpd.install b/gambas3-gb-httpd.install new file mode 100644 index 00000000..19a0c082 --- /dev/null +++ b/gambas3-gb-httpd.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.httpd* +usr/share/gambas3/info/gb.httpd* diff --git a/gambas3-gb-image-effect.install b/gambas3-gb-image-effect.install new file mode 100644 index 00000000..4159c88f --- /dev/null +++ b/gambas3-gb-image-effect.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.image.effect* +usr/share/gambas3/info/gb.image.effect* diff --git a/gambas3-gb-image-imlib.install b/gambas3-gb-image-imlib.install new file mode 100644 index 00000000..8d16ae02 --- /dev/null +++ b/gambas3-gb-image-imlib.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.image.imlib* +usr/share/gambas3/info/gb.image.imlib* diff --git a/gambas3-gb-image-io.install b/gambas3-gb-image-io.install new file mode 100644 index 00000000..852d11e5 --- /dev/null +++ b/gambas3-gb-image-io.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.image.io* +usr/share/gambas3/info/gb.image.io* diff --git a/gambas3-gb-image.install b/gambas3-gb-image.install new file mode 100644 index 00000000..8ec7cc39 --- /dev/null +++ b/gambas3-gb-image.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.image.component +usr/lib/gambas3/gb.image.so* +usr/share/gambas3/info/gb.image.info +usr/share/gambas3/info/gb.image.list diff --git a/gambas3-gb-inotify.install b/gambas3-gb-inotify.install new file mode 100644 index 00000000..61bb1072 --- /dev/null +++ b/gambas3-gb-inotify.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.inotify.component +usr/lib/gambas3/gb.inotify.so +usr/lib/gambas3/gb.inotify.so* +usr/share/gambas3/info/gb.inotify.info +usr/share/gambas3/info/gb.inotify.list diff --git a/gambas3-gb-jit.install b/gambas3-gb-jit.install new file mode 100644 index 00000000..3a69f0db --- /dev/null +++ b/gambas3-gb-jit.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.jit.component +usr/lib/gambas3/gb.jit.gambas +usr/lib/gambas3/gb.jit.so* +usr/share/gambas3/info/gb.jit.info +usr/share/gambas3/info/gb.jit.list diff --git a/gambas3-gb-libxml.install b/gambas3-gb-libxml.install new file mode 100644 index 00000000..54c867f0 --- /dev/null +++ b/gambas3-gb-libxml.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.libxml* +usr/share/gambas3/info/gb.libxml* diff --git a/gambas3-gb-logging.install b/gambas3-gb-logging.install new file mode 100644 index 00000000..631df32b --- /dev/null +++ b/gambas3-gb-logging.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.logging* +usr/share/gambas3/info/gb.logging* diff --git a/gambas3-gb-map.install b/gambas3-gb-map.install new file mode 100644 index 00000000..0356b7c6 --- /dev/null +++ b/gambas3-gb-map.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.map* +usr/share/gambas3/control/gb.map +usr/share/gambas3/info/gb.map* diff --git a/gambas3-gb-markdown.install b/gambas3-gb-markdown.install new file mode 100644 index 00000000..9e78ce2d --- /dev/null +++ b/gambas3-gb-markdown.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.markdown.component +usr/lib/gambas3/gb.markdown.gambas +usr/share/gambas3/info/gb.markdown.info +usr/share/gambas3/info/gb.markdown.list diff --git a/gambas3-gb-media-form.install b/gambas3-gb-media-form.install new file mode 100644 index 00000000..3bab8db0 --- /dev/null +++ b/gambas3-gb-media-form.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.media.form* +usr/share/gambas3/control/gb.media.form/ +usr/share/gambas3/info/gb.media.form* diff --git a/gambas3-gb-media.install b/gambas3-gb-media.install new file mode 100644 index 00000000..c08690bb --- /dev/null +++ b/gambas3-gb-media.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.media.component +usr/lib/gambas3/gb.media.so* +usr/share/gambas3/info/gb.media.info +usr/share/gambas3/info/gb.media.list diff --git a/gambas3-gb-memcached.install b/gambas3-gb-memcached.install new file mode 100644 index 00000000..a780156e --- /dev/null +++ b/gambas3-gb-memcached.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.memcached* +usr/share/gambas3/info/gb.memcached* diff --git a/gambas3-gb-mime.install b/gambas3-gb-mime.install new file mode 100644 index 00000000..94b61caf --- /dev/null +++ b/gambas3-gb-mime.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.mime* +usr/share/gambas3/info/gb.mime* diff --git a/gambas3-gb-mysql.install b/gambas3-gb-mysql.install new file mode 100644 index 00000000..afb20d4d --- /dev/null +++ b/gambas3-gb-mysql.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.mysql* +usr/share/gambas3/info/gb.mysql* diff --git a/gambas3-gb-ncurses.install b/gambas3-gb-ncurses.install new file mode 100644 index 00000000..a0dad09a --- /dev/null +++ b/gambas3-gb-ncurses.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.ncurses* +usr/share/gambas3/info/gb.ncurses* diff --git a/gambas3-gb-net-curl.install b/gambas3-gb-net-curl.install new file mode 100644 index 00000000..dd531d23 --- /dev/null +++ b/gambas3-gb-net-curl.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.net.curl* +usr/share/gambas3/info/gb.net.curl* diff --git a/gambas3-gb-net-pop3.install b/gambas3-gb-net-pop3.install new file mode 100644 index 00000000..86ab9ebf --- /dev/null +++ b/gambas3-gb-net-pop3.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.net.pop3* +usr/share/gambas3/control/gb.net.pop3/pop3client.png +usr/share/gambas3/info/gb.net.pop3* diff --git a/gambas3-gb-net-smtp.install b/gambas3-gb-net-smtp.install new file mode 100644 index 00000000..f3a75eb1 --- /dev/null +++ b/gambas3-gb-net-smtp.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.net.smtp* +usr/share/gambas3/control/gb.net.smtp/smtpclient.png +usr/share/gambas3/info/gb.net.smtp* diff --git a/gambas3-gb-net.install b/gambas3-gb-net.install new file mode 100644 index 00000000..2dce1014 --- /dev/null +++ b/gambas3-gb-net.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.net.component +usr/lib/gambas3/gb.net.so* +usr/share/gambas3/info/gb.net.info +usr/share/gambas3/info/gb.net.list diff --git a/gambas3-gb-openal.install b/gambas3-gb-openal.install new file mode 100644 index 00000000..df8dd2f5 --- /dev/null +++ b/gambas3-gb-openal.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.openal* +usr/share/gambas3/info/gb.openal* diff --git a/gambas3-gb-opengl-glsl.install b/gambas3-gb-opengl-glsl.install new file mode 100644 index 00000000..db4e7d59 --- /dev/null +++ b/gambas3-gb-opengl-glsl.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.opengl.glsl* +usr/share/gambas3/info/gb.opengl.glsl* diff --git a/gambas3-gb-opengl-glu.install b/gambas3-gb-opengl-glu.install new file mode 100644 index 00000000..b4a1e5a9 --- /dev/null +++ b/gambas3-gb-opengl-glu.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.opengl.glu* +usr/share/gambas3/info/gb.opengl.glu* diff --git a/gambas3-gb-opengl-sge.install b/gambas3-gb-opengl-sge.install new file mode 100644 index 00000000..10bd76e0 --- /dev/null +++ b/gambas3-gb-opengl-sge.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.opengl.sge* +usr/share/gambas3/info/gb.opengl.sge* diff --git a/gambas3-gb-opengl.install b/gambas3-gb-opengl.install new file mode 100644 index 00000000..a4e136cb --- /dev/null +++ b/gambas3-gb-opengl.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.opengl.component +usr/lib/gambas3/gb.opengl.so* +usr/share/gambas3/info/gb.opengl.info +usr/share/gambas3/info/gb.opengl.list diff --git a/gambas3-gb-openssl.install b/gambas3-gb-openssl.install new file mode 100644 index 00000000..968ae82b --- /dev/null +++ b/gambas3-gb-openssl.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.openssl* +usr/share/gambas3/info/gb.openssl* diff --git a/gambas3-gb-option.install b/gambas3-gb-option.install new file mode 100644 index 00000000..bbba89ea --- /dev/null +++ b/gambas3-gb-option.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.option* +usr/share/gambas3/info/gb.option* diff --git a/gambas3-gb-pcre.install b/gambas3-gb-pcre.install new file mode 100644 index 00000000..fc45bd0d --- /dev/null +++ b/gambas3-gb-pcre.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.pcre* +usr/share/gambas3/info/gb.pcre* diff --git a/gambas3-gb-pdf.install b/gambas3-gb-pdf.install new file mode 100644 index 00000000..a67e4818 --- /dev/null +++ b/gambas3-gb-pdf.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.pdf* +usr/share/gambas3/info/gb.pdf* diff --git a/gambas3-gb-qt5-ext.install b/gambas3-gb-qt5-ext.install new file mode 100644 index 00000000..7fd75644 --- /dev/null +++ b/gambas3-gb-qt5-ext.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.qt5.ext.* +usr/share/gambas3/info/gb.qt5.ext.* diff --git a/gambas3-gb-qt5-opengl.install b/gambas3-gb-qt5-opengl.install new file mode 100644 index 00000000..baea4def --- /dev/null +++ b/gambas3-gb-qt5-opengl.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.qt5.opengl.component +usr/lib/gambas3/gb.qt5.opengl.so* +usr/share/gambas3/info/gb.qt5.opengl.info +usr/share/gambas3/info/gb.qt5.opengl.list diff --git a/gambas3-gb-qt5-webkit.install b/gambas3-gb-qt5-webkit.install new file mode 100644 index 00000000..2c615af2 --- /dev/null +++ b/gambas3-gb-qt5-webkit.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.qt5.webkit.component +usr/lib/gambas3/gb.qt5.webkit.so* +usr/share/gambas3/control/gb.qt5.webkit/* +usr/share/gambas3/info/gb.qt5.webkit.info +usr/share/gambas3/info/gb.qt5.webkit.list diff --git a/gambas3-gb-qt5.install b/gambas3-gb-qt5.install new file mode 100644 index 00000000..05d8b706 --- /dev/null +++ b/gambas3-gb-qt5.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.qt5.component +usr/lib/gambas3/gb.qt5.so* +usr/share/gambas3/info/gb.qt5.info +usr/share/gambas3/info/gb.qt5.list diff --git a/gambas3-gb-report.install b/gambas3-gb-report.install new file mode 100644 index 00000000..12c7c575 --- /dev/null +++ b/gambas3-gb-report.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.report.* +usr/share/gambas3/control/gb.report +usr/share/gambas3/info/gb.report.* diff --git a/gambas3-gb-report2.install b/gambas3-gb-report2.install new file mode 100644 index 00000000..2260d538 --- /dev/null +++ b/gambas3-gb-report2.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.report2.* +usr/share/gambas3/control/gb.report2 +usr/share/gambas3/info/gb.report2.* diff --git a/gambas3-gb-scanner.install b/gambas3-gb-scanner.install new file mode 100644 index 00000000..97420edd --- /dev/null +++ b/gambas3-gb-scanner.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.scanner.component +usr/lib/gambas3/gb.scanner.gambas +usr/share/gambas3/info/gb.scanner.info +usr/share/gambas3/info/gb.scanner.list diff --git a/gambas3-gb-sdl-sound.install b/gambas3-gb-sdl-sound.install new file mode 100644 index 00000000..22958c86 --- /dev/null +++ b/gambas3-gb-sdl-sound.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.sdl.sound* +usr/share/gambas3/info/gb.sdl.sound* diff --git a/gambas3-gb-sdl.install b/gambas3-gb-sdl.install new file mode 100644 index 00000000..8e3991f3 --- /dev/null +++ b/gambas3-gb-sdl.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.sdl.component +usr/lib/gambas3/gb.sdl.so +usr/lib/gambas3/gb.sdl.so.* +usr/share/gambas3/info/gb.sdl.info +usr/share/gambas3/info/gb.sdl.list diff --git a/gambas3-gb-sdl2-audio.install b/gambas3-gb-sdl2-audio.install new file mode 100644 index 00000000..3ecf745f --- /dev/null +++ b/gambas3-gb-sdl2-audio.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.sdl2.audio* +usr/share/gambas3/info/gb.sdl2.audio* diff --git a/gambas3-gb-sdl2.install b/gambas3-gb-sdl2.install new file mode 100644 index 00000000..2c8628c1 --- /dev/null +++ b/gambas3-gb-sdl2.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.sdl2.component +usr/lib/gambas3/gb.sdl2.so +usr/lib/gambas3/gb.sdl2.so.* +usr/share/gambas3/info/gb.sdl2.info +usr/share/gambas3/info/gb.sdl2.list diff --git a/gambas3-gb-settings.install b/gambas3-gb-settings.install new file mode 100644 index 00000000..80700169 --- /dev/null +++ b/gambas3-gb-settings.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.settings* +usr/share/gambas3/info/gb.settings* diff --git a/gambas3-gb-signal.install b/gambas3-gb-signal.install new file mode 100644 index 00000000..ee265bc5 --- /dev/null +++ b/gambas3-gb-signal.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.signal* +usr/share/gambas3/info/gb.signal* diff --git a/gambas3-gb-term-form.install b/gambas3-gb-term-form.install new file mode 100644 index 00000000..0575c0b1 --- /dev/null +++ b/gambas3-gb-term-form.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.term.form.* +usr/share/gambas3/control/gb.term.form/ +usr/share/gambas3/info/gb.term.form.* diff --git a/gambas3-gb-term.install b/gambas3-gb-term.install new file mode 100644 index 00000000..f57f94f7 --- /dev/null +++ b/gambas3-gb-term.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.term.component +usr/lib/gambas3/gb.term.so* +usr/share/gambas3/info/gb.term.info +usr/share/gambas3/info/gb.term.list diff --git a/gambas3-gb-util-web.install b/gambas3-gb-util-web.install new file mode 100644 index 00000000..6d1ab03f --- /dev/null +++ b/gambas3-gb-util-web.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.util.web.component +usr/lib/gambas3/gb.util.web.gambas +usr/share/gambas3/control/gb.util.web +usr/share/gambas3/info/gb.util.web.info +usr/share/gambas3/info/gb.util.web.list diff --git a/gambas3-gb-util.install b/gambas3-gb-util.install new file mode 100644 index 00000000..1e3a2588 --- /dev/null +++ b/gambas3-gb-util.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.util.component +usr/lib/gambas3/gb.util.gambas +usr/share/gambas3/info/gb.util.info +usr/share/gambas3/info/gb.util.list diff --git a/gambas3-gb-v4l.install b/gambas3-gb-v4l.install new file mode 100644 index 00000000..fc3f537f --- /dev/null +++ b/gambas3-gb-v4l.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.v4l* +usr/share/gambas3/info/gb.v4l* diff --git a/gambas3-gb-vb.install b/gambas3-gb-vb.install new file mode 100644 index 00000000..a8d5acc8 --- /dev/null +++ b/gambas3-gb-vb.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.vb* +usr/share/gambas3/info/gb.vb* diff --git a/gambas3-gb-web-feed.install b/gambas3-gb-web-feed.install new file mode 100644 index 00000000..02b5d414 --- /dev/null +++ b/gambas3-gb-web-feed.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.web.feed* +usr/share/gambas3/info/gb.web.feed* diff --git a/gambas3-gb-web-form.install b/gambas3-gb-web-form.install new file mode 100644 index 00000000..4ae1daf5 --- /dev/null +++ b/gambas3-gb-web-form.install @@ -0,0 +1,3 @@ +usr/lib/gambas3/gb.web.form* +usr/share/gambas3/info/gb.web.form* +usr/share/gambas3/control/gb.web.form diff --git a/gambas3-gb-web.install b/gambas3-gb-web.install new file mode 100644 index 00000000..3bcbc22a --- /dev/null +++ b/gambas3-gb-web.install @@ -0,0 +1,4 @@ +usr/lib/gambas3/gb.web.component +usr/lib/gambas3/gb.web.gambas +usr/share/gambas3/info/gb.web.info +usr/share/gambas3/info/gb.web.list diff --git a/gambas3-gb-xml-html.install b/gambas3-gb-xml-html.install new file mode 100644 index 00000000..61b6978d --- /dev/null +++ b/gambas3-gb-xml-html.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.xml.html* +usr/share/gambas3/info/gb.xml.html* diff --git a/gambas3-gb-xml-rpc.install b/gambas3-gb-xml-rpc.install new file mode 100644 index 00000000..f999fd1c --- /dev/null +++ b/gambas3-gb-xml-rpc.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.xml.rpc* +usr/share/gambas3/info/gb.xml.rpc* diff --git a/gambas3-gb-xml-xslt.install b/gambas3-gb-xml-xslt.install new file mode 100644 index 00000000..572db8ff --- /dev/null +++ b/gambas3-gb-xml-xslt.install @@ -0,0 +1,2 @@ +usr/lib/gambas3/gb.xml.xslt* +usr/share/gambas3/info/gb.xml.xslt* diff --git a/gambas3-gb-xml.install b/gambas3-gb-xml.install new file mode 100644 index 00000000..c1a34e1a --- /dev/null +++ b/gambas3-gb-xml.install @@ -0,0 +1,5 @@ +usr/lib/gambas3/gb.xml.component +usr/lib/gambas3/gb.xml.gambas +usr/lib/gambas3/gb.xml.so* +usr/share/gambas3/info/gb.xml.info +usr/share/gambas3/info/gb.xml.list diff --git a/gambas3-ide.install b/gambas3-ide.install new file mode 100644 index 00000000..3f16f384 --- /dev/null +++ b/gambas3-ide.install @@ -0,0 +1,5 @@ +usr/share/applications/gambas3.desktop +usr/share/icons/hicolor/48x48/apps/gambas3.png +usr/bin/gambas3 +usr/bin/gambas3.gambas +usr/share/appdata/gambas3.appdata.xml diff --git a/gambas3-ide.links b/gambas3-ide.links new file mode 100644 index 00000000..ac116683 --- /dev/null +++ b/gambas3-ide.links @@ -0,0 +1 @@ +usr/share/man/man1/gambas3.1.gz usr/share/man/man1/gambas3.gambas.1.gz diff --git a/gambas3-ide.manpages b/gambas3-ide.manpages new file mode 100644 index 00000000..50997c0e --- /dev/null +++ b/gambas3-ide.manpages @@ -0,0 +1 @@ +debian/gambas3.1 diff --git a/gambas3-runtime.install b/gambas3-runtime.install new file mode 100644 index 00000000..70de89f4 --- /dev/null +++ b/gambas3-runtime.install @@ -0,0 +1,32 @@ +usr/share/mime/packages/application-x-gambas3.xml +usr/bin/gbh3 +usr/bin/gbh3.gambas +usr/bin/gbr3 +usr/bin/gbx3 +usr/lib/gambas3/gb.component +usr/lib/gambas3/gb.debug* +usr/lib/gambas3/gb.draw* +usr/lib/gambas3/gb.eval.component +usr/lib/gambas3/gb.eval.so* +usr/lib/gambas3/gb.geom.so* +usr/lib/gambas3/gb.gui.base* +usr/lib/gambas3/gb.gui.opengl* +usr/lib/gambas3/gb.gui.qt.* +usr/lib/gambas3/gb.gui.trayicon.* +usr/lib/gambas3/gb.so* +usr/share/gambas3/icons/application-x-gambas3.png +usr/share/gambas3/info/gb.debug.info +usr/share/gambas3/info/gb.debug.list +usr/share/gambas3/info/gb.eval.info +usr/share/gambas3/info/gb.eval.list +usr/share/gambas3/info/gb.gui.base.info +usr/share/gambas3/info/gb.gui.base.list +usr/share/gambas3/info/gb.gui.opengl* +usr/share/gambas3/info/gb.gui.qt.* +usr/share/gambas3/info/gb.info +usr/share/gambas3/info/gb.list +usr/share/gambas3/info/gb.gui.trayicon.info +usr/share/gambas3/info/gb.gui.trayicon.list +usr/share/gambas3/template +usr/share/icons/hicolor/256x256/mimetypes/application-x-gambas3.png +usr/share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-gambas3.png diff --git a/gambas3-runtime.links b/gambas3-runtime.links new file mode 100644 index 00000000..2bdefeb1 --- /dev/null +++ b/gambas3-runtime.links @@ -0,0 +1 @@ +usr/share/man/man1/gbh3.1.gz usr/share/man/man1/gbh3.gambas.1.gz diff --git a/gambas3-runtime.manpages b/gambas3-runtime.manpages new file mode 100644 index 00000000..31a66ed0 --- /dev/null +++ b/gambas3-runtime.manpages @@ -0,0 +1,3 @@ +debian/gbr3.1 +debian/gbx3.1 +debian/gbh3.1 diff --git a/gambas3-script.install b/gambas3-script.install new file mode 100644 index 00000000..3c6f2630 --- /dev/null +++ b/gambas3-script.install @@ -0,0 +1,11 @@ +usr/share/mime/packages/application-x-gambasscript.xml +usr/share/mime/packages/application-x-gambasserverpage.xml +usr/bin/gbs3 +usr/bin/gbs3.gambas +usr/bin/gbw3 +usr/share/gambas3/icons/application-x-gambasscript.png +usr/share/gambas3/icons/application-x-gambasserverpage.png +usr/share/icons/hicolor/256x256/mimetypes/application-x-gambasscript.png +usr/share/icons/hicolor/256x256/mimetypes/application-x-gambasserverpage.png +usr/share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-gambasscript.png +usr/share/icons/hicolor/256x256/mimetypes/gnome-mime-application-x-gambasserverpage.png diff --git a/gambas3-script.links b/gambas3-script.links new file mode 100644 index 00000000..e64ed57c --- /dev/null +++ b/gambas3-script.links @@ -0,0 +1 @@ +usr/share/man/man1/gbs3.1.gz usr/share/man/man1/gbs3.gambas.1.gz diff --git a/gambas3-script.manpages b/gambas3-script.manpages new file mode 100644 index 00000000..9ca3f62a --- /dev/null +++ b/gambas3-script.manpages @@ -0,0 +1,2 @@ +debian/gbs3.1 +debian/gbw3.1 diff --git a/gambas3.1 b/gambas3.1 new file mode 100644 index 00000000..1aecb95c --- /dev/null +++ b/gambas3.1 @@ -0,0 +1,57 @@ +.TH "GAMBAS3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gambas3 \- GAMBAS Integrated Development Environment +.SH "SYNOPSIS" +.B gambas3 +[\fB\-\-cleanup\fR] [ ...] +.PP +.B gambas3 +[\fB\-V\fR] [\fB\-L\fR] [\fB\-h\fR] [] +.SH "DESCRIPTION" +Gambas is, before all, a Basic language with object extensions. +A program written with Gambas is a set of files. +Each file describes a class, in terms of object-oriented programming. +The class files are compiled, then executed by an interpreter. +From this point of view, it is very inspired by Java. +.PP +Gambas is made up of the following programs: +.PP + * A compiler. + * An interpreter. + * An archiver. + * A component system consisting of pure Gambas and native components, + including graphical user interface components. + * This integrated development environment. +.PP +The integrated development environment is written with Gambas itself, so that it can show the abilities of the language. +And it is very useful for debugging! +.PP +\fBgambas3\fR starts the Integrated Development Environment. +.SH "OPTIONS" +.TP +\fB\-\-cleanup\fR +Cleans the project directory up (i.e. removes temporary, generated, and backup files). +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +This site has a wiki with documentation about the language. +The IDE's options have a tool to download parts of the wiki and make them available offline. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gba3 (1), +.BR gbc3 (1), +.BR gbh3 (1), +.BR gbi3 (1), +.BR gbr3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gba3.1 b/gba3.1 new file mode 100644 index 00000000..148f0b8b --- /dev/null +++ b/gba3.1 @@ -0,0 +1,47 @@ +.TH "GBA3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gba3 \- GAMBAS Archiver +.SH "SYNOPSIS" +.B gba3 +[\fIoptions\fR] [] +.PP +.B gba3 +\fI-x\fR +.SH "DESCRIPTION" +\fBgba3\fR is the archiver used by Gambas. +It creates a standalone one-file executable from a Gambas project or extracts a specific file from a Gambas executable. +.SH "OPTIONS" +.TP +\fB\-o\fR, \fB\-\-output\fR=ARCHIVE +Sets the archive file's path that is to be created. +.TP +\fB\-x\fR, \fB\-\-extract\fR=ARCHIVE +Sets the archive file's path that is to be extracted. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Enables verbose output. +.TP +\fB\-s\fR, \fB\-\-swap\fR +Swaps the endianness. +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gambas3 (1), +.BR gbc3 (1), +.BR gbh3 (1), +.BR gbi3 (1), +.BR gbr3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gbc3.1 b/gbc3.1 new file mode 100644 index 00000000..fccad89c --- /dev/null +++ b/gbc3.1 @@ -0,0 +1,64 @@ +.TH "GBC3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gbc3 \- GAMBAS Compiler +.SH "SYNOPSIS" +.B gbc3 +[\fIoptions\fR] [] +.SH "DESCRIPTION" +\fBgbc3\fR compiles Gambas source projects into architecture-independent bytecode. +.SH "OPTIONS" +.TP +\fB\-g\fR, \fB\-debug\fR +Adds debugging information. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Enables verbose output. +.TP +\fB\-a\fR, \fB\-\-all\fR +Compiles everything. +.TP +\fB\-w\fR, \fB\-\-warnings\fR +Enables warnings. +.TP +\fB\-t\fR, \fB\-\-translate\fR +Writes translation files. +.TP +\fB\-p\fR, \fB\-\-public\-control\fR +Exports public form controls. +.TP +\fB\-m\fR, \fB\-\-public\-module\fR +Exports public module symbols. +.TP +\fB\-s\fR, \fB\-\-swap\fR +Swaps endianness. +.TP +\fB\-r\fR, \fB\-\-root\fR +Defines the gambas installation directory. +.TP +\fB\-e\fR, \fB\-\-translate-errors\fR +Displays translatable error messages. +.TP +\fB\-x\fR, \fB\-\-exec\fR +Defines the 'Exec' preprocessor constant. +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gambas3 (1), +.BR gba3 (1), +.BR gbh3 (1), +.BR gbi3 (1), +.BR gbr3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gbh3.1 b/gbh3.1 new file mode 100644 index 00000000..c8bd86b4 --- /dev/null +++ b/gbh3.1 @@ -0,0 +1,102 @@ +.TH "GBH3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gbh3 \- GAMBAS documentation generator for C/C++ components +.SH "SYNOPSIS" +.B gbh3 +[\fIoptions\fR] [] +.SH "DESCRIPTION" +\fBgbh3\fR is a tool to generate GAMBAS online documentation from documentation strings embedded in C or C++ source code of native GAMBAS components. +.PP +Components written in Gambas can already be documented in-code. +This documentation is then stored inside their .info files. +.PP +If contains directories, they are searched recursively for '*.c' and '*.cpp' files. +If is not specified, the current directory is searched. +.PP +The extracted help is printed on the standard output, unless the '-c' option is specified. +.PP +The expected syntax is demonstrated at the examples. +The difference between both notations is that the first must immediately precede a BEGIN_{PROPERTY,METHOD,METHOD_VOID) line that defines the symbol which the documentation refers to. +The second syntax documents the indicated symbol -- no matter where the comment is. +.PP +This is intended to document GB_CONSTANTs or GB_PROPERTY_SELFs which don't have a BEGIN_* line. +Nevertheless, it can be used for any other symbol. +NEVER mix both syntaxes on a single symbol. +.PP +The ClassName_MethodName part I call "(implementation) function name". +The particular function naming convention shown is not mandatory. +The scripts take the function name and look up the corresponding symbol in your GB_DESC[]. +.PP +The regular expressions used to filter these comments are somewhat strict. +You have to pass the spaces exactly as indicated in the line where your comment text starts, i.e. *text. +Also note that Class and Symbol in the second syntax are case sensitive! +.PP +Don't reuse method and property implementations (except for synonyms). +.PP +As the implementation function name is searched in the GB_DESC[]s in your source file, you may not put the same function into different classes -- or the parser may get confused. +.PP +Also, keep the GB_DESC[] in the same source file as the help comment. +.PP +The first match for a function name lookup in a GB_DESC[] is taken as the "primary" implementation of that symbol. +That means the help comment will be attached to that symbol. +All other symbols which call the same function are considered synonyms and are *automatically* documented with the default sentence: +"This is a synonym for ". +DO NOT document them separately using a syntax-2 help block! +.SH "OPTIONS" +.TP +\fB\-r\fR, \fB\-\-root\fR +the GAMBAS installation directory +.TP +\fB\-c\fR, \fB\-\-component\fR +generate help directly in a component '*.help' file +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Enables verbose output. +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "EXAMPLES" +You may write a Gambas documentation comment like +.PP + /**G + * Here goes the documentation. + **/ + BEGIN_METHOD_VOID(ClassName_MethodName) + /* ... */ + END_METHOD +.PP +or alternatively +.PP + /**G Class Symbol + * Documenting Class.Symbol + **/ +.PP +Instead of the **/ at the end, you may also write */. Cool, huh? +The second syntax can also be used to document the class per se: +.PP + /**G Class + * Class documentation here + **/ +.PP +Have a look at the gb.openssl and gb.data components that are partially documented that way. +Digest.Hash() and Digest._call() in gb.openssl show how to deal with synonyms. +The entry for Hash precedes the entry for _call, thus Hash is the primary symbol and _call a synonym. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gambas3 (1), +.BR gba3 (1), +.BR gbc3 (1), +.BR gbi3 (1), +.BR gbr3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gbi3.1 b/gbi3.1 new file mode 100644 index 00000000..b5543d20 --- /dev/null +++ b/gbi3.1 @@ -0,0 +1,35 @@ +.TH "GBI3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gbi3 \- GAMBAS Component Informer +.SH "SYNOPSIS" +.B gbi3 +[\fIoptions\fR] [components ...] +.SH "DESCRIPTION" +\fBgbi3\fR generates Gambas component description files. +If no component is defined, each installed component's description file is generated. +.SH "OPTIONS" +.TP +\fB\-r\fR, \fB\-\-root\fR +Defines the Gambas installation directory. +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gambas3 (1), +.BR gba3 (1), +.BR gbc3 (1), +.BR gbh3 (1), +.BR gbr3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 00000000..33f11abb --- /dev/null +++ b/gbp.conf @@ -0,0 +1,12 @@ +[DEFAULT] +pristine-tar = True + +[import-orig] +filter = [ + '.gitignore', + '.gitlab-ci.yml' + ] +filter-pristine-tar = True + +[dch] +git-log = --no-merges diff --git a/gbr3.1 b/gbr3.1 new file mode 100644 index 00000000..7138191d --- /dev/null +++ b/gbr3.1 @@ -0,0 +1,46 @@ +.TH "GBR3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gbr3 \- GAMBAS Interpreter +.SH "SYNOPSIS" +.B gbr3 +[\fIoptions\fR] [] +.SH "DESCRIPTION" +\fBgbr3\fR is an interpreter that allows you to execute compiled Gambas applications. +.SH "OPTIONS" +.TP +\fB\-g\fR +Enters debugging mode. +.TP +\fB\-s\fR +Overrides the startup class. +.TP +\fB\-p\fR +Activates profiling and debugging mode. +.TP +\fB\-k\fR +Disables shared library unloading. +.TP +\fB\-H\fR, \fB\-\-httpd\fR +Runs the application on an embedded HTTP server. +.TP +\fB\-V\fR, \fB\-\-version\fR +Displays the program's version. +.TP +\fB\-L\fR, \fB\-\-license\fR +Displays the program's license. +.TP +\fB\-h\fR, \fB\-\-help\fR +Displays help information. +.SH "NOTES" +Updated source code and most documentation about Gambas can be found at http://gambas.sf.net. +.SH "BUGS" +Bugs are filed at http://gambaswiki.org/bugtracker. +.SH "SEE ALSO" +.BR gambas3 (1), +.BR gba3 (1), +.BR gbc3 (1), +.BR gbh3 (1), +.BR gbi3 (1), +.BR gbs3 (1), +.BR gbw3 (1), +.BR gbx3 (1) diff --git a/gbs3.1 b/gbs3.1 new file mode 100644 index 00000000..e47deb14 --- /dev/null +++ b/gbs3.1 @@ -0,0 +1,44 @@ +.TH "GBS3" "1" "2018-10-28" "Debian" "User Commands" +.SH "NAME" +gbs3 \- GAMBAS Scripter +.SH "SYNOPSIS" +.B gbs3 +[\fIoptions\fR]