]> git.proxmox.com Git - mirror_ovs.git/blobdiff - debian/rules
openvswitch: FTBFS with dpkg-buildpackage.
[mirror_ovs.git] / debian / rules
index 4c34b07f8a238677b7559ba81b8cd45b10d75abf..12fb94a3fe9e85da21219e8653dbbbd408bfa321 100755 (executable)
@@ -48,7 +48,7 @@ override_dh_auto_clean:
        rm -f python/ovs/*.pyc python/ovs/db/*.pyc
        dh_auto_clean
 
-override_dh_install:
+override_dh_install-arch:
        dh_install
        # openvswitch-switch
        cp debian/openvswitch-switch.template debian/openvswitch-switch/usr/share/openvswitch/switch/default.template
@@ -59,6 +59,9 @@ override_dh_install:
        # ovn-central
        cp debian/ovn-central.template debian/ovn-central/usr/share/ovn/central/default.template
 
+override_dh_install-indep:
+       dh_install
+
        # openvswitch-datapath-source
        cp debian/rules.modules debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
        chmod 755 debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules