lp:ubuntu/saucy-proposed/tvtime

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/tvtime
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

40. By Pojar Geo

* Update libtool at build time using autoreconf -fi, in order to fix a build
  failure. (LP: #1216386)
* Updated debian/patches/tvtime-1.0.2-build.patch:
  - Run autoupdate to modernize configure.ac.
  - Remove AC_TYPE_SIGNAL usage.
  - Concatenate with tvtime-1.0.2-build.patch and tvtime-1.0.2-libtool.patch
    and remove them as result.
* Removed the content against config.h.in, configure and Makefile.in from
  desktop_file.patch and tvtime-1.0.2-screensaver.patch, since we use
  autoreconf anyways.
* Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Reject symbolic links
  on platforms that support O_NOFOLLOW when open a file (security feature).
* Updated tvtime-1.0.2-xmltv.patch: Fixed variable length array folded to
  constant array as an extension.
* debian/control: Build-Depends on autopoint.

39. By Pojar Geo

Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Return 0 if config file
name will be to long.

38. By Pojar Geo

* debian/patches/tvtime-1.0.2-cppcheck.patch: Fix severe errors in the code
  discovered with the cppcheck static code analysis tool. (LP: #1191093)
  - (error) Possible null pointer dereference: x - otherwise it is redundant
    to check it against null.
  - (error) Common realloc mistake: x nulled but not freed upon failure.
  - (error) Resource leak: x.
  - (error) Buffer is accessed out of bounds: x.
  - (error) Memory leak: x.
  - (error) Dangerous usage of x (strncpy doesn't always null-terminate it).
  - (warning) Dangerous usage of strncat - x'rd parameter is the maximum
    number of characters to append.
  - (warning) The buffer x may not be null-terminated after the call to
    strncpy().

37. By Pojar Geo

* Modified debian/patches/tvtime-1.0.2-channel_list.patch: Prevent app to
  crash when try to renumber current channel by send an 'ENTER' command if we
  type more digits than there are channels. (LP: #1164457)
  - Deleted tvtime-1.0.2-key_event.patch as a result.

36. By Pojar Geo

Updated debian/patches/tvtime-1.0.2-channel_list.patch: Make more logical
behavior when channel selection menu is active: move to channel in menu
instead to switch channel. (LP: #1163770)

35. By Pojar Geo

* debian/patches/tvtime-1.0.2-channel_list.patch: Added a "CHANNEL_LIST"
  command to shows a channel selection menu. (LP: #1094987)
* Updated debian/patches/tvtime-1.0.2-xmltv.patch: Don't show EPG info when
  videoinput != tuner. (LP: #1158277)

34. By Pojar Geo

* debian/patches/tvtime-1.0.2-station_remap.patch: Corrected a small bug,
  where after remapping a station to a different number, the number of
  stations (mgr->num_stations) was not updated accordingly. (LP: #1099042)
* debian/control: Updated to Standards-Version 3.9.4, no changes needed.

33. By Pojar Geo

Updated tvtime-1.0.2-key_event.patch: Fixed command
"tvtime-command CHANNEL_RENUMBER". (LP: #1074512)

32. By Pojar Geo

* Merge from Debian unstable (LP: #92752). Remaining Ubuntu changes:
  - Retain patches:
    tvtime-1.0.1-savematte.patch, desktop_file.patch, tvtime-1.0.2-alsa.patch,
    tvtime-1.0.2-alsamixer.patch, pal_audio_mode_persistence.patch,
    tvtime-1.0.2-screensaver.patch, tvtime-1.0.2-videoinput.patch,
    tvtime-1.0.2-osd.patch, tvtime-1.0.2-usage.patch,
    tvtime-1.0.2-command.patch, tvtime-1.0.2-build.patch,
    tvtime-1.0.2-libtool.patch, tvtime-1.0.2-cursor.patch,
    tvtime-1.0.2-metacity.patch, tvtime-1.0.2-x_size_hint.patch,
    tvtime-1.0.2-menu.patch, tvtime-1.0.2-focus_mouse.patch,
    tvtime-1.0.2-icon.patch, tvtime-1.0.2-tvtimeosd.patch,
    tvtime-1.0.2-cpuid.patch, tvtime-1.0.2-xmltv.patch,
    tvtime-1.0.2-vbidata.patch, tvtime-1.0.2-verbose.patch,
    tvtime-1.0.2-vbiscreen.patch, tvtime-1.0.2-closed_caption.patch,
    tvtime-1.0.2-key_event.patch, tvtime-1.0.2-vbi.patch,
    tvtime-1.0.2-xinerama.patch, tvtime-1.0.2-volume.patch,
    tvtime-1.0.2-output_volume.patch, tvtime-1.0.2-autoconf.patch,
    tvtime-1.0.2-xcommon.patch.
  - debian/control: Build-Depends on autoconf, automake, libasound2-dev,
    libtool and libxss instead of libxtst.
  - debian/rules: Call autoreconf to re-generate the configure script.
  - added debian/source/format file.
* Droped Debian changes:
  - debian/control: Suggests: oss-compat.
  - debian/control: Build-Depends chrpath.
  - debian/rules: Fixed binary-or-shlib-defines-rpath.

31. By Charlie_Smotherman

* Merge from Debian unstable (LP: #92752). Remaining Ubuntu changes:
  - Retain patches:
    tvtime-1.0.1-savematte.patch, desktop_file.patch, tvtime-1.0.2-alsa.patch,
    tvtime-1.0.2-alsamixer.patch, pal_audio_mode_persistence.patch,
    tvtime-1.0.2-screensaver.patch, tvtime-1.0.2-videoinput.patch,
    tvtime-1.0.2-osd.patch, tvtime-1.0.2-usage.patch,
    tvtime-1.0.2-command.patch, tvtime-1.0.2-build.patch,
    tvtime-1.0.2-libtool.patch, tvtime-1.0.2-cursor.patch,
    tvtime-1.0.2-metacity.patch, tvtime-1.0.2-x_size_hint.patch,
    tvtime-1.0.2-menu.patch, tvtime-1.0.2-focus_mouse.patch,
    tvtime-1.0.2-icon.patch, tvtime-1.0.2-tvtimeosd.patch,
    tvtime-1.0.2-cpuid.patch, tvtime-1.0.2-xmltv.patch,
    tvtime-1.0.2-vbidata.patch, tvtime-1.0.2-verbose.patch,
    tvtime-1.0.2-vbiscreen.patch, tvtime-1.0.2-closed_caption.patch,
    tvtime-1.0.2-key_event.patch, tvtime-1.0.2-vbi.patch,
    tvtime-1.0.2-xinerama.patch, tvtime-1.0.2-volume.patch,
    tvtime-1.0.2-output_volume.patch, tvtime-1.0.2-autoconf.patch,
    tvtime-1.0.2-xcommon.patch.
  - debian/control: Build-Depends on autoconf, automake, libasound2-dev,
    libtool and libxss instead of libxtst.
  - debian/rules: Call autoreconf to re-generate the configure script.
  - added debian/source/format file.
* Droped Debian changes:
  - debian/control: Suggests: oss-compat.
  - debian/control: Build-Depends chrpath.
  - debian/rules: Fixed binary-or-shlib-defines-rpath.
* debian/patches/saveconfig.diff: Added. Prevents needless creation of
  $HOME/.tvtime by tvtime-configure. Closes: #694892, #445192.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/tvtime
This branch contains Public information 
Everyone can see this information.

Subscribers