2025-02-09 23:04:57 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
%:
|
2025-02-09 23:09:15 +01:00
|
|
|
dh ${@} --no-parallel
|
2025-02-09 23:04:57 +01:00
|
|
|
|
2025-02-09 23:14:36 +01:00
|
|
|
execute_after_dh_auto_clean:
|
|
|
|
# remove generated files
|
|
|
|
rm -f extensions/*/*/schemas/gschemas.compiled
|
|
|
|
rm -f extensions/middleclickclose/*/locale/*/LC_MESSAGES/*.mo
|
|
|
|
|
2025-02-09 23:09:15 +01:00
|
|
|
execute_after_dh_auto_install:
|
|
|
|
# removing unused files
|
|
|
|
rm -f debian/gnome-shell-extensions-extra/usr/share/doc/*/CHANGELOG.txt
|
|
|
|
rm -f debian/gnome-shell-extensions-extra/usr/share/doc/*/LICENSE.txt
|