[Pkg-gambas-commits] [SCM] gambas3 branch, newmaster, updated. upstream/3.4.2-34-g86b17d9
Ian Haywood
ian at haywood.id.au
Sun Oct 27 22:40:10 UTC 2013
The following commit has been merged in the newmaster branch:
commit 86b17d997e3e4addc8b132b84f66ca32347b8bec
Author: Ian Haywood <ian at haywood.id.au>
Date: Mon Oct 28 09:39:27 2013 +1100
fix some more lintian issues
diff --git a/debian/control b/debian/control
index a125dff..c513275 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@ Description: Gambas bindings for DBUS
Package: gambas3-gb-form-stock
Architecture: all
Section: devel
-Depends: ${misc:Depends}, gambas3-gb-form (>= ${binary:Version})
+Depends: ${misc:Depends}, gambas3-gb-form (>= ${binary:Version}), gambas3-runtime (>= ${binary:Version})
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!).
@@ -64,7 +64,7 @@ Description: Gambas form stock icons
Package: gambas3-examples
Architecture: all
Section: devel
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, gambas3-runtime
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!).
@@ -127,7 +127,7 @@ Description: Gambas crypt encription component
Package: gambas3-gb-db
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-form (>= ${source:Version}), gambas3-gb-qt4-ext (>= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-form (>= ${source:Version}), gambas3-gb-qt4-ext (>= ${binary:Version}), gambas3-runtime
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!).
@@ -202,7 +202,7 @@ Description: Gambas sqlite3 driver database
Package: gambas3-gb-desktop
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-form (>= ${source:Version}), xdg-utils
+Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-form (>= ${source:Version}), xdg-utils, gambas3-runtime
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!).
@@ -374,12 +374,12 @@ Description: Gambas smtp protocol component
Package: gambas3-gb-net-pop3
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-net (>= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-gb-net (>= ${binary:Version}), gambas3-runtime
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 allows to retrieve mails by following the POP3 protocol.
+ This package retrieves mails using the POP3 protocol.
Package: gambas3-gb-opengl
Architecture: any
@@ -550,7 +550,7 @@ Description: Gambas XML component
Package: gambas3-gb-xml-rpc
Architecture: all
Section: libdevel
-Depends: ${misc:Depends}, gambas3-gb-xml (>= ${binary:Version})
+Depends: ${misc:Depends}, gambas3-gb-xml (>= ${binary:Version}), gambas3-runtime (>= ${binary:Version})
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!).
@@ -665,8 +665,8 @@ 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 allows to use the GNU Scientific Library.
-
+ This package uses the GNU Scientific Library.
+
Package: gambas3-gb-ncurses
Architecture: any
Section: libdevel
@@ -675,7 +675,7 @@ 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 allows to use the NCurses library.
+ This package uses the NCurses library.
Package: gambas3-gb-complex
Architecture: any
@@ -705,7 +705,8 @@ 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 allows to parse a string and convert it to a MIME message and the contrary.
+ This package parses a string and converts it to a MIME message
+ and the reverse.
Package: gambas3-gb-httpd
Architecture: any
--
Gambas 3
More information about the Pkg-gambas-commits
mailing list