diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8bba8f95e..618525636 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -128,7 +128,9 @@ endif | |||
128 | 128 | ||
129 | $(MAKE) -C build-deb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' | 129 | $(MAKE) -C build-deb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' |
130 | $(MAKE) -C contrib gnome-ssh-askpass2 CC='$(CC) $(OPTFLAGS) -g -Wall' | 130 | $(MAKE) -C contrib gnome-ssh-askpass2 CC='$(CC) $(OPTFLAGS) -g -Wall' |
131 | ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) | ||
131 | $(MAKE) -C debian/tests | 132 | $(MAKE) -C debian/tests |
133 | endif | ||
132 | 134 | ||
133 | touch build-deb-stamp | 135 | touch build-deb-stamp |
134 | 136 | ||
@@ -148,7 +150,9 @@ build-udeb-stamp: | |||
148 | clean: | 150 | clean: |
149 | dh_testdir | 151 | dh_testdir |
150 | rm -rf build-deb build-udeb | 152 | rm -rf build-deb build-udeb |
153 | ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) | ||
151 | $(MAKE) -C debian/tests clean | 154 | $(MAKE) -C debian/tests clean |
155 | endif | ||
152 | $(MAKE) -C contrib clean | 156 | $(MAKE) -C contrib clean |
153 | (cat debian/copyright.head; iconv -f ISO-8859-1 -t UTF-8 LICENCE) \ | 157 | (cat debian/copyright.head; iconv -f ISO-8859-1 -t UTF-8 LICENCE) \ |
154 | > debian/copyright | 158 | > debian/copyright |