forked from QubesOS/qubes-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
209 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
*~ | ||
rpm/ | ||
pkgs/ | ||
debian/changelog.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
RPM_SPEC_FILES := rpm_spec/qmgr.spec | ||
DEBIAN_BUILD_DIRS := debian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
qubes-manager (4.1.9-1) unstable; urgency=medium | ||
|
||
Initial commit | ||
|
||
-- Frédéric Pierret (fepitre) <[email protected]> Sun, 14 Jun 2020 10:00:00 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Source: qubes-manager | ||
Section: admin | ||
Priority: optional | ||
Maintainer: Frédéric Pierret (fepitre) <[email protected]> | ||
Build-Depends: | ||
debhelper (>= 9), | ||
dh-python, | ||
python3-all, | ||
python3-setuptools, | ||
qt5-default, | ||
qttools5-dev-tools, | ||
pyqt5-dev-tools | ||
Standards-Version: 4.3.0 | ||
Homepage: https://www.qubes-os.org/ | ||
#Vcs-Git: git://github.com/QubesOS/qubes-manager.git | ||
#Vcs-Browser: https://github.com/QubesOS/qubes-manager | ||
X-Python3-Version: >= 3.4 | ||
|
||
Package: qubes-manager | ||
Architecture: any | ||
Depends: | ||
python3-qubesadmin, | ||
python3-pyqt5, | ||
python3-pyinotify, | ||
python3-quamash, | ||
qubes-desktop-linux-common, | ||
qubes-artwork, | ||
pmount, | ||
cryptsetup, | ||
wmctrl, | ||
${python3:Depends}, | ||
${misc:Depends} | ||
Conflicts: qubes-core-agent (<< 4.1.9) | ||
Description: Qubes administrative tools | ||
Tools to manage Qubes system using Admin API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: qubes-manager | ||
Source: <http://www.qubes-os.org/> | ||
|
||
Files: debian/* | ||
Copyright: 2020 Frédéric Pierret (fepitre) <[email protected]> License: GPL-2+ | ||
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. | ||
. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/> | ||
. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
/usr/bin/qubes-global-settings | ||
/usr/bin/qubes-vm-settings | ||
/usr/bin/qubes-vm-create | ||
/usr/bin/qubes-vm-boot-from-device | ||
/usr/bin/qubes-backup | ||
/usr/bin/qubes-backup-restore | ||
/usr/bin/qubes-qube-manager | ||
/usr/bin/qubes-log-viewer | ||
/usr/bin/qubes-template-manager | ||
/usr/libexec/qubes-manager/mount_for_backup.sh | ||
/usr/libexec/qubes-manager/qvm_about.sh | ||
/usr/libexec/qubes-manager/dsa-4371-update | ||
|
||
/usr/lib/*/dist-packages/qubesmanager/__pycache__ | ||
/usr/lib/*/dist-packages/qubesmanager/__init__.py | ||
/usr/lib/*/dist-packages/qubesmanager/clipboard.py | ||
/usr/lib/*/dist-packages/qubesmanager/table_widgets.py | ||
/usr/lib/*/dist-packages/qubesmanager/appmenu_select.py | ||
/usr/lib/*/dist-packages/qubesmanager/backup.py | ||
/usr/lib/*/dist-packages/qubesmanager/backup_utils.py | ||
/usr/lib/*/dist-packages/qubesmanager/firewall.py | ||
/usr/lib/*/dist-packages/qubesmanager/global_settings.py | ||
/usr/lib/*/dist-packages/qubesmanager/multiselectwidget.py | ||
/usr/lib/*/dist-packages/qubesmanager/restore.py | ||
/usr/lib/*/dist-packages/qubesmanager/settings.py | ||
/usr/lib/*/dist-packages/qubesmanager/log_dialog.py | ||
/usr/lib/*/dist-packages/qubesmanager/about.py | ||
/usr/lib/*/dist-packages/qubesmanager/releasenotes.py | ||
/usr/lib/*/dist-packages/qubesmanager/informationnotes.py | ||
/usr/lib/*/dist-packages/qubesmanager/create_new_vm.py | ||
/usr/lib/*/dist-packages/qubesmanager/common_threads.py | ||
/usr/lib/*/dist-packages/qubesmanager/qube_manager.py | ||
/usr/lib/*/dist-packages/qubesmanager/utils.py | ||
/usr/lib/*/dist-packages/qubesmanager/bootfromdevice.py | ||
/usr/lib/*/dist-packages/qubesmanager/device_list.py | ||
/usr/lib/*/dist-packages/qubesmanager/template_manager.py | ||
|
||
/usr/lib/*/dist-packages/qubesmanager/resources_rc.py | ||
|
||
/usr/lib/*/dist-packages/qubesmanager/ui_backupdlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_bootfromdevice.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_globalsettingsdlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_multiselectwidget.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_newappvmdlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_newfwruledlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_restoredlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_settingsdlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_logdlg.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_about.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_releasenotes.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_informationnotes.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_qubemanager.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_devicelist.py | ||
/usr/lib/*/dist-packages/qubesmanager/ui_templatemanager.py | ||
/usr/lib/*/dist-packages/qubesmanager/i18n/qubesmanager_*.qm | ||
/usr/lib/*/dist-packages/qubesmanager/i18n/qubesmanager_*.ts | ||
|
||
/usr/lib/*/dist-packages/qubesmanager/tests/__pycache__ | ||
/usr/lib/*/dist-packages/qubesmanager/tests/__init__.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_backup.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_backup_utils.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_global_settings.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_qube_manager.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_create_new_vm.py | ||
/usr/lib/*/dist-packages/qubesmanager/tests/test_vm_settings.py | ||
|
||
/usr/lib/*/dist-packages/qubesmanager-*.egg-info/* | ||
|
||
/usr/share/applications/qubes-global-settings.desktop | ||
/usr/share/applications/qubes-vm-create.desktop | ||
/usr/share/applications/qubes-backup.desktop | ||
/usr/share/applications/qubes-backup-restore.desktop | ||
/usr/share/applications/qubes-qube-manager.desktop | ||
/usr/share/applications/qubes-template-manager.desktop | ||
/usr/share/desktop-directories/qubes-tools.directory | ||
/etc/xdg/menus/applications-merged/qubes-tools.menu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
if [ "$1" = "configure" ]; then | ||
update-desktop-database &> /dev/null || : | ||
fi | ||
|
||
#DEBHELPER# | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
if [ "$1" = "remove" ]; then | ||
update-desktop-database &> /dev/null || : | ||
fi | ||
|
||
#DEBHELPER# | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/make -f | ||
|
||
include /usr/share/dpkg/default.mk | ||
export DESTDIR=$(shell pwd)/debian/tmp | ||
|
||
%: | ||
dh $@ | ||
|
||
override_dh_auto_build: | ||
make ui res translations | ||
make python | ||
|
||
override_dh_auto_install: | ||
make python_install | ||
make install | ||
|
||
override_dh_install: | ||
dh_install --fail-missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters