diff -Nru xvidcap-1.1.7/debian/bzr-builder.manifest xvidcap-1.1.7/debian/bzr-builder.manifest --- xvidcap-1.1.7/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 +++ xvidcap-1.1.7/debian/bzr-builder.manifest 2016-08-06 16:53:40.000000000 +0000 @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-8~22~stanray +lp:~stanray/xvidcap/xvidcap revid:stanraystan@rambler.ru-20140505204433-8o1391svxcmp5kxz diff -Nru xvidcap-1.1.7/debian/changelog xvidcap-1.1.7/debian/changelog --- xvidcap-1.1.7/debian/changelog 2011-08-26 16:33:51.000000000 +0000 +++ xvidcap-1.1.7/debian/changelog 2016-08-06 16:53:40.000000000 +0000 @@ -1,3 +1,21 @@ +xvidcap (1.1.7-8~22~stanray~ubuntu16.10.1) yakkety; urgency=low + + * Auto build. + + -- riu Sat, 06 Aug 2016 16:53:40 +0000 + +xvidcap (1.1.7-0.2ubuntu14) trusty; urgency=medium + + * dependancy: libavcodec-extra-53 --> libavcodec-extra-54 + + -- riu Tue, 06 May 2014 00:41:05 +0400 + +xvidcap (1.1.7-0.2ubuntu13) precise; urgency=low + + * Only glib.h can be included directly. + + -- riu Fri, 05 Apr 2013 20:56:13 +0400 + xvidcap (1.1.7-0.2ubuntu12) oneiric; urgency=low * Port to libav 0.7 API. diff -Nru xvidcap-1.1.7/debian/control xvidcap-1.1.7/debian/control --- xvidcap-1.1.7/debian/control 2011-08-26 16:33:49.000000000 +0000 +++ xvidcap-1.1.7/debian/control 2016-08-06 16:53:40.000000000 +0000 @@ -24,7 +24,7 @@ Package: xvidcap Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, imagemagick, dbus-x11, - libavcodec-extra-53 + libavcodec-extra-54 Description: Screen video capture for X A screen capture enabling you to capture videos off your X-Window desktop for illustration or documentation purposes. It is intended to be a diff -Nru xvidcap-1.1.7/debian/patches/09_glib.h.patch xvidcap-1.1.7/debian/patches/09_glib.h.patch --- xvidcap-1.1.7/debian/patches/09_glib.h.patch 1970-01-01 00:00:00.000000000 +0000 +++ xvidcap-1.1.7/debian/patches/09_glib.h.patch 2016-08-06 16:53:40.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/src/xvidcap-client-bindings.h ++++ b/src/xvidcap-client-bindings.h +@@ -1,7 +1,6 @@ + /* Generated by dbus-binding-tool; do not edit! */ + +-#include +-#include ++#include + #include + + G_BEGIN_DECLS diff -Nru xvidcap-1.1.7/debian/patches/series xvidcap-1.1.7/debian/patches/series --- xvidcap-1.1.7/debian/patches/series 2011-08-20 08:41:53.000000000 +0000 +++ xvidcap-1.1.7/debian/patches/series 2016-08-06 16:53:40.000000000 +0000 @@ -6,3 +6,4 @@ 06_outdated_ffmpeg.patch 07_fix_ldso.patch 08_libav_0.7.patch +09_glib.h.patch