Codebase list sugar-toolkit-gtk3 / 724290b
Declare dh_install arguments in rules (not *.install files). Jonas Smedegaard 9 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
+0
-2
debian/python-sugar3.install less more
0 usr/bin
1 usr/lib/python*
9191 # link only when needed
9292 LDFLAGS += -Wl,--as-needed
9393
94 DEB_DH_INSTALL_ARGS_$(pythonpkg) = --autodest usr/bin usr/lib/python*
9495 DEB_DH_INSTALL_ARGS_$(girpkg) = usr/lib/$(DEB_HOST_MULTIARCH)/girepository-1.0 usr/lib
9596 DEB_DH_INSTALL_ARGS_$(datapkg) = usr/share/locale
9697