--- libg15render-1.3.0~svn316.orig/debian/docs +++ libg15render-1.3.0~svn316/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- libg15render-1.3.0~svn316.orig/debian/control +++ libg15render-1.3.0~svn316/debian/control @@ -0,0 +1,31 @@ +Source: libg15render +Section: libs +Priority: optional +Maintainer: Giacomo Catenazzi +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libtool, automake1.9, + libg15-dev, libusb-dev, libfreetype6-dev +Standards-Version: 3.8.2 +Homepage: http://www.g15tools.com + +Package: libg15render1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Library for interfacing with the Logitech G15 keyboards + libg15 provides an API for low level control of the LCD display and + the extra keys on some Logitech keyboards (G11, G15) + . + This package contains the shared library for graphics primitives and + text services for the display of the G15 keyboard. + +Package: libg15render-dev +Section: libdevel +Architecture: any +Depends: libg15render1 (= ${binary:Version}), ${misc:Depends} +Description: Library for interfacing with the Logitech G15 keyboards + libg15 provides an API for low level control of the LCD display and + the extra keys on some Logitech keyboards (G11, G15) + . + This package contains the header files and the static library of + libg15render. + --- libg15render-1.3.0~svn316.orig/debian/rules +++ libg15render-1.3.0~svn316/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +AUTOMAKE_REMOVE := Makefile Makefile.in configure aclocal.m4 +AUTOMAKE_REMOVE += src/*.lo src/*.o src/*.la src/Makefile src/Makefile.in +AUTOMAKE_REMOVE += config.status config.log config.h config.h.in config/* +AUTOMAKE_REMOVE += libtool stamp-h1 .libs src/.libs + + +UPSTREAM_DEBIANDIR_REMOVE := debian/dirs +clean:: + -rm -Rf $(AUTOMAKE_REMOVE) + -rf -f $(UPSTREAM_DEBIANDIR_REMOVE) + +makebuilddir:: Makefile + +Makefile:: Makefile.am bootstrap + ./bootstrap + + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --enable-ttf --- libg15render-1.3.0~svn316.orig/debian/changelog +++ libg15render-1.3.0~svn316/debian/changelog @@ -0,0 +1,55 @@ +libg15render (1.3.0~svn316-2) unstable; urgency=low + + * install also the fonts (Closes: #541048) + + -- Giacomo Catenazzi Tue, 11 Aug 2009 19:56:12 +0200 + +libg15render (1.3.0~svn316-1) unstable; urgency=low + + * updated upstream (still from development repository) + * debian/control: new policy, add ${misc:Depends}, add Homepage + + -- Giacomo Catenazzi Fri, 07 Aug 2009 07:59:49 +0200 + +libg15render (1.2.0.svn250-3) unstable; urgency=low + + * move manpage to the -dev package + + -- Giacomo Catenazzi Mon, 04 Aug 2008 11:03:40 +0200 + +libg15render (1.2.0.svn250-2) unstable; urgency=low + + * And correct the libg15render.h, not requiring -I includes + + -- Giacomo Catenazzi Tue, 18 Sep 2007 21:25:32 +0200 + +libg15render (1.2.0.svn250-1) unstable; urgency=low + + * New upstream (from svn) + + -- Giacomo Catenazzi Tue, 18 Sep 2007 20:51:36 +0200 + +libg15render (1.2-4) unstable; urgency=low + + * Don't use ' include "config" ' in usr/include header + + -- Giacomo Catenazzi Sun, 16 Sep 2007 14:37:33 +0200 + +libg15render (1.2-3) unstable; urgency=low + + * Add FreeType2 support + + -- Giacomo Catenazzi Sun, 16 Sep 2007 12:19:52 +0200 + +libg15render (1.2-2) unstable; urgency=low + + * Correct building dependencies (closes: #441923) + + -- Giacomo Catenazzi Thu, 13 Sep 2007 22:32:40 +0200 + +libg15render (1.2-1) unstable; urgency=low + + * Initial release + + -- Giacomo Catenazzi Tue, 28 Aug 2007 19:09:53 +0200 + --- libg15render-1.3.0~svn316.orig/debian/libg15render-dev.install +++ libg15render-1.3.0~svn316/debian/libg15render-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/* usr/include/ +debian/tmp/usr/lib/lib*.a usr/lib/ +debian/tmp/usr/lib/lib*.so usr/lib/ +debian/tmp/usr/lib/*.la usr/lib/ + --- libg15render-1.3.0~svn316.orig/debian/compat +++ libg15render-1.3.0~svn316/debian/compat @@ -0,0 +1 @@ +5 --- libg15render-1.3.0~svn316.orig/debian/copyright +++ libg15render-1.3.0~svn316/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Giacomo A. Catenazzi on +Tue, 28 Aug 2007 19:09:53 +0200. + +It was downloaded from http://g15tools.sourceforge.net/ + +Upstream Authors: + Philip Lawatsch + Alex Ibrado + Anthony J. Mirabella + Mike Lampard + +Copyright: + + Copyright (C) 2006,2007 Philip Lawatsch + Alex Ibrado + Anthony J. Mirabella + Mike Lampard +License: + + g15tools 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. + +License can be found in the file `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Giacomo A. Catenazzi and +is licensed under the GPL v2 (ot later), see `/usr/share/common-licenses/GPL-2'. + --- libg15render-1.3.0~svn316.orig/debian/watch +++ libg15render-1.3.0~svn316/debian/watch @@ -0,0 +1,7 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://sf.net/g15tools libg15render-(.*)\.tar\.bz2 + --- libg15render-1.3.0~svn316.orig/debian/libg15render1.install +++ libg15render-1.3.0~svn316/debian/libg15render1.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/lib*.so.* usr/lib/ +debian/tmp/usr/share/g15tools/fonts/G15/* usr/share/g15tools/fonts/G15/ --- libg15render-1.3.0~svn316.orig/debian/libg15render-dev.manpages +++ libg15render-1.3.0~svn316/debian/libg15render-dev.manpages @@ -0,0 +1 @@ +libg15render.3