sqlitebrowser 3.10.1-1 source package in Ubuntu

Changelog

sqlitebrowser (3.10.1-1) unstable; urgency=medium

  * New upstream version
  * Upstream has fixed plots involving dates (Closes: #826878)
  * Remove previous patches, add a new patch to use system qscintilla2
  * Change priority to optional and bump Standards-Version
  * Apply upstream patch to avoid focus issues with gnome shell
    (Closes: #879926)

 -- Arto Jantunen <email address hidden>  Sat, 04 Nov 2017 13:55:35 +0200

Upload details

Uploaded by:
Arto Jantunen
Uploaded to:
Sid
Original maintainer:
Arto Jantunen
Architectures:
any
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sqlitebrowser_3.10.1-1.dsc 2.0 KiB 6f4352b49f59ae3a5b9daacf847e9c0ab0eda33eb29b0d6bdf40f5aa9cd678dc
sqlitebrowser_3.10.1.orig.tar.gz 1.9 MiB 36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef
sqlitebrowser_3.10.1-1.debian.tar.xz 5.4 KiB 9cf06bb3b3f350d798ec0b58528a90a68141e230ee53090100505d640c6d386b

Available diffs

No changes file available.

Binary packages built by this source

sqlitebrowser: GUI editor for SQLite databases

 SQLite Database Browser is a visual tool used to create, design and edit
 database files compatible with SQLite. Its interface is based on QT,
 and is meant to be used for users and developers that want to create
 databases, edit and search data using a familiar spreadsheet-like
 interface, without the need to learn complicated SQL commands.
 Controls and wizards are available for users to:
  - Create and compact database files
  - Create, define, modify and delete tables
  - Create, define and delete indexes
  - Browse, edit, add and delete records
  - Search records
  - Import and export records as text
  - Import and export tables from/to CSV files
  - Import and export databases from/to SQL dump files
  - Issue SQL queries and inspect the results
  - Examine a log of all SQL commands issued by the application
 .
 SQLite Database Browser is not a visual shell for the sqlite command line
 tool. It does not require familiarity with SQL commands.

sqlitebrowser-dbgsym: debug symbols for sqlitebrowser