Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Debian packaging #57

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ Priority: optional
Maintainer: Matthias von Faber <mvf@gmx.eu>
Build-Depends: cmake (>= 3.5),
debhelper (>= 10),
qtbase5-dev (>= 5.2.0),
qt5-qmake,
qt5-default,
qttools5-dev-tools,
qtmultimedia5-dev,
qtwebengine5-dev,
qt6-base-dev,
qt6-tools-dev,
qt6-5compat-dev,
qt6-multimedia-dev,
qt6-webengine-dev,
libeb16-dev,
zlib1g-dev
Standards-Version: 4.1.0
Expand Down
19 changes: 19 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/mvf/qolibri

Files: *
Copyright: Copyright 2007 by BOP
Copyright 2009 by Fujii Hironori
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Comment:
On Debian systems, the full text of the GNU General Public License
version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.
1 change: 1 addition & 0 deletions debian/qolibri.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
1 change: 1 addition & 0 deletions debian/qolibri.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qolibri.desktop /usr/share/applications
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
dh $@ --without autoreconf --parallel

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr