From: Thomas Goirand Date: Fri, 9 Mar 2012 21:49:36 +0000 (-0800) Subject: debian: Remove some useless files from the dkms pacakge. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=95afe9e1935b470587a88eb14824891e7d76afa0;hp=3fd10fed12165ecb635f71dc9a632fe753a64ae5;p=sliver-openvswitch.git debian: Remove some useless files from the dkms pacakge. This commit removes useless files from the dkms package that caused lintian warnings. (Many of the other files in the dkms package are also useless but do not cause lintian warnings so they are less important.) Reviewed-by: Simon Horman Signed-off-by: Thomas Goirand Signed-off-by: Ben Pfaff --- diff --git a/debian/rules b/debian/rules index c8b6c636f..96d8f27c4 100755 --- a/debian/rules +++ b/debian/rules @@ -97,6 +97,16 @@ install-indep: build-indep # Prepare dkms.conf from the dkms.conf.in template sed "s/__VERSION__/$(DEB_UPSTREAM_VERSION)/g" debian/dkms.conf.in > debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/dkms.conf + # We don't need the debian folder in there, just upstream sources... + rm -rf debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/debian + # We don't need the rhel stuff in there either + rm -rf debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/rhel + # And we should also clean useless license files, which are already + # descriped in our debian/copyright anyway. + rm -f debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/COPYING \ + debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/ovsdb/ovsdbmonitor/COPYING \ + debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/xenserver/LICENSE + install-arch: build-arch dh_testdir dh_testroot