tags 442769 + patch thanks Hi,
The following is the diff for my xfe 1.04-2.1 NMU. diff -u xfe-1.04/debian/rules xfe-1.04/debian/rules --- xfe-1.04/debian/rules +++ xfe-1.04/debian/rules @@ -29,0 +30,2 @@ +clean:: + rm -f intl/Makefile diff -u xfe-1.04/debian/changelog xfe-1.04/debian/changelog --- xfe-1.04/debian/changelog +++ xfe-1.04/debian/changelog @@ -1,3 +1,15 @@ +xfe (1.04-2.1) unstable; urgency=low + + [ Sandro Tosi ] + * Non-maintainer upload. + * debian/patches/10_bts-442769.dpatch + - added to avoid removal of a makefile needed for clean target (Closes: + #442769) + * debian/rules + - added clean target to remove a makefile only at the end of target itself + + -- Pierre Habouzit <[EMAIL PROTECTED]> Sat, 05 Apr 2008 11:38:35 +0000 + xfe (1.04-2) unstable; urgency=low * debian/control: diff -u xfe-1.04/debian/patches/00list xfe-1.04/debian/patches/00list --- xfe-1.04/debian/patches/00list +++ xfe-1.04/debian/patches/00list @@ -2,0 +3 @@ +10_bts-442769 only in patch2: unchanged: --- xfe-1.04.orig/debian/patches/10_bts-442769.dpatch +++ xfe-1.04/debian/patches/10_bts-442769.dpatch @@ -0,0 +1,31 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_bts-442769.dpatch by Sandro Tosi <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + [EMAIL PROTECTED]@ +diff -urNad xfe-1.04~/Makefile.in xfe-1.04/Makefile.in +--- xfe-1.04~/Makefile.in 2007-08-28 10:47:01.000000000 +0200 ++++ xfe-1.04/Makefile.in 2008-03-31 23:35:52.066983816 +0200 +@@ -68,7 +68,7 @@ + configure.lineno configure.status.lineno + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +-CONFIG_CLEAN_FILES = intl/Makefile xfe.spec xferc makesfx.sh sfx.sh \ ++CONFIG_CLEAN_FILES = xfe.spec xferc makesfx.sh sfx.sh \ + header.sh + SOURCES = + DIST_SOURCES = +diff -urNad xfe-1.04~/intl/Makefile.in xfe-1.04/intl/Makefile.in +--- xfe-1.04~/intl/Makefile.in 2007-08-23 17:43:26.000000000 +0200 ++++ xfe-1.04/intl/Makefile.in 2008-03-31 23:36:03.075611161 +0200 +@@ -520,7 +520,7 @@ + clean: mostlyclean + + distclean: clean +- rm -f Makefile ID TAGS ++ rm -f ID TAGS + if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ + rm -f ChangeLog.inst $(DISTFILES.normal); \ + else \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]