r22075 - in /desktop/unstable/gnome-utils/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Oct 22 23:38:54 UTC 2009


Author: pochu
Date: Thu Oct 22 23:38:54 2009
New Revision: 22075

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22075
Log:
* New upstream release.
  - debian/rules:
    + Remove gnome-search-tool.schemas before building, it will be
      autogenerated and the shipped one is broken. See GNOME #599317.

Modified:
    desktop/unstable/gnome-utils/debian/changelog
    desktop/unstable/gnome-utils/debian/rules

Modified: desktop/unstable/gnome-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-utils/debian/changelog?rev=22075&op=diff
==============================================================================
--- desktop/unstable/gnome-utils/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-utils/debian/changelog [utf-8] Thu Oct 22 23:38:54 2009
@@ -1,3 +1,12 @@
+gnome-utils (2.28.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - debian/rules:
+      + Remove gnome-search-tool.schemas before building, it will be
+        autogenerated and the shipped one is broken. See GNOME #599317.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 23 Oct 2009 01:03:31 +0200
+
 gnome-utils (2.28.0-1) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/gnome-utils/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-utils/debian/rules?rev=22075&op=diff
==============================================================================
--- desktop/unstable/gnome-utils/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-utils/debian/rules [utf-8] Thu Oct 22 23:38:54 2009
@@ -35,6 +35,8 @@
 	# Change DTD URL in documentation to the one on the local system, so
 	# the DTD is not fetched off the network
 	find -name "*.xml" -print0 | xargs -0 perl -i -pe 's/http:\/\/www.oasis-open.org\/docbook\/xml\/4.1.2\/docbookx.dtd/\/usr\/share\/sgml\/docbook\/dtd\/xml\/4.1.2\/docbookx.dtd/'
+	# Workaround for a broken .schemas file, see GNOME #599317
+	rm -f gsearchtool/gnome-search-tool.schemas
 	$(MAKE)
 	touch build-stamp
 




More information about the pkg-gnome-commits mailing list