diff options
| author | 2014-12-06 17:33:58 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:58 -0500 | |
| commit | b534e5079948c93c510fed6fd1b51f84ace48e48 (patch) | |
| tree | 33cb18b9ffc5637e6a91a4e0b173c703ad2a0b08 /debian/control | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Initial import.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9f0eeb9 --- /dev/null +++ b/debian/control @@ -0,0 +1,47 @@ +Source: sqlitestudio +Section: misc +Priority: optional +Maintainer: Unit 193 <unit193@ninthfloor.org> +Build-Depends: debhelper (>= 9), + imagemagick, + libqt5svg5-dev, + libreadline6-dev, + librsvg2-bin, + libsqlite3-dev, + libsqlite0-dev, + qt5-qmake, + qtbase5-dev, + qtscript5-dev, + qttools5-dev, + tcl-dev +Standards-Version: 3.9.6 +Homepage: http://sqlitestudio.pl/ + +Package: sqlitestudio +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: sqlitestudio-plugins +Description: SQLite database manager + SQLiteStudio is a comprehensive and reliable SQLite database manager + that provides you with a simple means of managing the contents + of each database, including tables, triggers and views. + +Package: libsqlitestudio1 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: SQLite database manager - libraries + SQLiteStudio is a comprehensive and reliable SQLite database manager + that provides you with a simple means of managing the contents + of each database, including tables, triggers and views. + . + This package contains the base libraries. + +Package: sqlitestudio-plugins +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: SQLite database manager - plugins + SQLiteStudio is a comprehensive and reliable SQLite database manager + that provides you with a simple means of managing the contents + of each database, including tables, triggers and views. + . + This package contains the plugins. |
