debian/0000755000000000000000000000000012217640150007164 5ustar debian/watch0000644000000000000000000000007312217640037010221 0ustar version=3 http://www.vanheusden.com/dov4l/dov4l-(.*)\.tgz debian/control0000644000000000000000000000112412217640037010571 0ustar Source: dov4l Section: video Priority: optional Maintainer: Anders Lennartsson Build-Depends: debhelper (>= 9~), libv4l-dev (>= 0.8.5) Standards-Version: 3.9.4 Homepage: http://www.vanheusden.com/dov4l/ Package: dov4l Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: program to set and query settings of video4linux devices The dov4l program can set properties such as frequency, tuner, inputchannel, mode, brightness, hue, color, contrast, whiteness, palette, width, and height of a video4linux device. It can also query current settings. debian/compat0000644000000000000000000000000212217640037010366 0ustar 9 debian/rules0000755000000000000000000000073212217640037010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 #export DEB_BUILD_HARDENING = 1 %: dh $@ debian/changelog0000644000000000000000000000347412217640037011052 0ustar dov4l (0.9+repack-1) unstable; urgency=low * Updated to source package format 3.0 (quilt). + No longer uses dbs (Closes: #576066). + Rebuild of original source tarball. * Bumped standards version to 3.9.4. No changes. * Set dh compat to 9. * Acknowledge NMU upload, thanks. -- Anders Lennartsson Sun, 22 Sep 2013 12:38:01 +0200 dov4l (0.9-4.1) unstable; urgency=low * Non-maintainer upload. * debian/control: Build-Depends: libv4l-dev and added debian/patches/10-videodev. Closes: #621958. * debian/control: Added Homepage field. -- Bart Martens Fri, 30 Sep 2011 23:13:22 +0200 dov4l (0.9-4) unstable; urgency=low * Changed section to video (although it is not yet in the Debian Policy, see #519835). * Bumped standards version to 3.8.1. -- Anders Lennartsson Thu, 11 Jun 2009 10:13:30 +0200 dov4l (0.9-3) unstable; urgency=low * Fixed a couple of typos in the man-page (Closes: #430076). * Bumped standards version to 3.7.3 (no changes). -- Anders Lennartsson Fri, 21 Mar 2008 15:22:46 +0100 dov4l (0.9-2) unstable; urgency=low * Initial Debian upload. (Closes: #399159: ITP: dov4l -- program to set and query settings of video4linux devices - Debian Bug report logs) -- Anders Lennartsson Sat, 18 Nov 2006 14:18:10 +0100 dov4l (0.9-1) unstable; urgency=low * New upstream release. -- Anders Lennartsson Wed, 15 Nov 2006 22:33:28 +0100 dov4l (0.8-1) unstable; urgency=low * Initial Release. Hashes of dov4l-0.8.tgz: sha1sum: a4bf7a0742a12c4308e90b07207b832e2abc6b9d dov4l-0.8.tgz md5sum: 061d38f0da44deb5f7bdf60fbac5ef2e dov4l-0.8.tgz -- Anders Lennartsson Thu, 29 Dec 2005 00:54:43 +0100 debian/patches/0000755000000000000000000000000012217640037010617 5ustar debian/patches/use-correct-videodev0000644000000000000000000000053312217640037014601 0ustar Use correct include file for videodev. Thanks to Bart Martens for correcting this on Sept 30 2011. --- a/dov4l.c +++ b/dov4l.c @@ -8,7 +8,7 @@ #include #include #define _LINUX_TIME_H 1 -#include +#include #define M_S 0 /* set */ #define M_Q 1 /* query */ debian/patches/series0000644000000000000000000000005712217640037012036 0ustar use-correct-videodev manpage-typo fix-makefile debian/patches/manpage-typo0000644000000000000000000000200212217640037013135 0ustar Fix typos in dov4l manpage. Reported in #430076 by "A. Costa" on 22 Jun 2007. --- a/dov4l.1 +++ b/dov4l.1 @@ -37,7 +37,7 @@ Select tuner. Most of the time the default (0) suffices. .TP .B "\-i" inputchannel -Select inputchannel. TVcards, for example, sometimes have a tuner and a composite video input-channel. With this parameter you can select one. To get a list of input channels, run dov4l with the -q parameter. +Select inputchannel. TV cards, for example, sometimes have a tuner and a composite video input-channel. With this parameter you can select one. To get a list of input channels, run dov4l with the -q parameter. .TP .B "\-m" mode Select a mode. Mode can be: PAL, NTSC, SECAM or AUTO. @@ -61,7 +61,7 @@ Set palette. .TP .B "\-s" width,height -Set the width/height of the image, seperated with a ','. Warning: no spaces around the ','! +Set the width/height of the image, separated with a ','. Warning: no spaces around the ','! .SH "SEE ALSO" .BR http://www.vanheusden.com/dov4l/ debian/patches/fix-makefile0000644000000000000000000000071712217640037013110 0ustar Fix install target in Makefile to comply with Debian build procedures. --- a/Makefile +++ b/Makefile @@ -11,10 +11,8 @@ $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o dov4l install: dov4l - cp dov4l /usr/bin - install -D dov4l.1 /usr/man/man1/dov4l.1 - rm -f /usr/man/man1/dov4l.1.gz - gzip -9 /usr/man/man1/dov4l.1 + install -p -D dov4l $(DESTDIR)/usr/bin/dov4l + install -p -D dov4l.1 $(DESTDIR)/usr/share/man/man1/dov4l.1 uninstall: clean rm -f /usr/bin/dov4l debian/source/0000755000000000000000000000000012217640037010470 5ustar debian/source/format0000644000000000000000000000001412217640037011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000246312217640037011130 0ustar This package was packaged for Debian by: Anders Lennartsson on Thu, 29 Dec 2005 00:45:22 +0100. It was downloaded from: http://www.vanheusden.com/dov4l/ Upstream Author: Folkert van Heusden Copyright: Copyright: (C) 2003-2006 Folkert van Heusden License: 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 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License, version 2, can be found in "/usr/share/common-licenses/GPL-2". The Debian packaging is (C) 2005-2013 Anders Lennartsson and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3".