Skip to content

Commit 992b673

Browse files
committed
feat(packaging): ship qt6 build in deb package, enhance control file fields
1 parent d62807a commit 992b673

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ deb-package:
106106
cp -vR extra/locale/*.mo deb/usr/share/heidisql/locale
107107
cp -v extra/ini/*.ini deb/usr/share/heidisql
108108
cp -v res/deb-package-icon.png deb/usr/share/pixmaps/heidisql.png
109-
cp -v $(BINGTK) deb/usr/share/heidisql/heidisql
109+
cp -v $(BINQT6) deb/usr/share/heidisql/heidisql
110110
chmod +x deb/usr/share/heidisql/heidisql
111111
cp -v README.md LICENSE deb/usr/share/doc/heidisql
112112
mkdir -p dist

deb-control.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
Package: HeidiSQL
1+
Package: heidisql
22
Version: %VERSION%
33
Architecture: amd64
44
Maintainer: Ansgar Becker <anse@heidisql.com>
55
Homepage: https://www.heidisql.com
6-
License: GPLv2+
7-
Depends: libgtk2.0-0t64 (>= 2.6.0), libmariadb-dev | libmysqlclient-dev, libpq5, sqlite3, libsybdb5, openssl, openssh-client
8-
Description: A lightweight, fast and flexible interface to MySQL
9-
HeidiSQL is free software for people who work with databases, and aims to be
10-
intuitive to use. "Heidi" lets you connect to a variety of databases, like
11-
MariaDB, MySQL, Microsoft SQL, PostgreSQL, SQLite, Interbase and Firebird.
12-
Once you are connected, you can edit data and structures in these databases.
13-
Invented in 2002 by Ansgar, HeidiSQL is a popular tool for MariaDB and MySQL,
14-
and actively maintained.
6+
Section: database
7+
Priority: optional
8+
Depends: libqt6widgets6, libqt6gui6, libqt6core6,
9+
libssl3 (>= 3.0.0),
10+
libmariadb-dev | libmysqlclient-dev,
11+
libpq5, libsqlite3-0, libsybdb5
12+
Recommends: openssh-client
13+
Description: Powerful SQL client for everyday database work
14+
HeidiSQL is a popular desktop tool for developers and DBAs who live in SQL all
15+
day. Connect to MariaDB, MySQL, PostgreSQL, Microsoft SQL Server, SQLite,
16+
Interbase and Firebird from one clean, fast GUI. Browse and edit data, design
17+
and refactor tables, run and save queries, and quickly fix issues on live
18+
systems. Started in 2002 and still actively maintained, HeidiSQL focuses on
19+
getting everyday database tasks done with as little friction as possible.

0 commit comments

Comments
 (0)