diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 01:26:49 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 01:26:49 +0200 |
commit | 4d9163821513fc58f4fa7771314b3e50774c5c69 (patch) | |
tree | 6f325f4d05083f11fc555eb80b2f8700ddb05afc /debian/watch | |
parent | *: merge branch stable/0.99.23 (diff) | |
download | frr-4d9163821513fc58f4fa7771314b3e50774c5c69.tar.xz frr-4d9163821513fc58f4fa7771314b3e50774c5c69.zip |
Debian Packaging Files
This is the collection of Debian packaging files used to compile
our code
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 000000000..bc6d91dab --- /dev/null +++ b/debian/watch @@ -0,0 +1,8 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=3 +opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \ + http://download.savannah.gnu.org/releases/quagga/quagga-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) +# Bart Martens <bartm@debian.org> Fri, 25 Jan 2013 06:38:53 +0000 |