Package: openswan
Version: 1:2.6.20+dfsg-1
Followup-For: Bug #517703

Attached is another patch, which also clean html generated pages.

changelog snipset:
  * Add 'rm -rf OBJ.*' in clean target.
    Closes: #517703: openswan_1:2.6.20+dfsg-1(mipsel/unstable): FTBFS with
                     -rsudo
  * clean generated doc/manpage.d/*.html and doc/index.html


-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (900, 'stable'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur openswan-2.6.20+dfsg-old/debian/rules openswan-2.6.20+dfsg/debian/rules
--- openswan-2.6.20+dfsg-old/debian/rules	2009-03-08 19:11:45.000000000 +0100
+++ openswan-2.6.20+dfsg/debian/rules	2009-03-08 21:42:41.000000000 +0100
@@ -69,6 +69,9 @@
 	# This is a hack: should be better implemented
 	rm -f lib/libopenswan/libopenswan.a || true
 	rm -f lib/libopenswan/liboswlog.a || true
+	rm -rf OBJ.* || true
+	rm -rf doc/manpage.d/*.html || true
+	rm -f doc/index.html || true
 
 	# just in case something went wrong
 	rm -f $(CURDIR)/debian/ipsec.secrets

Reply via email to