diff options
-rwxr-xr-x | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 56b9426..c5a23c3 100755 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: ayatana-settings -Section: mail +Section: admin Priority: optional Maintainer: Robert Tari <robert@tari.in> Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.8), python3-setuptools, python3-polib Standards-Version: 4.5.0 -Homepage: https://tari.in/www/software/ayatana-settings/ +Homepage: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Git: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-settings X-Python3-Version: >= 3.8 diff --git a/debian/rules b/debian/rules index a280f04..fae2452 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,8 @@ override_dh_auto_clean: dh_auto_clean rm -Rfv data/usr/share/locale - rm -fv odio.egg-info/PKG-INFO - rm -fv odio.egg-info/SOURCES.txt - rm -fv odio.egg-info/dependency_links.txt - rm -fv odio.egg-info/requires.txt - rm -fv odio.egg-info/top_level.txt + rm -fv ayatana-settings.egg-info/PKG-INFO + rm -fv ayatana-settings.egg-info/SOURCES.txt + rm -fv ayatana-settings.egg-info/dependency_links.txt + rm -fv ayatana-settings.egg-info/requires.txt + rm -fv ayatana-settings.egg-info/top_level.txt |