debian/0000755000000000000000000000000011776113700007171 5ustar debian/copyright0000644000000000000000000000274611153745340011135 0ustar This package was debianized by Volkmar Sieh on Tue, 13 Jan 2009 14:01:41 +0100. It was downloaded from . Upstream Author: Volkmar Sieh Copyright: All files, including packaging: Copyright (C) 2007-2009 Friedrich Alexander University Erlangen-Nuremberg, Germany - Department of Computer Science 3, Volkmar Sieh, et al. (See AUTHORS). In the project files, the term "FAUcc Team" is used to denote the persons listed in the AUTHORS file as copyright holders, together with the Friedrich Alexander University Elangen-Nuremberg, Germany - Department of Computer Science 3, since a number of authors worked on FAUcc as part of the work at the university. License: 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. On debian systems, you can find the full text of the GNU General Public License at "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000133511775627404010610 0ustar Source: faucc Section: devel Priority: optional Maintainer: FAUcc Team Uploaders: Volkmar Sieh , Stefan Potyra DM-Upload-Allowed: yes Build-Depends: automake, autotools-dev, bison, debhelper (>= 5), flex, xmlto Standards-Version: 3.9.3 Homepage: http://www.faumachine.org Package: faucc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcc Description: C compiler generating Intel code for 16bit/32bit CPUs FAUcc is a optimizing C compiler, that can generate Intel code for 16bit/32bit CPUS. It is useful, if you are in need to compile real mode code, like a BIOS. . FAUcc uses the GNU binutils for assembling/linking. debian/source/0000755000000000000000000000000011776113700010471 5ustar debian/source/format0000644000000000000000000000001411775632044011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000152111776113700011042 0ustar faucc (20120707-1) unstable; urgency=low * New upstream version: Highly improved code generation. * debian/copyright: List legal entities as copyright holders rather than the term FAUcc Team. * debian/control: + Add DM-Upload-Allowed: yes + Change Standards-Version to 3.9.3, no other changes needed. * debian/source/format: Added, select 3.0 (quilt). * debian/rules: + cleanup + add build-indep targets -- Stefan Potyra Sat, 07 Jul 2012 21:56:01 +0200 faucc (20090220-1) unstable; urgency=low * New upstream bugfix release: + Fix gcc arguments on i386. -- Stefan Potyra Fri, 20 Feb 2009 15:59:04 +0100 faucc (20090130-1) unstable; urgency=low * Initial release (Closes: #512551). -- Stefan Potyra Fri, 30 Jan 2009 15:45:34 +0100 debian/rules0000755000000000000000000000340211776113465010260 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 # 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) config.status: configure dh_testdir ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" configure: configure.ac autogen.sh ./autogen.sh build-arch-stamp: config.status dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot $(RM) build-arch-stamp if [ -e Makefile ]; then $(MAKE) mrproper; fi $(RM) config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_clean -k $(MAKE) prefix=$(CURDIR)/debian/faucc/usr install binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # no indep packages. binary-indep: build-indep: build-arch: build-arch-stamp build: build-arch build-indep binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install build-arch .PHONY: build-indep debian/compat0000644000000000000000000000000211133711445010364 0ustar 5 debian/watch0000644000000000000000000000013611140611336010213 0ustar version=3 http://www3.informatik.uni-erlangen.de/Research/FAUcc/downloads/faucc-(.*)\.tar\.gz