--- gambas2-2.12.orig/debian/gambas2.gambas.1 +++ gambas2-2.12/debian/gambas2.gambas.1 @@ -0,0 +1,37 @@ +.TH "Gambas" "1" "February 2004" "Debian" "" +.SH "NAME" +gambas \- Gambas almost means basic. +.SH "SYNOPSIS" +.B gambas +[] +.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 programming. The class files are compiled, +then executed by an interpreter. From this point of view, it is +very inspired by Java. + +Gambas is made up of the following programs : + + * A compiler. + * An interpreter. + * An archiver. + * A graphical user interface component. + * A development environment. + +The development environment is written with Gambas itself, so that I can +show the abilities of the language. And it is very useful for debugging ! + +\fBgambas\fR starts the Integrated Development Environment. +.SH "AVAILABILITY" +Updated source code and most documentation about gambas can be found at http://gambas.sf.net, +documentation about the language is at http://www.binara.com/gambas\-wiki, +documentation in the spanish language is at http://gambas.gnulinex.org. +.SH "REPORTING BUGS" +Report bugs to +. +.SH "COPYRIGHT" +Copyright \(co 2002, 2004 Benoit Minisini /dev/null`" ]; then + xdg-icon-resource install --context mimetypes --size 64 /usr/share/gambas2/icons/application-x-gambasscript.png application-x-gambasscript + xdg-mime install /usr/share/gambas2/mime/application-x-gambasscript.xml +fi + +exit 0 --- gambas2-2.12.orig/debian/gambas2-doc.install +++ gambas2-2.12/debian/gambas2-doc.install @@ -0,0 +1,2 @@ +usr/share/gambas2/help +usr/share/gambas2/examples --- gambas2-2.12.orig/debian/gambas2-script.install +++ gambas2-2.12/debian/gambas2-script.install @@ -0,0 +1,3 @@ +usr/bin/gbs2.gambas +../../app/mime/application-x-gambasscript.png usr/share/gambas2/icons +../../app/mime/application-x-gambasscript.xml usr/share/gambas2/mime --- gambas2-2.12.orig/debian/gambas2-gb-gtk.links +++ gambas2-2.12/debian/gambas2-gb-gtk.links @@ -0,0 +1 @@ +/usr/lib/gambas2/gb.gtk.so.0 /usr/lib/gambas2/gb.gtk.so --- gambas2-2.12.orig/debian/gambas2-ide.links +++ gambas2-2.12/debian/gambas2-ide.links @@ -0,0 +1,2 @@ +usr/bin/gambas2.gambas usr/bin/gambas2 +/usr/share/man/man1/gambas2.gambas.1.gz /usr/share/man/man1/gambas2.1.gz --- gambas2-2.12.orig/debian/gambas2-gb-net.install +++ gambas2-2.12/debian/gambas2-gb-net.install @@ -0,0 +1,4 @@ +usr/lib/gambas2/gb.net.so* +usr/lib/gambas2/gb.net.component +usr/share/gambas2/info/gb.net.info +usr/share/gambas2/info/gb.net.list --- gambas2-2.12.orig/debian/copyright +++ gambas2-2.12/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by José L. Redrejo Rodríguez + on Sun, 29 Oct 2004 10:11:28 +0200. + +It was downloaded from http://gambas.sourceforge.net/download.html + + Upstream Authors: Benoît Minisini + + For the gtk, v4l, pdf, svg, xml & net components: Daniel Campos Fernández + For the opengl components: Laurent Carlier + For the corba and ldap components: Carlo Sorda + +Copyright: + + Copyright (C) 2002-2006 Benoît Minisini + + 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- gambas2-2.12.orig/debian/gambas2-gb-db-sqlite.install +++ gambas2-2.12/debian/gambas2-gb-db-sqlite.install @@ -0,0 +1 @@ +usr/lib/gambas2/gb.db.sqlite3.* --- gambas2-2.12.orig/debian/gambas2.desktop +++ gambas2-2.12/debian/gambas2.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Exec=gambas2 +Icon=/usr/share/pixmaps/gambas2.xpm +Terminal=false +Name=Gambas2 +Name[es_ES]=Gambas2 +Comment=Gambas Almost Means Basic +Comment[es_ES]=Gambas es Basic Visual +Type=Application +Categories=Development; +StartupNotify=true --- gambas2-2.12.orig/debian/gambas2-gb-web.install +++ gambas2-2.12/debian/gambas2-gb-web.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.web.* +usr/share/gambas2/info/gb.web.* --- gambas2-2.12.orig/debian/gambas2-gb-db-mysql.install +++ gambas2-2.12/debian/gambas2-gb-db-mysql.install @@ -0,0 +1 @@ +usr/lib/gambas2/gb.db.mysql.* --- gambas2-2.12.orig/debian/gambas2-gb-compress-bzlib2.install +++ gambas2-2.12/debian/gambas2-gb-compress-bzlib2.install @@ -0,0 +1 @@ +usr/lib/gambas2/gb.compress.bzlib2* --- gambas2-2.12.orig/debian/gambas2-gb-compress-zlib.install +++ gambas2-2.12/debian/gambas2-gb-compress-zlib.install @@ -0,0 +1 @@ +usr/lib/gambas2/gb.compress.zlib* --- gambas2-2.12.orig/debian/gambas2-gb-desktop.install +++ gambas2-2.12/debian/gambas2-gb-desktop.install @@ -0,0 +1,2 @@ +usr/share/gambas2/info/gb.desktop.* +usr/lib/gambas2/gb.desktop.* --- gambas2-2.12.orig/debian/gambas2-gb-v4l.install +++ gambas2-2.12/debian/gambas2-gb-v4l.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.v4l.* +usr/share/gambas2/info/gb.v4l.* --- gambas2-2.12.orig/debian/gambas2-doc.dirs +++ gambas2-2.12/debian/gambas2-doc.dirs @@ -0,0 +1 @@ +usr/share/gambas2 --- gambas2-2.12.orig/debian/gambas2-gb-pdf.install +++ gambas2-2.12/debian/gambas2-gb-pdf.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.pdf.* +usr/share/gambas2/info/gb.pdf.* --- gambas2-2.12.orig/debian/gbc2.1 +++ gambas2-2.12/debian/gbc2.1 @@ -0,0 +1,47 @@ +.TH "gbc2" "1" "September 2004" "Debian" "User Commands" +.SH "NAME" +gbc2 \- GAMBAS Compiler +.SH "SYNOPSIS" +.B gbc2 +[\fIoptions\fR] []... + +.SH "DESCRIPTION" +\fBGambas\fR 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... + + +\fBgbc2\fR is the compiler of gambas source code. +.SH "OPTIONS" +.TP +\fB\-h\fR, \fB\-\-help\fR +display help and exit +.TP +\fB\-g\fR, \fB\-debug\fR +add debugging information +.TP +\fB\-V\fR, \fB\-\-version\fR +display version +.TP +\fB\-p\fR, \fB\-\-public\fR +form controls are public +.TP +\fB\-s\fR, \fB\-\-swap\fR +swap endianness +.TP +\fB\-c\fR, \fB\-\-class=FILE\fR +declares a list of classes from the file FILE +.TP +\fB\-v\fR, \fB\-\-verbose\fR +verbose output + +.SH "AVAILABILITY" +The latest version of Gambas can always be obtained from +\fBwww.sourceforge.net\fR or \fBwww.freshmeat.net\fR +.SH "REPORTING BUGS" +Report bugs to +. +.SH "COPYRIGHT" +Copyright \(co 2002, 2004 Benoit Minisini ]... +.br +.B gbr2 \-x ... +.SH "DESCRIPTION" +\fBGambas\fR 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... + + +\fBgbr2\fR is the interprete that allows you to execute gambas compiled applications. +.SH "OPTIONS" +.TP +\fB\-h\fR +display help and exit +.TP +\fB\-g\fR +enter debugging mode +.TP +\fB\-V\fR +display version +.TP +\fB\-p\fR +disable preloading +.TP +\fB\-x\fR +execute an archive +.SH "AVAILABILITY" +The latest version of Gambas can always be obtained from +\fBwww.sourceforge.net\fR or \fBwww.freshmeat.net\fR +.SH "REPORTING BUGS" +Report bugs to +. +.SH "COPYRIGHT" +Copyright \(co 2002, 2004 Benoit Minisini +.br +.B gbi2 \-a +.SH "DESCRIPTION" +\fBGambas\fR 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... + + +\fBgbi2\fR gives you information about gambas components. +.SH "OPTIONS" +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +display version information and exit +.TP +\fB\-f\fR, \fB\-\-format\fR +format output in HTML +.TP +\fB\-p\fR +disable preloading +.TP +\fB\-r\fR, \fB\-\-root\fR directory +gives the gambas installation directory +.TP +\fB\-a\fR, \fB\-all\fR +generate info for every component +.SH "AVAILABILITY" +The latest version of Gambas can always be obtained from +\fBwww.sourceforge.net\fR or \fBwww.freshmeat.net\fR +.SH "REPORTING BUGS" +Report bugs to +. +.SH "COPYRIGHT" +Copyright \(co 2002, 2004 Benoit Minisini Fri, 01 May 2009 17:21:00 +0200 + +gambas2 (2.12-1) unstable; urgency=low + + * New upstream release + * Split the sdl package creating a sdl-sound package to allow the + gambas IDE be able to calculate correctly the dependencies in Debian + + -- José L. Redrejo Rodríguez Mon, 27 Apr 2009 11:12:24 +0200 + +gambas2 (2.11.1-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Mon, 02 Mar 2009 14:25:01 +0100 + +gambas2 (2.10.2-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Sat, 03 Jan 2009 15:47:26 +0100 + +gambas2 (2.10-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Wed, 31 Dec 2008 18:24:43 +0100 + +gambas2 (2.8.2-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Fri, 05 Sep 2008 12:53:53 +0200 + +gambas2 (2.7-1) unstable; urgency=low + + * New upstream release + * Bumped standards version to 3.8.0, no changes required + * Adjusted line 1 of debian/copyright to 80 cols width + + -- José L. Redrejo Rodríguez Fri, 18 Jul 2008 17:54:01 +0200 + +gambas2 (2.6-3) unstable; urgency=low + + * debian/control: fixed gambas2-gb-pdf dependencies (Closes: #483118) + + -- José L. Redrejo Rodríguez Tue, 27 May 2008 11:53:22 +0200 + +gambas2 (2.6-2) unstable; urgency=low + + * debian/rules: fixed PHONY declarations (Closes: #482676) + * debian/control: fixed architecture dependencies (Closes: #482766) + + -- José L. Redrejo Rodríguez Mon, 26 May 2008 10:58:25 +0200 + +gambas2 (2.6-1) unstable; urgency=low + + * New upstream release + + -- José L. Redrejo Rodríguez Wed, 14 May 2008 19:54:45 +0200 + +gambas2 (2.5-1) unstable; urgency=low + + * New upstream release (Closes: #472562) + + -- José L. Redrejo Rodríguez Tue, 08 Apr 2008 09:46:53 +0200 + +gambas2 (2.4.1-1) unstable; urgency=low + + * New upstream release + * debian/control: replaced libffi4-dev by libffi-dev (Closes: #472147) + + -- José L. Redrejo Rodríguez Sat, 22 Mar 2008 17:31:48 +0100 + +gambas2 (2.4-1) unstable; urgency=low + + * New upstream release + * debian/control: modified dependencies for gambas2-gb-gui package, + so now depends on gtk & qt components. + + -- José L. Redrejo Rodríguez Wed, 19 Mar 2008 12:20:32 +0100 + +gambas2 (2.2.1+svn1123-1) unstable; urgency=low + + * New upstream release, version 2.2.1. + * Adding svn snapshot that passes the -fsigned-char option to gcc so + that gambas compiles on architectures where char is unsigned by + default (Closes: #467133) + + -- José L. Redrejo Rodríguez Wed, 27 Feb 2008 23:54:31 +0100 + +gambas2 (2.1.0-1) unstable; urgency=low + + * New upstream release. + * Upload 64 bits compatible version to unstable (Closes: #464403) + + -- José L. Redrejo Rodríguez Thu, 21 Feb 2008 19:12:52 +0100 + +gambas2 (2.1.0~svn1063-1) experimental; urgency=low + + * New version from upstream svn with 64 bits support + * debian/control: + - removed libqt3-compat-headers build dependency + - changed architecture from i386 to any or all + - split gambas2-gb-xml package to get gambas2-gb-xml-xslt and + gambas2-gb-xml-rpc packages + * debian/rules: modified to reflect new architectures needs + + -- José L. Redrejo Rodríguez Mon, 11 Feb 2008 11:12:45 +0100 + +gambas2 (2.0.0-1) unstable; urgency=low + + * New upstream release: Final stable release of Gambas 2 + * debian/control: updated policy version and added homepage field + + -- José L. Redrejo Rodríguez Thu, 3 Jan 2008 10:27:30 +0100 + +gambas2 (1.9.91-2) unstable; urgency=low + + * Fixed depedencies for gambas2-pdf component + + -- José L. Redrejo Rodríguez Fri, 16 Nov 2007 19:10:10 +0100 + +gambas2 (1.9.91-1) unstable; urgency=low + + * New upstream release, a.k.a gambas 2.0RC1 + * New package gambas2-script: Gambas now can be used as a + scripting language + * Registered mime-types for Gambas executables and scripts + + -- José L. Redrejo Rodríguez Tue, 13 Nov 2007 20:35:07 +0100 + +gambas2 (1.9.90-1) unstable; urgency=low + + * Upstream removed ldap component as it was useless, so its package + has been removed. + + -- José L. Redrejo Rodríguez Sat, 13 Oct 2007 12:01:11 +0200 + +gambas2 (1.9.51-1) unstable; urgency=low + + * New upstream release: multiple bugs fixed and new components, take + a look at http://gambas.sourceforge.net/changelog2.html + * New packages for new components: gambas2-gb-chart, gambas2-gb-gui, + gambas2-gb-gtk-ext + * debian/control: Replaced firebird build dependency (Closes: #440864) + + -- José L. Redrejo Rodríguez Sun, 23 Sep 2007 18:58:04 +0200 + +gambas2 (1.9.50-1) unstable; urgency=low + + * New upstream release. + * debian/control: gambas2-ide depends also on gambas2-gb-form-dialog + * debian/gambas2.desktop and debian/gambas2-ide.menu modified to fulfill + with the latest standards + + -- José L. Redrejo Rodríguez Tue, 14 Aug 2007 11:50:41 +0200 + +gambas2 (1.9.49+svn476-1) unstable; urgency=low + + * Removed d-i following Fraz Pop petition (Closes: #433214) + * Removed 06_backward_runtime_compat.patch, 05_spanish_ide_translation.patch & + 04_fix_gnome_focus.patch as they are included upstream + * New package: gambas2-gb-form-dialog providing common dialog boxed for all + the supported graphical toolkits + -- José L. Redrejo Rodríguez Mon, 23 Jul 2007 10:52:23 +0200 + +gambas2 (1.9.49-3) unstable; urgency=low + + * Creation of udeb to run gambas inside customized d-i + * Following upstream recommendations, all the packages available only to + the i386 arch (Closes: #425601, #42678) + * Drop postgresql-dev from build-depends (Closes: #429968) + * debian/patches/06_backward_runtime_compat.patch allows running 1.9.47 + gambas2 projects. + + -- José L. Redrejo Rodríguez Wed, 11 Jul 2007 10:52:23 +0200 + +gambas2 (1.9.49-2) unstable; urgency=low + + * Two new packages: + - gambas2-gb-report: to elaborate reports using gambas + - gambas2-gb-desktop: provinding xdg tools for compatibility with the + freedestkop.org Porland project + * debian/patches/05_spanish_ide_translation.patch added + + -- José L. Redrejo Rodríguez Mon, 21 May 2007 10:52:23 +0200 + +gambas2 (1.9.49-1) unstable; urgency=low + + * New upstream release. (Closes: #417496, #418506) + - Huge changelog, but for Debian users include some important changes, now + gambas2-ide can even create debian packages from its menu! + * This version modifies the bytecode, so all previous projects must be rebuilt + * removed 03_fix_gnome_icons_map.patch as it has fixed upstream + * Upstream will not support 64 bits archs before gambas3, so gambas will be + built only for 32 bits architectures (Closes: #404966) + * Updated debian/control to change the email of the maintainer + + -- José L. Redrejo Rodríguez Sat, 18 May 2007 09:42:23 +0200 + +gambas2 (1.9.48-1) unstable; urgency=low + + * New upstream release. + * removed patches 04_fix_about_component.patch, 05_tabstrip_mouseevents.patch + and 06_fix_embedding_gtk.patch as they have been included in upstream + * debian/patches/04_fix_gnome_focus.patch fixes problem with focus in gtk + + -- José L. Redrejo Rodríguez Tue, 3 Apr 2007 16:32:05 +0200 + +gambas2 (1.9.47-1) unstable; urgency=low + + * New upstream release. + * debian/control: firebird control only available to i386 & amd64 archs + * debian/gambas2-gb-db-sqlite.install: fixed bug in libraries name + * Created needed gbr2 symbolic link to gbx2 (Closes: #411489) + * Added manpage for gbr2 + * debian/patches/04_fix_about_component.patch fixes a bug in an IDE dialog + * debian/patches/03_fix_gnome_icons_map.patch updated + * debian/patches/05_tabstrip_mouseevents.patch adds mouse events to the gtk + tabstrip component + * debian/patches/06_fix_embedding_gtk.patch makes embedded work in gtk + + -- José L. Redrejo Rodríguez Thu, 18 Jan 2007 23:33:16 +0200 + +gambas2 (1.9.46-1) unstable; urgency=low + + * New upstream release. + * Moved to dpatch + * Removed debian/patches/03_remove_unneeded_component_dependency.patch, + debian/patches/04_fix_gbi.patch and debian/patches/05_fix_scope.patch as + they have been included in upstream. + * debian/patches/02_keep_gbx_runtime.patch removed, so old Debian gambas + applications have to be recompiled, but it's needed for the gambas debugger + to work. + * debian/patches/03_remove_unneeded_component_dependency.patch updated + * A symbolic link named gambas2 pointing at gambas2.gambas is now created + inside /usr/bin + * gambas2-gb-sdl-opengl package removed as sdl-opengl features have been + included in the sdl component + * New components structure to follow the package standards proposed by + upstream in order to the gambas-ide to be able to make distribution packages + - gambas2-dev: The compiler, archiver and informer have been moved here from + gambas2-runtime + - gambas2-gb-db, gambas2-gb-vb and gambas2-gb-compress have been moved from + gambas2-runtime and its dependencies have been added to all related + packages + * gambas2-gb-v4l is available as it can be compiled inside Debian again + * gambas2 runtime has its final bytecode structure, according to upstream + information, so a dependency on this version has been added to every package + depending on gambas2-runtime. + * New components: gambas2-gb-db-firebird, gambas2-gb-gtk-svg & gambas2-gb-web + * debian/patches/02_detect_browser_debian.patch to detect web browser in + Debian + * debian/patches/03_fix_gnome_icons_map.patch to fix gnome stock icons map + + -- José L. Redrejo Rodríguez Wed, 22 Nov 2006 10:39:33 +0200 + +gambas2 (1.9.33-1) experimental; urgency=low + + * Initial Debian release. + * debian/patches/01_dont_compile_examples.patch : Modify Makefile to avoid + examples compilation + * debian/patches/02_keep_gbx_runtime.patch: Don't change the runtime to gbr as + it's a recent patch included by upstream to fix a bug in FreeBSD systems. + * debian/patches/03_remove_unneeded_component_dependency.patch: removed + unneeded gb.qt dependency for the settings component. + * debian/patches/04_fix_gbi.patch fixes a bug in gbi source code + * debian/patches/05_fix_scope.patch fixes a compilation bug in qt.ext comp. + * Corba component disabled as it's not stable at all. + * Firebird component disabled as it requires ibpp (www.ibpp.org) that's not + available in Debian + * v4l component disabled as it requires cinelerra that's not available in + Debian yet + + -- José L. Redrejo Rodríguez Sun, 11 Jun 2006 11:30:33 +0200 --- gambas2-2.12.orig/debian/gambas2-gb-gtk.install +++ gambas2-2.12/debian/gambas2-gb-gtk.install @@ -0,0 +1,5 @@ +usr/lib/gambas2/gb.gtk.component +usr/lib/gambas2/gb.gtk.so.* +usr/lib/gambas2/gb.gtk.gambas +usr/share/gambas2/info/gb.gtk.info +usr/share/gambas2/info/gb.gtk.list --- gambas2-2.12.orig/debian/gambas2-gb-form-mdi.install +++ gambas2-2.12/debian/gambas2-gb-form-mdi.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.form.mdi.* +usr/share/gambas2/info/gb.form.mdi.* --- gambas2-2.12.orig/debian/gambas2-gb-opengl.install +++ gambas2-2.12/debian/gambas2-gb-opengl.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.opengl.* +usr/share/gambas2/info/gb.opengl.* --- gambas2-2.12.orig/debian/gambas2-gb-info.install +++ gambas2-2.12/debian/gambas2-gb-info.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.info.* +usr/share/gambas2/info/gb.info.* --- gambas2-2.12.orig/debian/gambas2-runtime.install +++ gambas2-2.12/debian/gambas2-runtime.install @@ -0,0 +1,13 @@ +usr/bin/gbx2 +usr/lib/gambas2/gb.so.* +usr/lib/gambas2/gb.component +usr/lib/gambas2/gb.debug.* +usr/lib/gambas2/gb.eval.* +usr/lib/gambas2/gb.draw.* +usr/share/gambas2/info/gb.info +usr/share/gambas2/info/gb.list +usr/share/gambas2/info/gb.debug.* +usr/share/gambas2/info/gb.eval.* +../../main/mime/application-x-gambas.png usr/share/gambas2/icons +../../main/mime/application-x-gambas.xml usr/share/gambas2/mime + --- gambas2-2.12.orig/debian/gbx2.1 +++ gambas2-2.12/debian/gbx2.1 @@ -0,0 +1,41 @@ +.TH "gbx2" "1" "September 2004" "Debian" "User Commands" +.SH "NAME" +gbx2 \- GAMBAS Interpreter +.SH "SYNOPSIS" +.B gbx2 +[\fIoptions\fR] []... +.br +.B gbx2 \-x ... +.SH "DESCRIPTION" +\fBGambas\fR 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... + + +\fBgbx2\fR is the interprete that allows you to execute gambas compiled applications. +.SH "OPTIONS" +.TP +\fB\-h\fR +display help and exit +.TP +\fB\-g\fR +enter debugging mode +.TP +\fB\-V\fR +display version +.TP +\fB\-p\fR +disable preloading +.TP +\fB\-x\fR +execute an archive +.SH "AVAILABILITY" +The latest version of Gambas can always be obtained from +\fBwww.sourceforge.net\fR or \fBwww.freshmeat.net\fR +.SH "REPORTING BUGS" +Report bugs to +. +.SH "COPYRIGHT" +Copyright \(co 2002, 2004 Benoit Minisini /dev/null`" ]; then + xdg-icon-resource uninstall --context mimetypes --size 64 application-x-gambas + xdg-mime uninstall /usr/share/gambas2/mime/application-x-gambas.xml + fi +fi + + +exit 0 --- gambas2-2.12.orig/debian/gambas2-ide.install +++ gambas2-2.12/debian/gambas2-ide.install @@ -0,0 +1,4 @@ +usr/bin/gambas2.gambas +usr/bin/gambas2-database-manager.gambas +../../debian/gambas2.desktop usr/share/applications +../../debian/gambas2.xpm usr/share/pixmaps --- gambas2-2.12.orig/debian/gambas2-gb-net-curl.install +++ gambas2-2.12/debian/gambas2-gb-net-curl.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.net.curl* +usr/share/gambas2/info/gb.net.curl* --- gambas2-2.12.orig/debian/gambas2-gb-qt-kde-html.install +++ gambas2-2.12/debian/gambas2-gb-qt-kde-html.install @@ -0,0 +1,2 @@ +usr/lib/gambas2/gb.qt.kde.html.* +usr/share/gambas2/info/gb.qt.kde.html.* --- gambas2-2.12.orig/debian/gbs2.1 +++ gambas2-2.12/debian/gbs2.1 @@ -0,0 +1,32 @@ +.TH "gbs2" "1" "November 2007" "Debian" "User Commands" +.SH "NAME" +gbs2 \- GAMBAS Scripter +.SH "SYNOPSIS" +.B gbs2 +[\fIoptions\fR] [