debian/0000755000000000000000000000000011737055301007170 5ustar debian/dirs0000644000000000000000000000001011701063663010044 0ustar usr/bin debian/control0000644000000000000000000000107411737054405010601 0ustar Source: tralics Homepage: http://www-sop.inria.fr/miaou/tralics/ Section: tex Priority: optional Maintainer: Zbigniew Jędrzejewski-Szmek Build-Depends: debhelper (>= 7) Standards-Version: 3.9.3 Package: tralics Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: LaTeX to XML translator A configurable tool that processes LaTeX source, generating parseable XML. The XML is based on semantics of the text and can be used to process the document and convert into other format. . From: http://www-sop.inria.fr/apics/tralics/ debian/patches/0000755000000000000000000000000011737054405010623 5ustar debian/patches/series0000644000000000000000000000004611737054405012040 0ustar 0001-Include-unistd.h-for-sleep.patch debian/patches/0001-Include-unistd.h-for-sleep.patch0000644000000000000000000000112611737054405017231 0ustar From 011f0a653ac425c105afe90aebef5a3065bf8cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 4 Apr 2012 08:59:05 +0200 Subject: [PATCH] Include for sleep This fixes bugs.debian.org/667397 . --- src/txmain.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/txmain.C b/src/txmain.C index 51e16bb..ccbc371 100644 --- a/src/txmain.C +++ b/src/txmain.C @@ -137,6 +137,7 @@ void txsleep(int i) { Sleep(1000*i); } #else +#include void txsleep(int i) { sleep(i); } #endif -- 1.7.10.rc3.200.g59406 debian/watch0000644000000000000000000000034011701063663010217 0ustar # You can run the "uscan" command to check for upstream updates and # more. See uscan(1) for format # Compulsory line, this is a version 3 file version=3 ftp://ftp-sop.inria.fr/apics/tralics-src/tralics-src-(.*)\.tar\.gz debian/changelog0000644000000000000000000000214311737055301011042 0ustar tralics (2.14.4-2) unstable; urgency=low * Fix FTBFS with gcc-4.7 (Closes: #667397) -- Zbigniew Jędrzejewski-Szmek Wed, 04 Apr 2012 09:42:46 +0200 tralics (2.14.4-1) unstable; urgency=low * Update to upstream version 2.14.4 -- Zbigniew Jędrzejewski-Szmek Sat, 17 Dec 2011 15:43:26 +0100 tralics (2.14.3-2) unstable; urgency=low * New maintainer. * Initial release. (Closes: #593605: RFP: tralics -- a LaTeX to XML translator) -- Zbigniew Jędrzejewski-Szmek Thu, 15 Sep 2011 12:13:59 +0100 tralics (2.14.3-1) unstable; urgency=low * Update to upstream version 2.14.3 -- Julien Schueller Thu, 07 Jul 2011 21:20:00 +0200 tralics (2.13.6-1) unstable; urgency=low * Update to upstream version 2.13.6 -- Zbigniew Jędrzejewski-Szmek Thu, 19 Aug 2010 21:20:00 +0200 tralics (2.11.6-1) unstable; urgency=low * Initial release - not official in any way * added install and clean targets to src/Makefile -- Ross J. Reedstrom Tue, 11 Mar 2008 15:55:20 -0500 debian/.gitignore0000644000000000000000000000007311737054405011164 0ustar /tralics/ /tralics.debhelper.log /tralics.substvars /files debian/compat0000644000000000000000000000000211701063663010367 0ustar 5 debian/manpages0000644000000000000000000000002111701063663010700 0ustar debian/tralics.1 debian/tralics.10000644000000000000000000000720111701063663010714 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH TRALICS "1" "March 2008" "tralics 2.11.6" "User Commands" .SH NAME tralics \- a LaTeX to XML converter .SH SYNOPSIS .B tralics .RI [ options ] " source" .SH DESCRIPTION A program for converting LaTeX source into parsable XML files .PP source is the name of the source file, .PP (with or without a extension .tex), and may not start with a hyphen .SH OPTIONS .SS "All options start with a single or double hyphen, they are:" .HP \fB\-verbose\fR: Prints much more things in the log file .HP \fB\-silent\fR: Prints less information on the terminal .HP \fB\-input_file\fR FILE: translates file FILE .HP \fB\-type\fR FOO: Uses FOO instead of the \edocumentclass value .HP \fB\-dir\fR RADIR: indicates where the sources are located .HP \fB\-confdir\fR : indicates where the configuration files are located .HP \fB\-noxmlerror\fR: no XML element is generated in case of error .HP \fB\-interactivemath\fR: reads from the terminal, and prints math formulas on the terminal .HP \fB\-config\fR FILE: use FILE instead of default configuration file .HP \fB\-noconfig\fR: no configuration file is used .HP \fB\-utf8\fR: says that the source is encoded in utf8 instead of latin1 .HP \fB\-latin1\fR: overrides \fB\-utf8\fR .HP \fB\-utf8output\fR: same as \fB\-oe8\fR .HP \fB\-oe8\fR, \fB\-oe1\fR, \fB\-oe8a\fR \fB\-oe1a\fR: specifies output encoding .HP \fB\-te8\fR, \fB\-te1\fR, \fB\-te8a\fR \fB\-te1a\fR: terminal and transcript encoding .HP \fB\-(no)trivialmath\fR: special math hacking .HP \fB\-(no)etex\fR: enable or disable e\-TeX extensions .TP \fB\-nozerowidthelt\fR: Use ​ rather than .HP \fB\-nozerowidthspace\fR: no special ​ or inserted .HP \fB\-noentnames\fR: result contains &#A0; rather than   .HP \fB\-entnames\fR=\fItrue\fR/false: says whether or not you want   .HP \fB\-noundefmac\fR: alternate XML output for undefined commands .HP \fB\-nomathml\fR: this disables mathml mode .HP \fB\-nostraightquotes\fR: same as right_quote=B4 .HP \fB\-left_quote\fR=\fI2018\fR: sets translation of ` to char U+2018 .HP \fB\-right_quote\fR=\fI2019\fR: sets translation of ' to char U+2019 .HP \fB\-param\fR foo bar: adds foo="bar" to the configuratin file .HP \fB\-usequotes\fR: double quote gives two single quotes .HP \fB\-nobibyearerror\fR: no error for wrong years in bib for raweb .HP \fB\-nobibyearmodify\fR: no hack for wrong years in bib for raweb .HP \fB\-external_prog\fR PGM: uses PGM instead of rahandler.pl for raweb .HP \fB\-shell\-escape\fR: enable \ewrite18{SHELL COMMAND} .HP \fB\-tpa_status\fR = title/all: translate all document or title only .HP \fB\-distinguish_refer_in_rabib=\fR true/false: special raweb hack .HP \fB\-compatibility\fR: keeps compatibility with older versions .HP \fB\-default_class\fR=\fIxx\fR: use xx.clt if current class is unknown .HP \fB\-(no)math_variant\fR: for X .HP \fB\-check\fR: (obsolete RAweb option) .HP \fB\-debug\fR: (raweb option) do not stop on the first error .HP \fB\-ps\fR: (raweb) generates PostScript instead of XML .HP \fB\-xml\fR \fB\-xmlfo\fR \fB\-xmltex\fR \fB\-xmlhtml\fR \fB\-xmllint\fR \fB\-xmlall\fR: raweb options .SH SEE ALSO (See http://www\-sop.inria.fr/apics/tralics/raweb.html) .PP Tralics homepage: http://www\-sop.inria.fr/apics/tralics This software is governed by the CeCILL license that can be found at http://www.cecill.info. .PP Copyright INRIA/MIAOU/APICS 2002\-2008, Jos\e'e Grimm Licensed under the CeCILL Free Software Licensing Agreement .PP This manual page was written by Ross J. Reedstrom , starting with .B help2man output, for the Debian project (but may be used by others). debian/rules0000755000000000000000000000457411701063663010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp CPPFLAGS=-O2 -DTRALICSDIR='\"/usr/share/tralics\"' -DCONFDIR='\"/usr/share/tralics\"' build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) -C src CPPFLAGS="$(CPPFLAGS)" #docbook-to-man debian/tralics.sgml > tralics.1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. -rm src/*.o src/tralics dh_clean USR_BIN = $(CURDIR)/debian/tralics/usr/bin USR_SHARE = $(CURDIR)/debian/tralics/usr/share/tralics install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tralics. mkdir -p $(USR_BIN) cp src/tralics $(USR_BIN) mkdir -p $(USR_SHARE) cp confdir/* $(USR_SHARE) rm $(USR_SHARE)/COPYING # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000755000000000000000000000000011701063663010471 5ustar debian/source/format0000644000000000000000000000001411701063663011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000107211701063663011124 0ustar This package was debianized by Ross J. Reedstrom on Tue, 11 Mar 2008 15:55:20 -0500. It was downloaded from http://www-sop.inria.fr/apics/tralics/ Upstream Author: Jose.Grimm@sophia.inria.fr Copyright: José Grimm, Inria, projet APICS. 2004, 2005, 2006, 2007, 2008 License: CeCILL v2 (French and English versions of licence are provided in the files Licence_CeCILL_V2-en.txt and Licence_CeCILL_V2-fr.txt) The Debian packaging is © 2008, Ross J. Reedstrom and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/docs0000644000000000000000000000010211701063663010035 0ustar Licence_CeCILL_V2-en.txt Licence_CeCILL_V2-fr.txt README LISEZMOI debian/gbp.conf0000644000000000000000000000007411737054405010614 0ustar [DEFAULT] upstream-branch = upstream upstream-tree = branch