--- qucs-0.0.5.orig/debian/README.debian
+++ qucs-0.0.5/debian/README.debian
@@ -0,0 +1,35 @@
+qucs for Debian
+---------------
+
+So far Qucs is not finished... But what is it going to be?
+
+Qucs will be an integrated circuit simulator which means you will be
+able to setup a circuit with a graphical user interface (GUI) and
+simulate the large-signal, small-signal and noise behaviour of the
+circuit.  After that simulation has finished you can present the
+simulation results on a presentation page or window.
+
+    * Qucs, briefly for Qt Universal Circuit Simulator, is a 
+	circuit simulator with graphical user interface. The 
+	software aims to support all kinds of circuit simulation 
+	types, e.g. DC, AC, S-parameter, harmonic balance analysis, 
+	noise analysis, etc.
+    * Qucsator, the simulation backend, is a command line circuit 
+	simulator.  It takes a network list in a certain format as 
+	input and outputs a Qucs dataset.  It has been programmed 
+	for usage in the Qucs project but may also be used by other 
+	applications.
+
+For people who are familiar with such simulators they should remember
+ADS © from Agilent Technologies ©, Microwave Office © from AWR © and all
+the other simulators.
+
+So far developers were working on the GUI and on some basic simulation
+features.  In fact there is now a kind of useful user interface for
+setting up schematics and presenting simulation results in various
+diagrams.  DC, AC, S-parameter, noise and transient analysis is
+possible, mathematical equations and use of a subcircuit hierarchy are
+available.  Anyway, a lot of work has to be done and thus we are
+looking for people who want to support the project.
+
+José L. Redrejo Rodríguez <jredrejo@edu.juntextremadura.net>, Mon, 27 Sep 2004 11:38:18 +0200
--- qucs-0.0.5.orig/debian/dirs
+++ qucs-0.0.5/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/applications
+usr/share/pixmaps
--- qucs-0.0.5.orig/debian/copyright
+++ qucs-0.0.5/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by José L. Redrejo Rodríguez <jredrejo@edu.juntaextremadura.net> on
+Mon, 30 Mar 2005 18:11:28 +0200.
+
+It was downloaded from http://qucs.sourceforge.net/download.html
+
+Upstream Authors:	Michael Margraf <michael.margraf@alumni.tu-berlin.de> - owner of the project, GUI programmer
+			Stefan Jahn <stefan@lkcc.org> - programmer of simulator
+			Jens Flucke <jens.flucke@gmail.com> - webpages and translator
+			Raimund Jacob <raimi@lkcc.org> - tester and applyer of Stefan's patches, author of documentation
+			Vincent Habchi <10.50@free.fr> - coplanar line code and documentation contributor
+
+
+Copyright (C) 2004-2005 Stefan Jahn <stefan@lkcc.org>
+
+    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+ -- José L. Redrejo Rodríguez <jredrejo@edu.juntaextremadura.net>  Wed, 29 Sep 2004 11:17:20 +0200
--- qucs-0.0.5.orig/debian/control
+++ qucs-0.0.5/debian/control
@@ -0,0 +1,16 @@
+Source: qucs
+Section: electronics
+Priority: optional
+Maintainer: JosÃ© L. Redrejo RodrÃ­guez <jredrejo@edu.juntaextremadura.net>
+Build-Depends: debhelper (>> 4.2.0), bison, flex, libqt3-compat-headers, libqt3-mt-dev
+Standards-Version: 3.6.1
+
+Package: qucs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: A Universal Circuit Simulator
+ Qucs is an integrated circuit simulator which means you will be able
+ to setup a circuit with a graphical user interface (GUI) and simulate
+ the large-signal, small-signal and noise behaviour of the circuit.
+ After that simulation has finished you can present the simulation
+ results on a presentation page or window
--- qucs-0.0.5.orig/debian/qucs.menu
+++ qucs-0.0.5/debian/qucs.menu
@@ -0,0 +1,3 @@
+?package(qucs):needs="X11" section="Apps/Education" hints="electronic"\
+  title="Qucs" command="/usr/bin/qucs"\
+  icon="/usr/share/pixmaps/big.qucs.xpm"
--- qucs-0.0.5.orig/debian/rules
+++ qucs-0.0.5/debian/rules
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+
+CFLAGS = -Wall -g
+INSTALL_PROGRAM = install
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	./configure --prefix=/usr --mandir=/usr/share/man
+	$(MAKE)  CFLAGS="$(CFLAGS)"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	
+	rm -f build-stamp install-stamp
+	-$(MAKE) distclean
+	dh_clean
+
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	cd debian/qucs && install -d `cat ../dirs`
+
+	$(MAKE) install prefix=`pwd`/debian/qucs/usr \
+		INSTALL_PROGRAM="$(INSTALL_PROGRAM)"\
+		mandir=`pwd`/debian/qucs/usr/share/man
+	dh_install debian/qucs.desktop usr/share/applications
+	dh_install qucs/bitmaps/big.qucs.xpm usr/share/pixmaps
+	touch install-stamp
+
+binary-indep: build install
+	dh_testdir
+# There are no architecture-independent files to be uploaded
+# generated by this package.  If there were any they would be
+# made here.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installmenu -a
+	dh_installman -a
+	dh_installchangelogs -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-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- qucs-0.0.5.orig/debian/qucs.desktop
+++ qucs-0.0.5/debian/qucs.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Qucs
+Comment=A Universal Circuit Simulator
+Comment[es]=Un simulador universal de circuitos
+Exec=qucs %U
+Icon=/usr/share/pixmaps/big.qucs.xpm
+Terminal=false
+Type=Application
+Categories=GNOME;Application;Electronics;
+StartupNotify=false
--- qucs-0.0.5.orig/debian/changelog
+++ qucs-0.0.5/debian/changelog
@@ -0,0 +1,6 @@
+qucs (0.0.5-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #252450).
+ 
+ -- JosÃ© L. Redrejo RodrÃ­guez <jredrejo@edu.juntaextremadura.net>  Wed, 30 Mar 2005 11:38:18 +0200
+
--- qucs-0.0.5.orig/debian/compat
+++ qucs-0.0.5/debian/compat
@@ -0,0 +1,2 @@
+4
+
