Compare commits

..

24 Commits

Author SHA1 Message Date
Simon Quigley 7e5355a2b7 Upload to Plucky
2 months ago
Simon Quigley a9350cc071 Bump Standards-version to 4.7.0, no changes needed.
2 months ago
Simon Quigley 6e845c282c Update dependencies for Qt 6.
2 months ago
Simon Quigley 7382d055e7 New upstream release.
2 months ago
Zixing Liu af4ce8d021 Merge with Debian unstable (LP: #2065347)
2 months ago
Julian Andres Klode ef56092836 No change rebuild against libqt5core5t64, libqt5dbus5t64, libqt5gui5t64, libqt5network5t64, libqt5widgets5t64.
8 months ago
Steve Langasek 0ec76560f2 No-change rebuild for CVE-2024-3094
8 months ago
Steve Langasek eca8eca740 No-change rebuild against libqt5core5t64
8 months ago
Simon Quigley aa3e5e4b07 Upload to Kinetic.
3 years ago
Simon Quigley debf2703bd Wraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaap.
3 years ago
Simon Quigley 6d869dab53 Remove reverse-applicable patch.
3 years ago
Simon Quigley 7bfd7cbe7e Make debian/rules executable.
3 years ago
Simon Quigley c0742da1e7 Bump debhelper compat and Standards-version, no changes needed.
3 years ago
Simon Quigley b7fda9b108 New upstream release.
3 years ago
Dan Simmons 05d03d8d51 Sync from archive.
4 years ago
Simon Quigley cc83478664 Merge branch 'ubuntu/focal' into ci/stable
5 years ago
apt-ghetto 5040504b2c Fix FTBS of nm-tray
5 years ago
apt-ghetto 02814a7ea5 Fix FTBS of nm-tray
5 years ago
Simon Quigley 41338fc73e Fix up prior to uploading.
5 years ago
Hans P Möller 330d09bf76 Bump release 0.4.3
5 years ago
Walter Lapchynski debedb6084 fix gitignore
5 years ago
Walter Lapchynski 24f0cb9aeb fixed distribution
5 years ago
Hans P. Möller dbac91e980 Reverted previous commit
5 years ago
Hans P. Möller 1bc4f54069 Changed connection editor to nm-connection-editor
6 years ago

172
debian/changelog vendored

@ -1,3 +1,169 @@
nm-tray (0.5.1-0ubuntu1) plucky; urgency=medium
* New upstream release.
* Update dependencies for Qt 6.
* Bump Standards-version to 4.7.0, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Oct 2024 11:17:23 -0500
nm-tray (0.5.0-2ubuntu1) oracular; urgency=medium
* Merge with Debian unstable (LP: #2065347). Remaining changes:
- debian/rules:
+ build with -Wall -pedantic
+ keep DOM_PLUGIN=YES and PULL_TRANSLATIONS=NO
- debian/patches/blacklist-from-menu.patch
- debian/patches/generalize-terminal-for-edits.patch
* Dropped changes:
- debian/control: Add Simon Quigley as one of the uploaders
- "Bump debhelper compat and Standards-version, no changes needed."
Already applied in Debian.
-- Zixing Liu <zixing.liu@canonical.com> Thu, 09 May 2024 16:07:11 -0600
nm-tray (0.5.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 12 to 13.
+ debian/rules: Drop --fail-missing argument to dh_missing, which
is now the default.
* Set upstream metadata fields: Repository.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Update standards version to 4.6.1, no changes needed.
* Avoid explicitly specifying -Wl,--as-needed linker flag.
[ Andrew Lee (李健秋) ]
* Update team email to <team+lxqt@tracker.debian.org>.
* debian/control: add myself as uploader.
* debian/copyright: update.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Tue, 05 Sep 2023 20:40:01 +0200
nm-tray (0.5.0-1) unstable; urgency=medium
[ suman rajan ]
* New upstream version 0.5.0
* debian/copyright: Added new entry for debian copyright
* debian/lintian-overrides: Updated lintian overrides
* debian/patches: Removed nmmodel.patch
* debian/gbp.conf: Changed compression to gz
[ Andrew Lee (李健秋) ]
* Add debian/salsa-ci.yml file.
-- suman rajan <suman@cryptolab.net> Mon, 18 Jul 2022 17:10:31 +0200
nm-tray (0.5.0-0ubuntu4) noble; urgency=high
* No change rebuild against libqt5core5t64, libqt5dbus5t64,
libqt5gui5t64, libqt5network5t64, libqt5widgets5t64.
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 08 Apr 2024 16:46:22 +0200
nm-tray (0.5.0-0ubuntu3) noble; urgency=medium
* No-change rebuild for CVE-2024-3094
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 31 Mar 2024 09:21:14 +0000
nm-tray (0.5.0-0ubuntu2) noble; urgency=medium
* No-change rebuild against libqt5core5t64
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 15 Mar 2024 06:04:24 +0000
nm-tray (0.5.0-0ubuntu1) kinetic; urgency=medium
* New upstream release.
* Bump debhelper compat and Standards-version, no changes needed.
* Remove reverse-applicable patch.
* Wraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaap.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 02 Jun 2022 23:49:10 -0500
nm-tray (0.4.3-2ubuntu1) hirsute; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/rules:
+ build with -Wall -pedantic
+ keep DOM_PLUGIN=YES and PULL_TRANSLATIONS=NO
- debian/patches/blacklist-from-menu.patch
- debian/patches/generalize-terminal-for-edits.patch
* Dropped changes, included upstream:
- debian/patches/include_used_class.patch
+ included as debian/patches/nmmodel.cpp
- debian/control:
+ build-depend on qtbase5-dev, required by d/p/include_used_class.patch
-- Lukas Märdian <slyon@ubuntu.com> Wed, 17 Feb 2021 15:56:49 +0100
nm-tray (0.4.3-2) unstable; urgency=medium
* Switched to gbp
* Added upstream patch for incomplete type 'class QMetaEnum'
(Closes: #941648)
* Added Rules-Requires-Root field
-- Alf Gaida <agaida@siduction.org> Fri, 04 Oct 2019 19:39:14 +0200
nm-tray (0.4.3-1) unstable; urgency=medium
* Cherry-picked new upstream release 0.4.3
* Switched from debhelper to debhelper-compat, no changes needed
* Bumped Standards-Version to 4.4.0, no changes needed
* Fixed years in copyright
-- Alf Gaida <agaida@siduction.org> Thu, 15 Aug 2019 23:25:48 +0200
nm-tray (0.4.3-0ubuntu3) focal; urgency=medium
* No-change rebuild for libgcc-s1 package name change.
-- Matthias Klose <doko@ubuntu.com> Mon, 23 Mar 2020 07:20:45 +0100
nm-tray (0.4.3-0ubuntu2) eoan; urgency=medium
* Add missing include for used class
* Removed dependency on libkf5networkmanagerqt-dev (LP: #1816267)
-- apt-ghetto <apt-ghetto@lubuntu.me> Wed, 09 Oct 2019 18:26:16 +0200
nm-tray (0.4.3-0ubuntu1) eoan; urgency=medium
* Bump version for new upstream release 0.4.3
* Bump Standards-version to 4.4.0, no changes needed
* Bump debhelper to 12, no changes needed
-- Hans P Möller <hmoller@gmail.com> Fri, 09 Aug 2019 22:11:38 -0400
nm-tray (0.4.2-1) unstable; urgency=medium
* Cherry-picked new upstream release 0.4.2
-- Alf Gaida <agaida@siduction.org> Sat, 20 Oct 2018 12:52:26 +0200
nm-tray (0.4.1-1) unstable; urgency=medium
* Cherry-picked new upstream release 0.4.1
* Added Dependency qterminal | x-terminal-emulator
* Bumped Standards to 4.2.1, no changes needed
-- Alf Gaida <agaida@siduction.org> Fri, 14 Sep 2018 23:19:21 +0200
nm-tray (0.4.1-0ubuntu3) eoan; urgency=medium
* Reverted previous commit 1bc4f5406954
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 30 Jul 2019 19:38:35 -0700
nm-tray (0.4.1-0ubuntu2) eoan; urgency=medium
* Changed connection editor to nm-connnection-editor
-- Hans P Möller <hmollercl@lubuntu.me> Mon, 01 Jul 2019 10:28:06 -0400
nm-tray (0.4.1-0ubuntu1) cosmic; urgency=medium
* New upstream bugfix release.
@ -6,6 +172,12 @@ nm-tray (0.4.1-0ubuntu1) cosmic; urgency=medium
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 06 Oct 2018 16:59:03 -0500
nm-tray (0.4.0-1) unstable; urgency=medium
* Initial release (Closes: #890354)
-- Alf Gaida <agaida@siduction.org> Sat, 25 Aug 2018 16:58:47 +0200
nm-tray (0.4.0-0ubuntu3) cosmic; urgency=medium
* Blacklist from menus.

1
debian/compat vendored

@ -1 +0,0 @@
11

53
debian/control vendored

@ -1,25 +1,46 @@
Source: nm-tray
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <team+lxqt@tracker.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: net
Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Build-Depends: cmake,
debhelper (>= 11),
libkf5networkmanagerqt-dev (>= 5.36.0),
qtbase5-dev (>= 5.4.0),
qttools5-dev (>= 5.4.0)
Standards-Version: 4.2.1
Build-Depends: debhelper-compat (= 13),
cmake,
libkf6networkmanagerqt-dev (>= 6.5.0),
libkf6modemmanagerqt-dev (>= 6.5.0),
qt6-tools-dev (>= 6.6.2),
qt6-tools-dev-tools (>= 6.6.2)
Standards-Version: 4.7.0
Homepage: https://github.com/palinek/nm-tray
Vcs-Browser: https://phab.lubuntu.me/source/nm-tray/
Vcs-Git: https://phab.lubuntu.me/source/nm-tray.git
Vcs-Browser: https://salsa.debian.org/lxqt-team/nm-tray
Vcs-Git: https://salsa.debian.org/lxqt-team/nm-tray.git
Rules-Requires-Root: no
Package: nm-tray
Architecture: any
Depends: libkf5networkmanagerqt-dev (>= 5.36.0),
${misc:Depends},
${shlibs:Depends}
Description: simple NetworkManager front end
Depends: ${misc:Depends},
${shlibs:Depends},
network-manager,
qterminal | x-terminal-emulator
Recommends: nm-tray-l10n
Description: Simple Network Manager frontend written in Qt
nm-tray is a simple NetworkManager front end with information icon residing
in system tray (like e.g. nm-applet). It's a pure Qt application. For
interaction with NetworkManager it uses API provided by
KF5::NetworkManagerQt -> plain DBus communication.
interaction with NetworkManager it uses API provided by KF5::NetworkManagerQt
-> plain DBus communication.
.
This package contain the application files.
Package: nm-tray-l10n
Architecture: all
Multi-Arch: foreign
Section: localization
Depends: ${misc:Depends},
qttranslations5-l10n
Description: Language package for nm-tray
nm-tray is a simple NetworkManager front end with information icon residing
in system tray (like e.g. nm-applet).
.
This package contains the l10n files needed by nm-tray.

13
debian/copyright vendored

@ -1,17 +1,18 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nm-tray
Upstream-Contact: Palo Kisa <palo.kisa@gmail.com>
Source: https://github.com/palinek/nm-tray
Files: *
Copyright: 2015-2018 Palo Kisa <palo.kisa@gmail.com>
License: GPL-2+
Copyright: 2015-2022, Palo Kisa <palo.kisa@gmail.com>
License: GPL-2.0+
Files: debian/*
Copyright: 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
License: GPL-2+
Copyright: 2018-2019, Alf Gaida <agaida@siduction.org>
2022, suman rajan <suman@cryptolab.net>
2023, Andrew Lee (李健秋) <ajqlee@debian.org>
License: GPL-2.0+
License: GPL-2+
License: GPL-2.0+
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

1
debian/docs vendored

@ -0,0 +1 @@
README.md

6
debian/gbp.conf vendored

@ -0,0 +1,6 @@
[DEFAULT]
debian-branch = debian/sid
upstream-branch = upstream/latest
pristine-tar = True
compression = gz

@ -0,0 +1,2 @@
# there will be no manpage in nearer future
nm-tray: no-manual-page usr/bin/nm-tray

@ -0,0 +1 @@
usr/share/nm-tray

@ -0,0 +1,3 @@
etc/xdg/autostart/nm-tray-autostart.desktop
usr/share/applications/nm-tray.desktop
usr/bin/nm-tray

14
debian/rules vendored

@ -1,17 +1,17 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export DH_VERBOSE = 1
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ -buildsystem cmake
dh ${@} --buildsystem cmake
override_dh_auto_configure:
dh_auto_configure --\
-DPULL_TRANSLATIONS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
dh_auto_configure -- \
-DUPDATE_TRANSLATIONS=NO \
-DWITH_MODEMMANAGER_SUPPORT=YES \
-DDOM_PLUGIN=YES \
-DPULL_TRANSLATIONS=NO \
-DCMAKE_BUILD_TYPE=RelWithDebInfo

@ -0,0 +1,12 @@
# For more information on what jobs are run see:
# https://salsa.debian.org/salsa-ci-team/pipeline
#
# To enable the jobs, go to your repository (at salsa.debian.org)
# and click over Settings > CI/CD > Expand (in General pipelines).
# In "Custom CI config path" write debian/salsa-ci.yml and click
# in "Save Changes". The CI tests will run after the next commit.
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

@ -0,0 +1 @@
tar-ignore=.gitignore

@ -0,0 +1,5 @@
Bug-Database: https://github.com/palinek/nm-tray/issues
Bug-Submit: https://github.com/palinek/nm-tray/issues/new
Changelog: https://github.com/palinek/nm-tray/commits/master
Repository: https://github.com/palinek/nm-tray.git
Repository-Browse: https://github.com/palinek/nm-tray

6
debian/watch vendored

@ -1,3 +1,3 @@
version=3
opts="filenamemangle=s/(?:.*\/)?v?(\d[\d.]*)\.tar\.gz/$1.tar.gz/" \
https://github.com/palinek/nm-tray/tags (?:.*/)?v?(\d[\d.]*)\.tar\.gz
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/nm-tray-$1\.tar\.gz/ \
https://github.com/palinek/nm-tray/tags .*/v?(\d\S+)\.tar\.gz

Loading…
Cancel
Save