From b4f5ef132e4b08e93e0b06df9c7d652ddea44229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Wed, 14 Sep 2022 17:12:18 +0200 Subject: [PATCH] Switch to quilt in debian/source/format. --- Makefile | 2 +- deb/source/format | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index afe4202..31d4806 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ deb: @echo "Creating orig archive..." @(cd packaging ; tar czf ./wmbusmeters_$(RELEASE).orig.tar.gz wmbusmeters-$(RELEASE) ) @echo "Running debbuild..." - @(cd packaging/wmbusmeters-$(RELEASE) ; ln -s deb debian; debuild ) + @(cd packaging/wmbusmeters-$(RELEASE) ; cp -a deb debian; debuild ) # Check docs verifies that all options in the source have been mentioned in the README and in the man page. diff --git a/deb/source/format b/deb/source/format index 89ae9db..163aaf8 100644 --- a/deb/source/format +++ b/deb/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt)