--- tfdocgen-1.0.orig/debian/changelog +++ tfdocgen-1.0/debian/changelog @@ -0,0 +1,11 @@ +tfdocgen (1.0-1build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:47:09 +0000 + +tfdocgen (1.0-1) unstable; urgency=low + + * Initial version (Closes: #505295). + + -- Krzysztof Burghardt Sun, 07 Dec 2008 19:40:33 +0100 --- tfdocgen-1.0.orig/debian/compat +++ tfdocgen-1.0/debian/compat @@ -0,0 +1 @@ +5 --- tfdocgen-1.0.orig/debian/control +++ tfdocgen-1.0/debian/control @@ -0,0 +1,17 @@ +Source: tfdocgen +Section: devel +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Krzysztof Burghardt +Build-Depends: debhelper (>= 5), libglib2.0-dev, autotools-dev +Standards-Version: 3.8.0 + +Package: tfdocgen +Architecture: any +Depends: ${shlibs:Depends} +Description: TiLP framework documentation generator + The tfdocgen program is a program used by the libti*2 libraries to generate + their HTML documentation from sources and misc files. You don't need this + package unless you want to develop on the libti*2 libraries. + + --- tfdocgen-1.0.orig/debian/copyright +++ tfdocgen-1.0/debian/copyright @@ -0,0 +1,30 @@ +This package was created by Romain Lievin on +Sun, 14 Jul 2002 11:58:51 +0200. + +It was downloaded from + http://sourceforge.net/project/showfiles.php?group_id=18378 + +Upstream Author: + + Romain Lievin + +Copyright: + + Copyright (C) 2006-2007 Romain Lievin + + 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 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 file. --- tfdocgen-1.0.orig/debian/docs +++ tfdocgen-1.0/debian/docs @@ -0,0 +1 @@ +README --- tfdocgen-1.0.orig/debian/rules +++ tfdocgen-1.0/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +autotools: autotools-stamp +autotools-stamp: + -rm -f config.sub config.guess + ln -s /usr/share/misc/config.sub config.sub + ln -s /usr/share/misc/config.guess config.guess + touch autotools-stamp + +config.status: autotools-stamp configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp +build-stamp: config.status + dh_testdir + # Add here commands to compile the package. + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f autotools-stamp build-stamp + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # Add here commands to install the package into debian/tfdocgen. + $(MAKE) DESTDIR=$(CURDIR)/debian/tfdocgen install + +# 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_install + dh_installman + dh_link + dh_strip + 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 configure --- tfdocgen-1.0.orig/tfdocgen.1 +++ tfdocgen-1.0/tfdocgen.1 @@ -0,0 +1,48 @@ +.\" hey, Emacs: -*- nroff -*- +.\" tfdocgen 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 program; see the file COPYING. If not, write to +.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +.\" +.TH TFDOCGEN 1 "January 14, 2006" +.\" Please update the above date whenever this man page is modified. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins (default) +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +tfdocgen \- Tilp Framework Doc Generator +.SH SYNOPSIS +.B tfdocgen +.RI [ path ] +.SH DESCRIPTION +\fBtfdocgen\fP generates documentation for some components of the TiLP framework (libti*) from current folder or from a given top folder. Please note this is a crappy program! This program does not expect any arguments. +.SH OPTIONS +\fBtfdocgen\fP accepts the following options: +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-V, \-\-version +Show version of program. +.\" .SH "SEE ALSO" +.\" .BR foo (1), +.\" .BR bar (1). +.SH AUTHOR +Romain LIEVIN .