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)