From feff6c258c109abe5a64f5dd08ad5198c5202e4c Mon Sep 17 00:00:00 2001 From: svntobi Date: Fri, 21 Mar 2008 23:01:20 +0000 Subject: merged changes from the 0.3.x branch git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6962 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- debian/changelog | 57 ++++++++++++++++++++++++++++++++++++++++++++-- debian/control | 8 +++---- debian/examples | 1 + debian/install | 1 + debian/menuorg.xml.minimum | 17 ++++++++++++++ debian/postinst | 2 +- 6 files changed, 79 insertions(+), 7 deletions(-) create mode 100644 debian/examples create mode 100644 debian/menuorg.xml.minimum (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dc598d5..d353cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,60 @@ -vdr-plugin-menuorg (0.1-1) UNRELEASED; urgency=low +vdr-plugin-menuorg (0.3.1-1) UNRELEASED; urgency=low * NOT RELEASED YET + + -- Tobias Grimm Mon, 26 Nov 2007 21:26:56 +0100 + +vdr-plugin-menuorg (0.3-7) unstable; urgency=low + + * Fixed 90_menuorg-0.3-1.5.9.dpatch to build with VDR 1.4 as well + + -- Tobias Grimm Mon, 26 Nov 2007 21:17:41 +0100 + +vdr-plugin-menuorg (0.3-6) unstable; urgency=low + + * Release for vdrdevel 1.5.12 + + -- Thomas Günther Tue, 20 Nov 2007 23:46:21 +0100 + +vdr-plugin-menuorg (0.3-5) unstable; urgency=low + + * Release for vdrdevel 1.5.11 + + -- Thomas Günther Tue, 6 Nov 2007 23:34:14 +0100 + +vdr-plugin-menuorg (0.3-4) unstable; urgency=low + + * Release for vdrdevel 1.5.10 + + -- Thomas Günther Tue, 16 Oct 2007 23:50:55 +0200 + +vdr-plugin-menuorg (0.3-3) unstable; urgency=low + + * Added 90_menuorg-0.3-1.5.9.dpatch + + -- Thomas Günther Wed, 29 Aug 2007 01:44:00 +0200 + +vdr-plugin-menuorg (0.3-2) unstable; urgency=low + + * Release for vdrdevel 1.5.9 + + -- Thomas Günther Tue, 28 Aug 2007 01:01:06 +0200 + +vdr-plugin-menuorg (0.3-1) unstable; urgency=low + + * New upstream release + + -- Tobias Grimm Sat, 25 Aug 2007 21:48:43 +0200 + +vdr-plugin-menuorg (0.2-1) unstable; urgency=low + + * New upstream release (fixes issue with burn plug-in) + + -- Tobias Grimm Sat, 25 Aug 2007 20:26:09 +0200 + +vdr-plugin-menuorg (0.1-1) unstable; urgency=low + * Initial release - -- Tobias Grimm Sun, 22 Jul 2007 00:25:20 +0200 + -- Tobias Grimm Fri, 24 Aug 2007 21:27:05 +0200 diff --git a/debian/control b/debian/control index 6dc55ba..94c8f0a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vdr-plugin-menuorg Section: misc Priority: extra Maintainer: Tobias Grimm -Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1), libxml++2.6-dev +Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1), libxml++2.6-dev, libglibmm-2.4-dev Standards-Version: 3.7.2 Package: vdr-plugin-menuorg @@ -11,8 +11,8 @@ Depends: ${shlibs:Depends}, ${vdr:Depends} Conflicts: vdr-plugin-submenu (<< 0.0.2-35) Replaces: vdr-plugin-submenu (<< 0.0.2-35) Description: A VDR plug-in to reorganize the OSD main menu - This plug-in for the Linux Video Disc Recorder VDR, allows the main menu in + This plug-in for the Linux Video Disc Recorder VDR allows the main menu in VDR's On Screen Display to be reorganized. The order of the displayed menu - items can be changed and sub menus can be created. Besides this, additional - "command" menu items can be added, that will execute any system commands. + items can be changed and sub menus can be created. Besides this additional + "command" menu items can be added, which will execute any system commands. XB-VDR-Patchlevel: ${vdr:Patchlevel} diff --git a/debian/examples b/debian/examples new file mode 100644 index 0000000..e8fc762 --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +menuorg.xml diff --git a/debian/install b/debian/install index 5c38b81..ec489ee 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,5 @@ libvdr-menuorg.so.* usr/lib/vdr/plugins/ menuorg.xml usr/share/vdr-plugin-menuorg/ menuorg.dtd usr/share/vdr-plugin-menuorg/ +debian/menuorg.xml.minimum usr/share/vdr-plugin-menuorg/ vdr-submenu2menuorg usr/bin/ diff --git a/debian/menuorg.xml.minimum b/debian/menuorg.xml.minimum new file mode 100644 index 0000000..936088b --- /dev/null +++ b/debian/menuorg.xml.minimum @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/debian/postinst b/debian/postinst index 8f8346d..5c804ef 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,7 +22,7 @@ MENUORG_XML=/var/lib/vdr/plugins/menuorg.xml case "$1" in configure) [ -e "$MENUORG_XML" ] || \ - cp /usr/share/vdr-plugin-menuorg/menuorg.xml "$MENUORG_XML" + cp /usr/share/vdr-plugin-menuorg/menuorg.xml.minimum "$MENUORG_XML" ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3