diff options
author | Robert Tari <robert@tari.in> | 2020-10-30 03:23:49 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-30 03:23:49 +0100 |
commit | 662c230700d3d8b9df868bbe091dfb5071dada08 (patch) | |
tree | 38d0b871bc2fbe9c89bfb0b3171dc47d52c2c0a7 | |
parent | 15822446496a1f746e0989a908c4083af5adc62c (diff) | |
download | ayatana-settings-662c230700d3d8b9df868bbe091dfb5071dada08.tar.gz ayatana-settings-662c230700d3d8b9df868bbe091dfb5071dada08.tar.bz2 ayatana-settings-662c230700d3d8b9df868bbe091dfb5071dada08.zip |
Fix debian files
-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 |