vdr/vdr-plugin-osdteletext/debian postinst changelog control

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 02 Jan 2005 14:38:31 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/debian
In directory haydn:/tmp/cvs-serv18014/vdr/vdr-plugin-osdteletext/debian

Modified Files:
	changelog control 
Added Files:
	postinst 
Log Message:
* Build-dep and Depend on vdr (>=1.2.6-6)
* Change owner of cfg-dir in debian/postinst

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	26 Oct 2004 10:49:12 -0000	1.6
+++ changelog	2 Jan 2005 14:38:28 -0000	1.7
@@ -1,3 +1,14 @@
+vdr-plugin-osdteletext (0.3.2-7) unstable; urgency=low
+
+  !!! unreleased !!!
+
+  * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+    - Build-depend and Depend on vdr (>=1.2.6-6)
+    - Change owner/group of /var/cache/vdr/vtx/ to vdr:vdr in
+      debian/postinst
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun,  2 Jan 2005 15:36:05 +0100
+
 vdr-plugin-osdteletext (0.3.2-6) unstable; urgency=low
 
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>

--- NEW FILE: postinst ---
#! /bin/sh
# postinst script for vdr
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <postinst> `configure' <most-recently-configured-version>
#        * <old-postinst> `abort-upgrade' <new version>
#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
#          <new-version>
#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
#          <failed-install-package> <version> `removing'
#          <conflicting-package> <version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
#
# quoting from the policy:
#     Any necessary prompting should almost always be confined to the
#     post-installation script, and should be protected with a conditional
#     so that unnecessary prompting doesn't happen if a package's
#     installation fails and the `postinst' is called with `abort-upgrade',
#     `abort-remove' or `abort-deconfigure'.

# source debconf lib
. /usr/share/debconf/confmodule

case "$1" in
    configure)
	# ensure that the config-dir is correctly owned
	[ ! -d /var/cache/vdr/vtx ] || chown -R vdr:vdr /var/cache/vdr/vtx
    ;;

    abort-upgrade|abort-remove|abort-deconfigure)
    ;;

    *)
        echo "postinst called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac

#DEBHELPER#

exit 0



Index: control
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-osdteletext/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- control	26 Oct 2004 10:49:12 -0000	1.3
+++ control	2 Jan 2005 14:38:28 -0000	1.4
@@ -3,12 +3,12 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
 Uploaders: Tobias Grimm <tg@e-tobi.net>, Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>= 4.1.16), vdr-dev (>= 1.2.6-5), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>= 4.1.16), vdr-dev (>= 1.2.6-6), dpatch (>= 2.0.9)
 Standards-Version: 3.6.1
 
 Package: vdr-plugin-osdteletext
 Architecture: any
-Depends: ${shlibs:Depends}, vdr (>= 1.2.6)
+Depends: ${shlibs:Depends}, vdr (>= 1.2.6-6)
 Conflicts: vdr (>=1.2.7)
 Description: Teletext plugin for vdr
  This plugin for vdr displays teletext directly on the OSD of vdr.