r40798 - in /desktop/unstable/ekiga/debian: changelog control control.in ekiga-dbg.postinst ekiga-dbg.postrm ekiga-dbg.preinst rules
dedu-guest at users.alioth.debian.org
dedu-guest at users.alioth.debian.org
Wed Mar 5 21:16:52 UTC 2014
Author: dedu-guest
Date: Wed Mar 5 21:16:52 2014
New Revision: 40798
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40798
Log:
Properly replace /usr/share/doc/ekiga-dbg directory with symlink
upon upgrading (Closes: #736307)
Added:
desktop/unstable/ekiga/debian/ekiga-dbg.postinst
desktop/unstable/ekiga/debian/ekiga-dbg.postrm
desktop/unstable/ekiga/debian/ekiga-dbg.preinst
Modified:
desktop/unstable/ekiga/debian/changelog
desktop/unstable/ekiga/debian/control
desktop/unstable/ekiga/debian/control.in
desktop/unstable/ekiga/debian/rules
Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=40798&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog [utf-8] (original)
+++ desktop/unstable/ekiga/debian/changelog [utf-8] Wed Mar 5 21:16:52 2014
@@ -1,13 +1,17 @@
-ekiga (4.0.1-3.1) UNRELEASED; urgency=medium
+ekiga (4.0.1-4) unstable; urgency=medium
[ Andreas Beckmann ]
* Switch to dh-autoreconf. Enable automake option subdir-objects.
* Use explicit --with-boost-libdir since multiarch detection does not work
on *-i386 architectures. (Closes: #735791)
+
+ [ Eugen Dedu ]
* Mention in README.Debian that ekiga does not yet support the Debian
SIP service (Closes: #737740)
-
- -- Andreas Beckmann <anbe at debian.org> Sat, 25 Jan 2014 13:05:16 +0100
+ * Properly replace /usr/share/doc/ekiga-dbg directory with symlink
+ upon upgrading (Closes: #736307)
+
+ -- Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr> Wed, 05 Mar 2014 22:08:19 +0100
ekiga (4.0.1-3) unstable; urgency=low
Modified: desktop/unstable/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control?rev=40798&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control [utf-8] (original)
+++ desktop/unstable/ekiga/debian/control [utf-8] Wed Mar 5 21:16:52 2014
@@ -72,6 +72,7 @@
Priority: extra
Section: debug
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ekiga (= ${binary:Version}),
${misc:Depends},
libpt-dbg,
Modified: desktop/unstable/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control.in?rev=40798&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control.in [utf-8] (original)
+++ desktop/unstable/ekiga/debian/control.in [utf-8] Wed Mar 5 21:16:52 2014
@@ -67,6 +67,7 @@
Priority: extra
Section: debug
Architecture: any
+Pre-Depends: dpkg (>= 1.17.5)
Depends: ekiga (= ${binary:Version}),
${misc:Depends},
libpt-dbg,
Added: desktop/unstable/ekiga/debian/ekiga-dbg.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/ekiga-dbg.postinst?rev=40798&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/ekiga-dbg.postinst (added)
+++ desktop/unstable/ekiga/debian/ekiga-dbg.postinst [utf-8] Wed Mar 5 21:16:52 2014
@@ -0,0 +1,2 @@
+dpkg-maintscript-helper dir_to_symlink \
+ /usr/share/doc/ekiga-dbg /usr/share/doc/ekiga 4.0.1-4~ -- "$@"
Added: desktop/unstable/ekiga/debian/ekiga-dbg.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/ekiga-dbg.postrm?rev=40798&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/ekiga-dbg.postrm (added)
+++ desktop/unstable/ekiga/debian/ekiga-dbg.postrm [utf-8] Wed Mar 5 21:16:52 2014
@@ -0,0 +1,2 @@
+dpkg-maintscript-helper dir_to_symlink \
+ /usr/share/doc/ekiga-dbg /usr/share/doc/ekiga 4.0.1-4~ -- "$@"
Added: desktop/unstable/ekiga/debian/ekiga-dbg.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/ekiga-dbg.preinst?rev=40798&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/ekiga-dbg.preinst (added)
+++ desktop/unstable/ekiga/debian/ekiga-dbg.preinst [utf-8] Wed Mar 5 21:16:52 2014
@@ -0,0 +1,2 @@
+dpkg-maintscript-helper dir_to_symlink \
+ /usr/share/doc/ekiga-dbg /usr/share/doc/ekiga 4.0.1-4~ -- "$@"
Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=40798&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules [utf-8] (original)
+++ desktop/unstable/ekiga/debian/rules [utf-8] Wed Mar 5 21:16:52 2014
@@ -28,3 +28,5 @@
dh_installchangelogs NEWS
override_dh_strip:
dh_strip --dbg-package=ekiga-dbg
+override_dh_installdocs:
+ dh_installdocs --link-doc=ekiga
More information about the pkg-gnome-commits
mailing list