diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:58:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:58:09 +0000 |
commit | 451ab836919cfffe11e657dc9eef543b855a5b76 (patch) | |
tree | 4b19631dec8be1684e333737946b26caf7d1e7ea | |
parent | Making org.gnome.software gsettings overrides derivatives friendlier. (diff) | |
download | gnome-software-451ab836919cfffe11e657dc9eef543b855a5b76.tar.xz gnome-software-451ab836919cfffe11e657dc9eef543b855a5b76.zip |
Updating org.gnome.software gsettings overrides for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 980cae4..4980daa 100755 --- a/debian/rules +++ b/debian/rules @@ -39,8 +39,8 @@ ifeq ($(DEB_HOST_ARCH_OS), linux) endif DISTRO_ID = debian -OFFICIAL_REPOS = \'@DISTRO@-*\' -FREE_REPOS = \'@DISTRO@-*-main\' +OFFICIAL_REPOS = \'debian-*\', \'progress_linux-*\' +FREE_REPOS = \'debian-*-main\', \'progress_linux-*-main\' FREE_URL = https:\/\/www.debian.org\/social_contract\#guidelines ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) DISTRO_ID = ubuntu |