File: rules

package info (click to toggle)
openstack-debian-images 1.88
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: sh: 3,263; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_fixperms-indep:
	dh_fixperms
	# This file contains OpenStack credentials: let's not make it public...
	chmod 640 $(CURDIR)/debian/openstack-debian-images-updater/etc/openstack-debian-images-updater/example-credentials

override_dh_install:
	set -e ; set -x ; for script_to_check in build-openstack-debian-image check-openstack-debian-image daily-openstack-debian-image openstack-debian-images-updater ; do \
		sh -n $$script_to_check ; \
	done
	dh_install