diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-22 10:09:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-01 13:54:02 +0200 |
commit | 593e15ca1c93c83ae5629de450c2c92f7ca3ab56 (patch) | |
tree | d221bf6aaee3ae8069b5cbb4ce5036edfec89f6d /debian/rules | |
parent | 3983b111a414c9cc88ef7653da4f91cef0ff0482 (diff) | |
download | nx-libs-593e15ca1c93c83ae5629de450c2c92f7ca3ab56.tar.gz nx-libs-593e15ca1c93c83ae5629de450c2c92f7ca3ab56.tar.bz2 nx-libs-593e15ca1c93c83ae5629de450c2c92f7ca3ab56.zip |
debian/*: Drop non-multi-arch support (i.e. Debian squeeze, Ubuntu 10.04 and earlier).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules index 275956c9a..f8bec8fc0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,23 +19,11 @@ override_dh_auto_clean: override_dh_clean: rm -f nx*/configure - . ./replace.sh; set -x; ls debian/*.install.in | while read file; do rm -f $$(string_rep $$file .install.in .install); done rm -fR .preserve/ dh_clean override_dh_install: - # handle builds for Debian squeeze (non multi-arch) - . ./replace.sh; set -x; if [ -z "$(DEB_BUILD_MULTIARCH)" ]; then \ - find debian/*.install.in | while read file; do \ - cat $$file | sed -e 's#/\*/#/#g' > $$(string_rep $$file .install.in .install); \ - done; \ - else \ - find debian/*.install.in | while read file; do \ - cat $$file > $$(string_rep $$file .install.in .install); \ - done; \ - fi - # remove static libs rm debian/tmp/usr/lib/$(DEB_BUILD_MULTIARCH)/libXcomp.a rm debian/tmp/usr/lib/$(DEB_BUILD_MULTIARCH)/libXcompshad.a |