Codebase list gnome-hwp-support / cbfe5ff
Include the nautilus extension again Changwoo Ryu 1 year, 5 months ago
2 changed file(s) with 2 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
99 - Add Rules-Requires-Root
1010 - Update Build-Depends
1111 * debian/upstream/metadata: Set upstream metadata fields
12 * debian/rules:
13 - Install the nautilus properties page again
1214 * Add Salsa CI settings
1315
1416 -- Changwoo Ryu <cwryu@debian.org> Mon, 14 Nov 2022 04:05:33 +0900
1111
1212 override_dh_install:
1313 dh_install
14 # Disable nautilus properties page; libgsf issue
15 rm -r $(CURDIR)/debian/gnome-hwp-support/usr/lib
1614 # *.la file is not required for a nautilus extension
1715 find $(CURDIR)/debian/gnome-hwp-support/ -name "*.la" -exec rm \{} \;
18
19 override_dh_makeshlibs:
20 dh_makeshlibs -n -Xlibhwp-properties-page.so