debian/0000775000000000000000000000000011723352017007171 5ustar debian/libfaifa0.install0000664000000000000000000000002711562302107012371 0ustar usr/lib/libfaifa*.so.* debian/libfaifa-dev.install0000664000000000000000000000002411562302107013062 0ustar usr/include/faifa/* debian/orig-tar.exclude0000664000000000000000000000001011562302107012253 0ustar debian* debian/source/0000775000000000000000000000000011562302107010465 5ustar debian/source/format0000664000000000000000000000001411562302107011673 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000030211562302107010211 0ustar version=3 # There is no Faifa release, yet # Future releases may be downloaded from https://dev.open-plc.org/ opts=dversionmangle=s/~svn\d+$// \ https://svn.open-plc.org/tags/ (\d+).(\d+)/ debian/faifa.install0000664000000000000000000000003711562302107011623 0ustar usr/bin/* usr/share/man/man8/* debian/compat0000664000000000000000000000000211562302107010363 0ustar 7 debian/rules0000775000000000000000000000134511562302107010250 0ustar #!/usr/bin/make -f # Directory for tmp installation of the package. Files must be installed/copied there # before being packaged TMPDIR=debian/tmp DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ') UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//') REVISION := $(shell echo $(UPSTREAM_VERSION) | sed -e 's/.*svn//') %: dh $@ --buildsystem=autoconf override_dh_auto_configure: ./autogen.sh dh_auto_configure override_dh_auto_build: SVN_REV=$(REVISION) STRIP=strip $(MAKE) override_dh_shlibdeps: dh_shlibdeps -Llibfaifa -l$(CURDIR)/$(TMPDIR)/usr/lib/faifa -a get-orig-source: sh debian/orig-tar.sh $(UPSTREAM_VERSION) debian/control0000664000000000000000000000425511562302107010576 0ustar Source: faifa Section: net Priority: extra Maintainer: Damien Raude-Morvan Uploaders: Florian Fainelli Build-Depends: debhelper (>= 7.0.50~), autoconf, libpcap0.8-dev, libssl-dev (>= 0.9.7) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/collab-maint/faifa.git Vcs-Browser: http://git.debian.org/?p=collab-maint/faifa.git Homepage: https://dev.open-plc.org/ Package: faifa Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: manage HomePlug 1.0/AV devices via ethernet frames Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV devices. . HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication (PLC). PLC is a system for carrying data - network packets - over power line. . This tool can configure, flash and collect statistics on thoses devices using private and public Ethernet frames. . This package contains Faifa tool. Package: libfaifa-dev Section: libdevel Architecture: any Depends: libfaifa0 (= ${binary:Version}), ${misc:Depends} Description: manage HomePlug 1.0/AV devices via ethernet frames - devel library Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV devices. . HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication (PLC). PLC is a system for carrying data - network packets - over power line. . This tool can configure, flash and collect statistics on thoses devices using private and public Ethernet frames. . This package contains Faifa library headers. Package: libfaifa0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: manage HomePlug 1.0/AV devices via ethernet frames - library Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV devices. . HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication (PLC). PLC is a system for carrying data - network packets - over power line. . This tool can configure, flash and collect statistics on thoses devices using private and public Ethernet frames. . This package contains Faifa shared library. debian/changelog0000644000000000000000000000434211723352017011044 0ustar faifa (0.2~svn82-1build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 08:30:23 +0100 faifa (0.2~svn82-1) unstable; urgency=low * New upstream snapshot (r82). * Bump Standards-Version to 3.9.2: no changes needed. -- Damien Raude-Morvan Tue, 10 May 2011 20:30:17 +0200 faifa (0.2~svn73-1) unstable; urgency=low * Change Vcs-* fields to GIT. * New upstream snapshot (r73) - Update manpage (Closes: #602818). -- Damien Raude-Morvan Fri, 15 Apr 2011 22:07:32 +0200 faifa (0.2~svn64-1) unstable; urgency=low * New upstream snapshot (r64). * Bump Standards-Version to 3.9.1: no changes needed. * Drop all patches: merged upstream. -- Damien Raude-Morvan Tue, 27 Jul 2010 16:02:29 +0200 faifa (0.2~svn58-1) unstable; urgency=low * New upstream snapshot (r58) * Switch to 3.0 (quilt) source format * Bump Standards-Version to 3.8.4: no changes needed * New patches: - d/patches/dynamic_linking.diff: Force usage of dynamic linking - d/patches/strip.diff: Made strip command configurable -- Damien Raude-Morvan Tue, 13 Apr 2010 00:44:03 +0200 faifa (0.2~svn50-1) unstable; urgency=low * New upstream snapshot (r50). - Switch to autotools - Move faifa binary from /usr/sbin to /usr/bin * Cleanup debian/rules and use debhelper 7 - Add Build-Depends on autoconf - Add Build-Depends on debhelper (>= 7.0.50) for override support * Add Depends ${misc:Depends} for libfaifa-dev -- Damien Raude-Morvan Wed, 11 Nov 2009 12:44:34 +0100 faifa (0.2~svn43-2) unstable; urgency=low * debian/control: Swap Maintainers and Uploaders fields - Set myself as Debian Maintainer - Set Florian Fainelli as Uploaders * debian/copyright: Update my email address -- Damien Raude-Morvan Fri, 25 Sep 2009 21:58:49 +0200 faifa (0.2~svn43-1) unstable; urgency=low * Initial release (Closes: #544804). * Debian packaging work based in Florian Fainelli work. Thanks! -- Damien Raude-Morvan Thu, 24 Sep 2009 01:03:45 +0200 debian/orig-tar.sh0000664000000000000000000000067411562302107011254 0ustar #!/bin/sh -e # $1 version TAR=../faifa_$1.orig.tar.gz DIR=faifa-$1.orig REVISION=`echo $1 | sed -e 's/.*svn//'` BASESVN=trunk # clean up the upstream tarball svn export -r $REVISION https://svn.open-plc.org/$BASESVN $DIR GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/copyright0000664000000000000000000000436111562302107011124 0ustar This package was debianized by Florian Fainelli on Sun, 18 May 2008 11:29:24 +0200. It was downloaded from https://dev.open-plc.org/ Upstream Author: Xavier Carcelle Nicolas Thill Florian Fainelli Copyright: Copyright (C) 2007-2009 Xavier Carcelle Florian Fainelli Nicolas Thill License: GPL (v2 or later) 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 On Debian system the full text of the GPL V2, can be found in `/usr/share/common-licenses/GPL-2'. In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here. The Debian packaging is Copyright (C) 2008, Florian Fainelli Copyright (C) 2009, Damien Raude-Morvan and is licensed under the GPL V2 or later, see `/usr/share/common-licenses/GPL-2'.