--- skinedit-1.27.orig/debian/copyright +++ skinedit-1.27/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Julien Blache on +Thu, 7 Apr 2005 18:04:10 +0200. + +It was downloaded from + +Upstream Authors: + + Julien Blache + Romain Liévin + +Copyright: + + Copyright © 1999-2007 Romain Liévin + Copyright © 2002-2003 Julien Blache + + GNU gettext library (from gettext-0.14.5; intl directory contents): + + Copyright © 1984-2005 Free Software Foundation, Inc. + +License (for everything except intl directory contents): + + 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. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License (for intl directory contents): + + 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 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'. + +The Debian packaging is © 2005-2006 Julien Blache , +© 2008 Emanuele Rocca , © 2009 Krzysztof Burghardt + and is licensed under the GPL, see above. --- skinedit-1.27.orig/debian/changelog +++ skinedit-1.27/debian/changelog @@ -0,0 +1,54 @@ +skinedit (1.27-2) unstable; urgency=low + + * New maintainer (Closes: #362161) + * Updated to debhelper 5 + * Suggests tiemu + * Updated debian/copyright + * Standards-Version updated to 3.8.3 + + -- Krzysztof Burghardt Sun, 27 Sep 2009 14:05:40 +0200 + +skinedit (1.27-1) unstable; urgency=low + + * QA upload + * New upstream release + * debian/rules: + + Do not ignore make distclean errors + * debian/tiemu-skinedit.menu: + + change Apps/Math with Applications/Science/Mathematics + * debian/control: + + Added Homepage field + + Standards-Version set to 3.8.0 + + -- Emanuele Rocca Wed, 13 Aug 2008 10:45:11 +0200 + +skinedit (1.26-4) unstable; urgency=low + + * Orphaning this package + * debian/control: + + Maintainer: set to QA. + + Bumped Standards-Version to 3.6.2 (no changes). + + -- Julien BLACHE Wed, 12 Apr 2006 16:41:22 +0200 + +skinedit (1.26-3) unstable; urgency=low + + * debian/control: + + Added missing groff-base build-dependency. + + -- Julien BLACHE Sat, 9 Apr 2005 21:56:14 +0200 + +skinedit (1.26-2) unstable; urgency=low + + * debian/control: + + Binary renamed to tiemu-skinedit. + * Added the menu entry for good. Wonder where it went hiding the first time. + + -- Julien BLACHE Thu, 7 Apr 2005 21:05:57 +0200 + +skinedit (1.26-1) unstable; urgency=low + + * Initial Release (closes: #303603). + + -- Julien BLACHE Thu, 7 Apr 2005 18:04:10 +0200 + --- skinedit-1.27.orig/debian/control +++ skinedit-1.27/debian/control @@ -0,0 +1,20 @@ +Source: skinedit +Section: math +Priority: optional +Maintainer: Krzysztof Burghardt +Build-Depends: debhelper (>= 5), libgtk2.0-dev, groff-base, autotools-dev +Standards-Version: 3.8.3 +Homepage: http://lpg.ticalc.org/prj_tiemu/ + +Package: tiemu-skinedit +Architecture: any +Suggests: tiemu +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: skin editor for TiEmu + skinedit is the skin editor that accompagnies TiEmu, the Texas Instruments + calculators emulator. By using a different skin, you change the appearance + of the emulator. + . + skinedit can handle VTi (another emulator, running on Windows) skins too, + allowing you to convert the skins between the VTi formats and the TiEmu + format. --- skinedit-1.27.orig/debian/compat +++ skinedit-1.27/debian/compat @@ -0,0 +1 @@ +5 --- skinedit-1.27.orig/debian/tiemu-skinedit.menu +++ skinedit-1.27/debian/tiemu-skinedit.menu @@ -0,0 +1,3 @@ +?package(tiemu-skinedit):needs="X11" section="Applications/Science/Mathematics"\ + title="TiEmu Skin Editor" command="/usr/bin/skinedit" + --- skinedit-1.27.orig/debian/rules +++ skinedit-1.27/debian/rules @@ -0,0 +1,79 @@ +#!/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) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +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 + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)\ + --prefix=/usr --mandir=\$${prefix}/share/man + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess build-stamp autotools-stamp build/Makefile po/Makefile.in + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tiemu-skinedit + +# 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_installexamples +# dh_install + dh_installmenu + 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 autotools