--- etl-0.04.11.orig/debian/docs +++ etl-0.04.11/debian/docs @@ -0,0 +1,3 @@ +README +NEWS +AUTHORS --- etl-0.04.11.orig/debian/control +++ etl-0.04.11/debian/control @@ -0,0 +1,17 @@ +Source: etl +Section: libdevel +Priority: optional +Maintainer: Debian Synfig Maintainers +Uploaders: Paul Wise , Fabian Fagerholm , David Martínez Moreno , Cyril Brulebois +Build-Depends: debhelper (>= 5.0.0), autotools-dev +Standards-Version: 3.7.3 +Homepage: http://www.synfig.org/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-synfig/etl/trunk/?op=log +Vcs-Svn: svn://svn.debian.org/svn/pkg-synfig/etl/trunk + +Package: etl-dev +Architecture: any +Description: Voria Extended Class and Template Library + Voria ETL is a multi-platform class and template library designed to + add new datatypes and functions which combine well with the existing + types and functions from the C++ Standard Template Library (STL). --- etl-0.04.11.orig/debian/rules +++ etl-0.04.11/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config/config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config/config.guess +endif + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + -$(MAKE) check + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + -rm -rf config.log config.cache config.status config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/etl-dev + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman + 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 --- etl-0.04.11.orig/debian/watch +++ etl-0.04.11/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://sf.net/synfig/ETL-([-0-9.]*)\.tar\.gz debian svn-upgrade --- etl-0.04.11.orig/debian/changelog +++ etl-0.04.11/debian/changelog @@ -0,0 +1,74 @@ +etl (0.04.11-1) unstable; urgency=low + + [ Cyril Brulebois ] + * New upstream release. + * Move the homepage from “synfig.com” to “synfig.org”. + * Bump Standards-Version from 3.7.2 to 3.7.3 (no changes needed). + + [ Paul Wise ] + * Drop the documentation from the package. If you used it, please + visit the upstream website: http://synfig.org/api/ + + -- Cyril Brulebois Fri, 07 Mar 2008 23:50:42 +0100 + +etl (0.04.10-1) unstable; urgency=low + + * New upstream release. + + -- Paul Wise Thu, 11 Oct 2007 11:04:40 +1000 + +etl (0.04.10~rc3-1) unstable; urgency=low + + * New upstream release. + * Add myself to the Uploaders. + * Add Homepage, Vcs-Browser, and Vcs-Svn fields to the source package. + * Do not add the following to Build-Depends since only the HTML + documentation is being generated, not the PDF one: + - texlive-extra-utils for epstopdf. + - gs-esp | gs-gpl for gs. + * No longer ignore make distclean errors, per lintian. + + -- Cyril Brulebois Tue, 09 Oct 2007 01:50:24 +0200 + +etl (0.04.09-1) unstable; urgency=low + + * New upstream release + - prevents synfig FTBFS with GCC 4.3 (Closes: #417897) + * Change my email address now that I'm a Debian Developer + * Bump Standards-Version and debhelper compatability level + * Add the synfig website as the Homepage + * Add missed copyright information to debian/copyright + * Install the new upstream README, NEWS, AUTHORS, ChangeLog + * Enable make check but ignore any failures + * Use sourceforge in the watch file + + -- Paul Wise Thu, 21 Jun 2007 11:02:27 +0100 + +etl (0.04.08-2) unstable; urgency=low + + * Change maintainer to the list, move me to uploaders + * Add changes to prevent synfig FTBFS on alpha/amd64. Closes: #358474 + + -- Paul Wise Thu, 30 Mar 2006 20:18:18 +0800 + +etl (0.04.08-1) unstable; urgency=low + + * New upstream release + - Updates doxygen configuration. Closes: #347538 + * Add Fabian Fagerholm and David Martínez Moreno as co-maintainers + + -- Paul Wise Wed, 1 Mar 2006 12:44:28 +0800 + +etl (0.04.07-2) unstable; urgency=low + + * Downgrade debhelper compatability to 4 to ease backporting (Closes: #347514) + + -- Paul Wise Wed, 11 Jan 2006 17:13:13 +0800 + +etl (0.04.07-1) unstable; urgency=low + + * Initial release (Closes: #337477) + * Disabled generation of latex docs, since they are not used + + -- Paul Wise Mon, 7 Nov 2005 13:33:17 +0800 + --- etl-0.04.11.orig/debian/ETL-config.1 +++ etl-0.04.11/debian/ETL-config.1 @@ -0,0 +1,38 @@ +.TH ETL "1" "November 4 2005" "ETL 0.04.06" "User Commands" +.SH NAME +ETL \- Get information about an ETL installation +.SH SYNOPSIS +.B ETL-config +[\fIOPTION\fR]... +.SH DESCRIPTION +ETL is a multiplatform class and template library designed to +complement and supplement the C++ STL. This manual page describes +the script used by programs wanting to use it. +.P +Generic options: +.TP +\fB\-\-version\fR +print installed version of ETL +.TP +\fB\-\-help\fR +display a help message and exit +.PP +Compilation support options: +.TP +\fB\-\-cflags\fR +print pre\-processor and compiler flags +.TP +\fB\-\-libs\fR +print library linking information +.PP +Install directories: +.HP +\fB\-\-prefix\fR \fB\-\-exec\-prefix\fR \fB\-\-bindir\fR \fB\-\-libexecdir\fR \fB\-\-datadir\fR +.HP +\fB\-\-sysconfdir\fR \fB\-\-sharedstatedir\fR \fB\-\-localstatedir\fR \fB\-\-libdir\fR \fB\-\-infodir\fR +.HP +\fB\-\-mandir\fR \fB\-\-includedir\fR +.SH "SEE ALSO" +API documentation is available - please see +.TP +\fBhttp://synfig.org/api/\fR --- etl-0.04.11.orig/debian/manpages +++ etl-0.04.11/debian/manpages @@ -0,0 +1 @@ +debian/ETL-config.1 --- etl-0.04.11.orig/debian/compat +++ etl-0.04.11/debian/compat @@ -0,0 +1 @@ +5 --- etl-0.04.11.orig/debian/copyright +++ etl-0.04.11/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Paul Wise on +Fri, 4 Nov 2005 22:35:13 +0800. + +It was downloaded from https://sourceforge.net/project/showfiles.php?group_id=144022 + +Copyright: + +Copyright 2002 Robert B. Quattlebaum Jr. +Copyright 2002 Adrian Bentley +Copyright 2007-2008 Chris Moore + +License: + +This package 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 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 +General Public License for more details. + +On Debian GNU/Linux systems, the text of the GPL can be found in +/usr/share/common-licenses/GPL-2.