--- 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: debhelper (>= 7.0.50~), autotools-dev, antlr, libantlr-dev, libpcre3-dev, locales +Standards-Version: 3.8.4 +Homepage: http://gpt.berlios.de +Vcs-Git: git://git.debian.org/git/users/metal/gpt.git +Vcs-Browser: http://git.debian.org/?p=users/metal/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/changelog +++ gpt-1.0.4/debian/changelog @@ -0,0 +1,58 @@ +gpt (1.0.4-3) unstable; urgency=low + + * Removing trailing spaces in debian/control file + * Added locales as build depends + + -- Marcelo Jorge Vieira (metal) Wed, 14 Apr 2010 13:04:49 -0300 + +gpt (1.0.4-2) unstable; urgency=high + + * Changing my email for Debian address + * Updated Standards-Version to 3.8.4 (no changes) + * Changed VCS fields to my new account in Alioth + * Removing cdbs references and bumping package to debhelper 7 + * Fixed FTBFS (Closes: #555498); Setting pt_BR locale during build. + Thanks Thadeu Lima de Souza Cascardo + * Rewriting copyright in machine-interpretable format + + -- Marcelo Jorge Vieira (metal) Tue, 13 Apr 2010 23:53:22 -0300 + +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/compat +++ gpt-1.0.4/debian/compat @@ -0,0 +1 @@ +6 --- 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/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/dirs +++ gpt-1.0.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- gpt-1.0.4.orig/debian/rules +++ gpt-1.0.4/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +export ANTLR_BIN=/usr/bin/runantlr + +LOCALE_PATH=`pwd`/debian/tmpdir/usr/lib/locale +LOCALE_NAME=en_US +LOCALE_CHARSET=UTF-8 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --with-antlr=/usr/share/antlr --enable-install-devel + +override_dh_auto_build: + mkdir -p $(LOCALE_PATH) + localedef -i $(LOCALE_NAME) -f $(LOCALE_CHARSET) $(LOCALE_PATH)/$(LOCALE_NAME).$(LOCALE_CHARSET) + LOCPATH=$(LOCALE_PATH) LC_ALL=$(LOCALE_NAME).$(LOCALE_CHARSET) LANG=$(LOCALE_NAME).$(LOCALE_CHARSET) \ + dh_auto_build + +override_dh_auto_clean: + rm -rf debian/tmpdir + dh_auto_clean --- gpt-1.0.4.orig/debian/copyright +++ gpt-1.0.4/debian/copyright @@ -0,0 +1,45 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: gpt +Upstream-Source: http://gpt.berlios.de/site/?q=download + +Files: * +Copyright: (c) 2006-2008, Thiago Silva +License: GPL-2 + +Files: + src/modules/parser/UnicodeCharScanner.cpp + src/modules/parser/UnicodeCharScanner.hpp + src/modules/parser/MismatchedUnicodeCharException.hpp + src/modules/parser/MismatchedUnicodeCharException.cpp +Copyright: Terence Parr, jGuru.com +License: public domain + + +Files: debian/* +Copyright: (c) 2008-2010, Marcelo Jorge Vieira (metal) +License: GPL-2 + +License: GPL-2 + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: public domain + + 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 --- 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/docs +++ gpt-1.0.4/debian/docs @@ -0,0 +1,5 @@ +NEWS +README.en +README.pt_BR +HACKING +THANKS