debian/0000755000000000000000000000000011676023464007177 5ustar debian/copyright0000644000000000000000000000136611676023464011140 0ustar This package was debianized by Bdale Garbee on Wed, 20 Aug 2003 11:34:07 -0600. It was downloaded from http://atlc.sourceforge.net/ Upstream Author: Dr. David Kirby (G8WRB) Copyright: Copyright (C) 1996-2002. Dr. David Kirkby, PhD (G8WRB). Dr. David Kirkby, e-mail drkirkby at ntlworld.com Stokes Hall Lodge, Burnham Road, Althorne, Essex, CM3 6DT, UK. 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, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/atlc.doc-base0000644000000000000000000000044011676023464011517 0ustar Document: atlc Title: atlc Manual Author: Dr. David Kirby Abstract: This manual describes the Arbitrary Transmission Line Calculator and how to use it. Section: Science/Electronics Format: HTML Index: /usr/share/doc/atlc/html-docs/index.html Files: /usr/share/doc/atlc/html-docs/*.html debian/atlc.dirs0000644000000000000000000000001011676023464010774 0ustar usr/bin debian/rules0000755000000000000000000000426611676023464010267 0ustar #!/usr/bin/make -f # This has to be exported to make some magic below work. export DH_OPTIONS # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif config.status: configure dh_testdir cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --docdir=\$${prefix}/share/doc/atlc \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --enable-hardware-info build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) $(MAKE) check touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp config-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -rf tmp dh_clean install: dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/atlc mv debian/atlc/usr/share/atlc/examples \ debian/atlc-examples/usr/share/atlc/examples rm debian/atlc-examples/usr/share/atlc/examples/create_for_Makefile.am dh_install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -i ChangeLog dh_installdocs -i dh_installman -i dh_link -i dh_strip -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: build install dh_testdir dh_testroot dh_installchangelogs -a ChangeLog dh_installdocs -a mv debian/atlc/usr/share/atlc/docs/* debian/atlc/usr/share/doc/atlc rm -rf debian/atlc/usr/share/atlc dh_installman -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011676023464010477 5ustar debian/source/format0000644000000000000000000000001411676023464011705 0ustar 3.0 (quilt) debian/atlc.docs0000644000000000000000000000014711676023464010776 0ustar BUGS NEWS README README.hardware-info README.help README.mpi README.support README.threads THANKS TODO debian/control0000644000000000000000000000253611676023464010610 0ustar Source: atlc Section: electronics Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>> 4.0.0), libgsl0-dev, autotools-dev Standards-Version: 3.9.2 Vcs-Git: git://git.gag.com/debian/atlc Vcs-Browser: http://git.gag.com/?p=debian/atlc Package: atlc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: atlc-examples Description: Arbitrary Transmission Line Calculator atlc is a computer aided design (CAD) package for the design and analysis of electrical transmission lines and directional couplers of totally arbitrary cross section and an arbitrary number of different dielectrics. . By analysis, it is assumed one requires finding the electrical properties of a transmission line or coupler, where the physical dimensions of the device are known. By design, it is assumed one requires a transmission line or coupler to have certain electrical properties and one wishes to find how to physically realise such a structure . atlc likely to be of use to radio amateurs, professional RF engineers, students and academics. . More information on atlc is available at http://atlc.sourceforge.net/ Package: atlc-examples Architecture: all Depends: ${misc:Depends} Description: Examples for Arbitrary Transmission Line Calculator Contains a large number of example structures for analysis with atlc. debian/atlc-examples.dirs0000644000000000000000000000001711676023464012617 0ustar usr/share/atlc debian/patches/0000755000000000000000000000000011676023464010626 5ustar debian/patches/series0000644000000000000000000000001511676023464012037 0ustar atlc.1.patch debian/patches/atlc.1.patch0000644000000000000000000000176611676023464012743 0ustar --- atlc-4.6.1.orig/man/man1/atlc.1 +++ atlc-4.6.1/man/man1/atlc.1 @@ -7,13 +7,12 @@ .br .SH WARNING This man page is not a complete set of documentation - the complexity of the atlc project makes man pages not an ideal way to document it, although out of completeness, man pages are produced. -The best documentation that was current at the time the version was produced should be found on your -hard drive, usually at +The best documentation that was current at the time the version was produced +may be found in .br -/usr/local/share/atlc/docs/html\-docs/index.html +/usr/share/doc/atlc/html\-docs/index.html .br -although it might be elsewhere if -your system administrator chose to install the package elsewhere. Sometimes, errors are corrected +Sometimes, errors are corrected in the documentation and placed at http://atlc.sourceforge.net/ before a new release of atlc is released. Please, if you notice a problem with the documentation - even spelling errors and typos, please let me know. debian/atlc-examples.README.Debian0000644000000000000000000000036311676023464014000 0ustar The examples for ATLC are sufficiently huge that they have been broken into this separate package for Debian. Look in /usr/share/atlc/examples for the various example files. -- Bdale Garbee , Wed, 20 Aug 2003 11:34:07 -0600 debian/changelog0000644000000000000000000000215211676023464011051 0ustar atlc (4.6.1-1) unstable; urgency=low * new upstream version * add Vcs entries to the control file -- Bdale Garbee Mon, 26 Dec 2011 00:11:19 -0700 atlc (4.6.0-1) unstable; urgency=low * new upstream version * move make check from binary to build target so it doesn't run as root * lose --with-threads from configure call, since it causes regression suite to fail many tests and upstream's README.threads is discouraging * various tweaks to make lintian happier -- Bdale Garbee Fri, 3 Jun 2005 04:53:28 -0600 atlc (4.4.0-1) unstable; urgency=low * new upstream version -- Bdale Garbee Tue, 2 Sep 2003 21:35:37 -0600 atlc (4.3.8-1) unstable; urgency=low * new upstream version, incorporating fixes I tested on top of 4.3.7 -- Bdale Garbee Thu, 21 Aug 2003 15:32:53 -0600 atlc (4.3.7-1) unstable; urgency=low * Initial Release. * patch try_linux.c and try_portable.c in tests/ at upstream's request to try and fix problems with --enable-hardware-info -- Bdale Garbee Thu, 21 Aug 2003 01:56:08 -0600 debian/compat0000644000000000000000000000000211676023464010375 0ustar 5