diff options
| author | 2023-01-09 07:35:02 -0500 | |
|---|---|---|
| committer | 2023-10-01 22:11:23 -0400 | |
| commit | 0a1ed77166173d25c5e96cbe2e6e4f229f5f076a (patch) | |
| tree | ac1606964d785e189c9decb83f7f69e1ed103d38 /debian/rules | |
| parent | d34bb25414f6887dd788a4f817b4da903570e66a (diff) | |
Import Debian changes 0.8-0vanir1debian/0.8-0vanir1
qt5gtk2 (0.8-0vanir1) unstable; urgency=medium
.
* Initial release.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..eeb0086 --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ |
