[Pkg-xfce-commits] r10203 - in /desktop/trunk/thunar/debian: changelog libthunarx-2-0.postinst libthunarx-2-0.postrm libthunarx-2-0.preinst libthunarx-2-dev.postinst libthunarx-2-dev.postrm libthunarx-2-dev.preinst rules thunar.postinst

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Nov 27 10:58:08 UTC 2017


Author: corsac
Date: Mon Nov 27 10:58:08 2017
New Revision: 10203

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10203
Log:
* debian/rules:
  - stop shipping all doc in thunar-data since symlinks are not authorized
    between arch:all and arch:any packages
* Add maintainers scripts for thunar, libthunarx-2-0 and libthunarx-2-dev to
  migrate doc symlink to directory.

Added:
    desktop/trunk/thunar/debian/libthunarx-2-0.postinst
    desktop/trunk/thunar/debian/libthunarx-2-0.postrm
    desktop/trunk/thunar/debian/libthunarx-2-0.preinst
    desktop/trunk/thunar/debian/libthunarx-2-dev.postinst
    desktop/trunk/thunar/debian/libthunarx-2-dev.postrm
    desktop/trunk/thunar/debian/libthunarx-2-dev.preinst
    desktop/trunk/thunar/debian/thunar.postinst
Modified:
    desktop/trunk/thunar/debian/changelog
    desktop/trunk/thunar/debian/rules

Modified: desktop/trunk/thunar/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/changelog?rev=10203&op=diff
==============================================================================
--- desktop/trunk/thunar/debian/changelog	(original)
+++ desktop/trunk/thunar/debian/changelog	Mon Nov 27 10:58:08 2017
@@ -2,6 +2,11 @@
 
   * debian/control:
     - libthunarx-2-0: drop strict dependency on thunar-data.
+  * debian/rules:
+    - stop shipping all doc in thunar-data since symlinks are not authorized
+      between arch:all and arch:any packages
+  * Add maintainers scripts for thunar, libthunarx-2-0 and libthunarx-2-dev to
+    migrate doc symlink to directory.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 27 Nov 2017 10:52:22 +0100
 

Added: desktop/trunk/thunar/debian/libthunarx-2-0.postinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-0.postinst?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-0.postinst	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-0.postinst	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-0 thunar-data \
+    1.6.13-1 libthunarx-2-0 \
+    -- "$@"
+fi

Added: desktop/trunk/thunar/debian/libthunarx-2-0.postrm
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-0.postrm?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-0.postrm	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-0.postrm	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-0 thunar-data \
+    1.6.13-1 libthunarx-2-0 \
+    -- "$@"
+fi

Added: desktop/trunk/thunar/debian/libthunarx-2-0.preinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-0.preinst?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-0.preinst	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-0.preinst	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-0 thunar-data \
+    1.6.13-1 libthunarx-2-0 \
+    -- "$@"
+fi

Added: desktop/trunk/thunar/debian/libthunarx-2-dev.postinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-dev.postinst?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-dev.postinst	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-dev.postinst	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-dev thunar-data \
+    1.6.13-1 libthunarx-2-dev \
+    -- "$@"
+fi

Added: desktop/trunk/thunar/debian/libthunarx-2-dev.postrm
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-dev.postrm?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-dev.postrm	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-dev.postrm	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-dev thunar-data \
+    1.6.13-1 libthunarx-2-dev \
+    -- "$@"
+fi

Added: desktop/trunk/thunar/debian/libthunarx-2-dev.preinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/libthunarx-2-dev.preinst?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/libthunarx-2-dev.preinst	(added)
+++ desktop/trunk/thunar/debian/libthunarx-2-dev.preinst	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/libthunarx-2-dev thunar-data \
+    1.6.13-1 libthunarx-2-dev \
+    -- "$@"
+fi

Modified: desktop/trunk/thunar/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/rules?rev=10203&op=diff
==============================================================================
--- desktop/trunk/thunar/debian/rules	(original)
+++ desktop/trunk/thunar/debian/rules	Mon Nov 27 10:58:08 2017
@@ -29,10 +29,6 @@
 		$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.so
 	dh_install --fail-missing -X usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.la
 
-override_dh_installdocs:
-	dh_installdocs -p libthunarx-2-dev -p libthunarx-2-0 -p thunar --link-doc=thunar-data
-	dh_installdocs --remaining-packages
-
 override_dh_strip:
 	dh_strip --dbgsym-migration='thunar-dbg (<< 1.6.11-2~)'
 

Added: desktop/trunk/thunar/debian/thunar.postinst
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar/debian/thunar.postinst?rev=10203&op=file
==============================================================================
--- desktop/trunk/thunar/debian/thunar.postinst	(added)
+++ desktop/trunk/thunar/debian/thunar.postinst	Mon Nov 27 10:58:08 2017
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports symlink_to_dir; then
+  dpkg-maintscript-helper symlink_to_dir \
+    /usr/share/doc/thunar thunar-data \
+    1.6.13-1 thunarx \
+    -- "$@"
+fi




More information about the Pkg-xfce-commits mailing list