From 470a1ca3828655b9b61ed5ce586f473bacd84c73 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 19 Sep 2018 11:59:43 -0700 Subject: debian: Update control files for .deb files - Better alignement with public Debian files. - Move to a different package name: libuhd003.so -> libuhd3.13.0.so This allows to install multiple packages in parallel for better ABI compatibility by third-party dependees. The new package replaces the old one. - Remove .shlibs file --- host/cmake/debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/cmake/debian/watch') diff --git a/host/cmake/debian/watch b/host/cmake/debian/watch index 9e79c82aa..4cabdbdb5 100644 --- a/host/cmake/debian/watch +++ b/host/cmake/debian/watch @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/([^0-9]|)0*(\d)/$1$2/g;s/_/./g \ -https://github.com/EttusResearch/uhd/tags .*/release_([\d_]+)\.tar\..* +https://github.com/EttusResearch/uhd/tags (?:.*?/)?(v[\d]+.[\d]+.[\d]+.[\d]+).tar.gz -- cgit v1.2.3