Your message dated Sun, 19 May 2013 10:48:50 +0000
with message-id <[email protected]>
and subject line Bug#708683: fixed in vdr 2.0.1-2
has caused the Debian Bug report #708683,
regarding upgrading to vdr 2.0.1-1 breaks lirc integration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
708683: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708683
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vdr
Version: 2.0.1-1
Severity: normal
Tags: patch

Hi

After upgrading vdr from 1.7.28-1 to 2.0.1-1, the configured lirc 
remote doesn't work anymore (lirc's irw confirms that the lirc 
configuration itself is fine and available through the default lircd 
socket /var/run/lirc/lircd, /run/lirc/lircd respectively).

$ dpkg -l | grep vdr
ii  libxine2-xvdr                           1.0.7+cvs20130223.2117-6           
amd64        Xine input plugin for vdr-plugin-xineliboutput streams
ii  vdr                                     2.0.1-1                            
amd64        Video Disk Recorder for DVB cards
ii  vdr-dev                                 2.0.1-1                            
all          Video Disk Recorder for DVB cards
ii  vdr-plugin-femon                        2.0.0-1                            
amd64        DVB frontend status monitor plugin for VDR
ii  vdr-plugin-live                         0.2.0+git20130305-6                
amd64        Web administration plugin for VDR
ii  vdr-plugin-osdteletext                  0.9.4-4                            
amd64        Teletext plugin for VDR
ii  vdr-plugin-xineliboutput                1.0.7+cvs20130223.2117-6           
amd64        VDR plugin for Xine based sofdevice frontends
ii  xineliboutput-sxfe                      1.0.7+cvs20130223.2117-6           
amd64        Remote X-Server frontend for vdr-plugin-xineliboutput

$ cat /var/lib/vdr/remote.conf 
LIRC.Up         KEY_UP
LIRC.Down       KEY_DOWN
LIRC.Menu       KEY_MENU
LIRC.Ok         KEY_OK
LIRC.Back       KEY_BACK
LIRC.Left       KEY_LEFT
LIRC.Right      KEY_RIGHT
LIRC.Red        KEY_RED
LIRC.Green      KEY_GREEN
LIRC.Yellow     KEY_YELLOW
LIRC.Blue       KEY_BLUE
LIRC.0          KEY_0
LIRC.1          KEY_1
LIRC.2          KEY_2
LIRC.3          KEY_3
LIRC.4          KEY_4
LIRC.5          KEY_5
LIRC.6          KEY_6
LIRC.7          KEY_7
LIRC.8          KEY_8
LIRC.9          KEY_9
LIRC.Info       KEY_INFO
LIRC.Play       KEY_PLAY
LIRC.Pause      KEY_PAUSE
LIRC.Stop       KEY_STOP
LIRC.Record     KEY_RECORD
LIRC.FastFwd    KEY_FORWARD
LIRC.FastRew    KEY_REWIND
LIRC.Next       KEY_NEXT
LIRC.Prev       KEY_LAST
LIRC.Power      KEY_POWER
LIRC.Channel+   KEY_CHANNELUP
LIRC.Channel-   KEY_CHANNELDOWN
LIRC.PrevChannel KEY_PREVIOUS
LIRC.Volume+    KEY_VOLUMEUP
LIRC.Volume-    KEY_VOLUMEDOWN
LIRC.Mute       KEY_MUTE
LIRC.Audio      KEY_AUDIO
LIRC.Subtitles  KEY_SUBTITLE
LIRC.Schedule   KEY_EPG
LIRC.Channels   KEY_TV
LIRC.Recordings KEY_VIDEO

$ cat /etc/lirc/lircd.conf 

# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.9.0(default) on Thu Jan 26 13:46:54 2012
#
# contributed by 
#
# brand:                       lircd.conf
# model no. of remote control: 
# devices being controlled by this remote:
#

begin remote

  name  HauppaugeMCEUSB-RC6-lirc
  bits           13
  flags RC6|CONST_LENGTH
  eps            30
  aeps          100

  header       2715   849
  one           476   421
  zero          476   421
  pre_data_bits   24
  pre_data       0x1BFF83
  gap          105906
  toggle_bit_mask 0x8000
  rc6_mask    0x100000000

      begin codes
          KEY_SLEEP                0x1BF3
          KEY_PAUSE                0x1BE7
          KEY_RECORD               0x1BE8
          KEY_STOP                 0x1BE6
          KEY_REWIND               0x1BEA
          KEY_PLAY                 0x1BE9
          KEY_FORWARD              0x1BEB
          KEY_PREVIOUS             0x1BE4
          KEY_NEXT                 0x1BE5
          KEY_BACK                 0x1BDC
          KEY_UP                   0x1BE1
          KEY_INFO                 0x1BF0
          KEY_LEFT                 0x1BDF
          KEY_OK                   0x1BDD
          KEY_RIGHT                0x1BDE
          KEY_DOWN                 0x1BE0
          KEY_VOLUMEUP             0x1BEF
          KEY_CHANNELUP            0x1BED
          KEY_MENU                 0x1BF2
          KEY_VOLUMEDOWN           0x1BEE
          KEY_CHANNELDOWN          0x1BEC
          KEY_MUTE                 0x1BF1
          KEY_PVR                  0x1BB7
          KEY_DVD                  0x1BDB
          KEY_EPG                  0x1BD9
          KEY_TUNER                0x1BDA
          KEY_1                    0x1BFE
          KEY_2                    0x1BFD
          KEY_3                    0x1BFC
          KEY_4                    0x1BFB
          KEY_5                    0x1BFA
          KEY_6                    0x1BF9
          KEY_7                    0x1BF8
          KEY_8                    0x1BF7
          KEY_9                    0x1BF6
          KEY_NUMERIC_STAR         0x1BE2
          KEY_0                    0x1BFF
          KEY_NUMERIC_POUND        0x1BE3
          KEY_DELETE               0x1BF5
          KEY_ENTER                0x1BF4
          KEY_RED                  0x1BA4
          KEY_GREEN                0x1BA3
          KEY_YELLOW               0x1BA2
          KEY_BLUE                 0x1BA1
          KEY_SUBTITLE             0x1BA5
      end codes

end remote

After checking the debdiff between vdr 1.7.28-1 and 2.0.1-1, I noticed
that enabling lirc support apparently got dropped while migrating to a
dh7+ based buildsystem. I can confirm that re-adding REMOTE=LIRC to
MAKE_OPTIONS fixes the problem for me:

--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 PREFIX = /usr
 VIDEODIR = /var/lib/video
 LIBDIR = /usr/lib/vdr/plugins
-MAKE_OPTIONS = PREFIX=$(PREFIX) VIDEODIR=$(VIDEODIR) LIBDIR=$(LIBDIR)
+MAKE_OPTIONS = PREFIX=$(PREFIX) VIDEODIR=$(VIDEODIR) LIBDIR=$(LIBDIR) 
REMOTE=LIRC
 
 %:
        dh $@

Please consider re-enabling lirc support in vdr.

Regards
        Stefan Lippers-Hollmann

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.9-2.slh.1-aptosid-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vdr depends on:
ii  adduser                3.113+nmu3
ii  debconf [debconf-2.0]  1.5.50
ii  libc6                  2.17-3
ii  libcap2                1:2.22-1.2
ii  libfontconfig1         2.9.0-7.1
ii  libfreetype6           2.4.9-1.1
ii  libgcc1                1:4.8.0-7
ii  libjpeg8               8d-1
ii  libstdc++6             4.8.0-7
ii  psmisc                 22.20-1

Versions of packages vdr recommends:
ii  fonts-freefont-ttf [ttf-freefont]  20120503-1
ii  lirc                               0.9.0-0~svnr512.0
ii  ttf-bitstream-vera                 1.10-8
ii  ttf-freefont                       20120503-1

Versions of packages vdr suggests:
pn  vdr-plugin-dvbsddevice  <none>

-- Configuration Files:
/etc/default/vdr changed [not included]
/etc/vdr/svdrphosts.conf changed [not included]

-- debconf information excluded

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Source: vdr
Source-Version: 2.0.1-2

We believe that the bug you reported is fixed in the latest version of
vdr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Grimm <[email protected]> (supplier of updated vdr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 19 May 2013 11:57:39 +0200
Source: vdr
Binary: vdr vdr-dev vdr-dbg vdr-plugin-dvbsddevice vdr-plugin-dvbsddevice-dbg 
vdr-plugin-dvbhddevice vdr-plugin-dvbhddevice-dbg vdr-plugin-examples
Architecture: source amd64 all
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team <[email protected]>
Changed-By: Tobias Grimm <[email protected]>
Description: 
 vdr        - Video Disk Recorder for DVB cards
 vdr-dbg    - Debug symbols for the VDR Video Disc Recorder
 vdr-dev    - Video Disk Recorder for DVB cards
 vdr-plugin-dvbhddevice - Plugin that adds support for full featured HD-DVB 
cards to VDR
 vdr-plugin-dvbhddevice-dbg - Plugin that adds support for full featured HD-DVB 
cards to VDR
 vdr-plugin-dvbsddevice - Plugin that adds support for full featured SD-DVB 
cards to VDR
 vdr-plugin-dvbsddevice-dbg - Plugin that adds support for full featured SD-DVB 
cards to VDR
 vdr-plugin-examples - Plugins for vdr to show some possible features
Closes: 708683
Changes: 
 vdr (2.0.1-2) unstable; urgency=low
 .
   * Added new LIRC option to /etc/default/vdr to allow to change the lirc path
     or to disable lirc by setting it to /dev/null (Closes: #708683)
Checksums-Sha1: 
 d652cd343c635b1c33f38cf96ccf7c22cac7f191 1802 vdr_2.0.1-2.dsc
 327be501994a650fa8d6280f7c850709ab3e3731 837098 vdr_2.0.1.orig.tar.bz2
 4c27be892209daf505d341043b1b91bf30fc2490 47232 vdr_2.0.1-2.debian.tar.bz2
 68ce393237417368aa0190f0b634a19eabfac39a 1129540 vdr_2.0.1-2_amd64.deb
 b519d4520b7eff6fccd23d47d1ff7af05b09ee3b 375516 vdr-dev_2.0.1-2_all.deb
 e9c9ac29a5753f3409d1e9fddf812edd7482985f 1847452 vdr-dbg_2.0.1-2_amd64.deb
 55e709a66963cdb9e506a1017753e87b15433b16 184920 
vdr-plugin-dvbsddevice_2.0.1-2_amd64.deb
 9fc2b3d5eb3c4ded0c02eafef25b1443312c0145 212604 
vdr-plugin-dvbsddevice-dbg_2.0.1-2_amd64.deb
 acf4877db1fa2d5c80d8e551b2faebaaba19f74d 211028 
vdr-plugin-dvbhddevice_2.0.1-2_amd64.deb
 cc6acaa707d0547d8962f3b168a8fffd58427d7e 294478 
vdr-plugin-dvbhddevice-dbg_2.0.1-2_amd64.deb
 40dfa83b5756e4a95b59135cd5215d602cbd5bcf 244114 
vdr-plugin-examples_2.0.1-2_amd64.deb
Checksums-Sha256: 
 051a3b89fb8c4fa6bc1b6934b5b02cd16d8c71ccb9934a4d145476139d45169b 1802 
vdr_2.0.1-2.dsc
 45097a09ff66912a780c5fae49f3d29ed464d3359b1135045800811f899134d6 837098 
vdr_2.0.1.orig.tar.bz2
 02f74d575c24c13f22a664e027cf934705771e3b179aa47261b6ae6d285d5aac 47232 
vdr_2.0.1-2.debian.tar.bz2
 57033e367865784c5f287c37ec4864d9d9c26b0cc65e115c44fd18e10d262af2 1129540 
vdr_2.0.1-2_amd64.deb
 cd2b64b3754cd581b54d1e3be9eb57cb15d4d666bcbae1e13aabab966587888f 375516 
vdr-dev_2.0.1-2_all.deb
 18da242118cb48297f417d2da9892e188b9dc5499e8cd436ddd34412b063821c 1847452 
vdr-dbg_2.0.1-2_amd64.deb
 e75ad381d032ad9d96a0606ae99fa8dba6da5e5b8ed33497d4197d8d3c4d5cf5 184920 
vdr-plugin-dvbsddevice_2.0.1-2_amd64.deb
 931c6eccb2509b09c4f57262fa064e2d39236b18a8026685351aa721a2001cf3 212604 
vdr-plugin-dvbsddevice-dbg_2.0.1-2_amd64.deb
 074919f57dfa71c2d8475eea2164a453d3018e3c0333f43cc458c967c9323ac5 211028 
vdr-plugin-dvbhddevice_2.0.1-2_amd64.deb
 b7380fc3e34ebc21ddd26c31cebd8782d392073c81b20523fe99a26332b7e203 294478 
vdr-plugin-dvbhddevice-dbg_2.0.1-2_amd64.deb
 680e6b505d93c66946987d8ec337a96c88b909fe58c2d6b7c79f11882180cc32 244114 
vdr-plugin-examples_2.0.1-2_amd64.deb
Files: 
 e03c975ed80becab30d5319f1f423dd6 1802 video extra vdr_2.0.1-2.dsc
 e1b7a76c57c96300829dccd39eb20e7d 837098 video extra vdr_2.0.1.orig.tar.bz2
 3bcfc43a5648e9d9ff546b9dd8fcda7a 47232 video extra vdr_2.0.1-2.debian.tar.bz2
 97a8b97e77e8fa6199036f6b488d6b03 1129540 video extra vdr_2.0.1-2_amd64.deb
 c5608cc3296383bb6370b84fc27d7b20 375516 video extra vdr-dev_2.0.1-2_all.deb
 4476f40e5f1f185ab6e7d54309bbda5a 1847452 debug extra vdr-dbg_2.0.1-2_amd64.deb
 484a5dc3d31955efcf389f48fc917328 184920 video extra 
vdr-plugin-dvbsddevice_2.0.1-2_amd64.deb
 5fda76d255a4b71b66be5d34adfcbc52 212604 debug extra 
vdr-plugin-dvbsddevice-dbg_2.0.1-2_amd64.deb
 80c86215aa54ad2e8ee46e69f3a70aec 211028 video extra 
vdr-plugin-dvbhddevice_2.0.1-2_amd64.deb
 3ea857d609219a7912fef2e36aff5eff 294478 debug extra 
vdr-plugin-dvbhddevice-dbg_2.0.1-2_amd64.deb
 a98141b1021281185924005588808aa7 244114 video extra 
vdr-plugin-examples_2.0.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlGYpVwACgkQ9xgNJq7apkKR6wCeJPhLdCe1Q45jQwTmpE4eXIMh
2jsAn2epoeyI6VQ65g52DRM0lQLNImJW
=pYjs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to