debian/0000755000000000000000000000000011672166737007206 5ustar debian/rules0000755000000000000000000000016211672102154010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000476511672103645011061 0ustar texify (1.20-2) unstable; urgency=low * debian/control: Standards version moved to 3.9.2 (no changes) * debian/rules: moved to dh * debian/copyright: moved to DEP5 -- Thorsten Alteholz Wed, 14 Dec 2011 18:25:02 +0100 texify (1.20-1) unstable; urgency=low * New Maintainer (Closes: #575162) * debian/control: version bumped to 3.9.1, no changes needed * debian/control: dependency on ${misc:Depends} added * debian/control: DM-Upload-Allowed: yes added * debian/copyright: point license to versioned file * debian/rules: use debian/changelog as changelog * debian/compat: compatibility changed to 8 * debian/source/format introduced -- Thorsten Alteholz Thu, 18 Nov 2010 18:00:00 +0100 texify (1.20) unstable; urgency=low * Updated "Suggests" field in control file from TeTeX to TeXLive. (Closes: #502269). -- Morten Hustveit Wed, 22 Oct 2008 11:12:40 +0200 texify (1.19) unstable; urgency=low * Added support for the AXIOM language. * Make it possible to set the interval of line numbers in the output. * Added support for a tag in comments. * All changes in this version courtesy of Dieter Schuster . -- Morten Hustveit Sun, 08 Apr 2007 12:10:56 +0200 texify (1.18) unstable; urgency=low * Use \string" for double quotes. (Closes: #236794). * Bumped the version number, removing the dash (There is no proper upstream for this package). -- Morten Hustveit Thu, 15 Jul 2004 20:34:37 +0200 texify (1.17-5) unstable; urgency=low * Added -t option to man page. * Extended long description. (Closes: #209991). -- Morten Hustveit Fri, 19 Sep 2003 20:01:04 +0200 texify (1.17-4) unstable; urgency=low * New upstream version (with same version number). Includes support for Bison, Ruby and Promela. * Improved man page. -- Morten Hustveit Fri, 31 Jan 2003 11:39:32 +0100 texify (1.17-3) unstable; urgency=low * Applied a patch by Ossama Othman to add support for OMG/CORBA IDL. (Closes: #160108). -- Morten Hustveit Sun, 8 Sep 2002 22:37:21 +0200 texify (1.17-2) unstable; urgency=low * Improved description. -- Morten Hustveit Tue, 25 Jun 2002 00:12:02 +0200 texify (1.17-1) unstable; urgency=low * Initial release. -- Morten Hustveit Sun, 2 Jun 2002 01:03:40 +0200 debian/source/0000755000000000000000000000000011672071742010475 5ustar debian/source/format0000644000000000000000000000001411672071742011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211672071742010373 0ustar 8 debian/copyright0000644000000000000000000000436111672102705011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: texify Source: It was copied from /local/snacks/bin/ from the computers at the Department of informatics, at the University of Oslo. Files: * Copyright: 1998-2008 Arne Georg Gleditsch 1998-2008 Per Kristian Gjermshus , 1998-2008 Affi , 1998-2008 Olav Andree Brevik , 1998-2008 Vegard Hanssen , 1998-2008 Jens Toivo Berger Thielemann , 1998-2008 Martin Thornquist , 1998-2008 Ossama Othman , 1998-2008 Siri Spjelkavik , 1998-2008 Dieter Schuster , License: GPL-2+ 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 2, 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/GPL-2'. . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". Files: debian/* Copyright: 2003 Morten Hustveit , 2011 Thorsten Alteholz License: GPL-2+ On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000136711672071773010613 0ustar Source: texify Section: utils Priority: optional Maintainer: Thorsten Alteholz Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8) DM-Upload-Allowed: yes Package: texify Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Suggests: texlive-base-bin Description: Beautify source code for use with LaTeX Texify is a perl script that translates source code written in any of several different languages to LaTeX source files. The purpose is to make source code embedded in documents more readable, by performing syntax highlighting. . The supported languages are ABEL, Ada, Assembly, B, BETA, Bison, C, C++, OMG/CORBA IDL, Java, Lex, Lisp, LOGLA, MATLAB, ML, Perl, Promela, Python, Scheme, SIMULA, SQL, Ruby and VHDL.