diff options
-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 |