debian/0000755000000000000000000000000011773535215007177 5ustar debian/copyright0000644000000000000000000000241311773535215011132 0ustar This work was packaged for Debian by: Tomas Fasth on Sat, 11 Dec 2010 22:40:59 +0100 It was downloaded from: http://sourceforge.net/projects/algol68/files/algol68g/algol68g-2.0.3/algol68g-2.0.3.tgz Upstream Author(s): Marcel van der Veer Copyright: Copyright (C) 2010-2012 Marcel van der Veer 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 3 of the License, or (at your option) any later version. This package 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, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2010-2012 Tomas Fasth and licensed under the GPL version 3, see above. debian/docs0000644000000000000000000000002411773535215010046 0ustar AUTHORS NEWS README debian/source/0000755000000000000000000000000011773535215010477 5ustar debian/source/format0000644000000000000000000000001411773535215011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211773535215010375 0ustar 8 debian/changelog0000644000000000000000000000201211773535215011044 0ustar algol68g (2.4.1-1) unstable; urgency=low * Imported Upstream version 2.4.1 -- Tomas Fasth Sat, 30 Jun 2012 10:34:06 +0200 algol68g (2.4-2) unstable; urgency=low * Updated debian/copyright * Added patch doc_in_share * Documented patch system in debian/README.source -- Tomas Fasth Thu, 28 Jun 2012 00:22:16 +0200 algol68g (2.4-1) unstable; urgency=low * Imported Upstream version 2.4 * Changed compatibility level from 7 to 8. * In debian/control: Updated Build-Depends for debhelper. Removed license and author references. (Closes: #619975) * In debian/copyright: Updated Copyright year. * In debian/docs: Removed references to COPYING (see debian/copyright) and INSTALL (not part of the binary package). * In debian/watch: Changed URL. -- Tomas Fasth Mon, 25 Jun 2012 19:20:18 +0200 algol68g (2.1.2-1) unstable; urgency=low * Initial release. (Closes: #598192) -- Tomas Fasth Mon, 25 Jun 2012 01:05:51 +0200 debian/watch0000644000000000000000000000045411773535215010233 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://jmvdveer.home.xs4all.nl/algol.html algol68g-(.+)\.tgz # Uncomment to find new files on sourceforge, for devscripts >= 2.9 #http://sourceforge.net/projects/algol68/files/algol68g/algol68g-(.*)/algol68g-(.*)\.tgz debian/control0000644000000000000000000000213611773535215010604 0ustar Source: algol68g Section: devel Priority: extra Maintainer: Tomas Fasth Build-Depends: cdbs, debhelper (>= 8.0.0), autotools-dev Standards-Version: 3.9.3 Homepage: http://jmvdveer.home.xs4all.nl/algol.html Package: algol68g Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Implementation of Algol 68 as defined by the Revised Report Algol 68 is a secure, expression-oriented programming language with which you elegantly code algorithms without having to bother too much about irrelevant technical details and limitations inherent to many other languages. . Algol 68 Genie offers for example: » many runtime checks facilitating debugging and improving the reliability of your programs, » native support for arbitrary precision arithmetic including complex numbers, » syntactic constructions to support linear algebra, » a gdb-style debugger and a pretty-printer to beautify source code, » optional linkage to GNU plotutils, the GNU scientific library or PostgreSQL, » extensions as UNIX pipes, regular expression matching, and web page content fetching. debian/README.source0000644000000000000000000000036111773535215011356 0ustar This package uses quilt 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. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/rules0000755000000000000000000000024611773535215010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk # Add here any variable or target overrides you need. debian/patches/0000755000000000000000000000000011773535215010626 5ustar debian/patches/series0000644000000000000000000000001511773535215012037 0ustar doc_in_share debian/patches/doc_in_share0000644000000000000000000000043511773535215013170 0ustar --- a/Makefile.in +++ b/Makefile.in @@ -163,7 +163,7 @@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ -docdir = ${prefix}/doc/@PACKAGE@-@VERSION@ +docdir = ${datarootdir}/doc/@PACKAGE@-@VERSION@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@