]> git.proxmox.com Git - criu.git/blob - debian/rules
update to latest upstream (commit 4a895813ae8bc6420fd1eec2455434fd0f7abf9b)
[criu.git] / debian / rules
1 #!/usr/bin/make -f
2 # See debhelper(7) (uncomment to enable)
3 # output every command that modifies files on the build system.
4 #DH_VERBOSE = 1
5
6 # see FEATURE AREAS in dpkg-buildflags(1)
7 export DEB_BUILD_MAINT_OPTIONS = hardening=-all
8
9 # main packaging script based on dh7 syntax
10 %:
11 dh $@ --with python2
12
13
14 override_dh_strip:
15 dh_strip --dbg-package=criu-dbg
16
17
18 override_dh_auto_test:
19 # this fails - disable and ignore for now
20
21 override_dh_install:
22 #dh_install --exclude=.pyc --fail-missing
23 dh_install --exclude=.pyc --fail-missing
24
25 override_dh_auto_install:
26 dh_auto_install -- PREFIX="/usr" LOGROTATEDIR="/etc/logrotate.d"
27
28
29
30