View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/tvtime 1 Development 2015-05-06 04:05:42 UTC
48. * Improve error message about invalid...

Author: Pojar Geo
Revision Date: 2015-03-12 17:37:24 UTC

* Improve error message about invalid framesize:
  - The "Frame too short" error message is not quite right. The problem is
    that tvtime expects exactly the same height as available on a TV standard,
    e.g. 480 or 576. Any different value (even bigger) won't work.
  - Renamed tvtime-1.0.2-videoinput.patch to tvtime-1.0.2-uvc.patch

lp:ubuntu/vivid/tvtime bug 2 Mature 2015-03-12 17:37:24 UTC
48. * Improve error message about invalid...

Author: Pojar Geo
Revision Date: 2015-03-12 17:37:24 UTC

* Improve error message about invalid framesize:
  - The "Frame too short" error message is not quite right. The problem is
    that tvtime expects exactly the same height as available on a TV standard,
    e.g. 480 or 576. Any different value (even bigger) won't work.
  - Renamed tvtime-1.0.2-videoinput.patch to tvtime-1.0.2-uvc.patch

lp:ubuntu/vivid-proposed/tvtime bug 1 Development 2015-03-12 17:37:24 UTC
48. * Improve error message about invalid...

Author: Pojar Geo
Revision Date: 2015-03-12 17:37:24 UTC

* Improve error message about invalid framesize:
  - The "Frame too short" error message is not quite right. The problem is
    that tvtime expects exactly the same height as available on a TV standard,
    e.g. 480 or 576. Any different value (even bigger) won't work.
  - Renamed tvtime-1.0.2-videoinput.patch to tvtime-1.0.2-uvc.patch

lp:ubuntu/utopic-proposed/tvtime bug 2 Mature 2014-08-11 11:22:20 UTC
44. * Fix a bug where the alsa thread nev...

Author: Pojar Geo
Revision Date: 2014-08-11 11:22:20 UTC

* Fix a bug where the alsa thread never stops.
  - If the output audio device never read the buffer then the alsa thread
    would continue to fill it up and never stop when the capture stops.
* debian/control: Depend on fonts-freefont-ttf instead of ttf-freefont as the
  package got renamed.

lp:ubuntu/utopic/tvtime 1 Development 2014-08-11 11:22:20 UTC
44. * Fix a bug where the alsa thread nev...

Author: Pojar Geo
Revision Date: 2014-08-11 11:22:20 UTC

* Fix a bug where the alsa thread never stops.
  - If the output audio device never read the buffer then the alsa thread
    would continue to fill it up and never stop when the capture stops.
* debian/control: Depend on fonts-freefont-ttf instead of ttf-freefont as the
  package got renamed.

lp:ubuntu/trusty-proposed/tvtime bug 2 Mature 2014-01-04 18:30:41 UTC
41. * debian/patches/tvtime-1.0.2-wmpid.p...

Author: Pojar Geo
Revision Date: 2014-01-02 17:01:25 UTC

* debian/patches/tvtime-1.0.2-wmpid.patch: Link to libsupc++ instead of
  bringing in libstdc++. (LP: #1265576)
* debian/patches/tvtime-1.0.2-libsupc++.patch: Add support to the _NET_WM_PID
  atom. (LP: #1265577)
* Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Fixed more memory leak.
* Renamed debian/patches/tvtime-1.0.2-icon.patch to tvtime-1.0.2-wmicon.patch
* debian/control: Updated to Standards-Version 3.9.5, no changes needed.

lp:ubuntu/trusty/tvtime 1 Development 2014-01-02 17:01:25 UTC
41. * debian/patches/tvtime-1.0.2-wmpid.p...

Author: Pojar Geo
Revision Date: 2014-01-02 17:01:25 UTC

* debian/patches/tvtime-1.0.2-wmpid.patch: Link to libsupc++ instead of
  bringing in libstdc++. (LP: #1265576)
* debian/patches/tvtime-1.0.2-libsupc++.patch: Add support to the _NET_WM_PID
  atom. (LP: #1265577)
* Updated debian/patches/tvtime-1.0.2-cppcheck.patch: Fixed more memory leak.
* Renamed debian/patches/tvtime-1.0.2-icon.patch to tvtime-1.0.2-wmicon.patch
* debian/control: Updated to Standards-Version 3.9.5, no changes needed.

lp:ubuntu/saucy-proposed/tvtime bug 2 Mature 2013-08-28 08:53:43 UTC
40. * Update libtool at build time using ...

Author: Pojar Geo
Revision Date: 2013-08-25 13:07:19 UTC

* 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.

lp:ubuntu/saucy/tvtime 1 Development 2013-08-25 13:07:19 UTC
40. * Update libtool at build time using ...

Author: Pojar Geo
Revision Date: 2013-08-25 13:07:19 UTC

* 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.

lp:ubuntu/raring-updates/tvtime 2 Mature 2013-06-17 10:51:41 UTC
37. * Modified debian/patches/tvtime-1.0....

Author: Pojar Geo
Revision Date: 2013-05-30 13:23:33 UTC

* 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.

lp:ubuntu/raring-proposed/tvtime bug 2 Mature 2013-06-06 19:38:21 UTC
37. * Modified debian/patches/tvtime-1.0....

Author: Pojar Geo
Revision Date: 2013-05-30 13:23:33 UTC

* 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.

lp:ubuntu/raring/tvtime bug 1 Development 2013-04-03 09:00:52 UTC
35. * Updated debian/patches/tvtime-1.0.2...

Author: Pojar Geo
Revision Date: 2013-04-03 09:00:52 UTC

* 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)

lp:ubuntu/quantal-updates/tvtime 2 Mature 2013-01-18 15:26:18 UTC
31. debian/patches/tvtime-1.0.2-saveconfi...

Author: Pojar Geo
Revision Date: 2012-12-12 15:36:00 UTC

debian/patches/tvtime-1.0.2-saveconfig.patch: Prevents needless creation of
$HOME/.tvtime by tvtime-configure. (LP: #92752)

lp:ubuntu/precise-updates/tvtime 2 Mature 2013-01-18 15:26:12 UTC
30. debian/patches/tvtime-1.0.2-saveconfi...

Author: Pojar Geo
Revision Date: 2012-12-12 15:47:13 UTC

debian/patches/tvtime-1.0.2-saveconfig.patch: Prevents needless creation of
$HOME/.tvtime by tvtime-configure. (LP: #92752)

lp:ubuntu/quantal-proposed/tvtime bug 2 Mature 2013-01-10 20:48:36 UTC
31. debian/patches/tvtime-1.0.2-saveconfi...

Author: Pojar Geo
Revision Date: 2012-12-12 15:36:00 UTC

debian/patches/tvtime-1.0.2-saveconfig.patch: Prevents needless creation of
$HOME/.tvtime by tvtime-configure. (LP: #92752)

lp:ubuntu/precise-proposed/tvtime bug 2 Mature 2013-01-10 20:48:19 UTC
30. debian/patches/tvtime-1.0.2-saveconfi...

Author: Pojar Geo
Revision Date: 2012-12-12 15:47:13 UTC

debian/patches/tvtime-1.0.2-saveconfig.patch: Prevents needless creation of
$HOME/.tvtime by tvtime-configure. (LP: #92752)

lp:~ubuntu-branches/ubuntu/quantal/tvtime/quantal-201206022209 (Has a merge proposal) 1 Development 2012-06-02 22:09:47 UTC
30. * Merge from Debian unstable (LP: #99...

Author: Andrew Starr-Bochicchio
Revision Date: 2012-06-02 21:32:09 UTC

* Merge from Debian unstable (LP: #996363). 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.
  - 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.
* Droped Ubuntu changes:
  - tvtime-1.0.2-from-upstream-fullscreen-crash.patch, applied in Debian as
    fullscreen.diff
  - tvtime-1.0.2-libpng-1.5.patch, applied in Debian as libpng.diff
  - tvtime-1.0.2-xvoutput.patch, applied in Debian as typo.diff
* Droped Debian changes:
  - debian/control: Suggests: oss-compat.
  - debian/control: Build-Depends chrpath.
  - debian/rules: Fixed binary-or-shlib-defines-rpath.
* debian/patches/tvtime-1.0.2-autoconf.patch: Fix warns about files that seem
  to use datarootdir without defining it.
* debian/patches/tvtime-1.0.2-xcommon.patch: Replace deprecated function
  XKeycodeToKeysym() with XkbKeycodeToKeysym().
* Update the "Comment" and "Name" field value in debian/desktop_file.patch
* Added debian/source/format file.
* debian/patches/libpng.diff: Added. Closes: #650582.
* debian/control: Suggests: oss-compat. Closes: #506726.
* debian/control: Build-Depends: quilt, chrpath.
* debian/rules: Modified to use quilt patches.
* debian/patches/fullscreen.diff: Closes: #568318.
* debian/rules: Fixed debian-rules-missing-recommended-target.
* debian/rules: Fixed binary-or-shlib-defines-rpath.
* debian/patches/typo.diff: Closes: #671612.
* debian/po/nl.po: Closes: #657467.
* debian/po/pl.po: Closes: #666444.
* debian/po/tr.po: Closes: #667485.
* debian/templates, debian/po/.po: Replaced -19 by -20. Closes: #539669.
* debian/README.source: Added. Fixes patch-system-but-no-source-readme.
* debian/source.lintian-overrides: Added to override
  patch-system-but-direct-changes-in-diff.
* debian/patches/tvtime-1.0.2-vbi.patch: Add support for more generic VBI
  handling. Currently only tested with the HVR-950 (em28xx based), so there
  may need to be additional changes required for other boards) (LP: #961677)
* debian/patches/tvtime-1.0.2-xinerama.patch: Make it possible to disable
  xinerama manually.

lp:ubuntu/quantal/tvtime bug 2 Mature 2012-06-02 21:33:17 UTC
30. * Merge from Debian unstable (LP: #99...

Author: Pojar Geo
Revision Date: 2012-06-02 17:16:42 UTC

* Merge from Debian unstable (LP: #996363). 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.
  - 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.
* Droped Ubuntu changes:
  - tvtime-1.0.2-from-upstream-fullscreen-crash.patch, applied in Debian as
    fullscreen.diff
  - tvtime-1.0.2-libpng-1.5.patch, applied in Debian as libpng.diff
  - tvtime-1.0.2-xvoutput.patch, applied in Debian as typo.diff
* Droped Debian changes:
  - debian/control: Suggests: oss-compat.
  - debian/control: Build-Depends chrpath.
  - debian/rules: Fixed binary-or-shlib-defines-rpath.
* debian/patches/tvtime-1.0.2-autoconf.patch: Fix warns about files that seem
  to use datarootdir without defining it.
* debian/patches/tvtime-1.0.2-xcommon.patch: Replace deprecated function
  XKeycodeToKeysym() with XkbKeycodeToKeysym().
* Update the "Comment" and "Name" field value in debian/desktop_file.patch
* Added debian/source/format file.

lp:ubuntu/lucid-updates/tvtime 2 Mature 2012-04-11 08:00:40 UTC
16. * debian/patches/tvtime-1.0.2-screens...

Author: Pojar Geo
Revision Date: 2012-03-16 11:41:14 UTC

* debian/patches/tvtime-1.0.2-screensaver.patch:
  Use XScreenSaverExtension instead of typing text via Xtest (LP: #715242)
* debian/control: Build-depend on libxss instead of libxtst.

lp:ubuntu/precise/tvtime bug 2 Mature 2012-03-26 21:11:37 UTC
29. * debian/patches/tvtime-1.0.2-volume....

Author: Pojar Geo
Revision Date: 2012-03-22 16:21:31 UTC

* debian/patches/tvtime-1.0.2-volume.patch: Leave volume muted when decreasing
  volume, this way if the volume is accidentally way too loud, you can mute
  and decrease without it coming back on. (LP: #962666)
* debian/patches/tvtime-1.0.2-output_volume.patch: Add option to show output
  volume percentage on startup.
* Update debian/patches/pal_audio_mode_persistence.patch to declare omitted
  function + added header to patch.

lp:ubuntu/lucid-proposed/tvtime bug 2 Mature 2012-03-23 08:17:16 UTC
16. * debian/patches/tvtime-1.0.2-screens...

Author: Pojar Geo
Revision Date: 2012-03-16 11:41:14 UTC

* debian/patches/tvtime-1.0.2-screensaver.patch:
  Use XScreenSaverExtension instead of typing text via Xtest (LP: #715242)
* debian/control: Build-depend on libxss instead of libxtst.

lp:ubuntu/oneiric-updates/tvtime 2 Mature 2012-03-05 18:29:58 UTC
21. * debian/patches/tvtime-1.0.2-screens...

Author: Pojar Geo
Revision Date: 2012-02-11 17:16:41 UTC

* debian/patches/tvtime-1.0.2-screensaver.patch:
  Use XScreenSaverExtension instead of typing text via Xtest (LP: #715242)
* debian/control: Build-depend on libxss instead of libxtst.

lp:ubuntu/oneiric-proposed/tvtime bug 2 Mature 2012-02-27 01:12:16 UTC
21. * debian/patches/tvtime-1.0.2-screens...

Author: Pojar Geo
Revision Date: 2012-02-11 17:16:41 UTC

* debian/patches/tvtime-1.0.2-screensaver.patch:
  Use XScreenSaverExtension instead of typing text via Xtest (LP: #715242)
* debian/control: Build-depend on libxss instead of libxtst.

lp:ubuntu/warty/tvtime bug 1 Development 2012-01-31 13:51:12 UTC
2. Add a Japanese translation of the deb...

Author: Simon Law
Revision Date: 2004-01-13 18:00:36 UTC

Add a Japanese translation of the debconf templates. (Closes: Bug#224165)
Thanks to Hideki Yamane <henrich@samba.gr.jp>

lp:ubuntu/oneiric/tvtime bug 2 Mature 2011-08-14 20:08:25 UTC
20. * Merge from Debian unstable. Remaini...

Author: Daniel T Chen
Revision Date: 2011-08-14 15:12:13 UTC

* Merge from Debian unstable. Remaining changes:
  - Retain patches (tvtime-1.0.2-videoinput_get_audio-check-vidin.patch,
    tvtime-1.0.2-alsamixer.patch, tvtime-1.0.1-savematte.patch,
    desktop_file.patch, tvtime-1.0.2-alsa.patch)
  - debian/control: additional build-dependencies
  - debian/rules: call autoreconf
* Apply pal_audio_mode_persistence.patch from John Lee <jjl@pobox.com>.
  Thanks, John! (LP: #540268)

lp:ubuntu/natty/tvtime bug 2 Mature 2010-11-23 16:16:57 UTC
18. debian/patches/tvtime-1.0.2-alsamixer...

Author: David Henningsson
Revision Date: 2010-11-22 16:28:51 UTC

debian/patches/tvtime-1.0.2-alsamixer.patch: Apply patch for alsamixer
support, from Fedora (LP: #680386)

lp:ubuntu/maverick/tvtime bug 2 Mature 2010-08-28 23:29:17 UTC
17. * Merge from Debian unstable, remaini...

Author: Lorenzo De Liso
Revision Date: 2010-08-28 23:29:17 UTC

* Merge from Debian unstable, remaining changes:
  - Add quilt support.
  - debian/patches/tvtime-1.0.1-savematte.patch: tvtime does not rebember
    matte settings (LP: #313570).
  - debian/patches/desktop_file.patch: Fix docs/net-tvtime.desktop as
    Freedesktop.org's per-spec.
  - Add tvtime-1.0.2-alsa.patch to enable audio routing from external TV card;
  - debian/control: Build-depend on autoconf, automake, libasound2-dev,
    libtool.
  - debian/rules: Call autoreconf to re-generate the configure script.

lp:ubuntu/lucid/tvtime bug 1 Development 2010-01-07 11:39:21 UTC
15. * Add tvtime-1.0.2-alsa.patch to enab...

Author: Alessio Treglia
Revision Date: 2010-01-07 09:16:55 UTC

* Add tvtime-1.0.2-alsa.patch to enable audio routing from external TV card;
  thanks to Whoopie for the patch (LP: #340769).
* debian/control: Build-depend on autoconf,automake,libasound2-dev,libtool.
* debian/rules: Call autoreconf to re-generate the configure script.

lp:ubuntu/karmic/tvtime bug 1 Development 2009-10-10 23:38:11 UTC
13. * Add quilt support. * debian/patches...

Author: Alessio Treglia
Revision Date: 2009-09-27 17:56:32 UTC

* Add quilt support.
* debian/patches/tvtime-1.0.1-savematte.patch: tvtime does not rebember
  matte settings (LP: #313570).
* debian/patches/glibc-2.10.patch: Prevent FTBFS with glibc 2.10.
* debian/patches/desktop_file.patch: Adjust docs/net-tvtime.desktop
  according to Freedesktop.org's spec.
* debian/dirs: Remove usr/share/lintian/overrides, it's empty.

lp:ubuntu/jaunty/tvtime 2 Mature 2009-08-18 20:27:29 UTC
11. * QA upload. + Set maintainer to QA...

Author: Frank Lichtenheld
Revision Date: 2008-07-25 01:42:06 UTC

* QA upload.
  + Set maintainer to QA group.
  + Acknowledge NMUs. Closes: #349194 (NMU patch bug)
    Closes: #358884 #369176 #330290 #334865 #360804 #379049
    (Bugs tagged fixed)
* Move Homepage to dedicated field.
* Add makedev to dependencies since it uses it in postinst.
* Bump debhelper compat level from 4 to 7.
  + Use dh_lintian
* Convert debian/copyright to UTF-8.
* Set menu and doc-base section to Applications/TV and Radio.
* Fix several formatting errors in man pages.
* Debconf translations:
   - Galician added. Closes: #482099

lp:ubuntu/intrepid/tvtime 2 Mature 2009-08-18 20:27:08 UTC
10. * debian/rules: + Replace dh_iconca...

Author: Michael Bienia
Revision Date: 2008-03-01 20:55:29 UTC

* debian/rules:
  + Replace dh_iconcache with dh_icons.
* debian/control:
  + Build-depend on debhelper >= 5.0.51 (for dh_icons).

lp:ubuntu/hardy/tvtime 2 Mature 2009-08-18 20:26:51 UTC
10. * debian/rules: + Replace dh_iconca...

Author: Michael Bienia
Revision Date: 2008-03-01 20:55:29 UTC

* debian/rules:
  + Replace dh_iconcache with dh_icons.
* debian/control:
  + Build-depend on debhelper >= 5.0.51 (for dh_icons).

lp:ubuntu/gutsy/tvtime 1 Development 2009-08-18 20:26:28 UTC
9. * Merge from Debian unstable. Remaini...

Author: Adrien Cunin
Revision Date: 2007-06-30 01:50:12 UTC

* Merge from Debian unstable. Remaining Ubuntu changes:
   - debian/rules: call dh_iconcache
   - Set Maintainer to Ubuntu MOTU Developers

lp:ubuntu/feisty/tvtime 1 Development 2009-08-18 20:26:12 UTC
8. * Merge from Debian unstable. Ubuntu ...

Author: Adrien Cunin
Revision Date: 2007-02-27 00:28:04 UTC

* Merge from Debian unstable. Ubuntu changes:
   - src/videodev2.h: no need to include <linux/compiler.h>
   - debian/rules: call dh_iconcache
* Set Maintainer to Ubuntu MOTU Developers

lp:ubuntu/edgy/tvtime 1 Development 2009-08-18 20:25:58 UTC
6. * Merge from debian unstable. * src/v...

Author: Jérémie Corbier
Revision Date: 2006-08-13 00:21:33 UTC

* Merge from debian unstable.
* src/videodev2.h: remove useless #include <linux/compiler.h> which caused a
  FTBFS.

lp:ubuntu/dapper/tvtime 2 Mature 2009-08-18 20:25:44 UTC
5. * debian/rules + Added dh_iconcache

Author: Chuck Short
Revision Date: 2006-04-30 09:17:00 UTC

* debian/rules
 + Added dh_iconcache

lp:ubuntu/breezy/tvtime 1 Development 2009-08-18 20:25:30 UTC
4. add build depends on libxxf86vm-dev a...

Author: Reinhard Tartler
Revision Date: 2005-09-23 22:54:26 UTC

add build depends on libxxf86vm-dev and libxinerama-dev to fix multihead
setups

lp:ubuntu/hoary/tvtime 1 Development 2009-08-18 20:25:15 UTC
3. No need to install a desktop file in ...

Author: Sebastien Bacher
Revision Date: 2005-01-19 12:43:45 UTC

No need to install a desktop file in /usr/share/applnk/ (Hoary: #5644).

138 of 38 results