diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 08:32:36 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 08:32:36 -0800 |
commit | 2ddba5e8294f9d7cc25aea1fffd5651a1cc96b81 (patch) | |
tree | 436cf995313e4cf91de0f0e08707cf3f2c36e811 | |
parent | 98e7e709c7e3f747e53e8f60e81296b005985f21 (diff) | |
download | vyatta-op-qos-2ddba5e8294f9d7cc25aea1fffd5651a1cc96b81.tar.gz vyatta-op-qos-2ddba5e8294f9d7cc25aea1fffd5651a1cc96b81.zip |
Remove linda override
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | debian/linda | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -11,4 +11,5 @@ config configure debian/files debian/vyatta-op-qos -debian/vyatta-op-qos.debhelper.log +debian/*.debhelper.log +debian/*.substvars diff --git a/debian/linda b/debian/linda deleted file mode 100644 index 0381d9d..0000000 --- a/debian/linda +++ /dev/null @@ -1 +0,0 @@ -Tag: file-in-opt diff --git a/debian/rules b/debian/rules index 598537e..d1bee29 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,6 @@ install: build $(MAKE) DESTDIR=$(PKGDIR) install install -D --mode=0644 debian/lintian $(PKGDIR)/usr/share/lintian/overrides/$(PACKAGE) - install -D --mode=0644 debian/linda $(PKGDIR)/usr/share/linda/overrides/$(PACKAGE) # Build architecture-independent files here. binary-indep: build install |