diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-04-30 10:40:14 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-04-30 10:41:25 -0700 |
commit | b8bdbc51312b1a1cf80dbc251a8ebb537ac9d5a9 (patch) | |
tree | 2d435febb7eb31403e85d78c1d81774fb7ba12c7 /host/cmake/debian | |
parent | 0f0ad387e874b704044f31c7d059ce977fffc4c5 (diff) | |
download | uhd-b8bdbc51312b1a1cf80dbc251a8ebb537ac9d5a9.tar.gz uhd-b8bdbc51312b1a1cf80dbc251a8ebb537ac9d5a9.tar.bz2 uhd-b8bdbc51312b1a1cf80dbc251a8ebb537ac9d5a9.zip |
Minor changes for Debian package compliance
* Made CMake script to find libusb-1.0 stronger
* Added Debian watchfile
Diffstat (limited to 'host/cmake/debian')
-rw-r--r-- | host/cmake/debian/watch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/cmake/debian/watch b/host/cmake/debian/watch new file mode 100644 index 000000000..9e79c82aa --- /dev/null +++ b/host/cmake/debian/watch @@ -0,0 +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\..* |