1
0
Fork 0
gedit/debian/rules
Daniel Baumann a42f8f7b20
Adding debian version 48.1-4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:48:30 +02:00

27 lines
682 B
Makefile
Executable file

#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1
# needed with the Ubuntu toolchain to avoid plugin issues
export DEB_LDFLAGS_MAINT_STRIP := -Wl,-Bsymbolic-functions
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -Dgtk_doc=true
override_dh_girepository:
dh_girepository -ldebian/tmp/usr/share/gedit/gir-1.0 \
/usr/lib/$(DEB_HOST_MULTIARCH)/gedit/girepository-1.0 \
/usr/lib/$(DEB_HOST_MULTIARCH)/gedit
override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib/$(DEB_HOST_MULTIARCH)/gedit
override_dh_makeshlibs:
dh_makeshlibs --no-scripts
override_dh_gnome_clean:
dh_gnome_clean --no-control