diff -u zapping-0.10~cvs6/debian/changelog zapping-0.10~cvs6/debian/changelog --- zapping-0.10~cvs6/debian/changelog +++ zapping-0.10~cvs6/debian/changelog @@ -1,3 +1,10 @@ +zapping (0.10~cvs6-2ubuntu1) jaunty; urgency=low + + * Remove arts from dependencies. (LP: #320915) + - debian/control: Remove libartsc0-dev from build depends. + + -- Andreas Wenning Thu, 29 Jan 2009 12:35:05 +0100 + zapping (0.10~cvs6-2) unstable; urgency=low * 05_ftbfs_powerpc_libtv.patch: Try to fix FTBFS on powerpc. diff -u zapping-0.10~cvs6/debian/control zapping-0.10~cvs6/debian/control --- zapping-0.10~cvs6/debian/control +++ zapping-0.10~cvs6/debian/control @@ -1,12 +1,13 @@ Source: zapping Section: gnome Priority: extra -Maintainer: Robert Luberda +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Robert Luberda Standards-Version: 3.7.3 Build-Depends: autotools-dev, automake1.9, quilt (>= 0.45), debhelper (>= 6), libjpeg62-dev, liblircclient-dev, libzvbi-dev (>= 0.2.11-2), libgnomeui-dev (>= 2.8.1-3), python-dev, libxxf86dga-dev, libxxf86vm-dev, scrollkeeper, libx11-dev, libxext-dev, libpng-dev, - libxv-dev, libxmu-dev, libgconf2-dev, libartsc0-dev, libxml-parser-perl, xsltproc, + libxv-dev, libxmu-dev, libgconf2-dev, libxml-parser-perl, xsltproc, libxml2-utils, docbook-xsl, dh-buildinfo Package: zapping only in patch2: unchanged: --- zapping-0.10~cvs6.orig/debian/postinst.save +++ zapping-0.10~cvs6/debian/postinst.save @@ -0,0 +1,14 @@ + +#!/bin/sh -e + + +if [ "$1" = configure ]; then + # create v4l devices ? + if [ ! -d /dev/v4l -o ! -c /dev/video0 ]; then + (cd /dev;/sbin/MAKEDEV v4l) + fi +fi + +#DEBHELPER# + +exit 0