--- isight-firmware-tools-1.5.92.orig/debian/config +++ isight-firmware-tools-1.5.92/debian/config @@ -0,0 +1,23 @@ +#!/bin/sh + +. /usr/share/debconf/confmodule || exit 0 + +case "$1" in + configure|reconfigure) + db_title Apple iSight firmware + db_input high isight-firmware-tools/extract + db_go + db_get isight-firmware-tools/extract + if [ "$RET" = "true" ]; then + db_input high isight-firmware-tools/driver-location + fi + db_go || true + ;; + *) + ;; +esac + +exit 0 + +#DEBHELPER# + --- isight-firmware-tools-1.5.92.orig/debian/postrm +++ isight-firmware-tools-1.5.92/debian/postrm @@ -0,0 +1,16 @@ +#!/bin/sh + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + test -e /lib/firmware/isight.fw && rm -f /lib/firmware/isight.fw; + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- isight-firmware-tools-1.5.92.orig/debian/templates +++ isight-firmware-tools-1.5.92/debian/templates @@ -0,0 +1,11 @@ +Template: isight-firmware-tools/extract +Type: boolean +Default: true +_Description: Extract firmware from Apple driver ? + Ensure you have access to the AppleUSBVideoSupport driver file. If not + disable firmware extraction, you can retry it later. + +Template: isight-firmware-tools/driver-location +Type: string +Default: /MacOSX/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport +_Description: Apple driver file location --- isight-firmware-tools-1.5.92.orig/debian/compat +++ isight-firmware-tools-1.5.92/debian/compat @@ -0,0 +1 @@ +5 --- isight-firmware-tools-1.5.92.orig/debian/control +++ isight-firmware-tools-1.5.92/debian/control @@ -0,0 +1,19 @@ +Source: isight-firmware-tools +Section: utils +Priority: optional +Maintainer: Étienne Bersac +Build-Depends: cdbs, debhelper (>= 5), po-debconf, autotools-dev, intltool, libglib2.0-dev, libgcrypt11-dev, libusb-dev +Standards-Version: 3.7.2 + +Package: isight-firmware-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Apple Built-in iSight Firmware Tools + Apple Built-in iSight require a firmware that can be extracted from + Mac OS X USBVideo driver. This projet provide tools for extracting + the firmware from the driver and install udev rules and tools to + automatically load the firmware once needed. + . + A convenient tool for converting firmware binary to Intel HEX format + is provided as well. This might be useful later for use with a + generic firmware loader like fxload. --- isight-firmware-tools-1.5.92.orig/debian/info +++ isight-firmware-tools-1.5.92/debian/info @@ -0,0 +1,2 @@ +doc/ift-extract.info +doc/ift-export.info --- isight-firmware-tools-1.5.92.orig/debian/rules +++ isight-firmware-tools-1.5.92/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +# Add here any variable or target overrides you need. --- isight-firmware-tools-1.5.92.orig/debian/postinst +++ isight-firmware-tools-1.5.92/debian/postinst @@ -0,0 +1,35 @@ +#!/bin/sh +# postinst script for #PACKAGE# +# +# see: dh_installdeb(1) + +. /usr/share/debconf/confmodule + +case "$1" in + configure) + db_get isight-firmware-tools/extract || true + if [ "$RET" = "true" ] ; then + db_get isight-firmware-tools/driver-location + if [ -f "$RET" ] ; then + /usr/bin/ift-extract --apple-driver "$RET" + fi + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- isight-firmware-tools-1.5.92.orig/debian/copyright +++ isight-firmware-tools-1.5.92/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Étienne Bersac on +Mon, 10 Dec 2007 00:27:23 +0100. + +It was downloaded from http://bersace03.free.fr/ift/ + +Upstream Author(s): + + Étienne Bersac + Ronald S. Bultje + +Copyright: + + Copyright (C) 2006 Ronald S. Bultje + Copyright (C) 2007 Étienne Bersac + +License: + + GPL v2 or later. + +The Debian packaging is (C) 2007, Étienne Bersac and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- isight-firmware-tools-1.5.92.orig/debian/docs +++ isight-firmware-tools-1.5.92/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- isight-firmware-tools-1.5.92.orig/debian/changelog +++ isight-firmware-tools-1.5.92/debian/changelog @@ -0,0 +1,120 @@ +isight-firmware-tools (1.5.92-0ubuntu1~mactel1) lucid; urgency=low + + * New upstream release + + -- Étienne BERSAC Mon, 10 May 2010 22:07:06 +0200 + +isight-firmware-tools (1.5.91-0ubuntu1~mactel1) lucid; urgency=low + + * New upstream release + + -- Étienne BERSAC Sun, 09 May 2010 16:59:53 +0200 + +isight-firmware-tools (1.5.90-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Étienne Bersac Sat, 19 Sep 2009 13:21:15 +0200 + +isight-firmware-tools (1.4.2-0ubuntu1) intrepid; urgency=low + + * New upstream release + + -- Étienne Bersac Sat, 13 Jun 2009 13:31:28 +0200 + +isight-firmware-tools (1.4.1-0ubuntu0~mactel1) jaunty; urgency=low + + * Upload to jaunty + + -- Étienne Bersac Thu, 25 Dec 2008 18:21:13 +0100 + +isight-firmware-tools (1.4.1-0ubuntu0~mactel1~intrepid1) intrepid; urgency=low + + * Upload to intrepid. + + -- Étienne Bersac Thu, 25 Dec 2008 18:20:17 +0100 + +isight-firmware-tools (1.4.1-0ubuntu0~mactel1~hardy1) hardy; urgency=low + + * New upstream release. + + -- Étienne Bersac Thu, 25 Dec 2008 17:58:22 +0100 + +isight-firmware-tools (1.4-0ubuntu0~mactel1) jaunty; urgency=low + + * Upload to jaunty. + + -- Étienne Bersac Tue, 02 Dec 2008 19:57:39 +0100 + +isight-firmware-tools (1.4-0ubuntu0~mactel1~intrepid0) intrepid; urgency=low + + * Upload to intrepid + + -- Étienne Bersac Tue, 02 Dec 2008 19:55:41 +0100 + +isight-firmware-tools (1.4-0ubuntu0~mactel1~hardy1) hardy; urgency=low + + * New upstream release + + -- Étienne Bersac Tue, 02 Dec 2008 19:52:15 +0100 + +isight-firmware-tools (1.3.91-0ubuntu1) intrepid; urgency=low + + * New upstream beta release + + -- Étienne Bersac Fri, 07 Nov 2008 22:17:55 +0100 + +isight-firmware-tools (1.3.90-0ubuntu0~ppa1) intrepid; urgency=low + + * New upstream beta release + + -- Étienne Bersac Tue, 04 Nov 2008 22:42:38 +0100 + +isight-firmware-tools (1.2-0ubuntu0~ppa1) hardy; urgency=low + + * New upstream release + + -- Étienne Bersac Mon, 24 Mar 2008 22:32:36 +0100 + +isight-firmware-tools (1.0.2-0ubuntu0~ppa1) gutsy; urgency=low + + * New upstream release + + -- Étienne Bersac Fri, 01 Feb 2008 12:31:19 +0100 + +isight-firmware-tools (1.0.1-0ubuntu0~ppa1) gutsy; urgency=low + + * New upstream release + + -- Étienne Bersac Fri, 11 Jan 2008 17:08:23 +0100 + +isight-firmware-tools (1.0-0ubuntu0~ppa1) gutsy; urgency=low + + * New upstream release + + -- Étienne Bersac Thu, 27 Dec 2007 18:48:29 +0100 + +isight-firmware-tools (0.5.1.1-0ubuntu0~ppa1) gutsy; urgency=low + + * New upstream release + * Fixes postinst ? + + -- Étienne Bersac Tue, 11 Dec 2007 03:57:12 +0100 + +isight-firmware-tools (0.5.1-0ubuntu0~ppa1) gutsy; urgency=low + + * New upstream release + + -- Étienne Bersac Tue, 11 Dec 2007 02:31:44 +0100 + +isight-firmware-tools (0.5.0.4-0ubuntu0~ppa2) gutsy; urgency=low + + * Fixed postinst always failing. + + -- Étienne Bersac Tue, 11 Dec 2007 01:46:15 +0100 + +isight-firmware-tools (0.5.0.4-0ubuntu0~ppa1) gutsy; urgency=low + + * Initial Release + + -- Étienne Bersac Mon, 10 Dec 2007 23:12:47 +0100 --- isight-firmware-tools-1.5.92.orig/debian/po/POTFILES.in +++ isight-firmware-tools-1.5.92/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- isight-firmware-tools-1.5.92.orig/debian/po/templates.pot +++ isight-firmware-tools-1.5.92/debian/po/templates.pot @@ -0,0 +1,37 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: Source: isight-firmware-tools@packages.debian.org\n" +"POT-Creation-Date: 2007-12-10 04:39+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Extract firmware from Apple driver ?" +msgstr "" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Ensure you have access to the AppleUSBVideoSupport driver file. If not " +"disable firmware extraction, you can retry it later." +msgstr "" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Apple driver file location" +msgstr "" --- isight-firmware-tools-1.5.92.orig/debian/po/fr.po +++ isight-firmware-tools-1.5.92/debian/po/fr.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: Source: isight-firmware-tools@packages.debian.org\n" +"POT-Creation-Date: 2007-12-10 04:39+0100\n" +"PO-Revision-Date: 2007-12-10 04:42+0100\n" +"Last-Translator: Étienne Bersac \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Extract firmware from Apple driver ?" +msgstr "Extraire le microcode depuis le pilote Apple ?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Ensure you have access to the AppleUSBVideoSupport driver file. If not disable firmware extraction, you can retry it later." +msgstr "Assurez-vous d'avoir accès au fichier AppleUSBVideoSupport. Sinon, choisissez non et retentez plus tard." + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Apple driver file location" +msgstr "Emplacement du pilote Apple." +