~ubuntu-branches/ubuntu/vivid/kexec-tools/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chris J Arges
  • Date: 2014-11-04 12:51:24 UTC
  • mfrom: (2.2.17 sid)
  • Revision ID: package-import@ubuntu.com-20141104125124-zodjt2ospljyqq9q
Tags: 1:2.0.7-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Add and install kdump init script and initramfs snippet; depend on
    initramfs-tools and call update-initramfs.
  - Call to update-grub to update boot args with crashkernel=
  - Default to not kexecing a kernel on boot in the automatically
    generated conffile
  - Don't call db_stop from the postinst.
  - Use format-security.patch instead of const_string_warning.patch
  - Patches to enable kexec-tool for ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# -*- makefile -*-
3
 
# Sample debian/rules that uses debhelper.
4
3
# This file was originally written by Joey Hess and Craig Small.
5
4
# As a special exception, when this file is copied by dh-make into a
6
5
# dh-make output file, you may use that output file without restriction.
28
27
configure-stamp: 
29
28
        dh_testdir
30
29
        # Add here commands to configure the package.
31
 
        aclocal -I config
32
 
        autoheader
33
 
        autoconf
 
30
        dh_autoreconf
34
31
        CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" ./configure --prefix=/usr --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share
35
32
 
36
33
        touch configure-stamp
59
56
        # Add here commands to clean up after the build process.
60
57
        $(MAKE) dist-clean
61
58
 
 
59
        dh_autoreconf_clean
62
60
        dh_clean 
63
61
        debconf-updatepo
64
62
 
91
89
        dh_installchangelogs 
92
90
        dh_installdocs
93
91
        dh_installdebconf
94
 
        dh_installinit --no-start -r --name=kexec 
95
 
        dh_installinit --no-start -r --name=kexec-load
 
92
        dh_installinit -r --name=kexec 
 
93
        dh_installinit -r --name=kexec-load
96
94
        dh_installexamples
97
95
        dh_lintian
98
96
        dh_install