--- trend-1.2.orig/debian/compat +++ trend-1.2/debian/compat @@ -0,0 +1 @@ +7 --- trend-1.2.orig/debian/watch +++ trend-1.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/^(\d{8})$/0.$1/ \ + http://www.thregr.org/~wavexx/software/trend/releases/trend-(.*)\.tar\.gz --- trend-1.2.orig/debian/docs +++ trend-1.2/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- trend-1.2.orig/debian/changelog +++ trend-1.2/debian/changelog @@ -0,0 +1,29 @@ +trend (1.2-1) unstable; urgency=low + + * New upstream version fixes linking with "gold" (Closes: #556503). + * Remove explicit manipulation of MAKEFLAGS for parallel building, + not needed anymore with debhelper 7 (see #532805). + + -- Yuri D'Elia Tue, 17 Nov 2009 16:54:51 +0100 + +trend (1.1-3) unstable; urgency=low + + * Remove build dependencies on dead virtual package freeglut-dev entirely + (fixes FTBS for old freeglut3 packages). + + -- Yuri D'Elia Thu, 03 Sep 2009 15:06:32 +0200 + +trend (1.1-2) unstable; urgency=low + + * Bump Standars-Version to 3.8.3 (no changes needed). + * Fix versioned dependency on debhelper. + * Fix debian/copyright consistency. + * Fix build dependencies on freeglut3-dev. + + -- Yuri D'Elia Tue, 01 Sep 2009 14:17:10 +0200 + +trend (1.1-1) unstable; urgency=low + + * Initial release (Closes: #541106). + + -- Yuri D'Elia Fri, 14 Aug 2009 21:24:26 +0200 --- trend-1.2.orig/debian/manpages +++ trend-1.2/debian/manpages @@ -0,0 +1 @@ +trend.1 --- trend-1.2.orig/debian/rules +++ trend-1.2/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Configuration flags +CXXFLAGS += -Wall -g + +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) + CXXFLAGS += -O0 +else + CXXFLAGS += -O3 +endif + + +# Rules +%: + dh -Dsrc $@ + +override_dh_auto_clean: + $(MAKE) -Csrc clean + +override_dh_installchangelogs: + dh_installchangelogs NEWS --- trend-1.2.orig/debian/examples +++ trend-1.2/debian/examples @@ -0,0 +1 @@ +examples/* --- trend-1.2.orig/debian/control +++ trend-1.2/debian/control @@ -0,0 +1,18 @@ +Source: trend +Section: utils +Priority: extra +Maintainer: Yuri D'Elia +Build-Depends: debhelper (>= 7.0.50~), freeglut3-dev +Standards-Version: 3.8.3 +Homepage: http://www.thregr.org/~wavexx/software/trend/ +Vcs-Git: git://src.thregr.org/trend + +Package: trend +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a general-purpose, efficient trend graph + trend is a general-purpose, efficient trend graph for "live" data. Data + is read in ASCII form from a file or continuously from a FIFO and + displayed in real-time into a multi-pass trend (much like a CRT + oscilloscope). trend can be used as a rapid analysis tool for + progressive or time-based data series together with trivial scripting. --- trend-1.2.orig/debian/install +++ trend-1.2/debian/install @@ -0,0 +1 @@ +src/trend usr/bin/ --- trend-1.2.orig/debian/copyright +++ trend-1.2/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Yuri D'Elia on +Wed, 05 Aug 2009 19:04:25 +0200. + +It was downloaded from http://www.thregr.org/~wavexx/software/trend/ + +Upstream Author: + + Yuri D'Elia + +Copyright: + + Copyright(c) 2003-2009 by wave++ "Yuri D'Elia" + +License: + + This package 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 package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is: + + Copyright (C) 2009 Yuri D'Elia + +and is licensed under the GNU Lesser General Public License, +see `/usr/share/common-licenses/LGPL-2.1'.