aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-12-12 12:47:54 +0100
committerReinhard Tartler <siretart@tauware.de>2012-12-12 18:13:02 +0100
commit9a3737b14aabe3b077b54183a326ec4d83354ce0 (patch)
tree5aa1818399611e13aa0b16f2312361f675668c56 /debian/rules
parentb09b686cf380a96717e29fbf1557b86d057a465f (diff)
downloadnx-libs-9a3737b14aabe3b077b54183a326ec4d83354ce0.tar.gz
nx-libs-9a3737b14aabe3b077b54183a326ec4d83354ce0.tar.bz2
nx-libs-9a3737b14aabe3b077b54183a326ec4d83354ce0.zip
drop debian/patches/025_nxproxy_no-configure-file.full+lite.patch
instead, clean stale configure files programatically from the clean rule in debian/rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7114b24f5..5e8abfa79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ override_dh_clean:
rm -f nx-X11/programs/nxauth/changelog
rm -f nxproxy/changelog
rm -f Makefile
+ rm -f nx*/configure
dh_clean
override_dh_auto_build: