r14307 - in /desktop/unstable/gtk+2.0/debian: changelog libgtk2.0-0.postinst.in libgtk2.0-0.postrm.in
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Jan 22 10:04:53 UTC 2008
Author: lool
Date: Tue Jan 22 10:04:53 2008
New Revision: 14307
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14307
Log:
* Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
Modified:
desktop/unstable/gtk+2.0/debian/changelog
desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postinst.in
desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in
Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=14307&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Tue Jan 22 10:04:53 2008
@@ -1,6 +1,8 @@
gtk+2.0 (2.12.5-3) UNRELEASED; urgency=low
* Fix GNOME casing in gtk-faq and gtk doc base descriptions.
+ * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
+ symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
-- Loic Minier <lool at dooz.org> Mon, 21 Jan 2008 18:42:28 +0100
Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postinst.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-0.postinst.in?rev=14307&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postinst.in (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postinst.in Tue Jan 22 10:04:53 2008
@@ -1,14 +1,6 @@
#!/bin/sh
set -e
-
-if [ -d /usr/share/doc/@SHARED_PKG@ -a ! -L /usr/share/doc/@SHARED_PKG@ ]; then
- if rmdir /usr/share/doc/@SHARED_PKG@; then
- ln -sf @COMMON_PKG@ /usr/share/doc/@SHARED_PKG@
- else
- echo "Warning: could not remove /usr/share/doc/@SHARED_PKG at ." >&2
- fi
-fi
# versions prior to 2.10.1-1 used the 2.4.0 binary version and generated module
# files below /etc/gtk-2.0 which will we can not leave behind (since they
@@ -20,3 +12,4 @@
fi
#DEBHELPER#
+
Modified: desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/libgtk2.0-0.postrm.in?rev=14307&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in (original)
+++ desktop/unstable/gtk+2.0/debian/libgtk2.0-0.postrm.in Tue Jan 22 10:04:53 2008
@@ -9,3 +9,4 @@
esac
#DEBHELPER#
+
More information about the pkg-gnome-commits
mailing list