diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-17 11:19:03 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-17 11:19:03 -0800 |
commit | 54737dc17536f4c3de8a5fc9c4072822fa1ac2ed (patch) | |
tree | c4cab699db1c43868e4a31c00c857b3273a0e930 /debian | |
parent | 1affbeb7607fe4ee7bc8ff8498a08066d91c901c (diff) | |
download | vyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.tar.gz vyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.zip |
fix debian files so pkg is created correctly
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog.bar | 5 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 2 insertions, 7 deletions
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 |