--- libtifiles-1.1.2.orig/debian/docs +++ libtifiles-1.1.2/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +LOGO +README --- libtifiles-1.1.2.orig/debian/changelog +++ libtifiles-1.1.2/debian/changelog @@ -0,0 +1,29 @@ +libtifiles (1.1.2-0ubuntu2) lucid; urgency=low + + * Merge from Ubuntu libtifiles2 1.1.2-0ubuntu1 (LP: #507741): + - bzr merge-upstream --package libtifiles --version 1.1.2 ../libtifiles2 + libtifiles2 (1.1.2-0ubuntu1) + * New upstream version (LP: #181358). + * debian/control: + - Bump libticonv-dev build-dep to 1.1.0. + - Add build-deps on zlib1g-dev, tfdocgen and doc-base. + - Use ${binary:Version} in place of ${Source-Version}. + - Add Homepage field. + - Bump Standards-Version. + * debian/rules: + - Make lintian happy. + * debian/libtifiles2-dev.docs: + - Correctly install the documentation. + * debian/libtifiles2-dev.doc-base: + - Register the documentation with doc-base. + * SO version bump 3 -> 5. + [Chris Coulson ] + - restore binary package name libtifiles2-dev to libtifiles-dev + + -- Kamal Mostafa Sun, 21 Feb 2010 09:23:25 -0800 + +libtifiles (1.1.1-1) unstable; urgency=low + + * Initial release. (Closes: #505818) + + -- Krzysztof Burghardt Sun, 17 May 2009 12:58:11 +0200 --- libtifiles-1.1.2.orig/debian/control +++ libtifiles-1.1.2/debian/control @@ -0,0 +1,35 @@ +Source: libtifiles +Priority: optional +Section: libs +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 5.0.37), pkg-config, autotools-dev, libglib2.0-dev, libticonv-dev (>= 1.1.0), zlib1g-dev, doc-base, tfdocgen +Standards-Version: 3.8.2 +Homepage: http://lpg.ticalc.org/prj_tilp/index.html + +Package: libtifiles-dev +Section: libdevel +Architecture: any +Depends: libtifiles2-5 (= ${binary:Version}), libc6-dev, pkg-config +Conflicts: libticables3-dev (<< 3.4.1-1), libtifiles0-dev +Description: Texas Instruments calculators file formats library [development files] + The libtifiles is a library providing support for operations on Texas + Instruments calculators files. All formats for all calculators are supported + read/write ; the library is also able to manipulate the group files, which + means it is able to group and ungroup variables into such group files. + . + This package provides the development files for the library, static library and + required headers. + +Package: libtifiles2-5 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libtifiles0, libtifiles2-3 +Replaces: libtifiles2-3 +Description: Texas Instruments calculators file formats library + The libtifiles is a library providing support for operations on Texas + Instruments calculators files. All formats for all calculators are supported + read/write ; the library is also able to manipulate the group files, which + means it is able to group and ungroup variables into such group files. + . + This package provides the shared library. --- libtifiles-1.1.2.orig/debian/libtifiles-dev.install +++ libtifiles-1.1.2/debian/libtifiles-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so --- libtifiles-1.1.2.orig/debian/libtifiles-dev.docs +++ libtifiles-1.1.2/debian/libtifiles-dev.docs @@ -0,0 +1 @@ +docs/html --- libtifiles-1.1.2.orig/debian/libtifiles-dev.doc-base +++ libtifiles-1.1.2/debian/libtifiles-dev.doc-base @@ -0,0 +1,9 @@ +Document: libtifiles2-reference +Title: libtifiles 2 Reference Manual +Author: Romain LiƩvin +Abstract: Reference Manual for libtifiles 2 +Section: Programming/C + +Format: HTML +Index: /usr/share/doc/libtifiles-dev/docs/html/index.html +Files: /usr/share/doc/libtifiles-dev/docs/html/*.html --- libtifiles-1.1.2.orig/debian/libtifiles-dev.dirs +++ libtifiles-1.1.2/debian/libtifiles-dev.dirs @@ -0,0 +1,2 @@ +usr/lib/pkgconfig + --- libtifiles-1.1.2.orig/debian/compat +++ libtifiles-1.1.2/debian/compat @@ -0,0 +1 @@ +5 --- libtifiles-1.1.2.orig/debian/libtifiles2-5.install +++ libtifiles-1.1.2/debian/libtifiles2-5.install @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* +usr/share/locale --- libtifiles-1.1.2.orig/debian/copyright +++ libtifiles-1.1.2/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Julien BLACHE 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: + +This software is copyright (c) 2002 by Romain LIEVIN. + src/minizip/* 1998-2005 Gilles Vollant + +You are free to distribute this software under the terms of the GNU +General Public License. +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file. + +----------------------------------------------------------- + +Files in src/minizip are Licensed as follows: + +This software is copyright (c) 1990-2000 Info-ZIP + 1998-2005 Gilles Vollant + + +License: +/* + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + + + The data format used by the zlib library is described by RFCs (Request for + Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt + (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). +*/ + --- libtifiles-1.1.2.orig/debian/rules +++ libtifiles-1.1.2/debian/rules @@ -0,0 +1,105 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# 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 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 --prefix=/usr --enable-static \ + --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f autotools-stamp build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) -C docs clean + [ ! -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/tmp + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + # This is currently broken but left in until upstream can fix + #$(MAKE) -C docs index + + +# 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_install --sourcedir=debian/tmp + + # install the pkg-config file + install -d debian/libtifiles-dev/usr/lib/pkgconfig + install -m 644 tifiles2.pc debian/libtifiles-dev/usr/lib/pkgconfig + + dh_installdocs -Xclean.bat + + # currently broken. Upstream has been notified + # install the HTML documentation + # cp -a docs/html $(CURDIR)/debian/libtifiles-dev/usr/share/doc/libtifiles-dev/ + + dh_installman + dh_installinfo + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install autotools