r19191 - in /desktop/experimental/gtkmm-documentation/debian: changelog patches/01_figures_path_fix.patch patches/01_non_exist_png.patch

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Mar 23 15:07:47 UTC 2009


Author: manphiz-guest
Date: Mon Mar 23 15:07:47 2009
New Revision: 19191

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19191
Log:
Add 01_non_exist_png.patch to stop installing an non-exist png file.

Added:
    desktop/experimental/gtkmm-documentation/debian/patches/01_non_exist_png.patch
      - copied, changed from r19188, desktop/experimental/gtkmm-documentation/debian/patches/01_figures_path_fix.patch
Removed:
    desktop/experimental/gtkmm-documentation/debian/patches/01_figures_path_fix.patch
Modified:
    desktop/experimental/gtkmm-documentation/debian/changelog

Modified: desktop/experimental/gtkmm-documentation/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/changelog?rev=19191&op=diff
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/changelog (original)
+++ desktop/experimental/gtkmm-documentation/debian/changelog Mon Mar 23 15:07:47 2009
@@ -5,10 +5,10 @@
       libgtkmm-2.4-dev >= 1:2.16.0 as per configure.in.
   * Update Standard-Version to 3.8.1.  No change needed.
   * Reformat the long description a little bit.
-  * Add 01_figures_path_fix.patch to fix figures path.
+  * Add 01_non_exist_png.patch to stop installing an non-exist png file.
     + Add simple-patchsys.mk to debian/rules.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 22 Mar 2009 16:17:21 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 23 Mar 2009 23:03:56 +0800
 
 gtkmm-documentation (2.14.0-2) unstable; urgency=low
 

Copied: desktop/experimental/gtkmm-documentation/debian/patches/01_non_exist_png.patch (from r19188, desktop/experimental/gtkmm-documentation/debian/patches/01_figures_path_fix.patch)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm-documentation/debian/patches/01_non_exist_png.patch?rev=19191&op=diff
==============================================================================
--- desktop/experimental/gtkmm-documentation/debian/patches/01_figures_path_fix.patch (original)
+++ desktop/experimental/gtkmm-documentation/debian/patches/01_non_exist_png.patch Mon Mar 23 15:07:47 2009
@@ -1,17 +1,8 @@
 diff -Naur gtkmm-documentation-2.16.0.orig/docs/tutorial/Makefile.am gtkmm-documentation-2.16.0/docs/tutorial/Makefile.am
 --- gtkmm-documentation-2.16.0.orig/docs/tutorial/Makefile.am	2009-02-28 04:49:00.000000000 +0800
-+++ gtkmm-documentation-2.16.0/docs/tutorial/Makefile.am	2009-03-22 15:54:37.000000000 +0800
-@@ -38,13 +38,13 @@
- 	figures/main_menu.png figures/menu_popup.png \
- 	figures/menus_menubar.png figures/menus_menu.png figures/menus_and_toolbars.png \
- 	figures/notebook.png \
--	figures/paned.png printing.png figures/progressbar.png figures/radiobuttons.png \
-+	figures/paned.png figures/printing.png figures/progressbar.png figures/radiobuttons.png \
- 	figures/range_widgets.png figures/recentchooserdialog.png \
--	figures/scrolledwindow.png figures/socket.png socket-fail.png figures/spinbutton.png \
--	figures/table.png toolbar.png figures/textview.png \
-+	figures/scrolledwindow.png figures/socket.png figures/socket-fail.png figures/spinbutton.png \
-+	figures/table.png figures/toolbar.png figures/textview.png \
++++ gtkmm-documentation-2.16.0/docs/tutorial/Makefile.am	2009-03-23 23:02:35.000000000 +0800
+@@ -44,7 +44,7 @@
+ 	figures/table.png toolbar.png figures/textview.png \
  	figures/treeview_list.png figures/treeview_tree.png figures/treeview_editablecells.png figures/treeview_combo_renderer.png \
          figures/treeview_draganddrop.png figures/treeview_popup.png \
 -        figures/devcpp_project_options.png figures/cairo_clock.png figures/cairo_joins.png  \
@@ -19,24 +10,3 @@
          figures/update_ui.png
  
  DOC_LINGUAS = de
-diff -Naur gtkmm-documentation-2.16.0.orig/docs/tutorial/Makefile.in gtkmm-documentation-2.16.0/docs/tutorial/Makefile.in
---- gtkmm-documentation-2.16.0.orig/docs/tutorial/Makefile.in	2009-03-17 20:11:26.000000000 +0800
-+++ gtkmm-documentation-2.16.0/docs/tutorial/Makefile.in	2009-03-22 15:55:28.000000000 +0800
-@@ -348,13 +348,13 @@
- 	figures/main_menu.png figures/menu_popup.png \
- 	figures/menus_menubar.png figures/menus_menu.png figures/menus_and_toolbars.png \
- 	figures/notebook.png \
--	figures/paned.png printing.png figures/progressbar.png figures/radiobuttons.png \
-+	figures/paned.png figures/printing.png figures/progressbar.png figures/radiobuttons.png \
- 	figures/range_widgets.png figures/recentchooserdialog.png \
--	figures/scrolledwindow.png figures/socket.png socket-fail.png figures/spinbutton.png \
--	figures/table.png toolbar.png figures/textview.png \
-+	figures/scrolledwindow.png figures/socket.png figures/socket-fail.png figures/spinbutton.png \
-+	figures/table.png figures/toolbar.png figures/textview.png \
- 	figures/treeview_list.png figures/treeview_tree.png figures/treeview_editablecells.png figures/treeview_combo_renderer.png \
-         figures/treeview_draganddrop.png figures/treeview_popup.png \
--        figures/devcpp_project_options.png figures/cairo_clock.png figures/cairo_joins.png  \
-+        figures/cairo_clock.png figures/cairo_joins.png  \
-         figures/update_ui.png
- 
- DOC_LINGUAS = de




More information about the pkg-gnome-commits mailing list