From c57fa45a3b36018cdabcca2ab51bf11399f0bb5b Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 8 Jan 2020 13:30:18 +0100 Subject: [PATCH 1/2] Remove Makefile from packaging tree Packaging files should all be inside debian/, and Makefile isn't needed, the tarball will be downloaded by uscan using the debian/watch file. --- laz-perf/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 laz-perf/Makefile diff --git a/laz-perf/Makefile b/laz-perf/Makefile deleted file mode 100644 index 7e9afe1..0000000 --- a/laz-perf/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -VERSION=1.3.0 - -clean: - rm -rf laz-perf* - -wget: - curl -LJ https://github.com/hobu/laz-perf/tarball/$(VERSION) -o laz-perf-tarball.tar.gz - -prepare: - tar zxf laz-perf-tarball.tar.gz --one-top-level=laz-perf-tarball --strip-components 1 - rm laz-perf-tarball.tar.gz - mv laz-perf-tarball laz-perf-$(VERSION) - tar zcf laz-perf_$(VERSION).orig.tar.gz laz-perf-$(VERSION) - - cp -r debian laz-perf-$(VERSION) - -deb: - cd laz-perf-$(VERSION)/debian && debuild -us -uc && cd - From 60922dd0b5bd90c2c42c64edb8e7583465dcb1a1 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 8 Jan 2020 13:32:29 +0100 Subject: [PATCH 2/2] Add debian/watch file, and do some copy-editing of debian/ --- laz-perf/debian/changelog | 2 +- laz-perf/debian/compat | 2 +- laz-perf/debian/control | 6 +++--- laz-perf/debian/watch | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 laz-perf/debian/watch diff --git a/laz-perf/debian/changelog b/laz-perf/debian/changelog index d464ce9..541af26 100644 --- a/laz-perf/debian/changelog +++ b/laz-perf/debian/changelog @@ -2,4 +2,4 @@ laz-perf (1.3.0-1) UNRELEASED; urgency=medium * Initial release. - -- Thu, 26 Dec 2019 00:36:26 +0000 + -- Paul Blottiere Thu, 26 Dec 2019 00:36:26 +0000 diff --git a/laz-perf/debian/compat b/laz-perf/debian/compat index f599e28..ec63514 100644 --- a/laz-perf/debian/compat +++ b/laz-perf/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/laz-perf/debian/control b/laz-perf/debian/control index 3ff6a47..703cb0b 100644 --- a/laz-perf/debian/control +++ b/laz-perf/debian/control @@ -2,12 +2,12 @@ Source: laz-perf Maintainer: Paul Blottiere Section: science Priority: optional -Standards-Version: 3.9.2 -Build-Depends: cmake +Standards-Version: 4.4.1 +Build-Depends: cmake, debhelper (>= 9), Package: laz-perf Architecture: any -Depends: +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Alternative LAZ implementation for C++ and JavaScript It supports compilation and usage in JavaScript, usage in database contexts such as pgpointcloud and Oracle Point Cloud, and it executes faster than diff --git a/laz-perf/debian/watch b/laz-perf/debian/watch new file mode 100644 index 0000000..70db1cb --- /dev/null +++ b/laz-perf/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/hobu/laz-perf/releases .*/archive/(.*).tar.gz