Depend on my own bouquin-sqlcipher4 package (upgraded to latest SQLCipher 4.12.0). Package a deb for Debian Trixie
This commit is contained in:
parent
886b809bd3
commit
ffc52bdf08
11 changed files with 184 additions and 142 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
bouquin (0.7.4) unstable; urgency=medium
|
||||
|
||||
* Initial build for Debian
|
||||
|
||||
-- Miguel Jacq <mig@mig5.net> Sun, 21 Dec 2025 13:00:00 +1100
|
||||
35
debian/control
vendored
Normal file
35
debian/control
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Source: bouquin
|
||||
Section: office
|
||||
Priority: optional
|
||||
Maintainer: Miguel Jacq <mig@mig5.net>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-python,
|
||||
pybuild-plugin-pyproject,
|
||||
python3-poetry-core,
|
||||
python3-all,
|
||||
python3-sqlcipher4,
|
||||
python3-pyside6.qtwidgets,
|
||||
python3-pyside6.qtcore,
|
||||
python3-pyside6.qtgui,
|
||||
python3-pyside6.qtsvg,
|
||||
python3-pyside6.qtprintsupport,
|
||||
python3-requests,
|
||||
python3-markdown
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://git.mig5.net/mig5/bouquin
|
||||
|
||||
Package: bouquin
|
||||
Architecture: amd64
|
||||
Depends: ${misc:Depends}, ${python3:Depends},
|
||||
python3-pyside6.qtwidgets,
|
||||
python3-pyside6.qtcore,
|
||||
python3-pyside6.qtgui,
|
||||
python3-pyside6.qtsvg,
|
||||
python3-pyside6.qtprintsupport,
|
||||
python3-sqlcipher4,
|
||||
python3-requests,
|
||||
python3-markdown
|
||||
Description: A simple, opinionated notebook application written in Python, PyQt and SQLCipher.
|
||||
Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher.
|
||||
6
debian/rules
vendored
Executable file
6
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
export PYBUILD_NAME=bouquin
|
||||
export PYBUILD_SYSTEM=pyproject
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
||||
6
debian/source/options
vendored
Normal file
6
debian/source/options
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
tar-ignore = ".git"
|
||||
tar-ignore = ".venv"
|
||||
tar-ignore = "__pycache__"
|
||||
tar-ignore = ".pytest_cache"
|
||||
tar-ignore = "dist"
|
||||
tar-ignore = "build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue