File: rules

package info (click to toggle)
audmes 2025.04.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: cpp: 11,237; ansic: 283; xml: 67; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	# Building test currently fails on debian, so we disable it

execute_after_dh_auto_install:
	# Move appdata file to new location
	mkdir -p debian/audmes/usr/share/metainfo
	mv debian/audmes/usr/share/appdata/net.sourceforge.audmes.audmes.appdata.xml \
		debian/audmes/usr/share/metainfo/
	rm -fr debian/audmes/usr/share/appdata