From 662c230700d3d8b9df868bbe091dfb5071dada08 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 30 Oct 2020 03:23:49 +0100 Subject: Fix debian files --- debian/control | 4 ++-- debian/rules | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3