--- libqtgtl-0.9.0.orig/debian/rules +++ libqtgtl-0.9.0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- libqtgtl-0.9.0.orig/debian/libqtgtl0.install +++ libqtgtl-0.9.0/debian/libqtgtl0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- libqtgtl-0.9.0.orig/debian/copyright +++ libqtgtl-0.9.0/debian/copyright @@ -0,0 +1,62 @@ +This work was packaged for Debian by: + + Richard A. Johnson on Wed, 13 Jan 2010 01:37:44 -0600 + +It was downloaded from http://www.opengtl.org/ + +Upstream Authors: + + Cyrille Berger + Boudewijn Rempt + +Copyright: + + Copyright © 2008-2009 Cyrille Berger + Copyright © 2005 Boudewijn Rempt + +The following files are licensed LGPL version 2 or later: + * QtShiva/ColorConversions_p.cpp + * QtShiva/ColorConversions_p.h +License: + + 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 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 Street, Fifth Floor, Boston, MA 02110-1301, + USA. + +All other files not listed above are licensed LGPL version 2. +License: + + 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: + + Copyright (C) 2010 Richard A. Johnson + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- libqtgtl-0.9.0.orig/debian/libqtgtl-dev.install +++ libqtgtl-0.9.0/debian/libqtgtl-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* --- libqtgtl-0.9.0.orig/debian/changelog +++ libqtgtl-0.9.0/debian/changelog @@ -0,0 +1,5 @@ +libqtgtl (0.9.0-0ubuntu1) lucid; urgency=low + + * Initial release + + -- Richard A. Johnson Wed, 13 Jan 2010 01:58:07 -0600 --- libqtgtl-0.9.0.orig/debian/libqtgtl0.lintian-overrides +++ libqtgtl-0.9.0/debian/libqtgtl0.lintian-overrides @@ -0,0 +1,2 @@ +libqtgtl0: package-name-doesnt-match-sonames +libqtgtl0: no-symbols-control-file --- libqtgtl-0.9.0.orig/debian/compat +++ libqtgtl-0.9.0/debian/compat @@ -0,0 +1 @@ +7 --- libqtgtl-0.9.0.orig/debian/watch +++ libqtgtl-0.9.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://opengtl.org/download/libQtGTL-(.*)\.tar\.bz2 --- libqtgtl-0.9.0.orig/debian/control +++ libqtgtl-0.9.0/debian/control @@ -0,0 +1,27 @@ +Source: libqtgtl +Priority: extra +Section: devel +Maintainer: Richard A. Johnson +Build-Depends: debhelper (>= 7), cmake, libqt4-dev, libopenctl-dev, pkg-config +Standards-Version: 3.8.3 +Homepage: http://www.opengtl.org/ + +Package: libqtgtl-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libqtgtl0 (= ${binary:Version}) +Description: Development files for Qt interfaces to OpenGTL + libQtGTL is a library that provides widgets and classes to interface Qt-based + applications with OpenGTL (Graphics Transformation Language). + . + This package contains development files for libQtGTL. + +Package: libqtgtl0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Library files for Qt Interfaces to OpenGTL + libQtGTL is a library that provides widgets and classes to interface Qt-based + applications with OpenGTL (Graphics Transformation Language). + . + This package contains the libQtGTL library.