diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/debian/rules b/debian/rules index 60d5392..68c4835 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all  DPKG_EXPORT_BUILDFLAGS = 1  include /usr/share/dpkg/buildflags.mk +# +# Test for gcc-5 support +# +#export CC=gcc-5 +#export CXX=g++-5  %:  	dh $@ --with autotools-dev @@ -33,7 +38,6 @@ override_dh_auto_install:  	rm -rf $(CURDIR)/debian/xsdcxx/usr/share/doc/libxsd  	find $(CURDIR)/debian/xsdcxx \( -name "COPYRIGHT*" -o -name "FLOSSE*" -o -name "LICENSE*" -o -name "GPL*" \) -exec rm -v {} \; -  override_dh_install:  	dh_install  	install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/xsdcxx/usr/share/apport/package-hooks/source_xsdcxx.py | 
