diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:42:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:42:02 +0000 |
commit | f560ebaf549d769421f00e12bb144efc6205d999 (patch) | |
tree | dd98f46ecc551dc2c42eef22fdd28d462dd148c2 /debian/rules | |
parent | Adding debian version 1:2.0.27-1.1. (diff) | |
download | kexec-tools-f560ebaf549d769421f00e12bb144efc6205d999.tar.xz kexec-tools-f560ebaf549d769421f00e12bb144efc6205d999.zip |
Adding debian version 1:2.0.27-1.2.debian/1%2.0.27-1.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index f1e0f54..716901b 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ configure-stamp: dh_testdir dh_update_autotools_config dh_autoreconf - CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" dh_auto_configure -- --prefix=/usr --exec-prefix=/ --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share + CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" dh_auto_configure -- --prefix=/usr --exec-prefix=/usr --sbindir=/usr/sbin --mandir=/usr/share/man --datadir=/usr/share touch configure-stamp build: build-arch build-indep @@ -63,7 +63,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) [ ! -f $(CURDIR)/debian/kexec-tools/usr/lib/kexec-tools-testing/kexec_test.static ] || strip $(CURDIR)/debian/kexec-tools/usr/lib/kexec-tools-testing/kexec_test.static endif - install -D -m 0755 debian/kexec-tools/sbin/kexec debian/kexec-tools-udeb/sbin/kexec + install -D -m 0755 debian/kexec-tools/usr/sbin/kexec debian/kexec-tools-udeb/usr/sbin/kexec binary-indep: build install |