r37836 - in /desktop/unstable/gtk+3.0/debian: changelog patches/071_fix-installation-of-HTML-images.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu May 23 14:21:54 UTC 2013


Author: biebl
Date: Thu May 23 14:21:53 2013
New Revision: 37836

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37836
Log:
New upstream release.

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=37836&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Thu May 23 14:21:53 2013
@@ -1,4 +1,4 @@
-gtk+3.0 (3.8.0-2) UNRELEASED; urgency=low
+gtk+3.0 (3.8.2-1) UNRELEASED; urgency=low
 
   [ Josselin Mouette ]
   * Switch to interest-noawait for triggers. They only affect IM 
@@ -6,6 +6,7 @@
 
   [ Michael Biebl ]
   * Upload to unstable.
+  * New upstream release.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 08 May 2013 10:52:16 +0200
 

Modified: desktop/unstable/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/071_fix-installation-of-HTML-images.patch?rev=37836&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch [utf-8] Thu May 23 14:21:53 2013
@@ -11,9 +11,11 @@
  gtk-doc.make |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
---- a/gtk-doc.make
-+++ b/gtk-doc.make
-@@ -155,8 +155,8 @@
+Index: gtk+-3.8.2/gtk-doc.make
+===================================================================
+--- gtk+-3.8.2.orig/gtk-doc.make	2013-05-23 15:22:04.763827882 +0200
++++ gtk+-3.8.2/gtk-doc.make	2013-05-23 15:22:04.759827845 +0200
+@@ -173,8 +173,8 @@
  	  if test -f $(abs_srcdir)/$$file ; then \
  	    cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
  	  fi; \
@@ -23,4 +25,4 @@
 +	    cp $$file $(abs_builddir)/html; \
  	  fi; \
  	done;
- 	@echo '  DOC   Fixing cross-references'
+ 	$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)




More information about the pkg-gnome-commits mailing list