r8269 - in /vdr/vdr-plugin-streamdev/trunk/debian: changelog vdr-plugin-streamdev-client.postrm vdr-plugin-streamdev-client.preinst

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Mon Nov 16 11:41:23 UTC 2009


Author: tiber-guest
Date: Mon Nov 16 11:41:23 2009
New Revision: 8269

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8269
Log:
Added sk_SK to list of diversions (Closes: #555478)

Modified:
    vdr/vdr-plugin-streamdev/trunk/debian/changelog
    vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.postrm
    vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.preinst

Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/changelog?rev=8269&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog Mon Nov 16 11:41:23 2009
@@ -1,3 +1,9 @@
+vdr-plugin-streamdev (0.5.0~pre20090706+cvs20091108.2341-2) unstable; urgency=low
+
+  * Added sk_SK to list of diversions (Closes: #555478)
+
+ -- Tobias Grimm <etobi at debian.org>  Mon, 16 Nov 2009 12:35:48 +0100
+
 vdr-plugin-streamdev (0.5.0~pre20090706+cvs20091108.2341-1) unstable; urgency=low
 
   * New Upstream Snapshot

Modified: vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.postrm
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.postrm?rev=8269&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.postrm (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.postrm Mon Nov 16 11:41:23 2009
@@ -3,7 +3,7 @@
 
 # Uninstall diversions for locale files
 if [ "$1" = "remove" ]; then
-    for lang in de_DE fi_FI fr_FR it_IT ru_RU; do
+    for lang in de_DE fi_FI fr_FR it_IT ru_RU sk_SK; do
         dpkg-divert --package vdr-plugin-streamdev-client --rename --remove \
                     /usr/share/locale/$lang/LC_MESSAGES/vdr-streamdev.mo
     done

Modified: vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.preinst
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.preinst?rev=8269&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.preinst (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/vdr-plugin-streamdev-client.preinst Mon Nov 16 11:41:23 2009
@@ -3,7 +3,7 @@
 
 # Install diversions for locale files
 if [ "$1" = "install" -o "$1" = "upgrade" ]; then
-    for lang in de_DE fi_FI fr_FR it_IT ru_RU; do
+    for lang in de_DE fi_FI fr_FR it_IT ru_RU sk_SK; do
         dpkg-divert --package vdr-plugin-streamdev-client --rename --add \
                     /usr/share/locale/$lang/LC_MESSAGES/vdr-streamdev.mo
     done




More information about the pkg-vdr-dvb-changes mailing list