From 910dd498d245e680e0bd102bc09f6499ac712cf5 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Sat, 27 Apr 2019 09:29:11 -0400 Subject: Move the old debian/ebuild/spec port files into an obsolete directory. If somebody wants to update them, they can get moved back into the main dir, but need to clearly mark that they are for old/obsolete versions only. --- port-files/obsolete/debian/rules | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 port-files/obsolete/debian/rules (limited to 'port-files/obsolete/debian/rules') diff --git a/port-files/obsolete/debian/rules b/port-files/obsolete/debian/rules new file mode 100755 index 00000000..2840aa2f --- /dev/null +++ b/port-files/obsolete/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +DH_VERBOSE = 1 + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# +# you may want to comment-out --parallel if build breaks for +# no visible reason or without meaningful error message +# + +%: + dh $@ --parallel + +# For Debian GNU/Linux which does not offer manually compiled +# libxcb-xinput0/libxcb-xinput0-dev, add the following flag: +# +# CONFIG+=NO_XINPUT +# +# also remove +# +# libxcb-xinput0-dev +# +# from dependencies in debian/rules (obviously) + +override_dh_auto_configure: + /usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qmake \ + PREFIX=/usr \ + LIBPREFIX=/usr/lib/$(DEB_HOST_MULTIARCH) \ + L_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \ + L_ETCDIR=/etc \ + QMAKE_CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \ + QMAKE_LFLAGS="$(LDFLAGS) -Wl,--as-needed" \ + CONFIG+=nostrip \ + CONFIG+=WITH_I18N \ + QMAKE_CFLAGS_ISYSTEM= + +override_dh_auto_clean: + dh_auto_clean + -find $(CURDIR) -name *.qm -delete + +override_dh_install: + dh_install --list-missing -- cgit