build: use 3.0 source format

instead of manually including and calling quilt. resulting binary debs
are identical.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
master
Fabian Grünbichler 2018-03-13 14:40:02 +01:00 committed by Wolfgang Bumiller
parent 8fefb8827a
commit 8e326f3032
2 changed files with 3 additions and 6 deletions

8
debian/rules vendored
View File

@ -20,10 +20,6 @@ ARCH ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
PACKAGE=pve-qemu-kvm
destdir := $(CURDIR)/debian/$(PACKAGE)
ifneq "$(wildcard /usr/share/quilt/quilt.make)" ""
include /usr/share/quilt/quilt.make
endif
CFLAGS = -Wall
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@ -48,7 +44,7 @@ config.status: configure
--enable-virtfs --disable-libnfs \
--disable-guest-agent --disable-guest-agent-msi
build: patch build-stamp
build: build-stamp
build-stamp: config.status
dh_testdir
@ -60,7 +56,7 @@ build-stamp: config.status
touch $@
clean: unpatch
clean:
dh_testdir
dh_testroot
rm -f build-stamp

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)