debian/0000755000000000000000000000000012056661264007176 5ustar debian/rules0000755000000000000000000000420612007310365010245 0ustar #!/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 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -Wall CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" #docbook-to-man debian/jpnevulator.sgml > jpnevulator.1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/jpnevulator. $(MAKE) install DESTDIR=$(CURDIR)/debian/jpnevulator # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs Changelog dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/copyright0000644000000000000000000000121011706647527011132 0ustar This package was debianized by Freddy Spierenburg on Sat, 3 Jun 2006 15:34:17 +0200. It was downloaded from http://jpnevulator.snarl.nl/ Upstream Author: Freddy Spierenburg This software is Copyright 2006-2012 by Freddy Spierenburg. You are free to distribute this software under the terms of the GNU General Public License. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. The Debian packaging is Copyright 2006-2012, Freddy Spierenburg and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011706652611010473 5ustar debian/source/format0000644000000000000000000000001411706652611011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000354212010014413011026 0ustar jpnevulator (2.1.1-1) unstable; urgency=low * New release. -- Freddy Spierenburg Mon, 06 Aug 2012 21:20:35 +0200 jpnevulator (2.1.0-1) unstable; urgency=low * New release. -- Freddy Spierenburg Sun, 05 Aug 2012 22:47:38 +0200 jpnevulator (2.0.3-1) unstable; urgency=low * New release. -- Freddy Spierenburg Wed, 09 May 2012 21:25:05 +0200 jpnevulator (2.0.2-1) unstable; urgency=low * New release. -- Freddy Spierenburg Tue, 17 Apr 2012 18:51:18 +0200 jpnevulator (2.0.1-1) unstable; urgency=low * New release. -- Freddy Spierenburg Mon, 16 Apr 2012 18:25:08 +0200 jpnevulator (2.0.0-1) unstable; urgency=low * New release. -- Freddy Spierenburg Sun, 15 Apr 2012 23:26:33 +0200 jpnevulator (1.3.1-1) unstable; urgency=low * New release. -- Freddy Spierenburg Sun, 22 Jan 2012 00:14:01 +0100 jpnevulator (1.3.0-1) unstable; urgency=low * New release. -- Freddy Spierenburg Sat, 25 Apr 2009 13:00:53 +0200 jpnevulator (1.2.3-1) unstable; urgency=low * New upstream release. * First official upload to Debian, closes bug#378671. -- Freddy Spierenburg Fri, 21 Jul 2006 15:17:27 +0200 jpnevulator (1.2.2-1) unstable; urgency=low * New upstream release. -- Freddy Spierenburg Mon, 17 Jul 2006 00:20:47 +0200 jpnevulator (1.2.1-1) unstable; urgency=low * New upstream release. -- Freddy Spierenburg Sun, 25 Jun 2006 16:08:19 +0200 jpnevulator (1.2.0-1) unstable; urgency=low * New upstream version. -- Freddy Spierenburg Sun, 25 Jun 2006 14:10:55 +0200 jpnevulator (1.1.0-1) unstable; urgency=low * Initial release. -- Freddy Spierenburg Sat, 3 Jun 2006 15:34:17 +0200 debian/watch0000644000000000000000000000010411706645704010224 0ustar version=3 http://jpnevulator.snarl.nl/download/jpnevulator-(.+).tgz debian/control0000644000000000000000000000156611706650231010602 0ustar Source: jpnevulator Homepage: http://jpnevulator.snarl.nl/ Section: comm Priority: optional Maintainer: Freddy Spierenburg Build-Depends: debhelper (>= 5) Standards-Version: 3.9.2 Package: jpnevulator Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Serial sniffer jpnevulator is a handy serial sniffer. You can use it to send data on a serial device too. You can read or write from/to one or more serial devices at the same time. . In write mode data to be sent on the serial device(s) is read from a file or stdin in hexadecimal notation. Data is sent on the serial device(s) line by line. . In read mode data to be read from the serial device(s) is written to a file or stdout in hexadecimal notation. It's even possible to pass the data in between the serial device(s). Several options enhance the way the data is displayed. debian/compat0000644000000000000000000000000210440307734010366 0ustar 5 debian/docs0000644000000000000000000000002511706660161010042 0ustar BUGS README TODO FAQ