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 | cfad4d22b51bcb025f6b26617240a4225a572302 (patch) | |
tree | 151dbf0f3ec64dc87d6bddc06d8fb18ee3c51cd9 | |
parent | 50603c0e861b7a19a793418d3f35bf2a3bc28511 (diff) | |
download | vyatta-op-qos-cfad4d22b51bcb025f6b26617240a4225a572302.tar.gz vyatta-op-qos-cfad4d22b51bcb025f6b26617240a4225a572302.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 1f68d34..598537e 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 |