aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-08-27 15:50:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-08-27 15:50:10 +0200
commit79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5 (patch)
tree1a1e7ab8a8a4b703f3237d2ed77ed9f60a2d42fd /debian/rules
parent4bfbd579171d9194956376c7153f378ff6eb9d4e (diff)
parent1398450b47460ae951f69e410311677cb8fc14a7 (diff)
downloadayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.tar.gz
ayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.tar.bz2
ayatana-settings-79853595a8e4adacddaeffd42f8e4cfdf5f9a5c5.zip
Merge branch 'pr/full-rewrite'
Attributes GH PR #25: https://github.com/AyatanaIndicators/ayatana-settings/pull/25
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 1 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index d2e3c9f..63a8522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,4 @@
# -*- mode: makefile; coding: utf-8 -*-
%:
- dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -Rfv data/locale/*
- rm -fv data/applications/ayatana-settings.desktop
- 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
+ dh $@