Skip to content

Commit

Permalink
- Updated/modernized debian control files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed Aug 24, 2023
1 parent 13dfe1c commit f9909c6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
10 changes: 6 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
Source: qjackctl
Section: contrib/sound
Priority: extra
Section: sound
Priority: optional
Maintainer: Rui Nuno Capela <rncbc@rncbc.org>
Build-Depends: debhelper (>= 11), cmake, pkg-config,
qt6-base-dev (>= 6.1) | qtbase5-dev (>= 5.1),
qt6-base-dev-tools (>= 6.1) | qtbase5-dev-tools (>= 5.1),
qt6-tools-dev (>= 6.1) | qttools5-dev (>= 5.1),
qt6-tools-dev-tools (>= 6.1) | qttools5-dev-tools (>= 5.1),
qt6-l10n-tools (>= 6.1) | base-files (<< 12),
qt6-svg-dev | libqt6svg6-dev | libqt5svg5-dev, libgl-dev,
qt6-svg-dev | libqt6svg6-dev | libqt5svg5-dev,
libxkbcommon-dev, libgl-dev,
libasound2-dev, libjack-dev | libjack-jackd2-dev
Standards-Version: 3.9.7
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: qjackctl
Architecture: any
Expand Down
58 changes: 28 additions & 30 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
This package was debianized by Rui Nuno Capela <rncbc@rncbc.org> on
Mon, 25 Jun 2007 10:42:40 +0100.

It was downloaded from https://qjackctl.sourceforge.io

Upstream Author: Rui Nuno Capela <rncbc@rncbc.org>

Copyright:

Copyright (C) 2003-2023, rncbc aka Rui Nuno Capela. All rights reserved.

License:

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.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

The Debian packaging is (C) 2008-2023, Rui Nuno Capela <rncbc@rncbc.org>
and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: QjackCtl
Upstream-Contact: Rui Nuno Capela <rncbc@rncbc.org>
Source: https://qjackctl.sourceforge.io

Files: *
Copyright: 2003-2023 Rui Nuno Capela <rncbc@rncbc.org>
License: GPL-2+
This package 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 package 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.
.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL-2.

Files: src/appdata/*
Copyright: 2003-2023 Rui Nuno Capela <rncbc@rncbc.org>
License: FSFAP
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
1 change: 0 additions & 1 deletion debian/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
README
LICENSE
TRANSLATORS
ChangeLog

0 comments on commit f9909c6

Please sign in to comment.