diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:20:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:20:20 +0000 |
commit | bd6e0e7002e508417b45fd22c8a53b519cbece83 (patch) | |
tree | e429c9f4c2050810d84fe47a97237a7daa61c013 /debian | |
parent | Making org.gnome.software gsettings overrides derivatives friendlier. (diff) | |
download | gnome-software-bd6e0e7002e508417b45fd22c8a53b519cbece83.tar.xz gnome-software-bd6e0e7002e508417b45fd22c8a53b519cbece83.zip |
Updating org.gnome.software gsettings overrides for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8e33449..2c16d72 100755 --- a/debian/rules +++ b/debian/rules @@ -47,8 +47,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 |