diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-26 01:33:38 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-26 01:33:38 +0000 |
commit | e40aff13427ae39718526b99e412b68dd0858f01 (patch) | |
tree | 294bae4ce662337b12b33aa05b0a13148a6728e1 /debian | |
parent | 1e490487b1cd6314c1783c05f2de865b4e045b21 (diff) | |
download | vdr-plugin-menuorg-e40aff13427ae39718526b99e412b68dd0858f01.tar.gz vdr-plugin-menuorg-e40aff13427ae39718526b99e412b68dd0858f01.tar.bz2 |
plugin rename, some tests for navigate through the menus
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5634 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/install | 2 | ||||
-rw-r--r-- | debian/links.ex | 2 | ||||
-rw-r--r-- | debian/postinst.ex | 2 | ||||
-rw-r--r-- | debian/postrm.ex | 2 | ||||
-rw-r--r-- | debian/preinst.ex | 2 | ||||
-rw-r--r-- | debian/prerm.ex | 2 | ||||
-rw-r--r-- | debian/watch.ex | 8 |
10 files changed, 15 insertions, 15 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 3e0e4ee..3fa36a1 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,4 +1,4 @@ -vdr-plugin-submenu for Debian +vdr-plugin-menuorg for Debian ----------------------------- <possible notes regarding this package - if none, delete this file> diff --git a/debian/changelog b/debian/changelog index 3e39c46..e04763a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vdr-plugin-submenu (0.0.1-1) unstable; urgency=low +vdr-plugin-menuorg (0.0.1-1) unstable; urgency=low * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> diff --git a/debian/control b/debian/control index 8a40fce..5c00f22 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ -Source: vdr-plugin-submenu +Source: vdr-plugin-menuorg Section: misc Priority: extra Maintainer: Tobias Grimm <tg@e-tobi.net> -Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1.2) +Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1) Standards-Version: 3.7.2 -Package: vdr-plugin-submenu +Package: vdr-plugin-menuorg Architecture: any Depends: ${shlibs:Depends}, ${vdr:Depends} Description: <insert up to 60 chars description> diff --git a/debian/install b/debian/install index 28b7b2b..714cc7a 100644 --- a/debian/install +++ b/debian/install @@ -1 +1 @@ -libvdr-submenu.so.* usr/lib/vdr/plugins/ +libvdr-menuorg.so.* usr/lib/vdr/plugins/ diff --git a/debian/links.ex b/debian/links.ex index d8b3131..bd1de72 100644 --- a/debian/links.ex +++ b/debian/links.ex @@ -1 +1 @@ -usr/share/vdr-plugin-submenu/submenu var/lib/vdr/plugins/submenu +usr/share/vdr-plugin-menuorg/menuorg var/lib/vdr/plugins/menuorg diff --git a/debian/postinst.ex b/debian/postinst.ex index e37e6c2..2352e9b 100644 --- a/debian/postinst.ex +++ b/debian/postinst.ex @@ -1,5 +1,5 @@ #!/bin/sh -# postinst script for vdr-plugin-submenu +# postinst script for vdr-plugin-menuorg # # see: dh_installdeb(1) diff --git a/debian/postrm.ex b/debian/postrm.ex index 267fa48..47e6e00 100644 --- a/debian/postrm.ex +++ b/debian/postrm.ex @@ -1,5 +1,5 @@ #!/bin/sh -# postrm script for vdr-plugin-submenu +# postrm script for vdr-plugin-menuorg # # see: dh_installdeb(1) diff --git a/debian/preinst.ex b/debian/preinst.ex index 0f037d3..c067c34 100644 --- a/debian/preinst.ex +++ b/debian/preinst.ex @@ -1,5 +1,5 @@ #!/bin/sh -# preinst script for vdr-plugin-submenu +# preinst script for vdr-plugin-menuorg # # see: dh_installdeb(1) diff --git a/debian/prerm.ex b/debian/prerm.ex index 32c317b..1f82830 100644 --- a/debian/prerm.ex +++ b/debian/prerm.ex @@ -1,5 +1,5 @@ #!/bin/sh -# prerm script for vdr-plugin-submenu +# prerm script for vdr-plugin-menuorg # # see: dh_installdeb(1) diff --git a/debian/watch.ex b/debian/watch.ex index 1eaf929..7d65cb6 100644 --- a/debian/watch.ex +++ b/debian/watch.ex @@ -8,15 +8,15 @@ version=3 # Uncomment to examine a Webpage # <Webpage URL> <string match> -#http://www.example.com/downloads.php vdr-plugin-submenu-(.*)\.tar\.gz +#http://www.example.com/downloads.php vdr-plugin-menuorg-(.*)\.tar\.gz # Uncomment to examine a Webserver directory -#http://www.example.com/pub/vdr-plugin-submenu-(.*)\.tar\.gz +#http://www.example.com/pub/vdr-plugin-menuorg-(.*)\.tar\.gz # Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/vdr-plugin-submenu-(.*)\.tar\.gz debian uupdate +#ftp://ftp.example.com/pub/vdr-plugin-menuorg-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for debscripts >= 2.9 -# http://sf.net/vdr-plugin-submenu/vdr-plugin-submenu-(.*)\.tar\.gz +# http://sf.net/vdr-plugin-submenu/vdr-plugin-menuorg-(.*)\.tar\.gz |