debian/0000775000000000000000000000000012200744106007164 5ustar debian/compat0000664000000000000000000000000212200744106010362 0ustar 7 debian/watch0000664000000000000000000000012112200744106010207 0ustar version=3 http://githubredir.debian.net/github/dgiagio/ipheth /([\d\.].*).tar.gz debian/control0000664000000000000000000000165612200744106010577 0ustar Source: ipheth Section: net Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Paul McEnery Build-Depends: debhelper (>= 7.4.2~), libimobiledevice-dev Standards-Version: 3.8.4 Vcs-Git: http://github.com/pmcenery/ipheth-debian.git Vcs-Browser: http://github.com/pmcenery/ipheth-debian Homepage: http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver Package: ipheth-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: USB tethering driver support utilities for the iPhone Internet tethering driver for the iPhone which allows Linux systems to make use of the phone's internet connection using a USB cable. Unlike other solutions out there, you don't need to jailbreak your phone or install third-party proxy applications. . This package provides the support utilities required to automatically set up the tethered connection. debian/source/0000775000000000000000000000000012200744106010464 5ustar debian/source/format0000664000000000000000000000001412200744106011672 0ustar 3.0 (quilt) debian/ipheth-utils.install0000664000000000000000000000012712200744106013173 0ustar ipheth-pair/90-iphone-tether.rules lib/udev/rules.d ipheth-pair/ipheth-pair lib/udev debian/patches/0000775000000000000000000000000012200744106010613 5ustar debian/patches/modprobe-conf-fix.patch0000664000000000000000000000064112200744106015153 0ustar --- ipheth-1.0+git20111206.orig/ipheth-driver/ipheth-modprobe.conf +++ ipheth-1.0+git20111206/ipheth-driver/ipheth-modprobe.conf @@ -3,5 +3,4 @@ # This configuration forces modprobe to execute device pairing script after # loading the driver. -install ipheth /sbin/modprobe --ignore-install ipheth && /usr/local/bin/ipheth-pair.py - +install ipheth /sbin/modprobe --ignore-install ipheth && /lib/udev/ipheth-pair debian/patches/series0000664000000000000000000000003012200744106012021 0ustar modprobe-conf-fix.patch debian/rules0000775000000000000000000000031212200744106010240 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2010 Paul McEnery %: dh $@ # Build ipeth-pair binary only override_dh_auto_build: make -C ipheth-pair debian/ipheth-utils.preinst0000664000000000000000000000016212200744106013210 0ustar #!/bin/sh set -e if [ -L /usr/share/doc/ipheth-utils ]; then rm /usr/share/doc/ipheth-utils fi #DEBHELPER# debian/NEWS0000664000000000000000000000163712200744106007672 0ustar ipheth (1.0-3) unstable; urgency=low As of 21 April 2010, the ipheth kernel module has been accepted in the mainstream Linux kernel (2.6.34). The Debian kernel team have backported the driver which has been available since Debian kernel 2.6.32-12. There is therefore no longer any need to supply the source code for the driver. For this reason, the ipheth-dkms package been removed. If you run a desktop system, it may not be necessary to install ipheth-utils. Desktop packages such as GVFS and libgpod automatically pair with the device when it is plugged in. The ipheth-utils package will therefore be of specific interest to users wanting only to make use of the iPhone's Internet connection. Users upgrading from version 1.0-1 are advised to remove the ipheth-dkms package in order to use the kernel maintained driver. -- Paul McEnery Tue, 28 Sep 2010 23:02:47 +0100 debian/changelog0000664000000000000000000000244412200744106011042 0ustar ipheth (1.0+git20111206-0ubuntu3) saucy; urgency=low * No-change rebuild against the latest libimobiledevice -- Jeremy Bicha Thu, 08 Aug 2013 12:32:33 -0400 ipheth (1.0+git20111206-0ubuntu2) quantal; urgency=low * No change rebuild with the new libimobiledevice -- Sebastien Bacher Mon, 06 Aug 2012 18:50:10 +0200 ipheth (1.0+git20111206-0ubuntu1) precise; urgency=low * New upstream release - GIT snapshot from Dec 6, 2011 (LP: #900802). * debian/patches/modprobe-conf-fix.patch: Fixed path to pairing utility. -- Till Kamppeter Tue, 06 Dec 2011 14:09:28 +0100 ipheth (1.0-3build1) natty; urgency=low * No change rebuild against current libimobiledevice -- Bhavani Shankar Sat, 15 Jan 2011 12:59:12 +0530 ipheth (1.0-3) unstable; urgency=low * Add statement regarding Debian kernel version in NEWS.Debian -- Paul McEnery Tue, 28 Sep 2010 23:02:47 +0100 ipheth (1.0-2) unstable; urgency=low * Removed the ipheth-dkms package (Closes: #597157) -- Paul McEnery Thu, 23 Sep 2010 15:01:13 +0100 ipheth (1.0-1) unstable; urgency=low * Initial release (Closes: #566313) -- Paul McEnery Sun, 07 Feb 2010 21:13:09 +0000 debian/copyright0000664000000000000000000000700112200744106011115 0ustar This package was debianized by: Paul McEnery on Sun, 07 Feb 2010 21:13:09 +0000 It was downloaded from: http://github.com/dgiagio/ipheth/downloads The package is licensed as follows: ---------------------------------------- ipheth-driver/ipheth.c: Upstream Author: Diego Giagio Copyright: Copyright © 2009 Diego Giagio / HOLDERS AND CONTRIBUTORS License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of GIAGIO.COM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. Alternatively, provided that this notice is retained in full, this software may be distributed under the terms of the GNU General Public License ("GPL") version 2, in which case the provisions of the GPL apply INSTEAD OF those given above. The provided data structures and external interfaces from this code are not restricted to be used by modules with a GPL compatible license. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------- ipheth-pair/ipheth-pair.c: Upstream Author: Daniel Borca Copyright: Copyright © 2009 Daniel Borca All rights reserved 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; either version 2 of the License, or (at your option) any later version. 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 ---------------------------------------- The Debian packaging is © 2010 Paul McEnery and is licensed under the GNU General Public License version 2. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/README.Debian0000664000000000000000000000113212200744106011222 0ustar ipheth for Debian ----------------- The Debian version of ipheth provides two binary packages: ipheth-utils - pairing utility for the iPhone tethering Linux kernel driver ipheth-dkms - Linux kernel driver that adds support for iPhone tethering The ipheth-utils package provides the pairing utility and associated udev rules for the ipheth Linux kernel driver. The ipheth-dkms package provides the source code for the ipheth Linux kernel driver. The module is automatically built and installed by DKMS for the running kernel. -- Paul McEnery Sat, 23 Jan 2010 21:13:09 +0000