timeshift/debian/rules
Yegor Yefremov 0c8a853c9d
Debian clean up (#180)
* debian: bump compat level to 10

Fixes the following warning:

dh_auto_clean: warning: Compatibility levels before 10 are deprecated
(level 8 in use)

debian/compat is replaced with debhelper-compat build dependency.

Remove "--with autotools-dev" from debian/rules as the package uses
plain makefiles and not autotools. Also remove autotools-dev build
dependency.

* src/timeshift-gtk.desktop: remove MimeType and add Keywords

These changes apply the following Debian patches:

https://salsa.debian.org/debian/timeshift/-/blob/master/debian/patches/0003-Remove-Mime-Type-record-form-timeshift-gtk.desktop.patch
https://salsa.debian.org/debian/timeshift/-/blob/master/debian/patches/0006-Add_keywords_to_dot_desktop.patch
2023-04-24 10:47:14 -04:00

16 lines
465 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
override_dh_usrlocal:
%:
dh $@