public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob a926d32b062f095a9cf58ce9197837b624b18207 382 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#!/usr/bin/make -f

override_dh_auto_install:
	dh_auto_install -- prefix=/usr
	mkdir -p debian/passt/etc/apparmor.d/
	cp contrib/apparmor/usr.bin.passt debian/passt/etc/apparmor.d/usr.bin.passt
	dh_apparmor --profile-name=usr.bin.passt -ppasst
	cp contrib/apparmor/usr.bin.pasta debian/passt/etc/apparmor.d/usr.bin.pasta
	dh_apparmor --profile-name=usr.bin.pasta -ppasst

%:
	dh $@

debug log:

solving a926d32 ...
found a926d32 in https://passt.top/passt

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).