--- gpt-1.0.4.orig/debian/docs +++ gpt-1.0.4/debian/docs @@ -0,0 +1,5 @@ +NEWS +README.en +README.pt_BR +HACKING +THANKS --- gpt-1.0.4.orig/debian/changelog +++ gpt-1.0.4/debian/changelog @@ -0,0 +1,39 @@ +gpt (1.0.4-1) unstable; urgency=low + + * New Upstream Version + - Fixed reopened FTBFS (Closes: #505423) + + -- Marcelo Jorge Vieira (metal) Tue, 13 Jan 2009 17:06:17 -0200 + +gpt (1.0.3-2) unstable; urgency=high + + * Fixed FTBFS if pccts is installed (Closes: 508832) + - Thanks Simon McVittie + + -- Marcelo Jorge Vieira (metal) Wed, 17 Dec 2008 14:16:30 -0200 + +gpt (1.0.3-1) unstable; urgency=low + + * New Upstream Version + - Fixed FTBFS (Closes: #505423) + * Added ${misc:Depends} in libgportugol0 and libgportugol-dev + binary packages as dependency + * Changed Vcs field in debian/control to debian package Vcs + in my account at git.debian.org + + -- Marcelo Jorge Vieira (metal) Thu, 11 Dec 2008 17:52:12 -0200 + +gpt (1.0.2-1) unstable; urgency=high + + * New upstream version + * Updated Standards-Version to 3.8.0 + * Fixed FTBFS (Closes: #486968) + + -- Marcelo Jorge Vieira (metal) Sat, 24 Jun 2008 13:54:28 -0300 + +gpt (1.0.1.svn20080324-1) unstable; urgency=low + + * Initial release (Closes: #470169) + + -- Marcelo Jorge Vieira (metal) Thu, 13 Mar 2008 01:27:31 -0300 + --- gpt-1.0.4.orig/debian/watch +++ gpt-1.0.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://developer.berlios.de/project/showfiles.php?group_id=5791 \ + http://(?:.*)gpt-(\d+(?:\.\d+){1,3}).tar.gz --- gpt-1.0.4.orig/debian/libgportugol0.install +++ gpt-1.0.4/debian/libgportugol0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- gpt-1.0.4.orig/debian/gpt.install +++ gpt-1.0.4/debian/gpt.install @@ -0,0 +1,4 @@ +debian/tmp/usr/bin/gpt +debian/tmp/usr/share/man/man1/* +debian/tmp/usr/share/man/pt_BR/man1/* +debian/tmp/usr/lib/gpt/base.gpt --- gpt-1.0.4.orig/debian/rules +++ gpt-1.0.4/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_SCRIPT_ENV += ANTLR_BIN=/usr/bin/runantlr +DEB_CONFIGURE_EXTRA_FLAGS += --with-antlr=/usr/share/antlr \ + --enable-install-devel --- gpt-1.0.4.orig/debian/libgportugol-dev.install +++ gpt-1.0.4/debian/libgportugol-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.la +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so --- gpt-1.0.4.orig/debian/compat +++ gpt-1.0.4/debian/compat @@ -0,0 +1 @@ +6 --- gpt-1.0.4.orig/debian/copyright +++ gpt-1.0.4/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Marcelo Jorge Vieira (metal) on +Thu, 13 Mar 2008 01:27:31 -0300. + +It was downloaded from http://gpt.berlios.de/site/?q=download + +Copyright: + + Copyright (c) 2006-2008, Thiago Silva + +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; version 2 dated June, 1991. + + 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 + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +Files: + + src/modules/parser/UnicodeCharScanner.cpp + src/modules/parser/UnicodeCharScanner.hpp + src/modules/parser/MismatchedUnicodeCharException.hpp + src/modules/parser/MismatchedUnicodeCharException.cpp + + Copyright: + + We reserve no legal rights to the ANTLR--it is fully in the public + domain. An individual or company may do whatever they wish with source + code distributed with ANTLR or the code generated by ANTLR, including + the incorporation of ANTLR, or its output, into commercial software. + + We encourage users to develop software with ANTLR. However, we do ask + that credit is given to us for developing ANTLR. By "credit", we mean + that if you use ANTLR or incorporate any source code into one of your + programs (commercial product, research project, or otherwise) that you + acknowledge this fact somewhere in the documentation, research report, + etc... If you like ANTLR and have developed a nice tool with the output, + please mention that you developed it using ANTLR. In addition, we ask + that the headers remain intact in our source code. As long as these + guidelines are kept, we expect to continue enhancing this system and + expect to make other tools available as they are completed. + + Terence Parr, jGuru.com + +The Debian packaging is (C) 2008, Marcelo Jorge Vieira (metal) and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- gpt-1.0.4.orig/debian/control +++ gpt-1.0.4/debian/control @@ -0,0 +1,35 @@ +Source: gpt +Section: devel +Priority: optional +Maintainer: Marcelo Jorge Vieira (metal) +Build-Depends: cdbs, debhelper (>= 7), autotools-dev, antlr, libantlr-dev, libpcre3-dev +Standards-Version: 3.8.0 +Homepage: http://gpt.berlios.de +Vcs-Git: git://git.debian.org/git/users/metal-guest/gpt.git +Vcs-Browser: http://git.debian.org/?p=users/metal-guest/gpt.git;a=summary + +Package: gpt +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, nasm +Description: G-Portugol is a portuguese structured programming language + based on the popular, freeform, pseudocode known as portugol. + The compiler features native compilation, translation to C code, + and interpretation of algorithms. + +Package: libgportugol-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libgportugol0 (= ${binary:Version}), antlr, libantlr-dev, libpcre3-dev +Description: Development files for the G-Portugol library + G-Portugol is a portuguese structured programming language, based on the + popular, freeform, pseudocode known as portugol. The compiler features + native compilation, translation to C code, and interpretation of algorithms. + +Package: libgportugol0 +Section: libs +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: G-Portugol library + G-Portugol is a portuguese structured programming language, based on the + popular, freeform, pseudocode known as portugol. The compiler features + native compilation, translation to C code, and interpretation of algorithms. --- gpt-1.0.4.orig/debian/dirs +++ gpt-1.0.4/debian/dirs @@ -0,0 +1 @@ +usr/bin