--- linsmith-0.99.21.orig/debian/rules +++ linsmith-0.99.21/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +# This package uses dpatch +include /usr/share/dpatch/dpatch.make + +# 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 + +#LINSMITH_CFLAGS=`pkg-config --cflags "gtk+-2.0 >= 2.10 cairo"` -I/usr/include/libgnomeui-2.0 +#LINSMITH_LIBS=`pkg-config --libs "gtk+-2.0 >= 2.10 >= 2.10 cairo"` + +config.status: configure patch + dh_testdir + #LINSMITH_LIBS="$(LINSMITH_LIBS)" + CFLAGS="$(CFLAGS) -Wl,-z,defs,--as-needed" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + dh_autotools-dev_updateconfig + $(MAKE) + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + -rm -f po/*.gmo + dh_autotools-dev_restoreconfig + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/linsmith + + +# 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_installmenu + dh_installman doc/linsmith.1 + dh_install linsmith.desktop /usr/share/applications/ + dh_install linsmith_icon.xpm /usr/share/pixmaps/linsmith/ + dh_install debian/linsmith_small.xpm /usr/share/pixmaps/linsmith/ + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install patch unpatch --- linsmith-0.99.21.orig/debian/copyright +++ linsmith-0.99.21/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by Margarita Manterola on +Wed, 2 Nov 2005 18:32:48 -0300. + +It was downloaded from http://sourceforge.net/projects/linsmith + +Upstream Author & Copyright Holder: 1997-2005 John Coppens + (john@jcoppens.com) + +License: Source files pixmaps.inc and chartdef.inc are covered by the + LGPL v2 or any later version. + The rest of the program, including code, images and documentation + is covered by GPL v2 or any later version. + +/* + * Copyright (C) 1997-2005 John Coppens (john@jcoppens.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU 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 St, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ + +The Debian packaging has been done by Margarita Manterola, and it is +licensed GPL v2 or any later version. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +And the complete text of the GNU Library General Public Licence, version 2, +can be found in /usr/share/common-licenses/LGPL-2 + --- linsmith-0.99.21.orig/debian/changelog +++ linsmith-0.99.21/debian/changelog @@ -0,0 +1,83 @@ +linsmith (0.99.21-1) unstable; urgency=low + + * New upstream release + - Removes libgnomeprint dependency (Closes: #542563) + * Added rules to update config.sub and config.guess, + autotools-dev build-dependency needed. (Closes: #546299) + * Updated Standards Version to 3.9.2, no changes needed. + * Updated debhelper compat level to 7. + * Fixed smaller lintian issues. + * Added --as-needed to debian/rules to prevent pulling in unneeded + dependencies + * Updated Spanish translation + + -- Margarita Manterola Fri, 17 Jun 2011 21:41:27 +0000 + +linsmith (0.99.7-1) unstable; urgency=low + + * New upstream release + * Updated Standards Version. No changes needed. + * Fixed doc-base location to match new structure. + + -- Margarita Manterola Mon, 30 Jun 2008 02:04:21 +0000 + +linsmith (0.99.4-1) unstable; urgency=low + + * New upstream release + * Updated to new standards version. + + Updated the menu files + * Changed Homepage from Pseudo-Field to actual Field. + + -- Margarita Manterola Sat, 05 Jan 2008 13:37:48 +0000 + +linsmith (0.99.3-1) unstable; urgency=low + + * New upstream release. Dropped the backported patches. + * Removed the sharutils build-dep, used for uudecode, which wasn't really + necessary. + + -- Margarita Manterola Sun, 15 Apr 2007 16:52:01 -0300 + +linsmith (0.99.1-2) unstable; urgency=low + + * Added font_name_buffer.dpatch from 0.99.2 to fix a possible + buffer overflow with very long font names. + * Added other_buffers.dpatch from 0.99.3 to fix some other, less important, + buffer overflows. (Closes: #403298) + + -- Margarita Manterola Thu, 8 Feb 2007 17:05:16 -0300 + +linsmith (0.99.1-1) unstable; urgency=low + + * New upstream release + * Updated debhelper's compatibility level to 5, no changes needed. + * Updated Standards-Version to 3.7.2, no changes needed. + + -- Margarita Manterola Sat, 15 Jul 2006 17:39:11 -0300 + +linsmith (0.9.5-1) unstable; urgency=low + + * New upstream release. + + -- Margarita Manterola Fri, 14 Apr 2006 11:56:18 -0300 + +linsmith (0.9.2-1) unstable; urgency=low + + * New upstream release: + - Removed the patch for spanish translation, since it's in the release + - Removed the uuencoded manual.pdf, it's now included by upstream. + + -- Margarita Manterola Tue, 6 Dec 2005 16:43:22 -0300 + +linsmith (0.9.1-1) unstable; urgency=low + + * Initial release. Closes: #337153 + * The file manual.pdf is included as a pre-generated pdf since generating it + from lyx at build time proved to be not safe. It can still be created + from source, provided you have a working lyx environment. + * Added an icon for the menu item. + * Fixed the Spanish translation. + * Clarified the copyright of pixmaps.inc and chartdef.inc + + -- Margarita Manterola Wed, 16 Nov 2005 10:49:54 -0300 + --- linsmith-0.99.21.orig/debian/watch +++ linsmith-0.99.21/debian/watch @@ -0,0 +1,7 @@ +# Compulsory line, this is a version 3 file +version=3 + +# Used to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/linsmith/linsmith-(.*)\.tar\.gz + + --- linsmith-0.99.21.orig/debian/control +++ linsmith-0.99.21/debian/control @@ -0,0 +1,36 @@ +Source: linsmith +Section: electronics +Priority: optional +Maintainer: Margarita Manterola +Build-Depends: debhelper (>= 7.0.0), dpatch, libgnomeui-dev, libxml2-dev, autotools-dev +Standards-Version: 3.9.2 +Homepage: http://jcoppens.com/soft/linsmith/index.en.php + +Package: linsmith +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: tclsh +Description: tool to generate Smith Charts + A Smith chart is a tool used in electrical engineering that + shows how the complex impedance of a transmission line varies along its + length, and simplifies the design of impedance matching networks to match + the line to its load. + . + linSmith is a Smith Charting program, mainly designed for educational use. + As such, there is an emphasis on capabilities that improve the 'showing + the effect of'-style of operation. + . + It's main features are: + * Definition of multiple load impedances (at different frequencies) + * Addition of discrete (L, C, parallel and series LC, and transformer) + and line components (open and closed stubs, line segments) + * Connection in series and parallel + * Easy experimentation with values using scrollbars + * A 'virtual' component switches from impedance to admittance to help + explaining (or understanding) parallel components + * The chart works in real impedances (not normalized ones) + * Direct view of the result on the screen + * Ability to generate publication quality Postscript output + * A 'log' file with textual results at each intermediate step + * Load and circuit configuration is stored separately, permitting several + solutions without re-defining the other --- linsmith-0.99.21.orig/debian/linsmith.doc-base +++ linsmith-0.99.21/debian/linsmith.doc-base @@ -0,0 +1,10 @@ +Document: linsmith +Title: Linsmith User Manual +Author: John Coppens +Abstract: This manual describes what linsmith is + and how to use it, step by step. +Section: Science/Electronics + +Format: pdf +Files: /usr/share/doc/linsmith/manual.pdf.gz + --- linsmith-0.99.21.orig/debian/README.source +++ linsmith-0.99.21/debian/README.source @@ -0,0 +1,27 @@ +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get the fully patched source after unpacking the source package, cd +to the root level of the source package and run: + + debian/rules patch + +Removing a patch is as simple as removing its entry from the +debian/patches/00list file, and please also remove the patch file +itself. + +Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" +where you should replace XX with a new number and patchname with a +descriptive shortname of the patch. You can then simply edit all the +files your patch wants to edit, and then simply "exit 0" from the shell +to actually create the patch file. + +To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" +and replace XX_patchname with the actual filename from debian/patches +you want to use. + +To clean up afterwards again, "debian/rules unpatch" will do the +work for you - or you can of course choose to call +"fakeroot debian/rules clean" all together. + --- linsmith-0.99.21.orig/debian/compat +++ linsmith-0.99.21/debian/compat @@ -0,0 +1 @@ +7 --- linsmith-0.99.21.orig/debian/menu +++ linsmith-0.99.21/debian/menu @@ -0,0 +1,6 @@ +?package(linsmith):needs="X11" \ + section="Applications/Science/Electronics" \ + title="linsmith" \ + longtitle="Smith Chart generator" \ + icon="/usr/share/pixmaps/linsmith/linsmith_small.xpm" \ + command="/usr/bin/linsmith" --- linsmith-0.99.21.orig/debian/linsmith_small.xpm +++ linsmith-0.99.21/debian/linsmith_small.xpm @@ -0,0 +1,554 @@ +/* XPM */ +static char * linsmith_small_xpm[] = { +"32 32 519 2", +" c None", +". c #E199A8", +"+ c #E19BA9", +"@ c #E6ABB7", +"# c #E4A5B3", +"$ c #DE8B9F", +"% c #E094A6", +"& c #E3A1B0", +"* c #E5A7B4", +"= c #DD869C", +"- c #D97B91", +"; c #E092A4", +"> c #E7AFB9", +", c #E08E9F", +"' c #E196A5", +") c #E2A2AE", +"! c #DC8398", +"~ c #DE879B", +"{ c #D7718B", +"] c #E5A8B4", +"^ c #E5A5B2", +"/ c #E6ADB8", +"( c #E097A7", +"_ c #E3A1AE", +": c #E093A5", +"< c #E39FAE", +"[ c #E29BAA", +"} c #DA7F95", +"| c #D97990", +"1 c #D8748D", +"2 c #D66F88", +"3 c #E5A5B3", +"4 c #E094A5", +"5 c #E193A3", +"6 c #E39EAE", +"7 c #E3A2AF", +"8 c #E09AA9", +"9 c #E29DAC", +"0 c #E197A7", +"a c #E49FAE", +"b c #DC8298", +"c c #D8758C", +"d c #DF8FA3", +"e c #E198A8", +"f c #D8748E", +"g c #DC8198", +"h c #DD889D", +"i c #E6AAB6", +"j c #DC8499", +"k c #E197A8", +"l c #E095A6", +"m c #DF94A4", +"n c #DA7C93", +"o c #DF8B9F", +"p c #DF8B9E", +"q c #DE899E", +"r c #DE8D9F", +"s c #D56D87", +"t c #CB4C6A", +"u c #E094A3", +"v c #DE8B9E", +"w c #DC8097", +"x c #DE8A9C", +"y c #E091A3", +"z c #DF91A3", +"A c #E39FAD", +"B c #DD859A", +"C c #DB8599", +"D c #E3A0AE", +"E c #DB7F96", +"F c #E195A5", +"G c #DD879B", +"H c #DE8A9D", +"I c #DC879A", +"J c #D9758C", +"K c #D97C92", +"L c #DB7B92", +"M c #DC8399", +"N c #DE8A9E", +"O c #E093A4", +"P c #E199A9", +"Q c #D97A91", +"R c #DF90A1", +"S c #DB8398", +"T c #DC8197", +"U c #DD859B", +"V c #DA7B94", +"W c #DC859B", +"X c #DA778F", +"Y c #D66C85", +"Z c #DA7C92", +"` c #DA7A92", +" . c #D8748C", +".. c #E096A6", +"+. c #D9758E", +"@. c #D07489", +"#. c #D9738D", +"$. c #E295A7", +"%. c #DB7C92", +"&. c #E29CAB", +"*. c #DB8396", +"=. c #D97B90", +"-. c #DA7C94", +";. c #DD889C", +">. c #DA7F94", +",. c #DA7991", +"'. c #D9768F", +"). c #DA7992", +"!. c #D66E89", +"~. c #D66C86", +"{. c #D15E7B", +"]. c #DB7991", +"^. c #D76D88", +"/. c #D97A8F", +"(. c #DC8599", +"_. c #DD879C", +":. c #D67188", +"<. c #DB8498", +"[. c #DD889A", +"}. c #D8748A", +"|. c #DA7D92", +"1. c #DD8B9E", +"2. c #D76F88", +"3. c #D97790", +"4. c #D46581", +"5. c #D56B85", +"6. c #D56984", +"7. c #DA7D93", +"8. c #E5A4B1", +"9. c #D66F8A", +"0. c #D7718C", +"a. c #CB4D6B", +"b. c #D9758D", +"c. c #E4A1B0", +"d. c #D7738C", +"e. c #E29DAD", +"f. c #D46680", +"g. c #D3677F", +"h. c #D66E87", +"i. c #DA7D95", +"j. c #D3637F", +"k. c #D2607C", +"l. c #D2607D", +"m. c #D2607E", +"n. c #DC899B", +"o. c #E8B4BE", +"p. c #DF90A2", +"q. c #E3A1AF", +"r. c #E29AA9", +"s. c #DC7E95", +"t. c #DD869A", +"u. c #DB7E95", +"v. c #DE8C9D", +"w. c #DD8A9C", +"x. c #DB8497", +"y. c #D56A85", +"z. c #E19BAA", +"A. c #D05B77", +"B. c #D8758D", +"C. c #D2647F", +"D. c #C7536F", +"E. c #D2617E", +"F. c #C85772", +"G. c #D67087", +"H. c #DF93A4", +"I. c #E5AAB6", +"J. c #DE8DA0", +"K. c #DF90A3", +"L. c #E4A3B1", +"M. c #E196A7", +"N. c #E4A8B3", +"O. c #DF8EA0", +"P. c #DA7D94", +"Q. c #DF91A2", +"R. c #D6768C", +"S. c #D56F88", +"T. c #D36A81", +"U. c #D66F87", +"V. c #D66C87", +"W. c #DC7F94", +"X. c #CF5C78", +"Y. c #D36480", +"Z. c #C14B67", +"`. c #DE8FA1", +" + c #DF8DA0", +".+ c #D66D87", +"++ c #D77089", +"@+ c #DB7A92", +"#+ c #E195A8", +"$+ c #DC8B9C", +"%+ c #D46983", +"&+ c #D66D85", +"*+ c #D05977", +"=+ c #D25E7A", +"-+ c #CA4E6C", +";+ c #CC4F6D", +">+ c #CC4E6D", +",+ c #C4405F", +"'+ c #E5A8B5", +")+ c #DE8BA0", +"!+ c #DB8198", +"~+ c #DB8197", +"{+ c #DF8FA2", +"]+ c #DB8296", +"^+ c #DA7F93", +"/+ c #D57087", +"(+ c #DF92A3", +"_+ c #D9748E", +":+ c #CC506D", +"<+ c #DD8E9F", +"[+ c #D56883", +"}+ c #D25F7C", +"|+ c #D25F7D", +"1+ c #CF5975", +"2+ c #CC4D6C", +"3+ c #CC4E6E", +"4+ c #BD3F5D", +"5+ c #C44966", +"6+ c #BF546C", +"7+ c #BC5A6E", +"8+ c #E194A5", +"9+ c #E4A2B1", +"0+ c #D46C84", +"a+ c #DD899D", +"b+ c #DC7D93", +"c+ c #D97991", +"d+ c #D8758E", +"e+ c #DD8498", +"f+ c #D7728C", +"g+ c #D66D86", +"h+ c #DC869B", +"i+ c #D3647F", +"j+ c #D05A75", +"k+ c #D46782", +"l+ c #CF5674", +"m+ c #D05A77", +"n+ c #CA4968", +"o+ c #CA4967", +"p+ c #CF5976", +"q+ c #DA8C9D", +"r+ c #D97890", +"s+ c #E29EAC", +"t+ c #DC849A", +"u+ c #E198A9", +"v+ c #D9788F", +"w+ c #DE899D", +"x+ c #DA7C91", +"y+ c #D9788E", +"z+ c #DB7C93", +"A+ c #DE92A1", +"B+ c #D87A90", +"C+ c #D15C79", +"D+ c #CF5372", +"E+ c #CF5773", +"F+ c #D6738A", +"G+ c #E5A9B5", +"H+ c #DF8FA1", +"I+ c #E095A5", +"J+ c #DA8195", +"K+ c #DC8297", +"L+ c #DB8097", +"M+ c #D15E79", +"N+ c #D7728A", +"O+ c #DD8499", +"P+ c #DB8094", +"Q+ c #CC5772", +"R+ c #D05A76", +"S+ c #DB8096", +"T+ c #E08D9F", +"U+ c #DF8EA2", +"V+ c #C8677C", +"W+ c #DA7790", +"X+ c #CF5473", +"Y+ c #CC4C6B", +"Z+ c #E8B2BD", +"`+ c #E39DAB", +" @ c #E29AAA", +".@ c #DD8399", +"+@ c #DF8FA0", +"@@ c #D9778F", +"#@ c #D8768F", +"$@ c #DB8598", +"%@ c #D8778E", +"&@ c #CE5470", +"*@ c #D2627C", +"=@ c #B53954", +"-@ c #C3546D", +";@ c #D66E88", +">@ c #B94761", +",@ c #E39EAD", +"'@ c #E8B3BD", +")@ c #E5A7B3", +"!@ c #DA7B92", +"~@ c #E39EAC", +"{@ c #DE889C", +"]@ c #D5788E", +"^@ c #DD889E", +"/@ c #DE8B9D", +"(@ c #C95872", +"_@ c #CB4E6C", +":@ c #D56E86", +"<@ c #DB8A9C", +"[@ c #CA6178", +"}@ c #BE3F5D", +"|@ c #B53E58", +"1@ c #D15B79", +"2@ c #DC889B", +"3@ c #BD415D", +"4@ c #DB8298", +"5@ c #D6748B", +"6@ c #D77189", +"7@ c #CC617B", +"8@ c #CC647D", +"9@ c #CC5A75", +"0@ c #CF637E", +"a@ c #D5778D", +"b@ c #D66D88", +"c@ c #D56D86", +"d@ c #C14A66", +"e@ c #B53A55", +"f@ c #C75871", +"g@ c #DF8EA1", +"h@ c #CB5470", +"i@ c #B93E59", +"j@ c #B73D59", +"k@ c #BE425F", +"l@ c #C1506B", +"m@ c #D97891", +"n@ c #CB617A", +"o@ c #D06A82", +"p@ c #CE5874", +"q@ c #D56783", +"r@ c #DC8096", +"s@ c #DB8095", +"t@ c #DE8C9F", +"u@ c #DC899C", +"v@ c #DE8EA0", +"w@ c #D0647D", +"x@ c #D08493", +"y@ c #D16E86", +"z@ c #C14D68", +"A@ c #BD435F", +"B@ c #D7758B", +"C@ c #D15D79", +"D@ c #D36380", +"E@ c #DC8196", +"F@ c #DE8CA0", +"G@ c #DB7F95", +"H@ c #D76E88", +"I@ c #D6708A", +"J@ c #DC879B", +"K@ c #DA7E95", +"L@ c #CF5977", +"M@ c #D16983", +"N@ c #C14B66", +"O@ c #C44462", +"P@ c #D88599", +"Q@ c #CF8493", +"R@ c #D8748B", +"S@ c #CE5573", +"T@ c #CE5170", +"U@ c #CC516E", +"V@ c #E8B2BC", +"W@ c #DE889D", +"X@ c #E092A2", +"Y@ c #DB8196", +"Z@ c #DD8C9F", +"`@ c #D97A92", +" # c #D05D78", +".# c #D36984", +"+# c #CD5572", +"@# c #DA7B91", +"## c #D15C78", +"$# c #D15B78", +"%# c #C64462", +"&# c #CD647B", +"*# c #C8516D", +"=# c #DC8698", +"-# c #D2617C", +";# c #D05877", +"># c #CD4F6F", +",# c #CE667E", +"'# c #D77C90", +")# c #E5A9B6", +"!# c #E298A8", +"~# c #E298A7", +"{# c #D87A8F", +"]# c #DE8EA1", +"^# c #D8788F", +"/# c #D56B84", +"(# c #DA7B90", +"_# c #E094A4", +":# c #DA7B93", +"<# c #D46D85", +"[# c #D07388", +"}# c #D56985", +"|# c #D4667F", +"1# c #D97F92", +"2# c #D05776", +"3# c #D05876", +"4# c #CC4D6D", +"5# c #C84564", +"6# c #C0425F", +"7# c #BE415F", +"8# c #CB697F", +"9# c #D0657E", +"0# c #E7AEBA", +"a# c #E5A6B3", +"b# c #DA7891", +"c# c #DD8B9D", +"d# c #D56B86", +"e# c #DE8A9F", +"f# c #DA8497", +"g# c #DC8299", +"h# c #D66D89", +"i# c #C4536C", +"j# c #CF5874", +"k# c #C24563", +"l# c #CF5774", +"m# c #BF3F5C", +"n# c #C4506A", +"o# c #D37288", +"p# c #D2637E", +"q# c #E6A8B5", +"r# c #D56A86", +"s# c #D87C91", +"t# c #D87890", +"u# c #D8798E", +"v# c #D2617B", +"w# c #D36B85", +"x# c #CE5472", +"y# c #D46682", +"z# c #D15F7B", +"A# c #C74563", +"B# c #C23F5E", +"C# c #D5748A", +"D# c #E3A2B0", +"E# c #DA7E93", +"F# c #D8788E", +"G# c #E29DAB", +"H# c #D46F86", +"I# c #D15D7A", +"J# c #D15C7A", +"K# c #D36D85", +"L# c #D47088", +"M# c #D97C91", +"N# c #CE5271", +"O# c #D46883", +"P# c #CA5270", +"Q# c #CB4C6B", +"R# c #E29CAC", +"S# c #E195A6", +"T# c #E090A2", +"U# c #D9758F", +"V# c #D66C88", +"W# c #D76F89", +"X# c #D8728D", +"Y# c #DD879A", +"Z# c #D2617D", +"`# c #D46781", +" $ c #D3617D", +".$ c #E3A4B1", +"+$ c #E095A7", +"@$ c #E299A9", +"#$ c #E196A6", +"$$ c #E4A4B1", +"%$ c #D46582", +"&$ c #CA4B69", +"*$ c #DB7C95", +"=$ c #E29AAB", +"-$ c #D66B86", +";$ c #D36280", +">$ c #D7718A", +",$ c #D05C77", +"'$ c #D56E87", +")$ c #DF889B", +"!$ c #DF95A4", +"~$ c #E090A3", +"{$ c #D3607E", +"]$ c #D97B92", +"^$ c #D66F89", +"/$ c #D3607D", +"($ c #D3657F", +"_$ c #DF90A4", +":$ c #E8B3BE", +"<$ c #DA768F", +"[$ c #D25F7A", +"}$ c #E7AEB9", +"|$ c #D2657E", +"1$ c #DE90A1", +"2$ c #DB8799", +"3$ c #D7738A", +"4$ c #DB7E94", +"5$ c #D56882", +"6$ c #DA798F", +"7$ c #D7708A", +"8$ c #D66A85", +"9$ c #CF607B", +"0$ c #D16C83", +"a$ c #E6AEB9", +"b$ c #DA7A91", +"c$ c #D4647F", +"d$ c #C3506B", +"e$ c #DF95A5", +"f$ c #D67088", +"g$ c #DE92A2", +"h$ c #DA8093", +"i$ c #D46882", +"j$ c #BD536A", +"k$ c #CE5E79", +"l$ c #D97C93", +"m$ c #DE8FA0", +"n$ c #D7738D", +"o$ c #D2667E", +"p$ c #E29FAC", +"q$ c #DF8BA0", +"r$ c #DF92A4", +"s$ c #DA8196", +"t$ c #D8738A", +". + @ # $ % & * = - ; > , ' ) ! ~ { ] , ", +"^ / . ( _ : < [ } | 1 2 3 4 = : 5 ", +"6 } 7 8 9 9 4 . ; $ 0 a b c d e } f g ", +"h i j k l l m n k o p q $ r s t 0 u v w . ", +"< x y z A B C D E F G H I J K 1 L M < ", +"N % O P Q R G S T U V W X Y Z ` ... +. @.#.$.] A ", +"%.&.*.=...-.;.>.,.'.).).-.!.~.{.].^.e +. /.(.>. _. ", +":.<.[.}.|.} 1.>.2.3.4.5.6.4.7.|.8.9 9.0.a.+. L b. c. ", +"d.c k e.f.g.h.i.j.k.l.m.n.o.* p.&.q.r.s. t. E u. v. ", +"w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.(.N.O.P. Q. R.S. X ", +"Q j T.U.V.W.X.t Y.Z.`.N.F _ &.j +A j 7 .+++ @+ #+N $+ ", +"%+.+&+++*+=+-+;+>+,+'+)+!+. ~+{+]+T ^+/+(+_+ ! 4 :+ <+ ", +"[+}+|+1+2+3+4+5+6+7+8+= 9+0+a+Z b+c+( d+e+f+g+..h+ i+j+ ", +"k+l+m+n+o+p+q+e r+s+t+u+c+P.5..+v+w+t.|.x+y+z+ A+B+h+ t+", +"C+D+E+F+G+A H+u.I+J+K+` L+M+N+O+m+P+1+Q+R+;+S+ T+ U+V+ W+", +"X+Y+. Z+`+; @.@+@p @@!.#@$@c+%@&@*@=@-@v ;@'. #. ", +">@,@'@)@- '+!@~@{@]@s ^@. /@.+(@_@:@<@[@}@|@[+ k. 1@2@ ", +"3@B.4@5@6@= 7@t+8@9@0@a@b@c@d@e@f@g@h@i@j@k@l@=+ m@ n@o@p@ ", +"q@g@/ / r@i B+0 s@]+|.t@u@v@2 2.2+w@x@y@z@A@- O V B@ ", +"C@D@/ / v E@q.F@/@! G@H@I@N+J@K@L@M@N@O@P@Q@R@g@ V ", +"S@T@U@} V@7 W@X@H+Y@Z@`@ . #.#+#@#4@##$#%#&#C@ k+ *#=# ", +"-#;#>#>+,#'#)#[ !#~#r+{#]#^#!@/#(#_#:#f <#[#.+ }# |#1#D ", +"2#3#*+4#5#6#7#,+8#9#0#= a#b#c#y+d#d#e e#f#K.g# h# x.c i# ", +"l.b@j#l+>#k#l#m#n#o#L.p#q#j s+P.@@v@r#f s#t##.#. u# ", +"V.v#c@w#x#y#z#A#B#C#* @ ! D#E#1.v@F#G#H#E . I# J# }#", +":# .K#L#M#N#O#*+P#Q#* @ 0 z R#: S#T#E@7 @U# V# W#X# Y#", +"6@Y J.Z#p.K@`#m+ $m+/#.$+$@$#$q.Q.[ $$ @%$ m@ &$*$=$ ", +"-$d#;$5.E#^#j+>$l.,$E.'$V@o.i )$!$M.~@{@y. ~$ {$ }# ", +"@ P+]$z y#2 4@g+W#^$/$m.($s@_$:$o.o. @<$ [$ ", +"}$|$1$2$v+c#/+3$4$5$6$7$8$W#9$0$`+a$b$c$d$ <+ |$E# S+ ", +"e$Z@I+f$2@} g$h$m@i.f+Q v+;@i$N+j$k$l$ m@ K+m$ n$ ", +"o$p$V.@$E t.>.H+>$H+q$r$K.L+J.s$| v ,$ t$n p. #@ "}; --- linsmith-0.99.21.orig/debian/docs +++ linsmith-0.99.21/debian/docs @@ -0,0 +1,3 @@ +README +NEWS +doc/manual.pdf --- linsmith-0.99.21.orig/debian/source/format +++ linsmith-0.99.21/debian/source/format @@ -0,0 +1 @@ +1.0 --- linsmith-0.99.21.orig/debian/patches/20_spanish_translation.dpatch +++ linsmith-0.99.21/debian/patches/20_spanish_translation.dpatch @@ -0,0 +1,340 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 20_spanish_translation.dpatch by Margarita Manterola +## +## DP: Update Spanish translation + +@DPATCH@ +diff -urNad linsmith-0.99.21~/po/es.po linsmith-0.99.21/po/es.po +--- linsmith-0.99.21~/po/es.po 2010-05-20 17:53:28.000000000 +0000 ++++ linsmith-0.99.21/po/es.po 2011-06-17 21:39:17.000000000 +0000 +@@ -105,7 +105,7 @@ + + #: src/interface.c:91 + msgid "_s2p files" +-msgstr "" ++msgstr "Archivos _s2p" + + # + #: src/interface.c:103 +@@ -122,15 +122,15 @@ + + #: src/interface.c:130 + msgid "_Import" +-msgstr "" ++msgstr "_Importar" + + #: src/interface.c:137 + msgid "_Export" +-msgstr "" ++msgstr "_Exportar" + + #: src/interface.c:144 + msgid "Save _results page..." +-msgstr "S_alvar resultados como..." ++msgstr "Gu_ardar resultados como..." + + #: src/interface.c:164 + msgid "_Recalculate" +@@ -138,7 +138,7 @@ + + #: src/interface.c:176 + msgid "_Test" +-msgstr "Pruebas" ++msgstr "_Pruebas" + + #: src/interface.c:500 src/global.h:30 + msgid "Smith Chart" +@@ -236,7 +236,7 @@ + + #: src/interface.c:909 + msgid "Remove the selected load" +-msgstr "Remover la carga elegida" ++msgstr "Eliminar la carga elegida" + + #: src/interface.c:919 + msgid "Clear the load list" +@@ -328,7 +328,7 @@ + + #: src/interface.c:1228 + msgid "nH" +-msgstr "" ++msgstr "nH" + + #: src/interface.c:1251 + msgid "Discrete component" +@@ -441,7 +441,7 @@ + + #: src/interface.c:1872 + msgid "Remove the selected element" +-msgstr "" ++msgstr "Borrar el elemento seleccionado" + + #: src/interface.c:1882 + msgid "Clear the element list" +@@ -593,7 +593,7 @@ + + #: src/interface.c:3125 + msgid "Cursor values (SWR etc):" +-msgstr "" ++msgstr "Valores del cursor (SWR, etc):" + + #: src/interface.c:3132 + msgid "Results page:" +@@ -651,7 +651,7 @@ + + #: src/interface.c:3351 + msgid "pixels" +-msgstr "" ++msgstr "pixeles" + + #: src/interface.c:3372 + msgid "Background:" +@@ -662,7 +662,6 @@ + msgstr "Tam. Carta:" + + #: src/interface.c:3392 src/interface.c:3785 +-#, fuzzy + msgid "g=1 circle:" + msgstr "Círculo G=1:" + +@@ -834,7 +833,7 @@ + + #: src/interface.c:4356 src/interface.c:4445 + msgid "Unix pipes" +-msgstr "" ++msgstr "Conexión Unix" + + #: src/interface.c:4357 src/interface.c:4587 + msgid "Serial port" +@@ -850,7 +849,7 @@ + + #: src/interface.c:4404 src/interface.c:4576 + msgid "Timeout:" +-msgstr "Exceso de tiempo:" ++msgstr "Límite de tiempo:" + + #: src/interface.c:4411 + msgid "Peripheral can control linsmith" +@@ -866,7 +865,7 @@ + + #: src/interface.c:4441 + msgid "Unix socket remote interface" +-msgstr "" ++msgstr "Interfaz remota a través de socket Unix" + + #: src/interface.c:4460 + msgid "Serial port:" +@@ -878,11 +877,11 @@ + + #: src/interface.c:4479 + msgid "/dev/ttyS1" +-msgstr "" ++msgstr "/dev/ttyS1" + + #: src/interface.c:4489 + msgid "Baud:" +-msgstr "Negrito:" ++msgstr "Velocidad:" + + #: src/interface.c:4502 + msgid "1200" +@@ -926,7 +925,7 @@ + + #: src/interface.c:4524 + msgid "8" +-msgstr "" ++msgstr "8" + + #: src/interface.c:4525 + msgid "7" +@@ -982,7 +981,7 @@ + + #: src/interface.c:4674 + msgid "W8BXI, Ham Radio Feb 1977" +-msgstr "" ++msgstr "W8BXI, Ham Radio Feb 1977" + + #: src/interface.c:4705 + msgid "Last loads file:" +@@ -1010,12 +1009,11 @@ + + #: src/interface.c:4776 + msgid "(a single character, normally ',' or ';')" +-msgstr "(un solo caracter, normalmente ',' o ';'" ++msgstr "(un solo caracter, normalmente ',' o ';')" + + #: src/interface.c:4780 +-#, fuzzy + msgid "Last s2p file:" +-msgstr "Último archivo de cargas:" ++msgstr "Último archivo s2p:" + + #: src/interface.c:4793 src/interface.c:4797 + msgid "Files" +@@ -1043,7 +1041,7 @@ + + #: src/interface.c:5280 + msgid "Import" +-msgstr "" ++msgstr "Importar" + + #: src/interface.c:5305 + msgid "Freq unit:" +@@ -1051,7 +1049,7 @@ + + #: src/interface.c:5309 + msgid "GHz" +-msgstr "" ++msgstr "GHz" + + #: src/interface.c:5319 + msgid "Param:" +@@ -1059,7 +1057,7 @@ + + #: src/interface.c:5323 + msgid "S" +-msgstr "" ++msgstr "S" + + #: src/interface.c:5333 + msgid "Format:" +@@ -1067,15 +1065,15 @@ + + #: src/interface.c:5337 + msgid "MA" +-msgstr "" ++msgstr "MA" + + #: src/interface.c:5347 + msgid "Zo:" +-msgstr "" ++msgstr "Zo:" + + #: src/interface.c:5352 + msgid "50" +-msgstr "" ++msgstr "50" + + #: src/interface.c:5372 + msgid "Select:" +@@ -1095,7 +1093,7 @@ + + #: src/interface.c:5397 + msgid "1.0" +-msgstr "" ++msgstr "1.0" + + #: src/interface.c:5402 + msgid "Data" +@@ -1120,7 +1118,7 @@ + #: src/support.c:60 src/support.c:85 + #, c-format + msgid "Couldn't find pixmap file: %s" +-msgstr "No encuentro el archivo de imagen: %s" ++msgstr "No se encuentra el archivo de imagen: %s" + + #: src/misc.c:50 + msgid "RG-5/U" +@@ -1136,7 +1134,7 @@ + + #: src/misc.c:53 + msgid "RG-6 Foam" +-msgstr "" ++msgstr "RG-6 espuma" + + #: src/misc.c:54 + msgid "RG-8A/U" +@@ -1368,7 +1366,7 @@ + + #: src/misc.c:245 + msgid "List is not empty" +-msgstr "" ++msgstr "La lista no está vacía" + + #: src/misc.c:246 + msgid "Clear first" +@@ -1401,7 +1399,7 @@ + #: src/chart.c:120 + #, c-format + msgid "Can't load the chart background\n" +-msgstr "No puedo carga la carta de fondo\n" ++msgstr "No se pudo cargar la carta de fondo\n" + + #: src/chart.c:861 + msgid "Postscript filename:" +@@ -1481,6 +1479,8 @@ + "The load list is not empty. Selecting Append will append\n" + "the new values." + msgstr "" ++"La lista de cargas no está vacía. Si selecciona Agregar,\n" ++"se agregarán los nuevos valores al final de la lista." + + #: src/load.c:75 + msgid "Load load impedances" +@@ -1488,7 +1488,7 @@ + + #: src/load.c:76 src/load.c:97 + msgid "linSmith loads" +-msgstr "" ++msgstr "Cargas de linSmith" + + #: src/load.c:96 + msgid "Save load impedances as" +@@ -1500,7 +1500,7 @@ + + #: src/log.c:161 + msgid "Z/Y" +-msgstr "" ++msgstr "Z/Y" + + #: src/log.c:200 + msgid "Load" +@@ -1517,7 +1517,7 @@ + + #: src/log.c:255 + msgid "Y:" +-msgstr "" ++msgstr "Y:" + + #: src/log.c:271 + msgid "Warning" +@@ -1525,7 +1525,7 @@ + + #: src/log.c:271 + msgid "No data have been calculated yet!" +-msgstr "No hay datos todavía!" ++msgstr "¡No hay datos todavía!" + + #: src/log.c:275 + msgid "Result export:" +@@ -1539,7 +1539,7 @@ + + #: src/printer.c:206 + msgid "Could not get font" +-msgstr "No encuentro el fuente" ++msgstr "No encuentro la fuente" + + #: src/remote.c:18 + msgid "" +@@ -1547,8 +1547,8 @@ + "Possibly the file already exists. Is another version of linsmith running?\n" + "I'll continue without remote access." + msgstr "" +-"No puedo crear la FIFO de entrada\n" +-"Posiblemente el archivo ya existe. Está corriendo otra instancia de " ++"No se puede crear la entrada FIFO\n" ++"Es probable que el archivo ya exista. Está corriendo otra instancia de " + "linsmith?\n" + "Seguiré sin acceso remoto." + +@@ -1559,8 +1559,8 @@ + "I'll continue without remote access." + msgstr "" + "No puedo crear la FIFO de salida\n" +-"Posiblemente el archivo ya existe. Está corriendo otra instancia de " +-"linsmith?\n" ++"Posiblemente el archivo ya existe. ¿Hay otra instancia de " ++"linsmith corriendo?\n" + "Seguiré sin acceso remoto." + + #~ msgid "mm " --- linsmith-0.99.21.orig/debian/patches/10_makefile.in.dpatch +++ linsmith-0.99.21/debian/patches/10_makefile.in.dpatch @@ -0,0 +1,40 @@ +#! /bin/sh -e + +# DP: Fix the Makefile.in to make it copy the files in the correct place +# DP: by + +case "$1" in + -patch) patch -f --no-backup-if-mismatch -p0 < $0;; + -unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +esac +exit 0 +@DPATCH@ +--- Makefile.in.old 2005-10-17 14:09:17.000000000 -0300 ++++ Makefile.in 2005-11-03 00:21:29.000000000 -0300 +@@ -609,10 +609,20 @@ + @$(NORMAL_INSTALL) + if test -d $(srcdir)/datafiles; then \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/$(PACKAGE); \ ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/$(PACKAGE)/examples; \ + for datafile in $(srcdir)/datafiles/*; do \ +- if test -f $$datafile; then \ +- $(INSTALL_DATA) $$datafile $(DESTDIR)$(datadir)/$(PACKAGE); \ +- fi \ ++ case $$datafile in \ ++ *.load | *.circ | *.xml ) \ ++ if test -f $$datafile; then \ ++ $(INSTALL_DATA) $$datafile $(DESTDIR)$(datadir)/doc/$(PACKAGE)/examples; \ ++ fi \ ++ ;; \ ++ *) \ ++ if test -f $$datafile; then \ ++ $(INSTALL) $$datafile $(DESTDIR)$(datadir)/$(PACKAGE); \ ++ fi \ ++ ;; \ ++ esac \ + done \ + fi + --- linsmith-0.99.21.orig/debian/patches/00list +++ linsmith-0.99.21/debian/patches/00list @@ -0,0 +1,2 @@ +10_makefile.in +20_spanish_translation