tags 424584 + patch
thanks

Hi,

Attached is the diff for my multisync 0.82-8.1 NMU.

Hi Michael, you are still active, but this package needs some
attention. If you're no more interested in it, please orphan it, so
someone else can step in for maintainership.

Thanks,
Sandro
diff -u multisync-0.82/debian/rules multisync-0.82/debian/rules
--- multisync-0.82/debian/rules
+++ multisync-0.82/debian/rules
@@ -17,7 +17,7 @@
 build : 
 	dh_testdir
 	cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
-	rm mkinstalldirs && cp /usr/share/automake-1.9/mkinstalldirs .
+	rm -f mkinstalldirs && cp /usr/share/automake-1.9/mkinstalldirs .
 	aclocal-1.9 && automake-1.9 --add-missing --copy
 	./configure --prefix=/usr 
 	$(MAKE)
@@ -167,6 +167,9 @@
 	-cd plugins/syncml_plugin && $(MAKE) distclean
 	-$(MAKE) distclean
 	-rm -f config.sub config.guess
+
+	rm -f mkinstalldirs install-sh missing depcomp
+
 	dh_clean
 
 binary-arch : install install-plugin-backup install-plugin-evolution \
diff -u multisync-0.82/debian/changelog multisync-0.82/debian/changelog
--- multisync-0.82/debian/changelog
+++ multisync-0.82/debian/changelog
@@ -1,3 +1,11 @@
+multisync (0.82-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - fixed FTBFS if built twice in a row (Closes: #424584)
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Mon, 14 Apr 2008 00:52:39 +0200
+
 multisync (0.82-8) unstable; urgency=medium
 
   * debian/changelog (urgency): Set to medium due to RC bug fix.

Reply via email to