debian/0000755000000000000000000000000011761715644007202 5ustar debian/dirs0000644000000000000000000000001011761645442010053 0ustar usr/bin debian/compat0000644000000000000000000000000211761645442010376 0ustar 5 debian/changelog0000644000000000000000000000255411761715364011061 0ustar lie (2.2.2+dfsg-2) unstable; urgency=low [ Gürkan Sengün ] * Update my email address. (Closes: #675216) * Added debian/source/format, switch to format 3.0 (quilt) * Fix lintian-warning debian-rules-missing-recommended-target * Bump standards version to 3.9.3, switch to format 3.0 (quilt) * Bump debhelper version to 8. [ Axel Beckert ] * Add -j1 to prevent FTBFS on parallel builds * Fix lintian warning copyright-refers-to-symlink-license -- Gürkan Sengün Thu, 31 May 2012 12:44:44 +0200 lie (2.2.2+dfsg-1.2) unstable; urgency=low * Non-maintainer upload. * Do not link against ncurses (Closes: #646147). -- Sven Joachim Sun, 30 Oct 2011 21:44:13 +0100 lie (2.2.2+dfsg-1.1) unstable; urgency=low * Non-maintainer upload. * Switch from libreadline5-dev to libreadline-dev. (Closes: #553802) -- Ana Beatriz Guerrero Lopez Wed, 10 Aug 2011 22:00:16 +0200 lie (2.2.2+dfsg-1) unstable; urgency=low * Initial release. (Closes: #402226) * Manual pages added. * Set default editor and pager to Debian conventions. * Modified "lie" startup script to allow for installation in arbitrary locations. * Added -lncurses to the link command; -lreadline is not enough. * Removed manual/manual.dvi. -- Kasper Peeters Sun, 29 Apr 2006 19:07:13 +0100 debian/patches/0000755000000000000000000000000011761655543010632 5ustar debian/patches/series0000644000000000000000000000002211761646156012041 0ustar header-file-fixes debian/patches/header-file-fixes0000644000000000000000000000174411761655543014044 0ustar Description: use debian default editor and reader Last-Update: 2012-05-31 --- lie-2.2.2+dfsg.orig/sysdept.h +++ lie-2.2.2+dfsg/sysdept.h @@ -21,8 +21,8 @@ typedef unsigned long twodigits; #define no_terminal(f) (!isatty(fileno(f))) #define sysinit() -#define DEFAULT_EDITOR "emacs" -#define DEFAULT_PAGER "less" +#define DEFAULT_EDITOR "sensible-editor" +#define DEFAULT_PAGER "sensible-pager" #define MaxDigit ((1<<15)-1) /* bigints are base $2^{15}$ */ #define MaxEntry LONG_MAX #define MinEntry LONG_MIN --- lie-2.2.2+dfsg.orig/lie.h +++ lie-2.2.2+dfsg/lie.h @@ -72,8 +72,8 @@ typedef cmp_tp (*cmpfn_tp) (entry*,entry #define RANKMAXSUB 8 #define readmode "rb" #define writemode "wb" -#define DEFAULT_EDITOR "emacs" -#define DEFAULT_PAGER "less" +#define DEFAULT_EDITOR "sensible-editor" +#define DEFAULT_PAGER "sensible-pager" #define array_size(a) (int)(sizeof(a)/sizeof(a[0])) #define Integer(o) \ (type_of(o)==INTEGER?(o)->i.intval:bigint2entry(&(o)->b)) debian/lie-wrapper0000644000000000000000000000007511761645442011354 0ustar #!/bin/sh LD=/usr/lib/lie exec /usr/lib/lie/lie initfile $LD debian/control0000644000000000000000000000105711761646531010606 0ustar Source: lie Section: math Priority: optional Maintainer: Gürkan Sengün Uploaders: Kasper Peeters Build-Depends: debhelper (>= 8), libreadline-dev, bison Standards-Version: 3.9.3 Homepage: http://young.sp2mi.univ-poitiers.fr/~marc/LiE/ Package: lie Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Computer algebra package for Lie group computations LiE is a computer algebra system that is specialised in computations involving (reductive) Lie groups and their representations. debian/rules0000755000000000000000000000224211761714746010264 0ustar #!/usr/bin/make -f # -*- makefile -*- build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir $(MAKE) -j1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) clean rm -f INFO.ind lie dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs install -D Lie.exe $(CURDIR)/debian/lie/usr/lib/lie/lie cp -p debian/lie-wrapper $(CURDIR)/debian/lie/usr/bin/lie chmod +x $(CURDIR)/debian/lie/usr/bin/lie install -D -m 644 INFO.ind $(CURDIR)/debian/lie/usr/lib/lie/INFO.ind install -D -m 644 LEARN.ind $(CURDIR)/debian/lie/usr/lib/lie/LEARN.ind install -d -m 0755 $(CURDIR)/debian/lie/usr/lib/lie install -m 0644 INFO.* $(CURDIR)/debian/lie/usr/lib/lie binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installman debian/lie.1 # dh_link usr/share/man/man1/lie.1 usr/share/man/man1/Lie.exe.1 dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/lie.10000644000000000000000000000151311761645442010033 0ustar .TH LIE 1 "April 29, 2007" "" "" .SH NAME LiE - A computer algebra package for Lie group computations .SH SYNOPSIS .BR "lie" .SH DESCRIPTION .B LiE LiE is a computer algebra system that is specialised in computations involving (reductive) Lie groups and their representations. Full documentation about the program and the underlying mathematics can be found in /usr/share/doc/lie/manual.dvi. Run-time help can be obtained by typing '?' for a list of help entries or '?help' for help information. .SH SEE ALSO .B Homepage: "http://young.sp2mi.univ-poitiers.fr/~marc/LiE/" .SH AUTHORS LiE was written by Arjeh M. Cohen , Marc van Leeuwen and Bert Lisser. .PP This manual page was written by Kasper Peeters , for the Debian project (but may be used by others). debian/source/0000755000000000000000000000000011520235070010461 5ustar debian/source/format0000644000000000000000000000001411520235070011667 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000465311761645442011143 0ustar This package was debianized by Kasper Peeters on Sun, 29 Apr 2007 19:07:13 +0100. It was downloaded from http://young.sp2mi.univ-poitiers.fr/~marc/LiE/ This package is based on the compile-only version of the sources in http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz. Copyright holders: Marc van Leeuwen Arjeh M. Cohen Bert Lisser License: Copyright (C) 1996-2007 Marc van Leeuwen Copyright (C) 1996-2007 Arjeh M. Cohen Copyright (C) 1996-2006 Bert Lisser This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 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. 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 systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/LGPL file. Packaging is Copyright 2006 - Kasper Peeters It can be distributed under the terms of the BSD license. ---------- From: Marc van Leeuwen To: Kasper Peeters Cc: "Arjeh M. Cohen" Subject: Re: LiE licensing Date: Thu, 08 Feb 2007 23:28:34 +0100 [...] I confirm that you can distribute LiE under the LGPL (GNU Lesser General Public License, http://www.gnu.org/licenses/lgpl.html). I have checked with Arjeh M. Cohen, who was the project leader for LiE, that we can and do agree to distribution under this licence. You may include this licence in the distribution and take any other measures to make clear that it is distributed under the LGPL. In fact I will probably make such modifications on the distribution from my home page soon (but you need not wait for that). Thank you for taking this effort, -- Marc van Leeuwen