diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-01-02 14:31:28 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-01-02 14:31:28 -0800 |
commit | 6018f22d5dfadd5e39dc7b0889eb8aea4c16c885 (patch) | |
tree | 2bf38f78e230ff3307a356c902a4e9d7a95cf8f9 /debian/README | |
parent | 085e5d812cb1c8f0da9dd945823b34e4842a01e5 (diff) | |
download | quagga-6018f22d5dfadd5e39dc7b0889eb8aea4c16c885.tar.bz2 quagga-6018f22d5dfadd5e39dc7b0889eb8aea4c16c885.tar.xz |
initial vyatta-quagga debian config
Diffstat (limited to 'debian/README')
-rw-r--r-- | debian/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/README b/debian/README new file mode 100644 index 00000000..cd10e951 --- /dev/null +++ b/debian/README @@ -0,0 +1,26 @@ +The Debian Package vyatta-quagga +---------------------------- + +This package is the Vyatta build of the Quagga routing protocol +daemons. The source is maintained in the GIT repository: + http://suva.vyatta.com/quagga.git + +The upstream CVS repository is: + :pserver:anoncvs@anoncvs.quagga.net:/var/cvsroot quagga + +To clone the source for this package: + git clone http://suva.vyatta.com/quagga.git + +To build: + git-buildpackage -us -uc + +To build from the source package, first add the following to +/etc/apt/sources.list: + deb-src http://archive1.vyatta.com/vyatta community testing + +Then: + apt-get source vyatta-quagga + cd vyatta-quagga-VERSION + debuild -nc -b -uc -us + + -- Tom Grennan <tgrennan@vyatta.com> Wed, 19 DEC 2007 |