diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-27 15:29:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-27 15:31:37 +0200 |
commit | 69886ef471b668603b3f317a62da2c0c0e91be9c (patch) | |
tree | a87e1cf3e011dd7d4159b8e980101a8ca37b4414 /debian/rules | |
parent | 269aa4c7df03e1e581c01866c91bcfa5524d6334 (diff) | |
download | ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.tar.gz ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.tar.bz2 ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.zip |
debian/: Adjust DEB packaging to full rewrite.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
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 $@ |