debian/0000755000000000000000000000000011513131476007170 5ustar debian/compat0000644000000000000000000000000211513123566010367 0ustar 7 debian/rules0000755000000000000000000000012111513124511010232 0ustar #!/usr/bin/make -f export LDFLAGS+=-Wl,--as-needed %: dh $@ --with autoreconf debian/docs0000644000000000000000000000000711513122305010027 0ustar README debian/control0000644000000000000000000000162311513130536010571 0ustar Source: gscanbus Section: misc Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libraw1394-dev, libgtk2.0-dev Standards-Version: 3.9.1 Homepage: http://gscanbus.berlios.de/ Vcs-Git: git://git.debian.org/git/pkg-multimedia/gscanbus.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gscanbus.git Package: gscanbus Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: scan IEEE1394 (firewire/i.link) bus gscanbus is a little bus scanning, testing and topology visualizing tool for the Linux IEEE1394 subsystem, with some AV/C support, especially for controlling Camcorders and VCRs. It is intended as a debugging tool for IEEE1394 development, but can also be used to simply check your IEEE1394 setup on Linux. debian/changelog0000644000000000000000000000422311513130325011033 0ustar gscanbus (0.8-1) unstable; urgency=low * New upstream release, adopted by the Debian Multimedia Maintainers. * Add watch file. * Refresh packaging: - Switch to debhelper 7, use DH7 short-form in debian/rules. - Switch to 3.0 (quilt) format. - Add -Wl,--as-needed to linking flags. - Update debian/menu file. * Update copyright information, adopt DEP-5 proposal. -- Alessio Treglia Tue, 11 Jan 2011 20:31:17 +0100 gscanbus (0.7.1-7) unstable; urgency=low * orphaning gscanbus. See WNPP bug #429559 -- Noèl Köthe Mon, 18 Jun 2007 19:35:03 +0200 gscanbus (0.7.1-6) unstable; urgency=low * include the empty upstream Changelog into the package (closes: Bug#393567) -- Noèl Köthe Thu, 19 Oct 2006 19:02:49 +0200 gscanbus (0.7.1-5) unstable; urgency=low * updated my name from ascii to correct style * updated URL in copyright * updated standards-version * added amd64 to archs (closes: Bug#251096) -- Noèl Köthe Mon, 31 May 2004 05:25:14 +0200 gscanbus (0.7.1-4) unstable; urgency=low * fixed gcc 3.3 error (thx Thomas) (closes: Bug#196404) * changed section from utils to misc * updated standard-version -- Noel Koethe Sat, 27 Jun 2003 12:23:00 +0200 gscanbus (0.7.1-3) unstable; urgency=low * updated Standards version * added project URL to description -- Noel Koethe Tue, 31 Dec 2002 13:43:00 +0100 gscanbus (0.7.1-2) unstable; urgency=low * took package from Chanop Silpa-Anan * changed section from misc to utils (closes: Bug#145097) -- Noel Koethe Tue, 27 Aug 2002 22:34:00 +0200 gscanbus (0.7.1-1.1) unstable; urgency=low * Oh upstream ChangeLog is empty, remove it from distribution. * Add documentation to README.debian. * Fix typos in upstream README. * Thanks Christian S. for bug report. (closes: #109655) -- Chanop Silpa-Anan Thu, 30 Aug 2001 13:51:54 +1000 gscanbus (0.7.1-1) unstable; urgency=low * Initial Release. (closes: #108306) -- Chanop Silpa-Anan Sun, 12 Aug 2001 20:52:37 +1000 debian/dirs0000644000000000000000000000001411513122305010036 0ustar etc usr/bin debian/README.Debian0000644000000000000000000000303111513122305011215 0ustar gscanbus ======== This programe comes in a very bare bone fashion. I didn't put any document in the initial Debian release. So here are some hints after receiving a bug report that user cannot fire up this program. It is a gui program, so there is no command line option. If you can get this program to show you something on the screen, then it is working. Otherwise, check your ieee1394 sub-system that it is working properly. Here are some hints. Hints ===== 1. Load all necessary ieee1394 modules. This includes - ieee1394.o (ieee1394 basic module) - raw1394.o (/dev/raw1394 interface) - ohci1394.o or pcilynx.o (host adaptor interface). You may "modprobe ohci1394 && modprobe raw1394" 2. Make sure that you have "rw" permission for /dev/raw1394. Usually it belongs to root:disk with 0660 permission. You can make it 0666 ,but check all the security your self. You have been "WARNED". If you have a storage device conntected trough firewire bus, people who has access to firewire raw device, hence, will have access to the storage device. Good thing, isn't it? I make it root:video myself, since I use only AV/DV devices on the bus. I also add myself to group video (see adduser or /etc/group). 3. Linux ieee1394 is still in development (linux1394.sourceforge.net). Don't be surprised if it is not working. Recent ieee1394 modules in 2.4.7-2.4.9 kernel are not very stable. I am having some troubles with these modules myself. Hint: I run 2.4.9 with ieee1394 sub-system from 2.4.6. So far so good. debian/copyright0000644000000000000000000000266411513127452011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=155 Upstream-Name: gscanbus Upstream-Contact: Gareth McMullin Source: http://download.berlios.de/gscanbus/ Files: * Copyright: 2001 Andreas Micklei License: GPL-2+ Files: ./gscanbus.c ./menues.c Copyright: 2010 Gareth McMullin 2001 Andreas Micklei License: GPL-2+ Files: ./debian/* Copyright: 2011 Alessio Treglia 2002-2007 Noèl Köthe 2001 Chanop Silpa-Anan License: GPL-2+ License: GPL-2+ 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011513124156010465 5ustar debian/source/format0000644000000000000000000000001411513124156011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010511513122554010212 0ustar version=3 http://download.berlios.de/gscanbus/gscanbus-(.*)\.tar\.gz debian/menu0000644000000000000000000000017111513131226010047 0ustar ?package(gscanbus):needs="X11"\ section="Applications/System/Hardware"\ title="gscanbus"\ command="/usr/bin/gscanbus"