From fcad8b8d150fb9f508973e3044a103de74ec3877 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 23:02:46 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../_base/libraries/libksquirrel/debian/changelog | 32 +++ ubuntu/_base/libraries/libksquirrel/debian/compat | 1 + ubuntu/_base/libraries/libksquirrel/debian/control | 37 +++ .../_base/libraries/libksquirrel/debian/copyright | 274 +++++++++++++++++++++ .../debian/libksquirrel-tools-trinity.install | 1 + .../debian/libksquirrel-trinity-dev.install | 7 + .../debian/libksquirrel0-trinity.install | 3 + .../debian/mans/ksquirrel-libs-camera2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-dcraw.1 | 113 +++++++++ .../debian/mans/ksquirrel-libs-dicom2png.1 | 19 ++ .../debian/mans/ksquirrel-libs-fig2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-iff2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-leaf2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 | 19 ++ .../debian/mans/ksquirrel-libs-ljpeg2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-mac2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-neo2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-pi12ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-pi32ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-svg2png.1 | 19 ++ .../debian/mans/ksquirrel-libs-ttf2pnm.1 | 19 ++ .../debian/mans/ksquirrel-libs-utah2ppm.1 | 19 ++ .../debian/mans/ksquirrel-libs-xcf2pnm.1 | 19 ++ .../debian/mans/ksquirrel-libs-xim2ppm.1 | 19 ++ .../libksquirrel/debian/patches/.gitignore | 0 ubuntu/_base/libraries/libksquirrel/debian/rules | 103 ++++++++ .../libraries/libksquirrel/debian/source/format | 1 + .../libraries/libksquirrel/debian/source/options | 6 + ubuntu/_base/libraries/libksquirrel/debian/watch | 2 + 29 files changed, 884 insertions(+) create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/changelog create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/compat create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/control create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/copyright create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/libksquirrel0-trinity.install create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1 create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/patches/.gitignore create mode 100755 ubuntu/_base/libraries/libksquirrel/debian/rules create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/source/format create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/source/options create mode 100644 ubuntu/_base/libraries/libksquirrel/debian/watch (limited to 'ubuntu/_base/libraries/libksquirrel/debian') diff --git a/ubuntu/_base/libraries/libksquirrel/debian/changelog b/ubuntu/_base/libraries/libksquirrel/debian/changelog new file mode 100644 index 000000000..8adf184a4 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/changelog @@ -0,0 +1,32 @@ +libksquirrel-trinity (0.8.0-1ubuntu2) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson 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 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 Mon, 29 Sep 2008 18:29:36 +0000 + +libksquirrel (0.8.0-0ubuntu2) intrepid; urgency=low + + * No-change rebuild against libopenexr6. + + -- Steve Langasek Mon, 29 Sep 2008 11:38:13 +0000 + +libksquirrel (0.8.0-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #172740) + + -- Harald Sitter Sun, 18 Nov 2007 23:36:24 +0100 diff --git a/ubuntu/_base/libraries/libksquirrel/debian/compat b/ubuntu/_base/libraries/libksquirrel/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/compat @@ -0,0 +1 @@ +7 diff --git a/ubuntu/_base/libraries/libksquirrel/debian/control b/ubuntu/_base/libraries/libksquirrel/debian/control new file mode 100644 index 000000000..033567bc1 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/control @@ -0,0 +1,37 @@ +Source: libksquirrel-trinity +Section: libs +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Harald Sitter +Build-Depends: debhelper (>= 7.0.50~), cdbs, pkg-config, libmng-dev,librsvg2-bin, + medcon, libjasper-dev, libgif-dev, libwmf-dev, libopenexr-dev, + djvulibre-bin, transfig, x11proto-core-dev, netpbm, libtiff-dev, + libkonq4-trinity-dev, kipi-plugins-trinity, libkipi0-trinity-dev, quilt, 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} +Replaces: libksquirrel0-kde3 (<< 4:14.0.0~), libksquirrel0-trinity (<< 4:14.0.0~) +Breaks: libksquirrel0-kde3 (<< 4:14.0.0~), libksquirrel0-trinity (<< 4:14.0.0~) +Description: Trinity image viewer + Runtime libraries for KSquirrel. + +Package: libksquirrel-trinity-dev +Section: libdevel +Architecture: any +Replaces: libksquirrel-kde3-dev (<< 4:14.0.0~), libksquirrel-trinity-dev (<< 4:14.0.0~) +Breaks: libksquirrel-kde3-dev (<< 4:14.0.0~), libksquirrel-trinity-dev (<< 4:14.0.0~) +Depends: ${shlibs:Depends}, libksquirrel0-trinity (= ${binary:Version}) +Description: Trinity image viewer + Development libraries for KSquirrel. + +Package: libksquirrel-tools-trinity +Architecture: any +Depends: ${shlibs:Depends}, libksquirrel0-trinity (= ${binary:Version}) +Replaces: libksquirrel-tools-kde3 (<< 4:14.0.0~), libksquirrel-tools-trinity (<< 4:14.0.0~) +Breaks: libksquirrel-tools-kde3 (<< 4:14.0.0~), libksquirrel-tools-trinity (<< 4:14.0.0~) +Description: Trinity image viewer + Tools for KSquirrel. diff --git a/ubuntu/_base/libraries/libksquirrel/debian/copyright b/ubuntu/_base/libraries/libksquirrel/debian/copyright new file mode 100644 index 000000000..7d13d101a --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/copyright @@ -0,0 +1,274 @@ +This package was debianized by Harald Sitter on +Sun, 18 Nov 2007 23:36:24 +0100. + +It was downloaded from http://ksquirrel.sourceforge.net + +Upstream Author: Dmitry Baryshev + +Copyright: + (C) 2004-2007 Dmitry Baryshev + +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 + +# 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 + + 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 and +is licensed under the GPL version 2, or (at your option) +any later version, see `/usr/share/common-licenses/GPL'. diff --git a/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install new file mode 100644 index 000000000..70a5cfea3 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-tools-trinity.install @@ -0,0 +1 @@ +debian/tmp/opt/trinity/bin/* diff --git a/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install new file mode 100644 index 000000000..1ca5e8e1f --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel-trinity-dev.install @@ -0,0 +1,7 @@ +debian/tmp/opt/trinity/include/* +debian/tmp/opt/trinity/lib/libksquirrel-libs*.la +debian/tmp/opt/trinity/lib/libksquirrel-libs*.so +debian/tmp/opt/trinity/lib/ksquirrel-libs/libkls*.la +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/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel0-trinity.install b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel0-trinity.install new file mode 100644 index 000000000..9b1cac640 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/libksquirrel0-trinity.install @@ -0,0 +1,3 @@ +debian/tmp/opt/trinity/lib/libksquirrel-libs*.so.* +debian/tmp/opt/trinity/lib/ksquirrel-libs/libkls*.so.* +debian/tmp/opt/trinity/share/ksquirrel-libs/* diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1 new file mode 100644 index 000000000..51c0b6a04 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-camera2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1 new file mode 100644 index 000000000..df2cd06d1 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dcraw.1 @@ -0,0 +1,113 @@ +.\" This file was written by Harald Sitter +.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 +Average a grey box for white balance +.TP +.B \-r +Set custom white balance +.TP +.B \+M\/\-M +Use/don't use an embedded color matrix +.TP +.B \-C +Correct chromatic aberration +.TP +.B \-b +Adjust brightness (default = 1.0) +.TP +.B \-n +Set threshold for wavelet denoising +.TP +.B \-k +Set black point +.TP +.B \-K +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 +Apply output ICC profile from file +.TP +.B \-p +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 +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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1 new file mode 100644 index 000000000..cfe155b5a --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-dicom2png.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1 new file mode 100644 index 000000000..9ddc44614 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-fig2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1 new file mode 100644 index 000000000..4b1477bef --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-iff2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1 new file mode 100644 index 000000000..81ce62873 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-leaf2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 new file mode 100644 index 000000000..6b38ef8da --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm-s.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1 new file mode 100644 index 000000000..21109a348 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ljpeg2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1 new file mode 100644 index 000000000..26aa84076 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-mac2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1 new file mode 100644 index 000000000..fcd6d5171 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-neo2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1 new file mode 100644 index 000000000..ba620502c --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi12ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1 new file mode 100644 index 000000000..d662bec23 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-pi32ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1 new file mode 100644 index 000000000..585d8cb36 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-svg2png.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1 new file mode 100644 index 000000000..7c0950acd --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-ttf2pnm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1 new file mode 100644 index 000000000..ddec06008 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-utah2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1 new file mode 100644 index 000000000..3148b5faa --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xcf2pnm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1 b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1 new file mode 100644 index 000000000..041fdb9ed --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/mans/ksquirrel-libs-xim2ppm.1 @@ -0,0 +1,19 @@ +.\" This file was written by Harald Sitter +.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 +.br +.SH OTHER +.nf +This manual page was written by Harald Sitter for the Debian +system (but may be used by others). +.br diff --git a/ubuntu/_base/libraries/libksquirrel/debian/patches/.gitignore b/ubuntu/_base/libraries/libksquirrel/debian/patches/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/_base/libraries/libksquirrel/debian/rules b/ubuntu/_base/libraries/libksquirrel/debian/rules new file mode 100755 index 000000000..15f00b785 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/rules @@ -0,0 +1,103 @@ +#!/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/tde +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) + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +# 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: configure + dh_testdir + +configure: + dh_testdir + +ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" "" + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh +endif +ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" + cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh +endif + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub admin/config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess admin/config.guess +endif + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap + + # Add here commands to configure the package. + ./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 $@ + +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_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/_base/libraries/libksquirrel/debian/source/format b/ubuntu/_base/libraries/libksquirrel/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/libraries/libksquirrel/debian/source/options b/ubuntu/_base/libraries/libksquirrel/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/_base/libraries/libksquirrel/debian/watch b/ubuntu/_base/libraries/libksquirrel/debian/watch new file mode 100644 index 000000000..d9b799728 --- /dev/null +++ b/ubuntu/_base/libraries/libksquirrel/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ksquirrel/ksquirrel-libs-(.+).tar.bz2 -- cgit v1.2.3