Bug#424337: gnome-applets: updated patch

petere at debian.org petere at debian.org
Tue Jul 8 12:07:39 UTC 2008


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 <petere at debian.org>  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 \






More information about the pkg-gnome-maintainers mailing list