diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-09-19 11:59:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-10-29 14:55:39 -0700 |
commit | 470a1ca3828655b9b61ed5ce586f473bacd84c73 (patch) | |
tree | 422e8b7179821efdea7f19cad6773c63acfcd848 /host/cmake/debian/watch | |
parent | 7c64976e8437029a8bfab19985cc46f9e75ecbf4 (diff) | |
download | uhd-470a1ca3828655b9b61ed5ce586f473bacd84c73.tar.gz uhd-470a1ca3828655b9b61ed5ce586f473bacd84c73.tar.bz2 uhd-470a1ca3828655b9b61ed5ce586f473bacd84c73.zip |
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
Diffstat (limited to 'host/cmake/debian/watch')
-rw-r--r-- | host/cmake/debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |