diff options
author | smccroskey <smccroskey@cumulusnetworks.com> | 2017-04-28 01:42:43 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:30 +0100 |
commit | 05d5cb46b9c193aa339f94252e2e370a0d2173f7 (patch) | |
tree | 438b8ad8411c89d180c0f2c35c66b69e29f8293e /debian/watch | |
parent | precise/trusty: don't attempt to install pimd or ldpd manuals (diff) | |
download | frr-05d5cb46b9c193aa339f94252e2e370a0d2173f7.tar.xz frr-05d5cb46b9c193aa339f94252e2e370a0d2173f7.zip |
debian: delete unused files out of debian/
These are unused and not referenced anywhere.
debian/rules.orig: included by mistake
debian/watch: no longer applicable; url is not valid
debian/patches: stale, unused, misleading
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 06c21eb2c..000000000 --- a/debian/watch +++ /dev/null @@ -1,8 +0,0 @@ -# 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/frr/quagga-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) -# Bart Martens <bartm@debian.org> Fri, 25 Jan 2013 06:38:53 +0000 |