--- gobi-loader-0.6.orig/.gitignore +++ gobi-loader-0.6/.gitignore @@ -0,0 +1,2 @@ +gobi_loader +debian/gobi-loader.udev --- gobi-loader-0.6.orig/debian/README.Debian +++ gobi-loader-0.6/debian/README.Debian @@ -0,0 +1,9 @@ +README for gobi-loader +====================== + +This package is useless without the modem firmware, which needs to be +placed in /lib/firmware/gobi and consists of the files amss.mbn, apps.mbn +and (for Gobi 2000 devices) UQCN.mbn. + +Upstream provides more details at http://www.codon.org.uk/~mjg59/gobi_loader/ + --- gobi-loader-0.6.orig/debian/changelog +++ gobi-loader-0.6/debian/changelog @@ -0,0 +1,13 @@ +gobi-loader (0.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Delegate placement of udev files to udev.pc's udevdir. + (Closes: #1057740, #1058709) + + -- Chris Hofstaedtler Fri, 15 Dec 2023 00:54:55 +0100 + +gobi-loader (0.6-1) unstable; urgency=low + + * Initial release (Closes: #585567). + + -- Mark Hymers Fri, 11 Jun 2010 21:38:44 +0100 --- gobi-loader-0.6.orig/debian/compat +++ gobi-loader-0.6/debian/compat @@ -0,0 +1 @@ +7 --- gobi-loader-0.6.orig/debian/control +++ gobi-loader-0.6/debian/control @@ -0,0 +1,18 @@ +Source: gobi-loader +Section: contrib/admin +Priority: extra +Maintainer: Mark Hymers +Build-Depends: debhelper (>= 7.0.50~), pkgconf, systemd-dev +Standards-Version: 3.8.4 +Homepage: http://www.codon.org.uk/~mjg59/gobi_loader/ +Vcs-Git: git://git.debian.org/users/mhy/gobi-loader.git +Vcs-Browser: http://git.debian.org/?p=users/mhy/ia32-utils.git;a=summary + +Package: gobi-loader +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Firmware loader for Qualcomm Gobi USB chipsets. + gobi-loader is a firmware loader for Qualcomm Gobi USB chipsets. These devices + appear in an uninitialised state when power is applied and require firmware to + be loaded before they can be used as modems. gobi-loader adds a udev rule that + will trigger loading of the firmware and make the modem usable. --- gobi-loader-0.6.orig/debian/copyright +++ gobi-loader-0.6/debian/copyright @@ -0,0 +1,45 @@ +This work was packaged for Debian by: + + Mark Hymers on Fri, 11 Jun 2010 21:38:44 +0100 + +It was downloaded from: + + + +Upstream Author(s): + Matthew Garrett / RedHat + Anssi Hannula + +Copyright: + +Copyright 2009 Red Hat - heavily based on work done by +Alexander Shumakovitch + +Gobi 2000 support provided by Anssi Hannula + +crc-ccitt code derived from the Linux kernel, lib/crc-ccitt.c which +is also under the GPLv2 but does not have an explicit author list. + +License: + +This program is free software: you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public +License as published by the Free Software Foundation + +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, see . + +On Debian Systems, please see "/usr/share/common-licenses/GPL-2" +for a copy of the GPL v2. + +The Debian packaging is: + + Copyright (C) 2010 Mark Hymers + +and is licensed under the GPL version 2 or later, see +"/usr/share/common-licenses/GPL-2". --- gobi-loader-0.6.orig/debian/rules +++ gobi-loader-0.6/debian/rules @@ -0,0 +1,25 @@ +#!/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 + +PKGDIR=$(CURDIR)/debian/gobi-loader +UDEVDIR=$(shell pkg-config --variable=udevdir udev) + +%: + dh $@ + +override_dh_auto_install: + mkdir -p $(PKGDIR)$(UDEVDIR) + install -m0755 gobi_loader $(PKGDIR)$(UDEVDIR)/gobi_loader + sed s@gobi_loader@$(UDEVDIR)/gobi_loader@ 60-gobi.rules > debian/gobi-loader.udev + +override_dh_auto_clean: + make clean + rm -f debian/gobi-loader.udev --- gobi-loader-0.6.orig/debian/source/format +++ gobi-loader-0.6/debian/source/format @@ -0,0 +1 @@ +1.0