summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2007-12-17 11:19:03 -0800
committerMichael Larson <slioch@eng-140.vyatta.com>2007-12-17 11:19:03 -0800
commit54737dc17536f4c3de8a5fc9c4072822fa1ac2ed (patch)
treec4cab699db1c43868e4a31c00c857b3273a0e930
parent1affbeb7607fe4ee7bc8ff8498a08066d91c901c (diff)
downloadvyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.tar.gz
vyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.zip
fix debian files so pkg is created correctly
-rw-r--r--Makefile.am5
-rw-r--r--debian/changelog.bar5
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
l---------src/.#hosttool.cpp1
5 files changed, 3 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a18e64..a2012d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,15 +1,11 @@
initddir = /etc/init.d
AM_CPPFLAGS = -I src -Wall -DDEBUG
-sbin_SCRIPTS =
-
-initd_SCRIPTS = etc/init.d/vyatta-ofr
CLEANFILES = src/main.o src/lbdata.o src/lbdatafactory.o src/loadbalance.o src/rl_str_proc.o src/lbpathtest.o src/lboutput.o
sbin_SCRIPTS = scripts/wlb.init
-sbin_PROGRAMS = src/wan_lb
src_wan_lb_SOURCES = src/main.cc
src_wan_lb_SOURCES += src/lbdata.cc
src_wan_lb_SOURCES += src/lbdatafactory.cc
@@ -19,6 +15,7 @@ src_wan_lb_SOURCES += src/lbpathtest.cc
src_wan_lb_SOURCES += src/lbdecision.cc
src_wan_lb_SOURCES += src/lboutput.cc
+sbin_PROGRAMS = src/wan_lb
cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd
diff --git a/debian/changelog.bar b/debian/changelog.bar
deleted file mode 100644
index 01b2125..0000000
--- a/debian/changelog.bar
+++ /dev/null
@@ -1,5 +0,0 @@
-vyatta-cfg (0.1) unstable; urgency=low
-
- * Initial Release.
-
- -- An-Cheng Huang <ancheng@vyatta.com> Mon, 24 Sep 2007 17:31:53 -0700
diff --git a/debian/copyright b/debian/copyright
index 4de3df5..acf3262 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by Michael Larson <mike@vyatta.com> on
Mon, 24 Sep 2007 17:31:53 -0700.
-It's original content from the GIT repository <http://vyatta.com/git/vyatta-cfg>
+It's original content from the GIT repository <http://vyatta.com/git/vyatta-wanloadbalance>
Upstream Author:
diff --git a/debian/rules b/debian/rules
index 244a67b..f24131f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-PACKAGE=vyatta-cfg
+PACKAGE=vyatta-wanloadbalance
PKGDIR=$(CURDIR)/debian/$(PACKAGE)
CFLAGS = -Wall -g
diff --git a/src/.#hosttool.cpp b/src/.#hosttool.cpp
deleted file mode 120000
index ea4c1f7..0000000
--- a/src/.#hosttool.cpp
+++ /dev/null
@@ -1 +0,0 @@
-slioch@eng-140.vyatta.com.8654:1196098102 \ No newline at end of file