--- tilp2-1.01.orig/man/tilp.1 +++ tilp2-1.01/man/tilp.1 @@ -13,7 +13,7 @@ .\" along with this program; see the file COPYING. If not, write to .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" -.TH TILP "November 12, 2006" +.TH TILP 1 .SH NAME TiLP2 - a communication program for TI calculators ('Tilp Is a Linking Program') .SH SYNOPSYS --- tilp2-1.01.orig/src/filesel.c +++ tilp2-1.01/src/filesel.c @@ -36,6 +36,8 @@ # include #endif /* */ +#undef GTK_DISABLE_DEPRECATED + #include #include #include --- tilp2-1.01.orig/debian/control +++ tilp2-1.01/debian/control @@ -0,0 +1,28 @@ +Source: tilp2 +Section: math +Priority: optional +XSBC-Original-Maintainer: Debian QA Group +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5.0.37), libticables2-dev (>= 1.0.3), libticalcs2-dev (>= 1.0.2), libtifiles2-dev (>= 1.0.2), libticonv-dev (>= 1.0.1), libgtk2.0-dev, libglade2-dev, zlib1g-dev, gettext, groff-base, autotools-dev +Standards-Version: 3.7.2 + +Package: tilp2 +Architecture: any +Depends: ${shlibs:Depends}, mozilla-firefox | www-browser +Description: TI calculator <-> PC communication program for X + TiLP2 is a Texas Instruments calculator <-> PC communication program for + Linux. It is able to use any type of link, like the original TI GRAPH-LINK + (both black and grey cables), the homemade "$4 serial link", or the + "$5 parallel link". It even supports the new TI GraphLink USB, using the + tiglusb kernel module. See http://lpg.ticalc.org/. + . + With TiLP2, you can transfer files from your PC to your Texas Instruments + calculator, and vice-versa. You can also make a screen dump, a backup, transfer + a backup to the calculator, or take control of your TI from your PC, or even + install a new version of AMS on your calc ! + . + You might be interested in the tidev-modules-source package which allows you + to build a set of three kernel modules. These modules are three drivers for + different link cables (serial, parallel, USB) which require running TiLP with + root privileges. With these modules loaded and the appropriate rights on the + device nodes, this won't be necessary. --- tilp2-1.01.orig/debian/tilp2.README.Debian +++ tilp2-1.01/debian/tilp2.README.Debian @@ -0,0 +1,7 @@ +TiLP for Debian : +----------------- + +Please read /usr/share/doc/libticables3/README.Debian ; this file contains +important information about the setup of TiLP/libticables3. + +-- Julien BLACHE , Fri, 29 Aug 2003 18:02:46 +0200 --- tilp2-1.01.orig/debian/tilp2.docs +++ tilp2-1.01/debian/tilp2.docs @@ -0,0 +1,3 @@ +README +README.linux +TODO --- tilp2-1.01.orig/debian/rules +++ tilp2-1.01/debian/rules @@ -0,0 +1,102 @@ +#!/usr/bin/make -f + +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 + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + # Point the docdir to xsane-common, as the doc is in this package + $(MAKE) + + touch build-stamp + +clean: real-clean unpatch +real-clean: + dh_testdir + dh_testroot + rm -f autotools-stamp build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + + -rm -f `find icons -type l` + -rm -f man/cleaner man/Manpage man/dos2unix + -rm -f po/*.gmo + + -rm -f config.sub config.guess config.log + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install prefix=$(CURDIR)/debian/tilp2/usr \ + sysconfdir=$(CURDIR)/debian/tilp2/etc + + rm -f $(CURDIR)/debian/tilp2/usr/share/tilp2/help/Makefile + rm -f $(CURDIR)/debian/tilp2/usr/share/tilp2/help/Makefile.in + rm -f $(CURDIR)/debian/tilp2/usr/share/tilp2/help/Makefile.am + + # .gladep files aren't needed at runtime + rm -f $(CURDIR)/debian/tilp2/usr/share/tilp2/glade/*.gladep + + install -d debian/tilp2/usr/lib/tilp2 + install -d debian/tilp2/etc/tilp2 + # mv debian/tilp2/usr/share/tilp2/tilp.registry debian/tilp2/etc/tilp2/ + + # tilpreg is not ready yet + rm -f $(CURDIR)/debian/tilp2/usr/bin/tilpreg + + # Remove extra license file COPYING + rm -f $(CURDIR)/debian/tilp2/usr/share/tilp2/COPYING + +# Build architecture-independent files here. +binary-indep: build install +# Nothing to do. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installmenu + dh_installman + dh_installchangelogs ChangeLog + dh_link usr/share/tilp/pixmaps/logo.xpm usr/share/tilp/glade/logo.xpm + 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 autotools patch unpatch real-clean --- tilp2-1.01.orig/debian/changelog +++ tilp2-1.01/debian/changelog @@ -0,0 +1,20 @@ +tilp2 (1.01-0ubuntu3) jaunty; urgency=low + + * debian/control: + - Dropped build dependency on tidev-modules-source and sysutils + (LP: #360337) + - Dropped non used dpatch build dependency + + -- Fabrice Coutadeur Mon, 13 Apr 2009 05:30:03 +0000 + +tilp2 (1.01-0ubuntu2) gutsy; urgency=low + + * src/filesel.c: undef GTK_DISABLE_DEPRECATED. + + -- Michael Bienia Mon, 03 Sep 2007 18:28:22 +0200 + +tilp2 (1.01-0ubuntu1) gutsy; urgency=low + + * Initial upload + + -- Barry deFreese Fri, 19 Jan 2007 14:18:56 -0500 --- tilp2-1.01.orig/debian/tilp2.menu +++ tilp2-1.01/debian/tilp2.menu @@ -0,0 +1,3 @@ +?package(tilp2):needs="X11" section="Apps/Math"\ + title="TiLP" command="/usr/bin/tilp" + --- tilp2-1.01.orig/debian/compat +++ tilp2-1.01/debian/compat @@ -0,0 +1 @@ +5 --- tilp2-1.01.orig/debian/copyright +++ tilp2-1.01/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Barry deFreese on +Fri, 19 Jan 2007 14:55:57 -0500. + +It was downloaded from: http://www.ticalc.org/archives/files/fileinfo/374/37480.html + +Upstream Authors: Romain LIEVIN + Julien BLACHE + Kevin KOFLER + +This software is copyright (c) 1999-2002 Romain LIÉVIN, Julien BLACHE. + TiLP is Copyright (C) 1999-2006 by the TiLP team + +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.