r8706 - in /vdr/vdr/trunk/debian: changelog po/da.po vdrdbg-buildpackage

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Aug 18 22:09:46 UTC 2010


Author: tiber-guest
Date: Wed Aug 18 22:09:43 2010
New Revision: 8706

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8706
Log:
* Added Danish translation of the debconf templates (Thx to Joe Hansen)
  (Closes: #592260)
* Minor fix to options parsing in debug version start script

Added:
    vdr/vdr/trunk/debian/po/da.po
Modified:
    vdr/vdr/trunk/debian/changelog
    vdr/vdr/trunk/debian/vdrdbg-buildpackage

Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=8706&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Wed Aug 18 22:09:43 2010
@@ -1,3 +1,11 @@
+vdr (1.6.0-18) unstable; urgency=low
+
+  * Added Danish translation of the debconf templates (Thx to Joe Hansen)
+    (Closes: #592260)
+  * Minor fix to options parsing in debug version start script
+
+ -- Tobias Grimm <etobi at debian.org>  Thu, 19 Aug 2010 00:07:33 +0200
+
 vdr (1.6.0-17) unstable; urgency=low
 
   * Modified runvdr to also (re)load dvb modules not depending on dvb_core*

Added: vdr/vdr/trunk/debian/po/da.po
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/po/da.po?rev=8706&op=file
==============================================================================
--- vdr/vdr/trunk/debian/po/da.po (added)
+++ vdr/vdr/trunk/debian/po/da.po Wed Aug 18 22:09:43 2010
@@ -1,0 +1,71 @@
+# Danish translation vdr.
+# Copyright (C) 2010 vdr & nedenstående oversættere.
+# This file is distributed under the same license as the vdr package.
+# Joe Hansen (joedalton2 at yahoo.dk), 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: vdr\n"
+"Report-Msgid-Bugs-To: vdr at packages.debian.org\n"
+"POT-Creation-Date: 2010-03-04 22:58+0100\n"
+"PO-Revision-Date: 2010-08-08 17:30+01:00\n"
+"Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
+"Language-Team: Danish <debian-l10n-danish at lists.debian.org> \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Choices
+#: ../vdr.templates:1001
+msgid "Satellite"
+msgstr "Satellit"
+
+#. Type: select
+#. Choices
+#: ../vdr.templates:1001
+msgid "Terrestrial"
+msgstr "Terrestrisk"
+
+#. Type: select
+#. Choices
+#: ../vdr.templates:1001
+msgid "Cable"
+msgstr "Kabel"
+
+#. Type: select
+#. Description
+#: ../vdr.templates:1002
+msgid "DVB card type:"
+msgstr "DVB-korttype:"
+
+#. Type: select
+#. Description
+#: ../vdr.templates:1002
+msgid ""
+"VDR needs to know your DVB card type to work correctly. Using your "
+"selection, a channels.conf file will be installed to /var/lib/vdr.  You may "
+"have to change this file depending on your setup."
+msgstr ""
+"VDR skal kende din DVB-korttype for at fungere korrekt. Filen channels.conf "
+"vil med dine valg blive installeret i /var/lib/vdr. Du skal måske ændre denne "
+"fil afhængig af din opsætning."
+
+#. Type: boolean
+#. Description
+#: ../vdr.templates:2001
+msgid "Create /var/lib/video.00?"
+msgstr "Opret /var/lib/video.00?"
+
+#. Type: boolean
+#. Description
+#: ../vdr.templates:2001
+msgid ""
+"By default VDR is configured to use /var/lib/video.00 to store recordings. "
+"You can either create this directory now, or change this behavior later  by "
+"modifying the VIDEO_DIR variable in /etc/default/vdr."
+msgstr ""
+"Som standard er VDR konfigureret til at bruge /var/lib/video.00 til at gemme "
+"optagelser. Du kan enten oprette denne mappe nu, eller ændre denne opførsel "
+"senere ved at ændre variablen VIDEO_DIR i /etc/default/vdr."
+

Modified: vdr/vdr/trunk/debian/vdrdbg-buildpackage
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrdbg-buildpackage?rev=8706&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrdbg-buildpackage (original)
+++ vdr/vdr/trunk/debian/vdrdbg-buildpackage Wed Aug 18 22:09:43 2010
@@ -30,7 +30,7 @@
     cat "$0" | grep "$HELPCOMMENTPATTERN" | sed "s/$HELPCOMMENTPATTERN//"
 }
 
-while getopts h opt
+while getopts :h opt
 do
     case $opt in
         h)
@@ -40,6 +40,7 @@
     esac
 done
 
-export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS noopt nostrip"
+[ -z "$DEB_BUILD_OPTIONS" ] || export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS "
+export DEB_BUILD_OPTIONS="$(DEB_BUILD_OPTIONS)noopt nostrip"
 export VDRDEBUG=yes
 dpkg-buildpackage $*




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