debian/0000755000000000000000000000000012252053047007166 5ustar debian/docs0000644000000000000000000000001412211645517010040 0ustar README TODO debian/copyright0000644000000000000000000000211612211645517011125 0ustar This package was debianized by Michael Janssen on Sun, 11 Feb 2001 16:12:19 -0600. It was downloaded from http://vgrabbj.gecius.de/vgrabbj/vgrabbj-0.9.6.tar.gz Upstream Author: Jens Gecius Copyright: Copyright 2000, 2001, 2002 Jens Gecius License: 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 2 dated June, 1991. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000006612226562037010226 0ustar version=3 http://sf.net/vgrabbj/vgrabbj-(.+)\.tar\.gz debian/examples0000644000000000000000000000001312211662625010724 0ustar examples/* debian/control0000644000000000000000000000132412252052625010572 0ustar Source: vgrabbj Section: graphics Priority: optional Maintainer: Ludovic Rousseau Build-Depends: debhelper (>= 9), libjpeg-dev, libpng-dev, ftplib-dev, libv4l-dev, pkg-config Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/vgrabbj/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/vgrabbj/trunk/ Homepage: https://sourceforge.net/projects/vgrabbj/ Package: vgrabbj Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: grabs an image from a camera and puts it in jpg/png format vgrabbj is a program that will grab an image from a v4l compatible device (usually a webcam of some sort) and save it in a jpg or png file. debian/compat0000644000000000000000000000000212211654216010364 0ustar 9 debian/rules0000755000000000000000000000003612211661305010242 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000001620712252052751011047 0ustar vgrabbj (0.9.8-3) unstable; urgency=low * Fix "Please change from libpng3-dev to libpng-dev in Build-Depends" (Closes: #731729) -- Ludovic Rousseau Wed, 11 Dec 2013 13:09:01 +0100 vgrabbj (0.9.8-2) unstable; urgency=low * debian/patches/kFreeBSD: Fix compilation on GNU/kFreeBSD -- Ludovic Rousseau Sun, 13 Oct 2013 20:31:16 +0200 vgrabbj (0.9.8-1) unstable; urgency=low * New upstream release * debian/watch: add uscan watch file -- Ludovic Rousseau Sun, 13 Oct 2013 20:17:28 +0200 vgrabbj (0.9.7-1) unstable; urgency=low * New upstream release * debian/control: . change debian maintainer . remove Build-Depends: autotools-dev, . Standards-Version: 3.9.2.0 -> 3.9.4, no change needed . update Homepage. The project is now at SourceForge.net . add Vcs-Svn: and Vcs-Browser: fields * debian/rules: use a minimal file * debian/compat: use level 9 * debian/examples: add upstream examples * Fix "Doesn't use /etc/vgrabbj.conf but /usr/etc/.." fixed upstream (Closes: #597620) -- Ludovic Rousseau Wed, 04 Sep 2013 17:48:49 +0200 vgrabbj (0.9.6-5.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: make[1]: *** No targets specified and no makefile found. Stop.": fix target dependencies in debian/rules. (Closes: #666341) -- gregor herrmann Tue, 01 May 2012 16:33:05 +0200 vgrabbj (0.9.6-5) unstable; urgency=low * Add an error message when a unsupported size is requested, if debug level is high enough (-D 5 or higher). * Build-Depends on libjpeg-dev instead of libjpeg62-dev. (Closes: #633439) * Fix typo in the short description. (Closes: #631330) -- Michael Janssen Sat, 16 Jul 2011 13:02:18 -0500 vgrabbj (0.9.6-4) unstable; urgency=low * Ack NMU. (Closes: #494935) * Switch to libv4l-videodev.h to fix FTBFS. (Closes: #621965) * Update rules to include build-arch and build-indep * Bump Standards Version to 3.9.2.0 * Fix spelling error in manpage -- Michael Janssen Wed, 22 Jun 2011 00:06:34 -0500 vgrabbj (0.9.6-3.2) unstable; urgency=low * Non-maintainer upload. * Modify to use libv4l1 for compatibility with current camera drivers (Closes: #569092) * Initialise all configuration variables in init_defaults() (Closes: #494939) * Bump Standards Version to 3.9.1.0 - Fix filename of full GPLv2 text * Add explicit copyright line to copyright file * Use debhelper 7 * Add ${misc:Depends} to vgrabbj dependencies * Remove config.sub and config.guess in 'clean' rule * Explicitly check for missing Makefile in 'clean' rule -- Ben Hutchings Thu, 29 Jul 2010 17:01:52 +0100 vgrabbj (0.9.6-3.1) unstable; urgency=low * Non-maintainer upload to solve RC bug. * Drop dependency on freetype1 by disabling the support for inserting timestamp text in the images (Closes: #432195). With this change the need for fonts is reomved and thus it drop the suggests on msttcorefonts (Closes: #490033). * Moved homepage URL from description to the new header. * Remove /usr/sbin/ from dirs, as the directory is empty. -- Petter Reinholdtsen Wed, 13 Aug 2008 09:27:12 +0200 vgrabbj (0.9.6-3) unstable; urgency=low * Fix off-by-one error in v_writer.c (Closes: #396987) * Update FSF address in debian/copyright * Fix bugs in manpage * Bump Standards Version to 3.7.2.0 -- Michael Janssen Tue, 1 Aug 2006 21:32:02 -0500 vgrabbj (0.9.6-2) unstable; urgency=low * Include an example config file and script for vgrabbj usage in 'tricky' situations. (Closes: #129190) * Changes to come to Standards-Version 3.6.2.0. * Fix typo in manpage vgrabbj.conf.5.gz (minus as hyphen). * Update debian/copyright with new URL. * Include homepage in long description. * Update config.sub and config.guess automatically. -- Michael Janssen Mon, 8 Aug 2005 10:41:12 -0500 vgrabbj (0.9.6-1) unstable; urgency=low * New upstream release (Closes: #262060) - Fixes typo in the usage (Closes: #190657) * Fix FTBFS on gcc4 (Closes: #297944) -- Michael Janssen Wed, 27 Jul 2005 19:51:40 -0500 vgrabbj (0.9.3-1) unstable; urgency=low * New upstream release - boolean command line option fix (Closes: #157236) * Use libpng3 instead of libpng2 -- Michael Janssen Tue, 15 Oct 2002 17:48:14 -0500 vgrabbj (0.9.1-1) unstable; urgency=low * New upstream release -- Michael Janssen Tue, 11 Jun 2002 18:04:31 -0500 vgrabbj (0.8.7-1) unstable; urgency=low * New upstream release -- Michael Janssen Sat, 9 Feb 2002 13:08:14 -0600 vgrabbj (0.8.4-1) unstable; urgency=low * New upstream release -- Michael Janssen Fri, 8 Feb 2002 13:49:56 -0600 vgrabbj (0.8.3-1) unstable; urgency=low * New upstream release * Change in v_writer.c to delete temporary files after we're done with them. (Closes: #127722) * Change v_config.c and vgrabbj.c so that we don't check files until we know which files we are going to open. (Closes: #127659) -- Michael Janssen Wed, 5 Feb 2002 01:06:23 -0600 vgrabbj (0.8.2-1) unstable; urgency=low * New upstream release * Update config.h halfway through the build process so we look for the config file in the right spot. (Closes: #126484) -- Michael Janssen Tue, 1 Jan 2002 23:04:59 -0600 vgrabbj (0.8.1-2) unstable; urgency=low * Change .SH VGRABBJ to .SH NAME in manpage (Closes: #119525) -- Michael Janssen Tue, 13 Nov 2001 23:46:45 -0600 vgrabbj (0.8.1-1) unstable; urgency=low * New upstream release -- Michael Janssen Mon, 12 Nov 2001 22:13:20 -0600 vgrabbj (0.7.4-1) unstable; urgency=low * New upstream release * Will compile on non-i386 now. -- Michael Janssen Mon, 30 Jul 2001 21:17:16 -0400 vgrabbj (0.7.3-2) unstable; urgency=low * Doesn't compile on non-i386 architectures anymore (Closes: Bug#105738) -- Michael Janssen Wed, 18 Jul 2001 09:31:58 -0400 vgrabbj (0.7.3-1) unstable; urgency=low * New upstream release -- Michael Janssen Mon, 16 Jul 2001 16:34:51 -0400 vgrabbj (0.6.4-1) unstable; urgency=low * New upstream release * Fixed Build-Depends, removing zlib1g-dev because libpng2-dev depends on it, and changed freetype2-dev to libttf-dev. * Reworded long description to be less weird. -- Michael Janssen Wed, 4 Jul 2001 21:47:16 -0400 vgrabbj (0.6.3-1) unstable; urgency=low * New upstream release. -- Michael Janssen Tue, 27 Mar 2001 22:26:55 -0600 vgrabbj (0.6.1-1) unstable; urgency=low * Removed depreciated dh_testversion * Added DEB_BUILD_OPTIONS to debian/rules * Oops - forgot freetype2-dev in Build-Depends * Fixed Build-Depends. (I think) * Initial Release. (Closes: Bug#83986) * My first Debian package. (Yay!) -- Michael Janssen Thu, 22 Mar 2001 02:06:18 -0600 debian/patches/0000755000000000000000000000000012252053047010615 5ustar debian/patches/kFreeBSD0000644000000000000000000000054712226611613012133 0ustar From: Ludovic Rousseau Subject: Fix compilation on GNU/kFreeBSD Origin: upstream, https://sourceforge.net/p/vgrabbj/code-svn/224/ --- a/src/vgrabbj.h +++ b/src/vgrabbj.h @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include debian/patches/series0000644000000000000000000000001112226611372012024 0ustar kFreeBSD debian/source/0000755000000000000000000000000012252053047010466 5ustar debian/source/format0000644000000000000000000000001412211645517011700 0ustar 3.0 (quilt)