--- csv2latex-0.18.1.orig/debian/changelog +++ csv2latex-0.18.1/debian/changelog @@ -0,0 +1,150 @@ +csv2latex (0.18.1-1) unstable; urgency=low + + * new upstream (cosmetic) version + * changed upstream URIs + * fix lintian warnings, adapt to std 3.9.5 + + -- Benoît Rouits Tue, 29 Apr 2014 23:06:10 +0200 + +csv2latex (0.18-2) unstable; urgency=low + + * Switch to dpkg-source 3.0 (quilt) format + * Fixed date warning in previous changelog entry + + -- Benoît Rouits Tue, 27 Apr 2010 16:28:33 +0200 + +csv2latex (0.18-1) unstable; urgency=low + + * new upstream version + + -- Benoît Rouits <> Tue, 27 Apr 2010 16:22:55 +0200 + +csv2latex (0.17-1) unstable; urgency=low + + * new upstream version + + -- Benoît Rouits Sat, 06 Feb 2010 20:57:36 +0100 + +csv2latex (0.16-2) unstable; urgency=low + + * fixed maintainer lines in copyright/contol + + -- Benoît Rouits (package signature) Mon, 26 Oct 2009 23:51:32 +0200 + +csv2latex (0.16-1) unstable; urgency=low + + * new upstream version + + -- Benoît Rouits (package signature) Fri, 18 Sep 2009 23:40:43 +0200 + +csv2latex (0.15-1) unstable; urgency=low + + * option longtable added, sync'ed from upstream + * fixes in debian/copyright and changelog + + -- Benoît Rouits (package signature) Wed, 15 Jul 2009 16:26:00 +0200 + +csv2latex (0.14-2) unstable; urgency=low + + * debian/control: Add Vcs-Git and Vcs-Browser fields + * debian/copyright: Change to the new machine-readable format, as in + DEP5 (http://dep.debian.net/deps/dep5/) + * debian/README.Debian: Remove file + + -- Rafael Laboissiere Fri, 17 Apr 2009 10:16:41 +0200 + +csv2latex (0.14-1) unstable; urgency=low + + * New upstream release + * debian/control: Bump Standards-Version to 3.8.1 (no changes needed) + + -- Rafael Laboissiere Thu, 16 Apr 2009 22:55:34 +0200 + +csv2latex (0.13-1) unstable; urgency=low + + * New upstream release + * debian/watch: Add URL for upstream tarballs + + -- Rafael Laboissiere Thu, 12 Mar 2009 02:24:54 +0100 + +csv2latex (0.12-4) unstable; urgency=low + + * First official release in Debian (closes: #518850) + * debian/rules: Switch to CDBS + * debian/control: + + Add myself to the Uploaders list + + Set Architecture to any + + Bump Standards-Version to 3.8.0 (no changes needed) + + Add Homepage field and remove the URL from the long description + + Build-depend on cdbs + + Fix Lintian warning debhelper-but-no-misc-depends + + Build-depend on debhelper >= 7 + * debian/compat: Bump the debhelper compatibility level to 7 + * debian/watch: Add an empty watch file as a hint to the Debian External + Health Status (Lintian warning debian-watch-file-is-missing) + * debian/copyright: Add Copyright notice to the license terms + + -- Rafael Laboissiere Tue, 10 Mar 2009 16:20:05 +0100 + +csv2latex (0.12-3) UNRELEASED; urgency=low + + * now, --lines 0 means no limit per output table (actually 2 Giga lines) + + -- Benoît Rouits Thu, 29 Jan 2009 16:04:00 +0100 + +csv2latex (0.12-2) UNRELEASED; urgency=low + + * manpage added (!) sgml version in debian/manpage.sgml + + -- Benoît Rouits Sat, 24 Jan 2009 01:32:00 +0100 + +csv2latex (0.12-1) UNRELEASED; urgency=low + + * minor bugfix (getMaximums) in case of unexpected EOF + * --version looks nicer + + -- Benoît Rouits Sat, 24 Jan 2009 01:32:00 +0100 + +csv2latex (0.12) UNRELEASED; urgency=low + + * added --reduce option, based on the idea from Boaz (but need {relsize}) + + -- Benoît Rouits Fri, 23 Jan 2009 19:50:00 +0100 + +csv2latex (0.11) UNRELEASED; urgency=low + + * bugfix a bad behaviour when getting a separator inside a block + * rewritten some parsing code + + -- Benoît Rouits Thu, 22 Jan 2009 23:50:00 +0100 + +csv2latex (0.10-1) UNRELEASED; urgency=low + + * Added co(l)on as --delimiter. Modified Usage message. Better --guess + + -- Benoît Rouits Tue, 11 Nov 2008 23:50:00 +0100 + +csv2latex (0.9-3) UNRELEASED; urgency=low + + * Added s(p)ace as --delimiter. Added --colorrows option + + -- Jason J. Corso Thu, 29 Nov 2007 18:20:00 +0100 + +csv2latex (0.9-2) UNRELEASED; urgency=low + + * Added bad filename detection (bug report by James_R_Phillips@bigfoot.com) + + -- Benoît Rouits Tue, 17 Apr 2007 14:26:30 +0100 + +csv2latex (0.9-1) UNRELEASED; urgency=low + + * Added "--separator t" option by Owen Solberg + + -- Benoît Rouits Sat, 04 Mar 2006 20:21:53 +0100 + +csv2latex (0.8-1) UNRELEASED; urgency=low + + * Initial release + + -- Benoît Rouits Tue, 22 Nov 2005 15:41:17 +0100 + --- csv2latex-0.18.1.orig/debian/compat +++ csv2latex-0.18.1/debian/compat @@ -0,0 +1 @@ +9 --- csv2latex-0.18.1.orig/debian/control +++ csv2latex-0.18.1/debian/control @@ -0,0 +1,17 @@ +Source: csv2latex +Section: tex +Priority: optional +Maintainer: Benoît Rouits +Build-Depends: debhelper (>= 9), cdbs +Standards-Version: 3.9.5 +Homepage: http://brouits.free.fr/csv2latex/ +Vcs-Svn: https://svn.gtmp.org/svn/csv2latex/ +Vcs-Browser: https://svn.gtmp.org/svn/csv2latex/ + +Package: csv2latex +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: command-line CSV to LaTeX file converter + csv2latex is a simple command-line file converter + that converts a comma-separated-values file into + a LaTeX table. It can guess exotic csv formats. --- csv2latex-0.18.1.orig/debian/copyright +++ csv2latex-0.18.1/debian/copyright @@ -0,0 +1,50 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Benoît Rouits +Upstream-Name: csv2latex +Source: https://svn.gtmp.org/svn/csv2latex/ + +Files: * +Copyright: 2003-2010, Benoît Rouits +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; + version 2 of the License. + . + 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 package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems the full text of the GNU General Public License can + be found in the `/usr/share/common-licenses/GPL-2' file. + +Files: debian/* +Copyright: 2003-2014, Benoît Rouits + 2009, Rafael Laboissière +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 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 package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems the full text of the GNU General Public License can + be found in the `/usr/share/common-licenses/GPL-2' file. --- csv2latex-0.18.1.orig/debian/dirs +++ csv2latex-0.18.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man/man1 --- csv2latex-0.18.1.orig/debian/rules +++ csv2latex-0.18.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/csv2latex/ + --- csv2latex-0.18.1.orig/debian/watch +++ csv2latex-0.18.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://brouits.free.fr/csv2latex/csv2latex-(.*)\.tar\.gz