summaryrefslogtreecommitdiff
path: root/debian/README.Maintainer
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-06-08 19:14:41 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2017-11-17 17:55:30 -0800
commit495feb8a41c59f3741eedd1386e40c0f18335294 (patch)
treee053a24f62b2c9c9b602dc4a221721633ce841ef /debian/README.Maintainer
parent05f0385849c7265e1d31a282753cd3f1bb91bd7a (diff)
debian->debianpkg: Move debian files from debian dir to debianpkg dir.
Debian build systems use debian subdir for building and having a debian dir in the source package causes issues. Moving it to debianpkg avoids the issue and allows us to ship debian package files in the source distribution Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian/README.Maintainer')
-rw-r--r--debian/README.Maintainer22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/README.Maintainer b/debian/README.Maintainer
deleted file mode 100644
index 84b68e1949..0000000000
--- a/debian/README.Maintainer
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# To check if the patches still apply on new upstream versions:
-#
-for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
-
-#
-# Filename transition from zebra to frr
-#
-
-Files that keep their names
- /usr/bin/vtysh
-
-Files that got an -pj suffix
- /etc/default/zebra -> /etc/frr/daemons.conf
- /etc/init.d/zebra -> /etc/init.d/frr
- /etc/zebra/ -> /etc/frr/
- /usr/share/doc/zebra/ -> /usr/share/doc/frr/
- /var/log/zebra/ -> /var/log/frr/
- /var/run/ -> /var/run/frr/
-
-Files that were moved
- /usr/sbin/* -> /usr/lib/frr/