debian/0000755000000000000000000000000012231176555007175 5ustar debian/watch0000644000000000000000000000012211763442037010221 0ustar version=3 http://dl.ivtvdriver.org/supporting-tools/Video-ivtv-([\d\.]+)\.tar\.gz debian/rules0000755000000000000000000000014311763442037010253 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: # don't run tests, they require /dev/video0 debian/copyright0000644000000000000000000000331411763442037011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Video-ivtv Upstream-Contact: James A. Pattie Source: http://sourceforge.net/project/showfiles.php?group_id=73219&package_id=83888 Files: * Copyright: James A. Pattie . License: GPL-1+ Files: ivtv.h Copyright: 2003-2004, Kevin Thayer VBI portions: 2004, Hans Verkuil License: GPL-2+ Files: debian/* Copyright: 2003, 2004, James A. Pattie 2005-2012, tony mancill 2007-2012, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program 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; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2+ This program 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; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/libvideo-ivtv-perl.docs0000644000000000000000000000000711763442037013567 0ustar README debian/source/0000755000000000000000000000000011763442037010475 5ustar debian/source/format0000644000000000000000000000001411763442037011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011763442037010624 5ustar debian/patches/spelling.patch0000644000000000000000000000063211763442037013463 0ustar Description: fix a spelling mistake Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2010-07-16 --- a/ivtv.pm +++ b/ivtv.pm @@ -75,7 +75,7 @@ my $tunerFD = fileno($tuner); # the C functions need the file handle #. - # initalize the Video::ivtv module + # initialize the Video::ivtv module my $ivtvObj = Video::ivtv->new(); # get the current resolution debian/patches/series0000644000000000000000000000001711763442037012037 0ustar spelling.patch debian/compat0000644000000000000000000000000211763442037010373 0ustar 9 debian/control0000644000000000000000000000174011763442037010602 0ustar Source: libvideo-ivtv-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , tony mancill Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-perl/packages/libvideo-ivtv-perl.git Homepage: http://ivtvdriver.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvideo-ivtv-perl.git Package: libvideo-ivtv-perl Architecture: linux-any kfreebsd-any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl extension for using V4l2 in the ivtv perl scripts The Video::ivtv module will provide helper methods for working with videodev2.h structures and making ioctl calls that have proven to be too difficult to create pack strings for in perl itself. . This is not supposed to be an equivalent of the Video::Capture::V4l module which was created for videodev.h. debian/changelog0000644000000000000000000000625012231176555011052 0ustar libvideo-ivtv-perl (0.13-7build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 11:09:48 +0100 libvideo-ivtv-perl (0.13-7) unstable; urgency=low * Convert to source format 3.0 (quilt). * Email change: gregor herrmann -> gregoa@debian.org * Add spelling.patch to fix a spelling mistake. * Set Architecture to "linux-any kfreebsd-any". * Move to the Debian Perl Group on maintainer's request. * debian/control: Added: Vcs-Git field (source stanza). Removed: Vcs- Svn field (source stanza). Changed: Maintainer set to Debian Perl Group (was: tony mancill ); tony mancill moved to Uploaders; Vcs-Browser field (source stanza). * debian/copyright: update to Copyright-Format 1.0. * Update packaging copyright years and refresh license stanzas. * Bump Standards-Version to 3.9.3; remove version from perl build dependency.. * Use debhelper 9.20120312 to get all hardening flags. -- gregor herrmann Tue, 05 Jun 2012 19:38:35 +0200 libvideo-ivtv-perl (0.13-6) unstable; urgency=low * debian/rules: - remove /usr/share/perl5 only if it exists (prevents FTBFS with perl 5.10). - use $(CURDIR) instead of `pwd` - use DESTDIR and PREFIX in install-stamp target - remove unneeded $DESTDIR variable * Set debhelper compatibility level to 6. * Use ${perl:depends} to calculate perl dependencies. -- gregor herrmann Tue, 22 Jan 2008 17:51:23 +0100 libvideo-ivtv-perl (0.13-5) unstable; urgency=low * Add Homepage field to debian/control. * Change XS-Vcs-* fields to Vcs-*. * Set Standards-Version to 3.7.3 (no changes needed). * debian/rules: new install-stamp target, minor cleanups. * Change debian/copyright to the new machine-readable format. -- gregor herrmann Mon, 24 Dec 2007 23:52:17 +0100 libvideo-ivtv-perl (0.13-4) unstable; urgency=low * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control. * Set debhelper compatibility level to 5. * Don't ignore errors of $(MAKE) realclean in debian/rules. * Set Standards-Version to 3.7.2 (no changes). * Remove empty /usr/share/perl5 directory from binary package. * Add watch file. * Add myself to uploaders. -- gregor herrmann Mon, 13 Aug 2007 20:17:24 +0200 libvideo-ivtv-perl (0.13-3) unstable; urgency=low * Uploading into the main archive. (closes: #293965) (thanks to James A. Pattie for the software and packaging) -- tony mancill Thu, 10 Feb 2005 22:40:48 -0800 libvideo-ivtv-perl (0.13-2) unstable; urgency=low * Updated to cover the 0.2.0rc1g driver version. -- James A. Pattie Sun, 17 Oct 2004 15:03:00 -0500 libvideo-ivtv-perl (0.13-1) unstable; urgency=low * Updated to cover the 0.1.10-pre2-ck90k driver version. -- James A. Pattie Sun, 13 Jun 2004 13:38:42 -0500 libvideo-ivtv-perl (0.12-1) unstable; urgency=low * Initial Release. -- James A. Pattie Sat, 23 Aug 2003 16:06:42 -0500