--- kazam-1.0.4.1.orig/debian/compat +++ kazam-1.0.4.1/debian/compat @@ -0,0 +1 @@ +7 --- kazam-1.0.4.1.orig/debian/kazam.docs +++ kazam-1.0.4.1/debian/kazam.docs @@ -0,0 +1,2 @@ +README +TODO --- kazam-1.0.4.1.orig/debian/rules +++ kazam-1.0.4.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +%: + dh --with python2 $@ + --- kazam-1.0.4.1.orig/debian/copyright +++ kazam-1.0.4.1/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59 +Source: https://launchpad.net/kazam + +Files: * +Copyright: © 2012 David Klasinc + © 2010 Andrew Higginson + © 2009 Michael Vogt +License: GPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +Files: kazam/* +Copyright: © 2012 David Klasinc + © 2010 Andrew Higginson +License: GPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + +Files: kazam/pulseaudio/ctypes_pulseaudio.py +Copyright: © 2012 David Klasinc +License: LGPL-3 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; version 3. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + --- kazam-1.0.4.1.orig/debian/changelog +++ kazam-1.0.4.1/debian/changelog @@ -0,0 +1,15 @@ +kazam (1.0.4.1-0ubuntu1) precise; urgency=low + + * New upstream release. + - Fixed issue with flushing data to disk before saving file. (LP: #933796) + - Fixed logger not displaying logs in Precise Pangolin. + - Removed Kdenlive version check, to get rid of a threading exception. + - Added zh_TW translation, contribured by William Chao 趙惟倫. + + -- David Klasinc Wed, 29 Feb 2012 22:51:22 +0100 + +kazam (1.0.3-0ubuntu1) precise; urgency=low + + * Initial Ubuntu release. + + -- David Klasinc Thu, 09 Feb 2012 21:56:49 +0100 --- kazam-1.0.4.1.orig/debian/watch +++ kazam-1.0.4.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://launchpad.net/kazam/+download .*/kazam-([0-9.]+)\.tar\.gz --- kazam-1.0.4.1.orig/debian/control +++ kazam-1.0.4.1/debian/control @@ -0,0 +1,34 @@ +Source: kazam +Section: video +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 7.0.50), + lsb-release, + gettext, + intltool, + python, + python-distutils-extra, + python-setuptools, +Standards-Version: 3.9.2 +XS-Python-Version: current +Vcs-Bzr: https://code.launchpad.net/~kazam-team/kazam/unstable +Homepage: https://launchpad.net/kazam + +Package: kazam +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + python-xdg, + python-cairo, + python-gst0.10, + gstreamer0.10-plugins-base, + gstreamer0.10-plugins-good, + gstreamer0.10-plugins-bad, + gstreamer0.10-plugins-ugly +Recommends: graphviz +XB-Python-Version: ${python:Versions} +Description: Easy to use application for recording on-screen action + A program that lets you record action on-screen into one video file. + Its special features include a well designed interface, the ability + to record two audio channels and mix them. Built-in support for + volume adjustments. You can also chose between VP8 or H264 codecs.