X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Frules;h=8e7ad1e8226e4aea2645ff66725e8075723e2b56;hb=85da620e9788b473797b95212b916327974e6942;hp=99d1f09ae620bc80c825a11a25d642cd4e3f268c;hpb=8943a2084e8d2cff6a21f2431f20ae8805adb961;p=openvswitch diff --git a/debian/rules b/debian/rules index 99d1f09a..8e7ad1e8 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,6 @@ clean: rm -rf _debian [ ! -f Makefile ] || $(MAKE) distclean dh_clean - debconf-updatepo install: install-indep install-arch install-indep: build-indep @@ -83,14 +82,8 @@ install-arch: build-arch dh_clean -k -s dh_installdirs -s $(MAKE) -C _debian DESTDIR=$(CURDIR)/debian/openvswitch install - cp debian/openvswitch-switch-config.overrides debian/openvswitch-switch-config/usr/share/lintian/overrides/openvswitch-switch-config cp debian/openvswitch-switch.template debian/openvswitch-switch/usr/share/openvswitch/switch/default.template - @# If we are working from a "make dist" tarball then make sure that - @# the ovsschema file is available in the build directory. - test -e _debian/vswitchd/vswitch-idl.ovsschema || \ - cp vswitchd/vswitch-idl.ovsschema _debian/vswitchd/vswitch-idl.ovsschema dh_install -s - env TERMINFO=debian/openvswitch-switchui/usr/share/terminfo tic -x extras/ezio/ezio3.ti # Must not depend on anything. This is to be called by # binary-arch/binary-indep @@ -110,6 +103,7 @@ binary-common: dh_strip --dbg-package=openvswitch-dbg dh_compress dh_fixperms -X var/log/core + dh_pysupport dh_perl dh_makeshlibs dh_installdeb