debian/0000755000000000000000000000000012213605026007163 5ustar debian/dirs0000644000000000000000000000002212162114051010035 0ustar usr/share/gap/pkg debian/compat0000644000000000000000000000000212162114300010352 0ustar 5 debian/copyright0000644000000000000000000000771712162114051011126 0ustar This package was debianized by Bill Allombert on Thu, 17 Jul 2003 00:05:23 +0200 It was downloaded from This package contains the Table of marks library. Website: Authors: Götz Pfeiffer and Thomas Merkwitz. Copyright: GPL On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. Full copyright statement: Copyright copyright (1987--2002) by the GAP Group, incorporating the Copyright copyright 1999, 2000 by School of Mathematical and Computational Sciences, University of St Andrews, North Haugh, St Andrews, Fife KY16 9SS, Scotland being the Copyright copyright 1992 by Lehrstuhl D für Mathematik, RWTH, 52056 Aachen, Germany, transferred to St Andrews on July 21st, 1997. except for files in the distribution, which have an explicit different copyright statement. In particular, the copyright of packages distributed with GAP is usually with the package authors or their institutions. GAP 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. For details, see the file `GPL' in the `etc' directory of the GAP distribution or see URL If you obtain GAP please send us a short notice to that effect, e.g., an e-mail message to the address , containing your full name and address. This allows us to keep track of the number of GAP users. If you publish a mathematical result that was partly obtained using GAP, please cite GAP, just as you would cite another paper that you used (see below for sample citation). Also we would appreciate if you could inform us about such a paper. Specifically, please refer to \begintt [GAP] The GAP Group, GAP --- Groups, Algorithms, and Programming, Version 4.3; 2002 (http://www.gap-system.org) \endtt (Should the reference style require full addresses please use: ``Centre for Interdisciplinary Research in Computational Algebra, University of St Andrews, North Haugh, St Andrews, Fife KY16 9SS, Scotland; Lehrstuhl D für Mathematik, Rheinisch Westfälische Technische Hochschule, Aachen, Germany'') GAP is distributed by us without any warranty, to the extent permitted by applicable state law. We distribute GAP *as is* without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should GAP prove defective, you assume the cost of all necessary servicing, repair or correction. In no case unless required by applicable law will we, and/or any other party who may modify and redistribute GAP as permitted above, be liable to you for damages, including lost profits, lost monies or other special, incidental or consequential damages arising out of the use or inability to use GAP. You are permitted to modify and redistribute GAP, but you are not allowed to restrict further redistribution. That is to say proprietary modifications will not be allowed. We want all versions of GAP to remain free. If you modify any part of GAP and redistribute it, you must supply a `README' document. This should specify what modifications you made in which files. We do not want to take credit or be blamed for your modifications. Of course we are interested in all of your modifications. In particular we would like to see bug-fixes, improvements and new functions. So again we would appreciate it if you would inform us about all modifications you make. debian/control0000644000000000000000000000143112176013475010576 0ustar Source: gap-tomlib Section: math Priority: optional Maintainer: Bill Allombert Build-Depends: debhelper (>> 5.0.0), gap (>=4r5), gap-gapdoc Standards-Version: 3.9.4 Homepage: http://www.gap-system.org/ Package: gap-table-of-marks Architecture: all Provides: gap-pkg-tomlib Depends: gap-libs (>= 4r4), ${misc:Depends} Suggests: gap-character-tables Description: GAP table of marks library GAP is a system for computational discrete algebra with particular emphasis on computational group theory, but which has already proved useful also in other areas. In the example text, gap is used to analyse Rubik's Cube using group theory. A kernel implements a Pascal-like language. . This package contains the table of marks library by G. Pfeiffer and Th. Merkwitz. debian/watch0000644000000000000000000000013312162127354010217 0ustar version=3 ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/tomlib([0-9].*)\.tar\.bz2 debian/rules0000755000000000000000000000225012176011776010255 0ustar #!/usr/bin/make -f # debian/rule for gap-tomlib # GNU copyright 2003 by Bill Allombert # Based on a sample by # GNU copyright 1997 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build-arch: build-indep: make -C doc gapdoc rm -f doc/tomlib.brf doc/tomlib.out doc/bib.xml.bib build: build-arch build-indep clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp make -C doc spotless dh_clean install: DH_OPTIONS= install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install -X debian . usr/share/gap/pkg/tomlib chmod a-x debian/gap-table-of-marks/usr/share/gap/pkg/tomlib/doc/* gzip -r --best debian/gap-table-of-marks/usr/share/gap/pkg/tomlib/data/ # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. binary-indep: build install dh_testdir -i dh_testroot -i dh_installdocs -i dh_installchangelogs -i dh_link -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/README.Debian0000644000000000000000000000073512162114051011225 0ustar The GAP Table of marks library for Debian ----------------------------------------- This package is part of GAP. The relevant documentation is available in the core GAP documentation, available in the packages gap-online-help and gap-doc. Enter ?TableOfMarks inside GAP to access the online help. The table of marks files in /usr/share/gap/pkg/tomlib/data/ have been compressed to preserve disk usage. Bill Allombert Mon, 10 Jan 2005 18:53:20 +0100 debian/changelog0000644000000000000000000000334012213604437011042 0ustar gap-tomlib (1r2p2-1) unstable; urgency=low * New upstream release * Use unpacked tarball now - debian/README.source: removed * debian/control: - Bump Standards-Version to 3.9.4 - Depends on ${misc:Depends}. - Build-Depends on gap, gap-gapdoc * debian/control, debian/compat: - Move to debhelper v5 * debian/watch: added * debian/rules: - Build the documentation - Use dh_prep instead of dh_clean -k -- Bill Allombert Tue, 10 Sep 2013 13:57:15 +0200 gap-tomlib (1r1p4-1) unstable; urgency=low * New upstream release * debian/control: - Bump Standards-Version to 3.8.0 - Suggests: gap-character-tables - Move Homepage from description to the source section. * README.source: - Move file to debian/README.source - Document how the tarball is built. * debian/copyright: - Convert to UTF-8 -- Bill Allombert Thu, 19 Feb 2009 11:54:02 +0100 gap-tomlib (1r1p2-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.6.2 -- Bill Allombert Fri, 1 Jul 2005 15:57:18 +0200 gap-tomlib (1r1-2) unstable; urgency=low * debian/rules: Compress all tom files to preserve (a lot of) diskspace. -- Bill Allombert Mon, 10 Jan 2005 17:56:37 +0100 gap-tomlib (1r1-1) unstable; urgency=low * New upstream version * Previous package was made native by mistake. * This release needs gap-libs (>=4r4). -- Bill Allombert Mon, 17 May 2004 23:31:39 +0200 gap-tomlib (1r0-1) unstable; urgency=low * Initial release. Closes: #219869. * This package is part of GAP. -- Bill Allombert Sun, 20 Apr 2003 12:07:47 +0200 debian/source/0000755000000000000000000000000012162122547010470 5ustar debian/source/format0000644000000000000000000000001412162122547011676 0ustar 3.0 (quilt)