found 424337 2.22.3-1 thanks Here is an updated, cleaner patch. I will upload it with some delay to let the current upload pass to testing.
diff -u gnome-applets-2.22.3/debian/changelog gnome-applets-2.22.3/debian/changelog --- gnome-applets-2.22.3/debian/changelog +++ gnome-applets-2.22.3/debian/changelog @@ -1,3 +1,10 @@ +gnome-applets (2.22.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix distclean to allow build twice in a row. Closes: #424337. + + -- Peter Eisentraut <[EMAIL PROTECTED]> Tue, 08 Jul 2008 13:58:49 +0200 + gnome-applets (2.22.3-1) unstable; urgency=low [ Josselin Mouette ] only in patch2: unchanged: --- gnome-applets-2.22.3.orig/invest-applet/data/Makefile.am +++ gnome-applets-2.22.3/invest-applet/data/Makefile.am @@ -46,8 +46,8 @@ #endif DISTCLEANFILES = \ - $(server_DATA) \ - $(server_in_files) + $(server_in_files) \ + $(server_in_files:.server.in=.server) EXTRA_DIST = \ Invest_Applet.server.in.in \ only in patch2: unchanged: --- gnome-applets-2.22.3.orig/invest-applet/data/Makefile.in +++ gnome-applets-2.22.3/invest-applet/data/Makefile.in @@ -361,8 +361,8 @@ # $(GCONFTOOL) --makefile-install-rule $(schema_DATA) #endif DISTCLEANFILES = \ - $(server_DATA) \ - $(server_in_files) + $(server_in_files) \ + $(server_in_files:.server.in=.server) EXTRA_DIST = \ Invest_Applet.server.in.in \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]