diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:39 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:39 -0800 |
commit | 4fc8d7c4f5bd467890698c3bbf3c5979354e153e (patch) | |
tree | 420a5ad36ceb3b705aad701cfabc7de5fa3e4666 | |
parent | f78444f1f759004497f6a4440eee7654f4dd3e70 (diff) | |
download | vyatta-op-vpn-4fc8d7c4f5bd467890698c3bbf3c5979354e153e.tar.gz vyatta-op-vpn-4fc8d7c4f5bd467890698c3bbf3c5979354e153e.zip |
"files" file should be removed before package build
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5215ff3..7154caf 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,7 @@ install: build # Build architecture-independent files here. binary-indep: build install + rm -f debian/files dh_testdir dh_testroot dh_installchangelogs ChangeLog |