[Pkg-xfce-commits] r6155 - in goodies/trunk/xfce4-clipman-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Oct 24 03:09:42 UTC 2011
Author: corsac
Date: 2011-10-24 15:09:42 +0000 (Mon, 24 Oct 2011)
New Revision: 6155
Added:
goodies/trunk/xfce4-clipman-plugin/debian/patches/01_fix-symlink-doc-creation.patch
goodies/trunk/xfce4-clipman-plugin/debian/patches/series
Modified:
goodies/trunk/xfce4-clipman-plugin/debian/changelog
Log:
01_fix-symlink-doc-creation added, fix target symlinks in documentation.
Modified: goodies/trunk/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/changelog 2011-10-24 14:58:16 UTC (rev 6154)
+++ goodies/trunk/xfce4-clipman-plugin/debian/changelog 2011-10-24 15:09:42 UTC (rev 6155)
@@ -4,6 +4,7 @@
* debian/patches:
- 0001-daemon-Fix-possible-NULL-values-bug-6119-6120 and 02_use-exo-1
dropped, included upstream.
+ - 01_fix-symlink-doc-creation added, fix target symlinks in documentation.
* debian/control:
- move libxfcegui4-dev build-dep to libxfce4ui-1-dev.
* debian/xfce4-clipman.install:
Added: goodies/trunk/xfce4-clipman-plugin/debian/patches/01_fix-symlink-doc-creation.patch
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/patches/01_fix-symlink-doc-creation.patch (rev 0)
+++ goodies/trunk/xfce4-clipman-plugin/debian/patches/01_fix-symlink-doc-creation.patch 2011-10-24 15:09:42 UTC (rev 6155)
@@ -0,0 +1,13 @@
+Index: xfce4-clipman-plugin-1.2.0/doc/Makefile.in
+===================================================================
+--- xfce4-clipman-plugin-1.2.0.orig/doc/Makefile.in 2011-10-24 17:05:52.826207855 +0200
++++ xfce4-clipman-plugin-1.2.0/doc/Makefile.in 2011-10-24 17:06:11.770354421 +0200
+@@ -670,7 +670,7 @@
+ $(INSTALL_DATA) $(srcdir)/html/$$lang/index.html $(TARGET_DIR)/$$lang; \
+ fi; \
+ if test ! -d "$(TARGET_DIR)/$$lang/media"; then \
+- $(LN_S) $(TARGET_DIR)/C/media $(TARGET_DIR)/$$lang/media; \
++ $(LN_S) $(docdir)/html/C/media $(TARGET_DIR)/$$lang/media; \
+ fi; \
+ done; \
+ else \
Added: goodies/trunk/xfce4-clipman-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/patches/series (rev 0)
+++ goodies/trunk/xfce4-clipman-plugin/debian/patches/series 2011-10-24 15:09:42 UTC (rev 6155)
@@ -0,0 +1 @@
+01_fix-symlink-doc-creation.patch
More information about the Pkg-xfce-commits
mailing list