summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/libraries/libksquirrel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/squeeze/libraries/libksquirrel
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/squeeze/libraries/libksquirrel')
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/changelog32
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/compat1
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/control31
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/copyright274
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install1
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install5
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/libksquirrel0-trinity.install5
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1113
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.119
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/patches/.gitignore0
-rwxr-xr-xdebian/squeeze/libraries/libksquirrel/debian/rules123
-rw-r--r--debian/squeeze/libraries/libksquirrel/debian/watch2
27 files changed, 891 insertions, 0 deletions
diff --git a/debian/squeeze/libraries/libksquirrel/debian/changelog b/debian/squeeze/libraries/libksquirrel/debian/changelog
new file mode 100644
index 000000000..8adf184a4
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/changelog
@@ -0,0 +1,32 @@
+libksquirrel-trinity (0.8.0-1ubuntu2) karmic; urgency=low
+
+ * Karmic rebuild
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sun, 18 Oct 2009 16:21:00 -0600
+
+libksquirrel (0.8.0-0ubuntu4) intrepid; urgency=low
+
+ * debian/patches/001_missing_declarations.patch: drop an extraneous change
+ that snuck in while trying to test-build on amd64, which in turn breaks
+ the build on 32-bit systems that this package currently supports.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 29 Sep 2008 16:20:23 -0700
+
+libksquirrel (0.8.0-0ubuntu3) intrepid; urgency=low
+
+ * debian/patches/001_missing_declarations.patch: fix a build failure
+ due to missing #includes for C functions.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 29 Sep 2008 18:29:36 +0000
+
+libksquirrel (0.8.0-0ubuntu2) intrepid; urgency=low
+
+ * No-change rebuild against libopenexr6.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 29 Sep 2008 11:38:13 +0000
+
+libksquirrel (0.8.0-0ubuntu1) hardy; urgency=low
+
+ * Initial release (LP: #172740)
+
+ -- Harald Sitter <apachelogger@ubuntu.com> Sun, 18 Nov 2007 23:36:24 +0100
diff --git a/debian/squeeze/libraries/libksquirrel/debian/compat b/debian/squeeze/libraries/libksquirrel/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/squeeze/libraries/libksquirrel/debian/control b/debian/squeeze/libraries/libksquirrel/debian/control
new file mode 100644
index 000000000..48a5f320e
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/control
@@ -0,0 +1,31 @@
+Source: libksquirrel-trinity
+Section: libs
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Harald Sitter <apachelogger@ubuntu.com>
+Build-Depends: debhelper (>= 5), cdbs, pkg-config, libmng-dev,librsvg2-bin,
+ medcon, libjasper-dev, libungif4-dev, libwmf-dev, libopenexr-dev,
+ djvulibre-bin, transfig, x11proto-core-dev, netpbm, libtiff4-dev,
+ libkonq4-trinity-dev, kipi-plugins-trinity, libkipi0-trinity-dev, dpatch, build-essential,
+ automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+Homagepage: http://ksquirrel.sourceforge.net
+
+Package: libksquirrel0-trinity
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: KDE3 image viewer
+ Runtime libraries for KSquirrel.
+
+Package: libksquirrel-trinity-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, libksquirrel0-trinity (= ${binary:Version})
+Description: KDE3 image viewer
+ Development libraries for KSquirrel.
+
+Package: libksquirrel-tools-trinity
+Architecture: any
+Depends: ${shlibs:Depends}, libksquirrel0-trinity (= ${binary:Version})
+Description: KDE3 image viewer
+ Tools for KSquirrel.
diff --git a/debian/squeeze/libraries/libksquirrel/debian/copyright b/debian/squeeze/libraries/libksquirrel/debian/copyright
new file mode 100644
index 000000000..7d13d101a
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/copyright
@@ -0,0 +1,274 @@
+This package was debianized by Harald Sitter <apachelogger@ubuntu.com> on
+Sun, 18 Nov 2007 23:36:24 +0100.
+
+It was downloaded from http://ksquirrel.sourceforge.net
+
+Upstream Author: Dmitry Baryshev <ksquirrel@tut.by>
+
+Copyright:
+ (C) 2004-2007 Dmitry Baryshev <ksquirrel@tut.by>
+
+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`
+
+
+Various files have different copyright holders and/or licenses:
+
+# DDS ##########################################################################
+kernel/kls_dds/dds.cpp
+ Copyright (C) 2003 Ignacio Castano <castano@ludicon.com>
+
+# WMF ##########################################################################
+kernel/kls_wmf/wmf2mem.cpp
+ Copyright (C) 2000 - various
+
+# JBIG #########################################################################
+kernel/kls_jbig/jbig2mem.cpp
+kernel/kls_jbig/libjbig/*
+ Copyright (C) Markus Kuhn
+
+ This program 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 program 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 program; 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 version 2
+can be found in '/usr/share/common-licenses/GPL'.
+
+# XCF ##########################################################################
+kernel/kls_xcf/xcf2pnm/*
+ Copyright (C) 2006 Henning Makholm
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of version 2 of the GNU General Public License as
+ published by the Free Software Foundation.
+
+ This program 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 program; 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 version 2
+can be found in '/usr/share/common-licenses/GPL-2'.
+
+# TTF ##########################################################################
+kernel/kls_tff/ftview/*
+ Copyright 1996-2000, 2003-2005 (C) D. Turner, R. Wilhelm, and W. Lemberg
+
+# JPEG2000 #####################################################################
+kernel/kls_jpeg2000/fmt_codec_jpeg2000.cpp
+Most code in this library was taken from jasper.c from jasper distribution
+ Copyright (C) 2001-2006 Michael David Adams
+ Copyright (C) 1999-2000 Image Power, Inc.
+ Copyright (C) 1999-2000 The University of British Columbia
+
+ All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person (the
+ "User") obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Software, and to permit
+ persons to whom the Software is furnished to do so, subject to the
+ following conditions:
+
+ 1. The above copyright notices and this permission notice (which
+ includes the disclaimer below) shall be included in all copies or
+ substantial portions of the Software.
+
+ 2. The name of a copyright holder shall not be used to endorse or
+ promote products derived from the Software without specific prior
+ written permission.
+
+ THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
+ LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
+ THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
+ "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+ INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+ FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
+ PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
+ THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
+ EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
+ BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
+ PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
+ GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
+ ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
+ IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
+ SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
+ AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
+ SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
+ THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
+ PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
+ RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
+ EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
+
+# LJPEG ########################################################################
+kernel/kls_ljpeg/ljpeg2ppm/huffd.c
+kernel/kls_ljpeg/ljpeg2ppm/io.h
+kernel/kls_ljpeg/ljpeg2ppm/proto.h
+kernel/kls_ljpeg/ljpeg2ppm/jpeg.h
+kernel/kls_ljpeg/ljpeg2ppm/read.c
+kernel/kls_ljpeg/ljpeg2ppm/util.c
+kernel/kls_ljpeg/ljpeg2ppm/ljpgtopnm.c
+kernel/kls_ljpeg/ljpeg2ppm/mcu.h
+ Copyright (C) 1991, 1992, Thomas G. Lane.
+ Part of the Independent JPEG Group's software.
+ The authors make NO WARRANTY or representation, either express or
+ implied, with respect to this software, its quality, accuracy,
+ merchantability, or fitness for a particular purpose. This software is
+ provided "AS IS", and you, its user, assume the entire risk as to its
+ quality and accuracy.
+
+All files stated above +
+kernel/kls_ljpeg/mcu.c
+ Copyright (C) 1993 Brian C. Smith, The Regents of the University
+ of California
+ All rights reserved.
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose, without fee, and without written
+ agreement is hereby granted, provided that the above copyright notice
+ and the following two paragraphs appear in all copies of this
+ software.
+
+ IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
+ THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
+ PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
+ CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
+ ENHANCEMENTS, OR MODIFICATIONS.
+
+All files stated above +
+kernel/kls_ljpeg/mcu.c
+kernel/kls_ljpeg/predictor.c
+kernel/kls_ljpeg/predictor.h
+ Copyright (C) 1994 Kongji Huang and Brian C. Smith.
+ Cornell University
+ All rights reserved.
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose, without fee, and without written
+ agreement is hereby granted, provided that the above copyright notice
+ and the following two paragraphs appear in all copies of this
+ software.
+
+ IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
+ THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ CORNELL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
+ PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
+ CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
+ ENHANCEMENTS, OR MODIFICATIONS.
+
+# PNG ##########################################################################
+kernel/kls_png/ksquirrel-libs-png/*
+ Copyright (C) 1998, 1999, 2000 Glenn Randers-Pehrson
+ Copyright (C) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
+ Copyright (C) 1996, 1997 Andreas Dilger
+
+ The PNG Reference Library is supplied "AS IS". The Contributing Authors
+ and Group 42, Inc. disclaim all warranties, expressed or implied,
+ including, without limitation, the warranties of merchantability and of
+ fitness for any purpose. The Contributing Authors and Group 42, Inc.
+ assume no liability for direct, indirect, incidental, special, exemplary,
+ or consequential damages, which may result from the use of the PNG
+ Reference Library, even if advised of the possibility of such damage.
+
+ Permission is hereby granted to use, copy, modify, and distribute this
+ source code, or portions hereof, for any purpose, without fee, subject
+ to the following restrictions:
+
+ 1. The origin of this source code must not be misrepresented.
+
+ 2. Altered versions must be plainly marked as such and
+ must not be misrepresented as being the original source.
+
+ 3. This Copyright notice may not be removed or altered from
+ any source or altered source distribution.
+
+ The Contributing Authors and Group 42, Inc. specifically permit, without
+ fee, and encourage the use of this source code as a component to
+ supporting the PNG file format in commercial products. If you use this
+ source code in a product, acknowledgment is not required but would be
+ appreciated.
+
+ Copyright (C) 2004, 2006-2007 Glenn Randers-Pehrson
+ Copyright (C) 2000-2002 Glenn Randers-Pehrson
+ with the following additions to the disclaimer:
+
+ There is no warranty against interference with your enjoyment of the
+ library or against infringement. There is no warranty that our
+ efforts or the library will fulfill any of your particular purposes
+ or needs. This library is provided with all faults, and the entire
+ risk of satisfactory quality, performance, accuracy, and effort is with
+ the user.
+
+# CAMERA #######################################################################
+kernel/kls_camera/dcraw.c
+ Copyright (C) 1997-2007 Dave Coffin <dcoffin@cybercom.net>
+
+ No license is required to download and use dcraw.c. However,
+ to lawfully redistribute dcraw, you must either (a) offer, at
+ no extra charge, full source code* for all executable files
+ containing RESTRICTED functions, (b) distribute this code under
+ the GPL Version 2 or later, (c) remove all RESTRICTED functions,
+ re-implement them, or copy them from an earlier, unrestricted
+ Revision of dcraw.c, or (d) purchase a license from the author.
+
+# ADMIN ########################################################################
+Various files in the admin directory are also covered by the GNU LGP (as above).
+
+The file admin/am_edit is licensed under the following terms:
+
+ "This is really free software, unencumbered by the GPL.
+ You can do anything you like with it except sueing me."
+
+
+The Debian packaging is (C) 2007, Harald Sitter <apachelogger@ubuntu.com> and
+is licensed under the GPL version 2, or (at your option)
+any later version, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install
new file mode 100644
index 000000000..70a5cfea3
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install
@@ -0,0 +1 @@
+debian/tmp/opt/trinity/bin/*
diff --git a/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install
new file mode 100644
index 000000000..7541dd795
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install
@@ -0,0 +1,5 @@
+debian/tmp/opt/trinity/include/*
+debian/tmp/opt/trinity/lib/lib*.so
+debian/tmp/opt/trinity/lib/ksquirrel-libs/libkls*.so
+debian/tmp/opt/trinity/lib/pkgconfig/*
+debian/tmp/opt/trinity/share/doc/ksquirrel-libs/*
diff --git a/debian/squeeze/libraries/libksquirrel/debian/libksquirrel0-trinity.install b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel0-trinity.install
new file mode 100644
index 000000000..e247609bf
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/libksquirrel0-trinity.install
@@ -0,0 +1,5 @@
+debian/tmp/opt/trinity/lib/libksquirrel-libs*.so.*.*
+debian/tmp/opt/trinity/lib/libksquirrel-libs*.so.0
+debian/tmp/opt/trinity/lib/ksquirrel-libs/libkls*.so.*.*
+debian/tmp/opt/trinity/lib/ksquirrel-libs/libkls*.so.0
+debian/tmp/opt/trinity/share/ksquirrel-libs/*
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1
new file mode 100644
index 000000000..51c0b6a04
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-camera2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-camera2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-camera2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1
new file mode 100644
index 000000000..df2cd06d1
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1
@@ -0,0 +1,113 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-dicom2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-dicom2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-dicom2png [OPTION]... [FILE]...
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH OPTIONS
+.TP
+.B \-v
+Print verbose messages
+.TP
+.B \-c
+Write image data to standard output
+.TP
+.B \-e
+Extract embedded thumbnail image
+.TP
+.B \-i
+Identify files without decoding them
+.TP
+.B \-i -v
+Identify files and show metadata
+.TP
+.B \-z
+Change file dates to camera timestamp
+.TP
+.B \-w
+Use camera white balance, if possible
+.TP
+.B \-a
+Average the whole image for white balance
+.TP
+.B \-A <x y w h>
+Average a grey box for white balance
+.TP
+.B \-r <r g b g>
+Set custom white balance
+.TP
+.B \+M\/\-M
+Use/don't use an embedded color matrix
+.TP
+.B \-C <r b>
+Correct chromatic aberration
+.TP
+.B \-b <num>
+Adjust brightness (default = 1.0)
+.TP
+.B \-n <num>
+Set threshold for wavelet denoising
+.TP
+.B \-k <num>
+Set black point
+.TP
+.B \-K <file>
+Subtract dark frame (16-bit raw PGM)
+.TP
+.B \-H [0-9]
+Highlight mode (0=clip, 1=unclip, 2=blend, 3+=rebuild)
+.TP
+.B \-t [0-7]
+Flip image (0=none, 3=180, 5=90CCW, 6=90CW)
+.TP
+.B \-o [0-5]
+Output colorspace (raw,sRGB,Adobe,Wide,ProPhoto,XYZ)
+.TP
+.B \-o <file>
+Apply output ICC profile from file
+.TP
+.B \-p <file>
+Apply camera ICC profile from file or "embed"
+.TP
+.B \-d
+Document mode (no color, no interpolation)
+.TP
+.B \-D
+Document mode without scaling (totally raw)
+.TP
+.B \-j
+Don't stretch or rotate raw pixels
+.TP
+.B \-q [0-3]
+Set the interpolation quality
+.TP
+.B \-h
+Half-size color image (twice as fast as "-q 0")
+.TP
+.B \-f
+Interpolate RGGB as four colors
+.TP
+.B \-m <num>
+Apply a 3x3 median filter to R-G and B-G
+.TP
+.B \-s [0..N-1]
+Select one raw image or "all" from each file
+.TP
+.B \-4
+Write 16-bit linear instead of 8-bit with gamma
+.TP
+.B \-T
+Write TIFF instead of PPM
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1
new file mode 100644
index 000000000..cfe155b5a
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-dicom2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-dicom2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-dicom2png
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1
new file mode 100644
index 000000000..9ddc44614
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-fig2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-fig2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-fig2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1
new file mode 100644
index 000000000..4b1477bef
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-iff2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-iff2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-iff2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1
new file mode 100644
index 000000000..81ce62873
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-leaf2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-leaf2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-leaf2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1
new file mode 100644
index 000000000..6b38ef8da
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ljpeg2ppm-s 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ljpeg2ppm-s
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ljpeg2ppm-s
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1
new file mode 100644
index 000000000..21109a348
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ljpeg2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ljpeg2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ljpeg2ppm [ -v -h ] [ inFile [outFile] ]
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1
new file mode 100644
index 000000000..26aa84076
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-mac2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-mac2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-mac2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1
new file mode 100644
index 000000000..fcd6d5171
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-neo2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-neo2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-neo2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1
new file mode 100644
index 000000000..ba620502c
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-pi12ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-pi12ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-pi12ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1
new file mode 100644
index 000000000..d662bec23
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-pi32ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-pi32ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-pi32ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1
new file mode 100644
index 000000000..585d8cb36
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-svg2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-svg2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-svg2png
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1
new file mode 100644
index 000000000..7c0950acd
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ttf2pnm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ttf2pnm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ttf2pnm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1
new file mode 100644
index 000000000..ddec06008
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-utah2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-utah2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-utah2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1
new file mode 100644
index 000000000..3148b5faa
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-xcf2pnm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-xcf2pnm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-xcf2pnm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1 b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1
new file mode 100644
index 000000000..041fdb9ed
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-xim2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-xim2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-xim2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/debian/squeeze/libraries/libksquirrel/debian/patches/.gitignore b/debian/squeeze/libraries/libksquirrel/debian/patches/.gitignore
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/patches/.gitignore
diff --git a/debian/squeeze/libraries/libksquirrel/debian/rules b/debian/squeeze/libraries/libksquirrel/debian/rules
new file mode 100755
index 000000000..fa3c9c335
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/rules
@@ -0,0 +1,123 @@
+#!/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
+
+DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
+DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
+DEB_CONFIGURE_PREFIX := /opt/trinity
+DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
+
+cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
+
+# 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)
+
+
+config.status: patch configure
+ dh_testdir
+
+ ! [ -f /usr/share/libtool/ltmain.sh ] || \
+ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
+ ! [ -f /usr/share/libtool/config/ltmain.sh ] || \
+ cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
+ cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
+
+ make -f admin/Makefile.common cvs
+ touch debian/stamp-bootstrap
+
+ # Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/opt/trinity --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --disable-rpath
+# Tricks for Intrepid
+#--disable-kexif --enable-mt --x-includes=/usr/include/qt4/Qt
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+ #docbook-to-man debian/ksquirrel.sgml > ksquirrel.1
+
+ touch $@
+
+clean: clean-patched unpatch
+
+clean-patched:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ ! [ -f /usr/share/libtool/ltmain.sh ] || \
+ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
+ ! [ -f /usr/share/libtool/config/ltmain.sh ] || \
+ cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
+ cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
+
+ make -f admin/Makefile.common cvs
+ touch debian/stamp-bootstrap
+
+ # Add here commands to clean up after the build process.
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -f config.sub config.guess
+
+ dh_clean
+
+patch: patch-stamp
+
+patch-stamp:
+ dpatch apply-all
+ dpatch cat-all >patch-stamp
+
+unpatch:
+ dpatch deapply-all
+ rm -rf patch-stamp debian/patched
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/ksquirrel.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# 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_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
diff --git a/debian/squeeze/libraries/libksquirrel/debian/watch b/debian/squeeze/libraries/libksquirrel/debian/watch
new file mode 100644
index 000000000..d9b799728
--- /dev/null
+++ b/debian/squeeze/libraries/libksquirrel/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/ksquirrel/ksquirrel-libs-(.+).tar.bz2