diff options
Diffstat (limited to 'ubuntu/maverick/dependencies')
136 files changed, 2885 insertions, 1304 deletions
diff --git a/ubuntu/maverick/dependencies/arts/debian/control b/ubuntu/maverick/dependencies/arts/debian/control index e2fd25718..9c9e910c3 100644 --- a/ubuntu/maverick/dependencies/arts/debian/control +++ b/ubuntu/maverick/dependencies/arts/debian/control @@ -16,8 +16,8 @@ Standards-Version: 3.8.4 Package: arts-trinity Architecture: all Section: sound -Replaces: arts-kde3 (<< 4:3.5.13) -Breaks: arts-kde3 (<< 4:3.5.13) +Replaces: arts-trinity (<< 4:14.0.0) +Breaks: arts-trinity (<< 4:14.0.0) Depends: libartsc0-trinity (>= ${source:Version}), libarts1c2a-trinity (>= ${source:Version}) Description: sound system from the official KDE release KDE (the K Desktop Environment) is a powerful Open Source graphical @@ -31,8 +31,8 @@ Description: sound system from the official KDE release Package: libarts1c2a-trinity Architecture: any Section: libs -Replaces: libarts1c2a-kde3 (<< 4:3.5.13) -Breaks: libarts1c2a-kde3 (<< 4:3.5.13) +Replaces: libarts1c2a-trinity (<< 4:14.0.0) +Breaks: libarts1c2a-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} Suggests: libarts1-akode Description: aRts sound system core components @@ -55,8 +55,8 @@ Description: aRts sound system core components Package: libarts1-trinity-dev Architecture: any Section: libdevel -Replaces: libarts1-kde3-dev (<< 4:3.5.13) -Breaks: libarts1-kde3-dev (<< 4:3.5.13) +Replaces: libarts1-trinity-dev (<< 4:14.0.0) +Breaks: libarts1-trinity-dev (<< 4:14.0.0) Depends: libarts1c2a-trinity (= ${binary:Version}), libartsc0-trinity-dev (= ${binary:Version}), ${libasound2-dev}, libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libogg-dev, libogg-dev-la, libvorbis-dev, libtqtinterface-dev Description: development files for the aRts sound system core components This package contains the header files needed to build applications that @@ -68,8 +68,8 @@ Description: development files for the aRts sound system core components Package: libartsc0-trinity Architecture: any Section: libs -Replaces: libartsc0-kde3 (<< 4:3.5.13) -Breaks: libartsc0-kde3 (<< 4:3.5.13) +Replaces: libartsc0-trinity (<< 4:14.0.0) +Breaks: libartsc0-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} Description: aRts sound system C support library This package contains the C bindings for the aRts sound daemon. @@ -80,8 +80,8 @@ Description: aRts sound system C support library Package: libartsc0-trinity-dev Architecture: any Section: libdevel -Replaces: libartsc0-kde3-dev (<< 4:3.5.13) -Breaks: libartsc0-kde3-dev (<< 4:3.5.13) +Replaces: libartsc0-trinity-dev (<< 4:14.0.0) +Breaks: libartsc0-trinity-dev (<< 4:14.0.0) Depends: libartsc0-trinity (= ${binary:Version}), libglib2.0-dev Description: development files for the aRts sound system C support library This package contains the header files needed to build applications that @@ -93,8 +93,8 @@ Description: development files for the aRts sound system C support library Package: arts-trinity-dbg Section: libdevel Architecture: any -Replaces: arts-kde3-dbg (<< 4:3.5.13) -Breaks: arts-kde3-dbg (<< 4:3.5.13) +Replaces: arts-trinity-dbg (<< 4:14.0.0) +Breaks: arts-trinity-dbg (<< 4:14.0.0) Priority: extra Depends: libarts1c2a-trinity (= ${binary:Version}) Description: debugging symbols for arts diff --git a/ubuntu/maverick/dependencies/arts/debian/rules b/ubuntu/maverick/dependencies/arts/debian/rules index 7be8b0057..c6720ab40 100755 --- a/ubuntu/maverick/dependencies/arts/debian/rules +++ b/ubuntu/maverick/dependencies/arts/debian/rules @@ -14,7 +14,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include debian/cdbs/debian-qt-kde.mk -DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" +DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/kde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" -DWITH_GCC_VISIBILITY="ON" # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. diff --git a/ubuntu/maverick/dependencies/arts/debian/source/format b/ubuntu/maverick/dependencies/arts/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/arts/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/arts/debian/source/options b/ubuntu/maverick/dependencies/arts/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/arts/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/control b/ubuntu/maverick/dependencies/avahi-tqt/debian/control index 607e76dd1..8b0c55500 100644 --- a/ubuntu/maverick/dependencies/avahi-tqt/debian/control +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/control @@ -23,6 +23,8 @@ Standards-Version: 3.9.1 Package: libavahi-tqt-1 Section: libs Architecture: any +Replaces: libavahi-tqt-1 (<< 4:14.0.0) +Breaks: libavahi-tqt-1 (<< 4:14.0.0) Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} @@ -40,6 +42,8 @@ Description: Avahi TQt integration library Package: libavahi-tqt-dev Section: libdevel Architecture: any +Replaces: libavahi-tqt-dev (<< 4:14.0.0) +Breaks: libavahi-tqt-dev (<< 4:14.0.0) Depends: libavahi-tqt-1 (= ${binary:Version}), ${misc:Depends}, libtqtinterface-dev, @@ -52,4 +56,4 @@ Description: Development headers for the Avahi TQt integration library print to, files to look at and people to talk to. . This package contains the development headers for the interface - to integrate the Avahi libraries into a TQt main loop application.
\ No newline at end of file + to integrate the Avahi libraries into a TQt main loop application. diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/source/format b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/control b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/control index efc9239a4..36e73bbb1 100644 --- a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/control +++ b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.8.3 Package: libdbus-1-tqt-dev Section: libdevel Architecture: any -Replaces: libdbus-1-tqt-dev (<< 4:3.5.13) -Breaks: libdbus-1-tqt-dev (<< 4:3.5.13) +Replaces: libdbus-1-tqt-dev (<< 4:14.0.0) +Breaks: libdbus-1-tqt-dev (<< 4:14.0.0) Depends: libdbus-1-tqt (= ${binary:Version}), libdbus-1-dev (>= 0.90), libtqtinterface-dev Description: dbus bindings for the Trinity Qt [TQt] interface D-BUS is a message bus, used for sending messages between applications. @@ -23,8 +23,8 @@ Description: dbus bindings for the Trinity Qt [TQt] interface Package: libdbus-1-tqt Section: libs Architecture: any -Replaces: libdbus-1-tqt (<< 4:3.5.13) -Breaks: libdbus-1-tqt (<< 4:3.5.13) +Replaces: libdbus-1-tqt (<< 4:14.0.0) +Breaks: libdbus-1-tqt (<< 4:14.0.0) Depends: ${shlibs:Depends} Description: dbus bindings for the Trinity Qt [TQt] interface D-BUS is a message bus, used for sending messages between applications. diff --git a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/format b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/dbus-1-tqt/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/control b/ubuntu/maverick/dependencies/dbus-tqt/debian/control index 38bca796a..cdf2d334a 100644 --- a/ubuntu/maverick/dependencies/dbus-tqt/debian/control +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/control @@ -9,8 +9,8 @@ Standards-Version: 3.8.3 Package: libdbus-tqt-1-dev Section: libdevel Architecture: any -Replaces: libdbus-tqt-1-dev (<< 4:3.5.13) -Breaks: libdbus-tqt-1-dev (<< 4:3.5.13) +Replaces: libdbus-tqt-1-dev (<< 4:14.0.0) +Breaks: libdbus-tqt-1-dev (<< 4:14.0.0) Depends: libdbus-tqt-1-1c2 (= ${Source-Version}), libdbus-1-dev (>= 0.90), libtqtinterface-dev Conflicts: dbus-tqt-1-dev Description: simple interprocess messaging system (TQt interface) @@ -25,8 +25,8 @@ Description: simple interprocess messaging system (TQt interface) Package: libdbus-tqt-1-1c2 Section: libs Architecture: any -Replaces: libdbus-tqt-1-1c2 (<< 4:3.5.13) -Breaks: libdbus-tqt-1-1c2 (<< 4:3.5.13) +Replaces: libdbus-tqt-1-1c2 (<< 4:14.0.0) +Breaks: libdbus-tqt-1-1c2 (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: dbus-tqt-1, dbus-tqt-1c2, libdbus-tqt-1-1 Description: simple interprocess messaging system (TQt-based shared library) diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/source/format b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/dbus-tqt/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/changelog b/ubuntu/maverick/dependencies/libart-lgpl/debian/changelog new file mode 100644 index 000000000..d9238f241 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/changelog @@ -0,0 +1,252 @@ +libart-lgpl (2.3.22-0ubuntu0) lucid; urgency=low + + * Build patched/maintained TDE version instead of unmaintained upstream + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 07 Dec 2011 17:50:00 -0600 + +libart-lgpl (2.3.21-1) unstable; urgency=low + + [ Loic Minier ] + * Properly anchor package name regexp. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/control.in: + - Update Standards-Version and build-depend on autotools-dev. + + debian/patches/70_relibtoolize.patch: + - Regenerated for the new version. + + -- Sebastian Dröge <slomo@debian.org> Sun, 25 Apr 2010 11:35:30 +0200 + +libart-lgpl (2.3.20-2) unstable; urgency=low + + * Let libart-2.0-dev depend on shlibs:Depends. + * Extract library package name from control instead of hardcoding it in + rules. + * New patch, 60_libart-config-static, adds --static flag to libart2-config + to avoid -lm in the output of --libs; please consider switching to + pkg-config instead; GNOME #531278; closes: #375812. + * Fix copyright to state LGPL 2 or later as checked with licensecheck; + thanks Thomas Viehmann; closes: #478766. + + -- Loic Minier <lool@dooz.org> Sat, 03 May 2008 22:21:18 +0200 + +libart-lgpl (2.3.20-1) unstable; urgency=low + + [ Kilian Krause ] + * Use binary:version and source:Version for binNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly. + + [ Sebastian Dröge ] + * New upstream bugfix release: + + debian/patches/90_fix-headers-for-cplusplus.patch: + - Dropped, merged upstream. + + debian/patches/70_relibtoolize.patch: + - Regenerated for the new version. + * debian/control.in: + + Update Standards-Version to 3.7.3, no additional changes needed. + + -- Sebastian Dröge <slomo@debian.org> Wed, 30 Jan 2008 13:38:26 +0100 + +libart-lgpl (2.3.19-3) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Drop libc6-dev dep in libart-2.0-dev. + * Add ${misc:Depends}. + + -- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 16:23:30 +0200 + +libart-lgpl (2.3.19-2) experimental; urgency=high + + * Use clean-la.mk and require gnome-pkg-tools 0.7. + * New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++ + applications; GNOME #413197; SVN r278; closes: #417568. + * Rename patch 070_relibtoolize to 70_relibtoolize. + + -- Loic Minier <lool@dooz.org> Tue, 03 Apr 2007 15:23:09 +0200 + +libart-lgpl (2.3.19-1) experimental; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Add complete licensing information in copyright file. + * Update upstream URL in copyright file. + * Bump up Standards-Version to 3.7.2. + * Use debian/libart-2.0-dev.manpages instead of + DEB_INSTALL_MANPAGES_libart-2.0-dev. + * Use HTTP in watch file and track all branches. + * Include CDBS's utils. + * New upstream releases with API additions. + - Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + - Set shlibs to >= 2.3.18. + - Update and rename relibtoolizing patch, 070_relibtoolize. + * Drop useless libart-2.0-dev.files. + * Drop build-dep on libc6-dev | libc-dev; doh. + * Bump up DebHelper compatibility level to 5. + + -- Loic Minier <lool@dooz.org> Wed, 28 Feb 2007 15:20:45 +0100 + +libart-lgpl (2.3.17-1) unstable; urgency=low + + * GNOME Team Upload. + * New upstream release. + * debian/patches/001_relibtoolize.patch: + - updated. + * debian/watch: + - added. + + -- Sebastien Bacher <seb128@debian.org> Tue, 25 Jan 2005 23:51:07 +0100 + +libart-lgpl (2.3.16-6) unstable; urgency=low + + * Relibtoolize (Closes: #260639) + + -- OndÅ™ej Surý <ondrej@debian.org> Wed, 21 Jul 2004 17:27:15 +0200 + +libart-lgpl (2.3.16-5) unstable; urgency=low + + * Set shlibs version to current. + + -- OndÅ™ej Surý <ondrej@debian.org> Mon, 19 Apr 2004 18:49:50 +0200 + +libart-lgpl (2.3.16-4) unstable; urgency=low + + * Gnome Team upload. + * Setting again the shlibs file. + + -- Sebastien Bacher <seb128@debian.org> Thu, 15 Apr 2004 19:35:09 +0200 + +libart-lgpl (2.3.16-3) unstable; urgency=low + + * New maintainer (Closes: #238891) + + -- OndÅ™ej Surý <ondrej@debian.org> Sat, 20 Mar 2004 15:14:54 +0100 + +libart-lgpl (2.3.16-2) unstable; urgency=low + + * Orphaned package. + + -- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 16:06:24 +0100 + +libart-lgpl (2.3.16-1) unstable; urgency=low + + * New upstream release. + * Fix an "assertion failed" who crash gdm (Closes: #208919) + + -- Christian Marillat <marillat@debian.org> Wed, 10 Sep 2003 09:48:22 +0200 + +libart-lgpl (2.3.15-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat <marillat@debian.org> Tue, 2 Sep 2003 14:14:16 +0200 + +libart-lgpl (2.3.14-2) unstable; urgency=low + + * Compiled with -mieee for alpha (Closes: #207748) + + -- Christian Marillat <marillat@debian.org> Fri, 29 Aug 2003 19:24:46 +0200 + +libart-lgpl (2.3.14-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat <marillat@debian.org> Fri, 8 Aug 2003 10:23:11 +0200 + +libart-lgpl (2.3.13-1) unstable; urgency=low + + * new upstream release. + + -- Christian Marillat <marillat@debian.org> Fri, 11 Jul 2003 14:59:55 +0200 + +libart-lgpl (2.3.12-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat <marillat@debian.org> Mon, 5 May 2003 12:58:07 +0200 + +libart-lgpl (2.3.11-4) unstable; urgency=low + + * Update section + + -- Christian Marillat <marillat@debian.org> Tue, 1 Apr 2003 18:52:25 +0200 + +libart-lgpl (2.3.11-3) unstable; urgency=low + + * Add a patche to fix configure for mipsel + + -- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 10:11:41 +0100 + +libart-lgpl (2.3.11-2) unstable; urgency=low + + * Update description (Closes: #177003) + + -- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 21:27:15 +0100 + +libart-lgpl (2.3.11-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.5.8 + + -- Christian Marillat <marillat@debian.org> Tue, 7 Jan 2003 19:40:48 +0100 + +libart-lgpl (2.3.10-4) unstable; urgency=low + + * Update to standards version 3.5.7 + + -- Christian Marillat <marillat@debian.org> Sat, 21 Sep 2002 14:41:00 +0200 + +libart-lgpl (2.3.10-3) unstable; urgency=low + + * Replace libc6-dev by libc-dev for -dev package. + + -- Christian Marillat <marillat@debian.org> Thu, 5 Sep 2002 18:25:28 +0200 + +libart-lgpl (2.3.10-2) unstable; urgency=low + + * Move libc6-dev dependency in the -dev package. + + -- Christian Marillat <marillat@debian.org> Thu, 8 Aug 2002 14:34:51 +0200 + +libart-lgpl (2.3.10-1) unstable; urgency=low + + * New upstream release (Closes: #151622) + + -- Christian Marillat <marillat@debian.org> Tue, 2 Jul 2002 01:38:03 +0200 + +libart-lgpl (2.3.9-2) unstable; urgency=low + + * debian/control add a versioned dependency for the -dev package + (Closes: #151369) + + -- Christian Marillat <marillat@debian.org> Sat, 29 Jun 2002 17:39:39 +0200 + +libart-lgpl (2.3.9-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat <marillat@debian.org> Tue, 25 Jun 2002 10:26:05 +0200 + +libart-lgpl (2.3.8-2) unstable; urgency=low + + * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and + DEB_BUILD_OPTIONS + + -- Christian Marillat <marillat@debian.org> Wed, 15 May 2002 22:28:40 +0200 + +libart-lgpl (2.3.8-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat <marillat@debian.org> Mon, 14 Jan 2002 10:58:19 +0100 + +libart-lgpl (2.3.7-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat <marillat@debian.org> Mon, 19 Nov 2001 18:29:06 +0100 + +Local variables: +mode: debian-changelog +End: diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/compat b/ubuntu/maverick/dependencies/libart-lgpl/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/control b/ubuntu/maverick/dependencies/libart-lgpl/debian/control new file mode 100644 index 000000000..d131211f3 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/control @@ -0,0 +1,46 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: libart-lgpl +Section: devel +Priority: optional +Maintainer: Josselin Mouette <joss@debian.org> +Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Drge <slomo@debian.org>, Sebastien Bacher <seb128@debian.org> +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 5), + gnome-pkg-tools (>= 0.7), + cdbs, + dpkg-dev (>= 1.13.19), + automake, autoconf, libtool, libltdl-dev + +Package: libart-2.0-2 +Architecture: any +Section: libs +Replaces: libart-2.0-2 (<< 4:14.0.0) +Breaks: libart-2.0-2 (<< 4:14.0.0) +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Library of functions for 2D graphics - runtime files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. + +Package: libart-2.0-dev +Architecture: any +Section: libdevel +Replaces: libart-2.0-dev (<< 4:14.0.0) +Breaks: libart-2.0-dev (<< 4:14.0.0) +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libart-2.0-2 (= ${binary:Version}), + pkg-config +Description: Library of functions for 2D graphics - development files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in b/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in new file mode 100644 index 000000000..12f7ab436 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/control.in @@ -0,0 +1,37 @@ +Source: libart-lgpl +Section: devel +Priority: optional +Maintainer: Josselin Mouette <joss@debian.org> +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 5), + gnome-pkg-tools (>= 0.7), + cdbs, + dpkg-dev (>= 1.13.19), + autotools-dev + +Package: libart-2.0-2 +Architecture: any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Library of functions for 2D graphics - runtime files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. + +Package: libart-2.0-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libart-2.0-2 (= ${binary:Version}), + pkg-config +Description: Library of functions for 2D graphics - development files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/copyright b/ubuntu/maverick/dependencies/libart-lgpl/debian/copyright new file mode 100644 index 000000000..6c6d40347 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Christian Marillat <marillat@debian.org> on +Mon, 19 Nov 2001 18:29:06 +0100 + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/ + +Upstream Author: Raph Levien <raph@acm.org> + +Copyright: 1998, 1999, 2000, 2001 Raph Levien <raph@acm.org> + +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'. diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-2.install b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-2.install new file mode 100644 index 000000000..be04efa71 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-2.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libart_lgpl_2.so.* diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.install b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.install new file mode 100644 index 000000000..154d573e6 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/bin/libart2-config +debian/tmp/usr/lib/libart_lgpl_2.a +debian/tmp/usr/lib/libart_lgpl_2.la +debian/tmp/usr/lib/libart_lgpl_2.so diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.manpages b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.manpages new file mode 100644 index 000000000..d9f908cc0 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart-2.0-dev.manpages @@ -0,0 +1 @@ +debian/libart2-config.1 diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/libart2-config.1 b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart2-config.1 new file mode 100644 index 000000000..7439b2923 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/libart2-config.1 @@ -0,0 +1,52 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng <steve@ggi-project.org>. +.TH "LIBART2-CONFIG" "1" "08 August 2003" "" "" +.SH NAME +libart2-config \- script to get information about the installed version of libart 2.x +.SH SYNOPSIS + +\fBlibart2-config\fR [ \fB --prefix\fI[=DIR]\fB \fR ] [ \fB --exec-prefix\fI[=DIR]\fB \fR ] [ \fB --libs \fR ] [ \fB --cflags \fR ] [ \fB --version \fR ] + +.SH "DESCRIPTION" +.PP +\fBlibart2-config\fR is a tool that is used to determine +the compiler and linker flags that should be used to compile and +link programs that use \fIlibart\fR library. +.SH "OPTIONS" +.TP +\fB--prefix=PREFIX\fR +If specified, use \fIPREFIX\fR instead +of the installation prefix that +\fIlibart\fR was built with when computing +the output for the \fB--cflags\fR and +\fB--libs\fR options. This option is also used for +the exec prefix if \fB--exec-prefix\fR was +not specified. This option must be specified before any +\fB--libs\fR or \fB--cflags\fR options. +.TP +\fB--exec-prefix=PREFIX\fR +If specified, use \fIPREFIX\fR instead +of the installation exec prefix that +\fIlibart\fR was built with when computing +the output for the \fB--cflags\fR and +\fB--libs\fR options. This option must be specified +before any \fB--libs\fR or \fB--cflags\fR options. +.TP +\fB--libs\fR +Print the linker flags that are necessary to link a +\fIlibart\fR program. +.TP +\fB--cflags\fR +Print the compiler flags that are necessary to compile a +\fIlibart\fR program. +.TP +\fB--version\fR +Print the currently installed version of +\fIlibart\fR on the standard output. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat <marillat@debian.org> for +the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules new file mode 100755 index 000000000..4390434f7 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +makebuilddir/kvpnc-trinity:: + cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in + cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh + autoconf + automake + +libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control) + +GNOME_MODULE := libart_lgpl + +DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' + diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/source/format b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/watch b/ubuntu/maverick/dependencies/libart-lgpl/debian/watch new file mode 100644 index 000000000..8acf72053 --- /dev/null +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/([\d\.]+)/ \ + libart_lgpl-(.*)\.tar\.gz \ + debian uupdate diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/README.Debian b/ubuntu/maverick/dependencies/python-tqt/debian/README.Debian new file mode 100644 index 000000000..aabb494aa --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/README.Debian @@ -0,0 +1,4 @@ +DOCUMENTATION +------------- +You can find doc and examples about PyQt in the package python-qt-doc + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/changelog b/ubuntu/maverick/dependencies/python-tqt/debian/changelog new file mode 100644 index 000000000..95e2f0cce --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/changelog @@ -0,0 +1,6 @@ +python-tqt (3.18.1-4ubuntu0) lucid; urgency=low + + * Initial build + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 29 Nov 2011 01:16:00 -0600 + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/compat b/ubuntu/maverick/dependencies/python-tqt/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/control b/ubuntu/maverick/dependencies/python-tqt/debian/control new file mode 100644 index 000000000..71f586675 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/control @@ -0,0 +1,126 @@ +Source: python-tqt +Section: python +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> +Build-Depends: debhelper (>= 6.0.7~), python-all-dev (>= 2.3.5-10), libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python-sip-dev (>= 4.10.0-2ubuntu1), libtqscintilla-dev, python-support (>= 0.7.1), python-sip-dbg, python-all-dbg +Standards-Version: 3.8.4 + +Package: python-tqt +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, ${sip:Depends}, ${misc:Depends} +Replaces: python-tqt (<< 4:14.0.0) +Breaks: python-tqt (<< 4:14.0.0) +Suggests: python-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql +Provides: ${python:Provides} +Description: TQt bindings for Python + Python binding module that allows use of TQt X Window toolkit v3. + You can use it to create portable graphics-capable scripts (there + are PyQt versions for Linux, Windows and MacOS X). + . + At this moment PyQt offers a vast subset of TQt API. There are + some minor issues related to the differences between C++ and Python + (types, etc), but usually you'll be able to write code pretty much the + same way in both languages (with syntax differences, of course) + +Package: python-tqt-dbg +Architecture: any +Priority: extra +Replaces: python-tqt-dbg (<< 4:14.0.0) +Breaks: python-tqt-dbg (<< 4:14.0.0) +Section: debug +Depends: ${shlibs:Depends}, python-dbg, python-tqt (= ${binary:Version}), python-sip-dbg, ${misc:Depends} +Description: TQt bindings for Python (debug extension) + Python binding module that allows use of TQt X Window toolkit v3. + You can use it to create portable graphics-capable scripts (there + are PyQt versions for Linux, Windows and MacOS X). + . + This package contains the extension built for the Python debug interpreter. + +Package: python-tqt-gl +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt (= ${binary:Version}), python-opengl (>= 2.0.1.09-2.2), ${misc:Depends} +Replaces: python-tqt-gl (<< 4:14.0.0) +Breaks: python-tqt-gl (<< 4:14.0.0) +Suggests: python-tqt-doc +Provides: ${python:Provides} +Description: TQt OpenGL bindings for Python + Python binding module that allows use of the OpenGL facilities + offered by the TQt X Window toolkit v3. You can use it to create + portable graphics-capable scripts (there are PyQt versions for + Linux, Windows and MacOS X). + +Package: python-tqt-gl-dbg +Priority: extra +Section: debug +Replaces: python-tqt-gl-dbg (<< 4:14.0.0) +Breaks: python-tqt-gl-dbg (<< 4:14.0.0) +Architecture: any +Depends: ${shlibs:Depends}, python-dbg, python-tqt-gl (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} +Description: TQt OpenGL bindings for Python (debug extension) + Python binding module that allows use of the OpenGL facilities + offered by the TQt X Window toolkit v3. You can use it to create + portable graphics-capable scripts (there are PyQt versions for + Linux, Windows and MacOS X). + . + This package contains the extension built for the Python debug interpreter. + +Package: python-tqtext +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, python-tqt (= ${binary:Version}), ${misc:Depends} +Replaces: python-tqtext (<< 4:14.0.0) +Breaks: python-tqtext (<< 4:14.0.0) +Provides: ${python:Provides} +Description: TQt extensions for PyQt + PyQt Extensions. Contains: + . + * QScintilla: a featureful TQt source code editing component based + on Scintilla. + +Package: python-tqtext-dbg +Priority: extra +Section: debug +Replaces: python-tqtext-dbg (<< 4:14.0.0) +Breaks: python-tqtext-dbg (<< 4:14.0.0) +Architecture: any +Depends: ${shlibs:Depends}, python-dbg, python-tqtext (= ${binary:Version}), python-tqt-dbg (= ${binary:Version}), ${misc:Depends} +Description: TQt debug extensions for PyQt + PyQt debug Extensions. Contains: + . + * QScintilla: a featureful TQt source code editing component based + on Scintilla. + +Package: pytqt-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: pytqt-tools (<< 4:14.0.0) +Breaks: pytqt-tools (<< 4:14.0.0) +Description: pyuic and pylupdate for TQt + pyuic is the PyQt counterpart for TQt's uic. It takes an XML + user interface file and generates Python code. + . + pylupdate is the counterpart for TQt's lupdate. It updates TQt + Linguist translation files from Python code. + +Package: python-tqt-dev +Depends: ${python:Depends}, ${misc:Depends} +Suggests: python-sip-dev +Replaces: python-tqt-dev (<< 4:14.0.0) +Breaks: python-tqt-dev (<< 4:14.0.0) +Architecture: all +Description: TQt bindings for Python - Development files + Development .sip files with definitions of PyQt classes. They + are needed to build PyQt, but also as building blocks of other + packages based on them, like PyKDE. + +Package: python-tqt-doc +Section: doc +Architecture: all +Replaces: python-tqt-doc (<< 4:14.0.0) +Breaks: python-tqt-doc (<< 4:14.0.0) +Depends: ${misc:Depends} +Suggests: python-tqt +Description: TQt bindings for Python - Documentation and examples + Documentation and examples for the PyQt (bindings that allow + the use of TQt library from within a Python script). diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/copyright b/ubuntu/maverick/dependencies/python-tqt/debian/copyright new file mode 100644 index 000000000..715a83f24 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/copyright @@ -0,0 +1,52 @@ +This package was debianized by Ricardo Javier Cardenes Medina <rcardenes@debian.org> on +Tue, 7 May 2002 04:02:33 +0100 + +It was downloaded from http://www.riverbankcomputing.co.uk + +Upstream Author: Phil Thompson (phil@river-bank.demon.co.uk) + +Terms and Conditions + +Copyright (c) 1998, 1999, 2000, 2001 + Phil Thompson <phil@river-bank.demon.co.uk> +Copyright (c) 2002 + Riverbank Computing Limited <info@riverbankcomputing.co.uk> + +pylupdate is Copyright (c) 2002 + Detlev Offenbach <detlev@die-offenbachs.de> + +Both PyQt and its utils, and pylupdate are free software; you may +redistribute them and/or modify it under the terms of the GNU General +Public License as published by the Free Software Foundation; either +version 2, or (at your option) any later version. + +A copy of the GNU General Public License is available as +/usr/share/common-licenses/GPL in the Debian GNU/Linux distribution +or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html. +You can also obtain it by writing to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +parts of the code are Copyright (c) 2000 Trolltech AS, under the following +license: + +Permission is hereby granted, free of charge, to any person 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, sublicense, 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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "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. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the copyright holder shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the copyright holder. diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/docs b/ubuntu/maverick/dependencies/python-tqt/debian/docs new file mode 100644 index 000000000..50bd824bb --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pylupdate.1 b/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pylupdate.1 new file mode 100644 index 000000000..4d2c8919a --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pylupdate.1 @@ -0,0 +1,83 @@ +.TH pylupdate 1 "18 October 2001" "Trolltech AS" \" -*- nroff -*- +.\" +.\" Copyright 2001 Trolltech AS. All rights reserved. +.\" Copyright 2004 Ricardo Cardenes. All rights reserved. +.\" +.\" This file may be distributed and/or modified under the terms of the +.\" GNU General Public License version 2 as published by the Free Software +.\" Foundation and appearing in the file LICENSE.GPL included in the +.\" packaging of this file. +.\" +.\" This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +.\" WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +.\" +.\" See http://www.trolltech.com/gpl/ for GPL licensing information. +.\" +.SH NAME +pylupdate \- update Qt Linguist translation files from Python sources +.SH SYNOPSIS +.B pylupdate +.RI "[ " options " ] " project-file... +.SH DESCRIPTION +This page documents the +.B Qt Linguist Update +tool for the Qt GUI toolkit, for Python source files. +.B PyLupdate +reads a qmake project file (.pro file), finds the translatable +strings in the specified source, header and interface files, and +updates the translation files (.ts files) specified in it. The +translation files are given to the translator who uses +.B Qt Linguist +to read the files and insert the translations. +.PP +The .ts file format is a simple human-readable XML format that can be +used with version control systems if required. +.PP +.SH OPTIONS +.TP +.I "-help" +Display the usage and exit. +.TP +.I "-noobsolete" +Drop all obsolete strings. +.TP +.I "-verbose" +Explain what is being done. +.TP +.I "-version" +Display the version of +.B pylupdate +and exit. +.SH USAGE +Here is an example .pro file that can be given to +.B pylupdate: +.PP +.in +4 +.nf +SOURCES = funnydialog.py \\ + main.py \\ + wackywidget.py +FORMS = fancybox.ui +TRANSLATIONS = gnomovision_dk.ts \\ + gnomovision_fi.ts \\ + gnomovision_no.ts \\ + gnomovision_se.ts +.fi +.in -4 +.PP +When running +.B pylupdate +on this project file, the translatable strings in all the files +listed in the SOURCES and FORMS entries will be put in +the translation files listed in the TRANSLATIONS entry. Previous +translations will be reused as far as possible, and translated +strings that have vanished from the source files are marked obsolete. +.SH "SEE ALSO" +.BR lupdate (1), +.BR lrelease (1) +and +.BR http://doc.trolltech.com/i18n.html +.SH AUTHOR +This manual page was written by Ricardo J. Cárdenes Medina +for the Debian GNU/Linux System (but may be used by others), based +on Trolltech's <info@trolltech.com> manual page for lupdate diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 b/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 new file mode 100644 index 000000000..f1ffa41ff --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/manpages/pyuic.1 @@ -0,0 +1,74 @@ +.TH pyuic 1 "25 June 2001" \" -*- nroff -*- +.SH NAME +pyuic \- Qt user interface compiler for Python +.SH SYNOPSIS +.B pyuic +[options] <uifile> +.SH DESCRIPTION +This page documents the +.B Python User Interface Compiler +for the Qt GUI application framework. The +.B pyuic +reads a user interface definition file (.ui) in XML as generated by Qt +Designer and creates corresponding Python module. +.PP +.PP +Generate implementation: +.br +.I "\fB pyuic [options] \fI<uifile>" +.br +.PP +Generate image collection: +.br +.I "\fB pyuic [options] -embed \fI<project> <image1> <image2> <image3>\fP ..." +.br + \fI<project>\fP: project name + \fI<image[1..n]>\fP: image files +.br +.PP +Generate subclass implementation: +.br +.I "\fB pyuic [options] -subimpl <classname> \fI<uifile>" +.br + \fI<classname>\fP: name of the subclass to generate +.PP + +.SH GENERAL OPTIONS +.TP +.I "-o file" +Write output to +.I file +rather than to stdout. +.TP +.I "-p indent" +Set the Python +.I indent +in spaces (0 to use a tab) +.TP +.I "-tr func" +Use +.I func(...) +rather than tr(...) for i18n. +.TP +.I -x +Generate extra code to test the class +.TP +.I -test +Generate extra code to test but not display the class +.TP +.I -version +Display version of pyuic +.TP +.I -help +Display this information + +.SH "SEE ALSO" +.BR uic (1) + +.BR http://www.trolltech.com/ + +.BR http://www.riverbankcomputing.co.uk/ +.SH AUTHOR +This manual page was written by Ricardo J. Cárdenes Medina +for the Debian GNU/Linux System (but may be used by others), based +on Trolltech's <info@trolltech.com> manual page for uic diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/patches/debian_configure_changes.diff b/ubuntu/maverick/dependencies/python-tqt/debian/patches/debian_configure_changes.diff new file mode 100644 index 000000000..131e9dbdc --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/patches/debian_configure_changes.diff @@ -0,0 +1,95 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_configure.dpatch by Torsten Marek <shlomme@debian.org> +## +## DP: Add object directory build support to configure.py + +@DPATCH@ +Index: python-qt3-3.18.1/configure.py +=================================================================== +--- python-qt3-3.18.1.orig/configure.py 2010-01-27 22:24:38.555856708 +0100 ++++ python-qt3-3.18.1/configure.py 2010-01-27 22:41:45.876854625 +0100 +@@ -30,6 +30,7 @@ + + import sipconfig + ++src_dir = os.path.dirname(os.path.abspath(__file__)) + + # Initialise the globals. + pyqt_version = 0x031201 +@@ -299,7 +300,7 @@ + + makefile = sipconfig.ProgramMakefile( + configuration=sipcfg, +- build_file=buildfile, ++ build_file=os.path.join(src_dir, "pyuic3", buildfile), + dir="pyuic3", + install_dir=opt_pyqtbindir, + console=1, +@@ -315,7 +316,8 @@ + + if qt_version < 0x030100: + makefile.extra_include_dirs.append(qt_dir + "/src/3rdparty/zlib") +- ++ makefile.extra_include_dirs.append(os.path.join(src_dir, "pyuic3")) ++ + makefile.generate() + tool_dirs.append("pyuic3") + +@@ -330,7 +332,7 @@ + + makefile = sipconfig.ProgramMakefile( + configuration=sipcfg, +- build_file=buildfile, ++ build_file=os.path.join(src_dir, "pylupdate3", buildfile), + dir="pylupdate3", + install_dir=opt_pyqtbindir, + console=1, +@@ -343,6 +345,8 @@ + if prof or "qtxml" not in pyqt_modules: + makefile.extra_defines.append("QT_MODULE_XML") + ++ makefile.extra_include_dirs.append(os.path.join(src_dir, "pylupdate3")) ++ + makefile.generate() + tool_dirs.append("pylupdate3") + elif qt_version >= 0x020000: +@@ -606,7 +610,7 @@ + opengl is set if the application uses OpenGL. + """ + # Check the module's main .sip file exists. +- if os.access(os.path.join("sip", mname, mname + "mod.sip"), os.F_OK): ++ if os.access(os.path.join(src_dir, "sip", mname, mname + "mod.sip"), os.F_OK): + sipconfig.inform("Checking to see if the %s module should be built..." % mname) + + if check_class(incfile, ctor, define, include_dir, lib_dir, lib, opengl): +@@ -908,10 +912,10 @@ + argv.append(buildfile) + + argv.append("-I") +- argv.append("sip") ++ argv.append(os.path.join(src_dir, "sip")) + + # SIP assumes POSIX style path separators. +- argv.append(string.join(["sip", mname, mname + "mod.sip"], "/")) ++ argv.append(string.join([src_dir, "sip", mname, mname + "mod.sip"], "/")) + + os.system(string.join(argv)) + +@@ -926,7 +930,7 @@ + sipfiles = [] + + for s in glob.glob("sip/" + mname + "/*.sip"): +- sipfiles.append(os.path.join("..", "sip", mname, os.path.basename(s))) ++ sipfiles.append(os.path.join(src_dir, "sip", mname, os.path.basename(s))) + + installs.append([sipfiles, os.path.join(pyqt.sip_dir(), mname)]) + +@@ -1433,7 +1437,7 @@ + ).generate() + + # Install the configuration module. +- create_config("pyqtconfig.py", "pyqtconfig.py.in", macros) ++ create_config("pyqtconfig.py", os.path.join(src_dir, "pyqtconfig.py.in"), macros) + + + ############################################################################### diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/patches/series b/ubuntu/maverick/dependencies/python-tqt/debian/patches/series new file mode 100644 index 000000000..15bc57c10 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/patches/series @@ -0,0 +1 @@ +debian_configure_changes.diff diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.dirs b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.dirs new file mode 100644 index 000000000..ae635cbcd --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.dirs @@ -0,0 +1 @@ +usr/share/sip/tqt diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.install b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.install new file mode 100644 index 000000000..7b6aca191 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.install @@ -0,0 +1,2 @@ +sip/* usr/share/sip/tqt + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.lintian-overrides b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.lintian-overrides new file mode 100644 index 000000000..3d0ed6137 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.lintian-overrides @@ -0,0 +1,15 @@ +# lintian test overriden as the files tripping this error are put into the source +# of the generated package. This is a false-positive + +python-qt-dev binary: extra-license-file usr/share/sip/qt/qt/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtaxcontainer/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtcanvas/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtext/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtgl/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtnetwork/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtpe/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtsql/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qttable/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtui/copying.sip +python-qt-dev binary: extra-license-file usr/share/sip/qt/qtxml/copying.sip + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.preinst b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.preinst new file mode 100644 index 000000000..b17b35a44 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-dev.preinst @@ -0,0 +1,35 @@ +#!/bin/sh +# TODO: remove this file after releasing Squeeze +set -e +if [ "$1" = upgrade ] +then + if dpkg --compare-versions "$2" lt 3.17.6-2; then + if which python >/dev/null 2>&1 && which pycentral >/dev/null 2>&1; then + pycentral pkgremove python-qt-dev + else + flist=$(tempfile) + find /usr/share/pycentral/python-qt-dev -depth -mindepth 2 \ + \( -name '*.py' -printf 'p %P\n' -o -printf '%y %P\n' \) \ + > $flist 2>/dev/null || true + if [ -s $flist ]; then + for d in /usr/lib/python[0-9].[0-9]; do + case "$d" in */python2.1|*/python2.2) continue; esac + while read t n; do + case "$t" in + p) rm -f $d/$n $d/${n}[co];; + d) rmdir $d/$n 2>/dev/null || true;; + *) rm -f $d/$n + esac + done < $flist + done + fi + rm -f $flist + dpkg -L python-qt-dev \ + | awk '/\/usr\/share\/pycentral/ {next} /\.py$/ {print $0"c\n" $0"o"}' \ + | xargs rm -f >&2 + fi + fi +fi + +#DEBHELPER# + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.dirs b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.dirs new file mode 100644 index 000000000..dcd0e5b12 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.dirs @@ -0,0 +1,2 @@ +usr/share/doc/python-qt3-doc/html +usr/share/doc/python-qt3-doc/examples diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.examples b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.examples new file mode 100644 index 000000000..3162f69a8 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.examples @@ -0,0 +1,2 @@ +examples3/* + diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.install b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.install new file mode 100644 index 000000000..840625c0a --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-doc.install @@ -0,0 +1 @@ +doc/PyQt.html usr/share/doc/python-qt3-doc/html diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-gl.install b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-gl.install new file mode 100644 index 000000000..65781e2d6 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt-gl.install @@ -0,0 +1 @@ +usr/lib/python*/*-packages/qtgl.so diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt.install b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt.install new file mode 100644 index 000000000..b22fce2ea --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqt.install @@ -0,0 +1,7 @@ +usr/lib/python*/*-packages/qtcanvas.so +usr/lib/python*/*-packages/qtnetwork.so +usr/lib/python*/*-packages/qtsql.so +usr/lib/python*/*-packages/qttable.so +usr/lib/python*/*-packages/qtui.so +usr/lib/python*/*-packages/qtxml.so +usr/lib/python*/*-packages/qt.so diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/python-tqtext.install b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqtext.install new file mode 100644 index 000000000..5c80c3369 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/python-tqtext.install @@ -0,0 +1 @@ +usr/lib/python*/*-packages/qtext.so diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.install b/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.install new file mode 100644 index 000000000..1df36c612 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.install @@ -0,0 +1 @@ +usr/bin/* diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.manpages b/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.manpages new file mode 100644 index 000000000..7d27d0034 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/pytqt-tools.manpages @@ -0,0 +1,2 @@ +debian/manpages/pylupdate.1 +debian/manpages/pyuic.1 diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/rules b/ubuntu/maverick/dependencies/python-tqt/debian/rules new file mode 100755 index 000000000..ebb91c6e4 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules @@ -0,0 +1,172 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DH_OPTIONS + +-include /usr/share/python/python.mk +ifeq (,$(py_sitename)) +py_sitename = site-packages +py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages +py_sitename_sh = $(py_sitename) +py_libdir_sh = $(py_libdir) +endif + + +DOC=$(CURDIR)/debian/python-tqt-doc/usr/share/doc/python-tqt-doc +INSTDIR=$(CURDIR)/debian + +export QTDIR=/usr/share/tqt3 +export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CXXFLAGS += -O0 +else + CXXFLAGS += -O1 +endif +CXXFLAGS += "-I/usr/include/tqt" + +PYTHONS := $(shell pyversions -vr debian/control) + + +GCCVER := $(shell gcc --version | sed -n '/^gcc (GCC)/s/.*(GCC) \(...\).*/\1/p') +ifneq (,$(filter $(GCCVER),4.2 4.3)) + SPLIT=40 +else + SPLIT=10 +endif + +.PRECIOUS: build-%/configure-stamp dbg-build-%/configure-stamp + +configure: $(PYTHONS:%=build-%/configure-stamp) $(PYTHONS:%=dbg-build-%/configure-stamp) +build-%/configure-stamp: + dh_testdir + mkdir -p build-$* + cd build-$* && echo yes \ + | python$* ../configure.py \ + -c -n /usr/include/tqscintilla \ + -o /usr/lib -u -j $(SPLIT) \ + -d /usr/lib/python$*/$(call py_sitename,$*) \ + -l /usr/include/python$* \ + -v /usr/share/sip/tqt \ + -m /usr/lib/python$*/config \ + CXXFLAGS_RELEASE="" CXXFLAGS="${CXXFLAGS}" STRIP="" + touch $@ + +dbg-build-%/configure-stamp: + dh_testdir + mkdir -p dbg-build-$* + cd dbg-build-$* && echo yes \ + | python$*-dbg ../configure.py \ + -c -n /usr/include/tqscintilla \ + -o /usr/lib -u -j $(SPLIT) \ + -d /usr/lib/python$*/$(call py_sitename,$*) \ + -l /usr/include/python$*_d \ + -v /usr/share/sip/tqt \ + -m /usr/lib/python$*/config_d \ + CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP="" + touch $@ + +build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) + +build-%/build-stamp: build-%/configure-stamp + dh_testdir + $(MAKE) -C build-$* + touch $@ + +dbg-build-%/build-stamp: dbg-build-%/configure-stamp + dh_testdir + $(MAKE) -C dbg-build-$* + touch $@ + +install-indep: configure + dh_testdir + dh_testroot + dh_clean -k -i + dh_installdirs -i + for version in ${PYTHONS}; do\ + pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \ + mkdir -p debian/python-tqt-dev/$$pylib;\ + install -m 644 -o root -g root build-$$version/pyqtconfig.py debian/python-tqt-dev/$$pylib;\ + done + dh_install -i + +install-arch: build + dh_testdir + dh_testroot + dh_clean -k -a + dh_installdirs -a + for version in ${PYTHONS}; do \ + $(MAKE) -C build-$$version install DESTDIR=$(CURDIR)/debian/tmp;\ + done + for version in ${PYTHONS}; do \ + pylib=$$(python$$version -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \ + $(MAKE) -C dbg-build-$$version install DESTDIR=$(CURDIR)/debian/python-tqt-dbg;\ + mkdir -p debian/python-tqt-gl-dbg/$$pylib;\ + mv debian/python-tqt-dbg/$$pylib/qtgl.so \ + debian/python-tqt-gl-dbg/$$pylib/;\ + mkdir -p debian/python-tqtext-dbg/$$pylib;\ + mv debian/python-tqt-dbg/$$pylib/qtext.so \ + debian/python-tqtext-dbg/$$pylib/;\ + done + + dh_install -a --sourcedir=$(CURDIR)/debian/tmp + + for i in $$(find debian/python-*-dbg -name '*.so'); do \ + b=$$(basename $$i .so); \ + mv $$i $$(dirname $$i)/$${b}_d.so; \ + done + find debian/python-*-dbg ! -type d \ + ! \( -name '*.so' -o -name '*config_d.py' \) | xargs rm -f + find debian/python-*-dbg -depth -type d -empty -exec rmdir {} \; + +clean: + dh_testdir + dh_testroot + rm -rf $(PYTHONS:%=build-%) $(PYTHONS:%=dbg-build-%) + rm -f *-stamp + dh_clean + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installman + dh_installchangelogs ChangeLog + dh_installdocs -A NEWS THANKS + dh_installexamples + dh_link +ifeq (,$(findstring -i, $(DH_OPTIONS))) + DH_OPTIONS= dh_strip -ppytqt-tools + set -e; \ + for p in python-tqt python-tqt-gl python-tqtext; do \ + DH_OPTIONS= dh_strip -p$$p --dbg-package=$$p-dbg; \ + rm -rf debian/$$p-dbg/usr/share/doc/$$p-dbg; \ + ln -s $$p debian/$$p-dbg/usr/share/doc/$$p-dbg; \ + done +endif +# dh_strip + dh_compress -X.py -X.bmp -X.ui -X.sql + dh_fixperms + dh_pysupport + dh_sip + dh_lintian + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture independant packages using the common target. +binary-indep: install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary configure diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/source/format b/ubuntu/maverick/dependencies/python-tqt/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/source/options b/ubuntu/maverick/dependencies/python-tqt/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/watch b/ubuntu/maverick/dependencies/python-tqt/debian/watch new file mode 100644 index 000000000..506321d38 --- /dev/null +++ b/ubuntu/maverick/dependencies/python-tqt/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.riverbankcomputing.com/software/pyqt/download3 \ + /static/Downloads/PyQt3/PyQt-x11-gpl-([.\d]*)\.tar\.gz diff --git a/ubuntu/maverick/dependencies/qt3/debian/KUBUNTU-DEBIAN-CHANGES b/ubuntu/maverick/dependencies/qt3/debian/KUBUNTU-DEBIAN-CHANGES deleted file mode 100644 index f02b47f99..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/KUBUNTU-DEBIAN-CHANGES +++ /dev/null @@ -1,4 +0,0 @@ -No firebird/ibase build (remove build-dep, control entry, ibase ./configure option), firebird is not in Ubuntu main -install qtrc (change rules, qtrc file) and qt_plugins_3.3rc -add /etc/ to libqt3-mt - diff --git a/ubuntu/maverick/dependencies/qt3/debian/changelog b/ubuntu/maverick/dependencies/qt3/debian/changelog index 24e9a2fab..018cd497a 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/changelog +++ b/ubuntu/maverick/dependencies/qt3/debian/changelog @@ -499,7 +499,7 @@ qt-x11-free (3:3.3.7-1ubuntu3) feisty; urgency=low qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low * Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list - of patches, it caused pyqt and pykde to hide init methods which + of patches, it caused pyqt and pytde to hide init methods which are needed to load modules and it broke skim. -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Dec 2006 13:48:56 +0000 diff --git a/ubuntu/maverick/dependencies/qt3/debian/control b/ubuntu/maverick/dependencies/qt3/debian/control index db74d8edf..131e56e52 100644 --- a/ubuntu/maverick/dependencies/qt3/debian/control +++ b/ubuntu/maverick/dependencies/qt3/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libiodbc2-dev (>= 3.51.2-4), libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, - libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, + firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] Section: libs Priority: optional Standards-Version: 3.7.3 @@ -21,8 +22,8 @@ Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/qt-x11-free Package: libqt3-mt Architecture: any Section: libs -Replaces: libqt3-mt (<< 4:3.5.13) -Breaks: libqt3-mt (<< 4:3.5.13) +Replaces: libqt3-mt (<< 4:14.0.0) +Breaks: libqt3-mt (<< 4:14.0.0) Depends: ${shlibs:Depends}, fontconfig Recommends: libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libxmu6 (>= 4.3.0.dfsg.1-4) Conflicts: libqt3c102-mt, libqui1-emb, libqt3c-mt @@ -35,8 +36,8 @@ Description: Qt GUI Library (Threaded runtime version), Version 3 Package: libqt3-mt-mysql Architecture: any Section: libs -Replaces: libqt3-mt-mysql (<< 4:3.5.13) -Breaks: libqt3-mt-mysql (<< 4:3.5.13) +Replaces: libqt3-mt-mysql (<< 4:14.0.0) +Breaks: libqt3-mt-mysql (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libqt3c102-mt-mysql, libqt3c-mt-mysql Description: MySQL database driver for Qt3 (Threaded) @@ -46,8 +47,8 @@ Description: MySQL database driver for Qt3 (Threaded) Package: libqt3-mt-odbc Architecture: any Section: libs -Replaces: libqt3-mt-odbc (<< 4:3.5.13) -Breaks: libqt3-mt-odbc (<< 4:3.5.13) +Replaces: libqt3-mt-odbc (<< 4:14.0.0) +Breaks: libqt3-mt-odbc (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libqt3c102-mt-odbc, libqt3c-mt-odbc Description: ODBC database driver for Qt3 (Threaded) @@ -57,8 +58,8 @@ Description: ODBC database driver for Qt3 (Threaded) Package: libqt3-mt-psql Architecture: any Section: libs -Replaces: libqt3-mt-psql (<< 4:3.5.13) -Breaks: libqt3-mt-psql (<< 4:3.5.13) +Replaces: libqt3-mt-psql (<< 4:14.0.0) +Breaks: libqt3-mt-psql (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libqt3c102-mt-psql, libqt3c-mt-psql Description: PostgreSQL database driver for Qt3 (Threaded) @@ -66,23 +67,22 @@ Description: PostgreSQL database driver for Qt3 (Threaded) Install it if you intend to use or write Qt programs that are to access a PostgreSQL DB. -#Not in Kubuntu -#Package: libqt3-mt-ibase -#Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc -#Section: libs -#Depends: ${shlibs:Depends} -#Conflicts: libqt3c102-mt-ibase -#Replaces: libqt3c102-mt-ibase -#Description: InterBase/FireBird database driver for Qt3 (Threaded) -# This package contains the threaded InterBase/FireBird plugin -# for Qt3. Install it if you intend to use or write Qt programs -# that are to access an InterBase/FireBird DB. +Package: libqt3-mt-ibase +Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-ibase +Replaces: libqt3c102-mt-ibase +Description: InterBase/FireBird database driver for Qt3 (Threaded) + This package contains the threaded InterBase/FireBird plugin + for Qt3. Install it if you intend to use or write Qt programs + that are to access an InterBase/FireBird DB. Package: libqt3-mt-sqlite Architecture: any Section: libs -Replaces: libqt3-mt-sqlite (<< 4:3.5.13) -Breaks: libqt3-mt-sqlite (<< 4:3.5.13) +Replaces: libqt3-mt-sqlite (<< 4:14.0.0) +Breaks: libqt3-mt-sqlite (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libqt3c102-mt-sqlite Description: SQLite database driver for Qt3 (Threaded) @@ -93,8 +93,8 @@ Description: SQLite database driver for Qt3 (Threaded) Package: libqt3-mt-dev Architecture: any Section: libdevel -Replaces: libqt3-mt-dev (<< 4:3.5.13) -Breaks: libqt3-mt-dev (<< 4:3.5.13) +Replaces: libqt3-mt-dev (<< 4:14.0.0) +Breaks: libqt3-mt-dev (<< 4:14.0.0) Depends: libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), @@ -124,8 +124,8 @@ Description: Qt development files (Threaded) Package: libqt3-headers Architecture: any Section: devel -Replaces: libqt3-headers (<< 4:3.5.13) -Breaks: libqt3-headers (<< 4:3.5.13) +Replaces: libqt3-headers (<< 4:14.0.0) +Breaks: libqt3-headers (<< 4:14.0.0) Recommends: libqt3-mt-dev Description: Qt3 header files This package contains all header files for libqt and libqt-mt which come @@ -135,8 +135,8 @@ Description: Qt3 header files Package: libqt3-compat-headers Architecture: any Section: devel -Replaces: libqt3-compat-headers (<< 4:3.5.13) -Breaks: libqt3-compat-headers (<< 4:3.5.13) +Replaces: libqt3-compat-headers (<< 4:14.0.0) +Breaks: libqt3-compat-headers (<< 4:14.0.0) Depends: libqt3-headers (= ${binary:Version}) Recommends: libqt3-mt-dev Description: Qt 1.x and 2.x compatibility includes @@ -151,8 +151,8 @@ Description: Qt 1.x and 2.x compatibility includes Package: qt3-dev-tools Architecture: any Section: devel -Replaces: qt3-dev-tools (<< 4:3.5.13) -Breaks: qt3-dev-tools (<< 4:3.5.13) +Replaces: qt3-dev-tools (<< 4:14.0.0) +Breaks: qt3-dev-tools (<< 4:14.0.0) Depends: ${shlibs:Depends} Recommends: libqt3-mt-dev Conflicts: libqt-dev (<< 3:2.3.2-10), uic (<= 3:2.3.2-9) @@ -164,8 +164,8 @@ Description: Qt3 development tools Package: qt3-designer Architecture: any Section: devel -Replaces: qt3-designer (<< 4:3.5.13) -Breaks: qt3-designer (<< 4:3.5.13) +Replaces: qt3-designer (<< 4:14.0.0) +Breaks: qt3-designer (<< 4:14.0.0) Depends: ${shlibs:Depends} Recommends: qt3-dev-tools Suggests: qt3-assistant, qt3-doc @@ -183,8 +183,8 @@ Description: Qt3 Designer Package: qt3-apps-dev Architecture: any Section: devel -Replaces: qt3-apps-dev (<< 4:3.5.13) -Breaks: qt3-apps-dev (<< 4:3.5.13) +Replaces: qt3-apps-dev (<< 4:14.0.0) +Breaks: qt3-apps-dev (<< 4:14.0.0) Depends: libqt3-mt-dev Description: Qt3 Developer applications development files This package is intended for developers who want to develop applications @@ -198,8 +198,8 @@ Description: Qt3 Developer applications development files Package: qt3-linguist Architecture: any Section: devel -Replaces: qt3-linguist (<< 4:3.5.13) -Breaks: qt3-linguist (<< 4:3.5.13) +Replaces: qt3-linguist (<< 4:14.0.0) +Breaks: qt3-linguist (<< 4:14.0.0) Suggests: qt3-assistant Depends: ${shlibs:Depends} Description: The Qt3 Linguist @@ -211,8 +211,8 @@ Description: The Qt3 Linguist Package: qt3-assistant Architecture: any Section: x11 -Replaces: qt3-assistant (<< 4:3.5.13) -Breaks: qt3-assistant (<< 4:3.5.13) +Replaces: qt3-assistant (<< 4:14.0.0) +Breaks: qt3-assistant (<< 4:14.0.0) Depends: ${shlibs:Depends}, qt3-doc Description: The Qt3 assistant application This package contains the Qt3 Assistant, an easy to use frontend for @@ -229,8 +229,8 @@ Description: The Qt3 assistant application Package: qt3-qtconfig Architecture: any Section: x11 -Replaces: qt3-qtconfig (<< 4:3.5.13) -Breaks: qt3-qtconfig (<< 4:3.5.13) +Replaces: qt3-qtconfig (<< 4:14.0.0) +Breaks: qt3-qtconfig (<< 4:14.0.0) Depends: ${shlibs:Depends} Description: The Qt3 Configuration Application The Qt Configuration program allows endusers to configure the look @@ -244,8 +244,8 @@ Description: The Qt3 Configuration Application Package: qt3-dev-tools-embedded Architecture: any Section: devel -Replaces: qt3-dev-tools-embedded (<< 4:3.5.13) -Breaks: qt3-dev-tools-embedded (<< 4:3.5.13) +Replaces: qt3-dev-tools-embedded (<< 4:14.0.0) +Breaks: qt3-dev-tools-embedded (<< 4:14.0.0) Recommends: libqt3-mt-dev Depends: ${shlibs:Depends} Description: Tools to develop embedded Qt applications @@ -258,8 +258,8 @@ Description: Tools to develop embedded Qt applications Package: qt3-dev-tools-compat Architecture: any Section: devel -Replaces: qt3-dev-tools-compat (<< 4:3.5.13) -Breaks: qt3-dev-tools-compat (<< 4:3.5.13) +Replaces: qt3-dev-tools-compat (<< 4:14.0.0) +Breaks: qt3-dev-tools-compat (<< 4:14.0.0) Recommends: libqt3-mt-dev Depends: ${shlibs:Depends} Description: Conversion utilities for Qt3 development @@ -274,8 +274,8 @@ Description: Conversion utilities for Qt3 development Package: libqt3-i18n Architecture: all Section: libs -Replaces: libqt3-i18n (<< 4:3.5.13) -Breaks: libqt3-i18n (<< 4:3.5.13) +Replaces: libqt3-i18n (<< 4:14.0.0) +Breaks: libqt3-i18n (<< 4:14.0.0) Recommends: libqt3-mt Description: i18n files for Qt3 library This package contains the internationalization files for the Qt library. @@ -285,8 +285,8 @@ Description: i18n files for Qt3 library Package: qt3-doc Architecture: all Section: doc -Replaces: qt3-doc (<< 4:3.5.13) -Breaks: qt3-doc (<< 4:3.5.13) +Replaces: qt3-doc (<< 4:14.0.0) +Breaks: qt3-doc (<< 4:14.0.0) Priority: extra Suggests: libqt3-headers, qt3-assistant | www-browser Description: Qt3 API documentation @@ -298,8 +298,8 @@ Description: Qt3 API documentation Package: qt3-examples Architecture: all Section: doc -Replaces: qt3-examples (<< 4:3.5.13) -Breaks: qt3-examples (<< 4:3.5.13) +Replaces: qt3-examples (<< 4:14.0.0) +Breaks: qt3-examples (<< 4:14.0.0) Priority: extra Depends: libqt3-mt-dev (>= ${binary:Version}) Suggests: qt3-apps-dev @@ -311,8 +311,8 @@ Description: Examples for Qt3 Package: qt-x11-free-dbg Section: libdevel Architecture: any -Replaces: qt-x11-free-dbg (<< 4:3.5.13) -Breaks: qt-x11-free-dbg (<< 4:3.5.13) +Replaces: qt-x11-free-dbg (<< 4:14.0.0) +Breaks: qt-x11-free-dbg (<< 4:14.0.0) Priority: extra Depends: libqt3-mt (= ${binary:Version}), gdb Conflicts: libqt3-mt-dbg diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/createcw.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/createcw.1 deleted file mode 100644 index 0959a2df1..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/createcw.1 +++ /dev/null @@ -1,57 +0,0 @@ -.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -createcw \- custom widget description creater for Qt Designer -.SH "SYNTAX" -.LP -createcw <\fIfilename.cw\fP> -.SH "DESCRIPTION" -.LP -This small application makes it much easier to create -custom widget descriptions for the Qt Designer. Using -them you can use custom widgets in the Qt Designer -including their signals, slots and properties. - -To do that normally you would have to enter all that -information in the custom widget dialog in the Qt -Designer for each widget. But this small tool can create -for you these description files for your custom widgets -which you then can simply import into the Qt Designer. So -you can use your custom widgets without any additional -work in your forms in the Qt Designer then. - -To do that you have to modify the sourcecode (main.cpp) a -bit and recompile it afterwards. - -STEP1: Include header files of the widgets for which a -description should be created here. If you have a widget -which is defined in the file mycustomwidget.h in -/home/joedeveloper/src, write here - -#include "/home/joedeveloper/src/mycustomwidget.h" - -STEP2: Instantiate all widgets for which a description -should be created here and add them to the list wl. If -your custom widget is e.g. called MyCustomWidget you -would write here - - Widget w; - w.w = new MyCustomWidget( 0, 0 ); - w.include = "mycustomwidget.h"; - w.location = "global"; - wl.append( w ); - -After that compile the program, link it with your custom -widget (library or object file) and run it like this: - - (unix): ./createcw mywidgets.cw - (win32): createcw mywidgets.cw - -After that you can import this description file into the -Qt Designer using the Custom\-Widget Dialog (See -Tools\->Custom\->Edit Custom Widgets... in the Qt Designer) -and use these custom widget there in your forms. - -.SH "AUTHORS" -.LP -Troll Tech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/designer.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/designer.1 deleted file mode 100644 index 4151e94a7..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/designer.1 +++ /dev/null @@ -1,54 +0,0 @@ -.TH "qt-designer" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qt\-designer \- Visual user interface designer for Qt. -.SH "DESCRIPTION" -.LP -Qt Designer simplifies the process of designing and -creating graphical user interfaces (GUI) using the -award\-winning Qt toolkit. Qt Designer is easy to learn. -There are tutorials, walkthrough examples and the -reference documentation accelerating you through the -learning phase. After that, Qt Designer greatly reduces -the time and effort needed to develop even the most -complex dialogs with an easy\-to\-use GUI and an integrated -help system. - - Qt Designer provides a rich set of features aimed at -making the creation of dialogs as easy and smooth as -possible without reducing the power of Qt. It offers all -the strength of the Qt layout system with a well\-designed -user interface. This, combined with the Qt Designer's -undo/redo system makes it simple to try different -arrangements of the widgets until the result satisfies -you. - - Using Qt Designer's convenient property editor along -with the dynamic Qt property system it is easy to set the -initial state of your widgets. Special editors for some -widgets (like listboxes, comboboxes, etc.) allow you to -fill these widgets with content without writing any code. -Using the object hierarchy view, the parent\-child -relationship between the widgets of a dialog can be -understood at a glance. - - Integrating dialogs into a Qt project is straightforward -thanks to the User Interface Compiler (UIC), which -generates C++ code from the XML dialog description on the -fly. The programmer can easily extend the functionality -of the generated classes by subclassing without touching -generated code at all or running the risk of loosing -their changes. -.SH "FILES" -.LP -\fI/usr/share/qt/tools/designer/*\fP -.SH "ENVIRONMENT VARIABLES" -.LP -.TP -\fBQTDIR\fP -Specifies the Qt base directory. On Debian systems this -should be set to /usr/share/qt. The /usr/bin/designer -wrapper script takes care of this. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/findtr.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/findtr.1 deleted file mode 100644 index f1d3a87d5..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/findtr.1 +++ /dev/null @@ -1,25 +0,0 @@ -.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -findtr \- Extracts information about text to be translated -.SH "SYNTAX" -.LP -findtr *.cpp *.h >myapp.po -.SH "DESCRIPTION" -.LP - -Extracts information about text to be translated. It -recognizes the tr() constructs described above and -produces a file in ".po" format, a simple text format -that your translation team will copy and edit. For -example, the base .po file might be myapp.po and -translated versions of the file would then be -myapp_de.po, myapp_fr.po, and myapp_ja.po for -translations in German, French and Japanese respectively. - - findtr *.cpp *.h >myapp.po - copy myapp.po myapp_de.po - edit myapp_de.po -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/linguist.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/linguist.1 deleted file mode 100644 index a0f99133b..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/linguist.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH LINGUIST 1 "28 August 2004" -.SH "NAME" -linguist \- Translation tool for Qt. - -.SH "SYNPOSIS" -.B linguist -[ -.I TRANSLATION -] - -.SH "DESCRIPTION" -.B Qt Linguist -is a tool for adding translations to Qt applications. It -introduces the concept of a translation "context" which -means a group of phrases that appear together on the -screen e.g. in the same menu or dialog. - -The only parameter accepted on the command line is -.I TRANSLATION -wich is the name of the translation file you wish to open. - -.SH FILES -.I ~/.qt/qt_designerrc -.RS -Per user configuration file. - -.SH SEE ALSO -.B Qt Linguist -is too complex to be described completely in the "man" page -format. If your system is properly configured, you can access -the full documentation within -.B Qt Linguist -under the Help menu. - -.SH AUTHOR -This manual page was written by Jeremy Laine <jeremy.laine@m4x.org>, -for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/makeqpf.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/makeqpf.1 deleted file mode 100644 index 37ddcfd4f..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/makeqpf.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -makeqpf \- Create qpf files from TTF and BDF files. -.SH "DESCRIPTION" -.LP -Qt Prerendered Font (QPF) is a light\-weight non\-scalable -font format specific to Qt/Embedded. makeqpf is a tool -that assists producing QPF files from TTF and BDF files. - - -.SH "SYNTAX" -qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> -.br - -general\-files - These files can be any type of file. -\-\-images image\-files - These files must be in image formats supported by Qt. - -.SH "FILES" -.LP -\fI$(QTDIR)/etc/fonts/fontdir\fP -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/mergetr.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/mergetr.1 deleted file mode 100644 index 9ed2a9f25..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/mergetr.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -mergetr \- Merge changes in translations -.SH "SYNTAX" -.LP -mergetr myapp_de.po myapp.po - -.SH "DESCRIPTION" -.LP -When the texts in your program change as it is developed, -a the base .po file can be regenerated using findtr, -then mergetr can be used to merge the changes into the -other .po files: - - mergetr myapp_de.po myapp.po - mergetr myapp_fr.po myapp.po - mergetr myapp_ja.po myapp.po - - -The translation team then edits the new .po files to -translate the new or changed texts. When texts change, -the old text is included in the .po file as a comment to -guide the new translation (no "fuzzy" matching is done). -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/msg2qm.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/msg2qm.1 deleted file mode 100644 index 7d22bbb96..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/msg2qm.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -msg2qm \- Converts translated .po files to a Qt\-specific binary format. -.SH "SYNTAX" -.LP -msg2qm myapp_de.po myapp_de.qm -.SH "DESCRIPTION" -.LP - -Converts translated .po files to a Qt\-specific binary -format (".qm" Qt message files). The Qt message files -are platform and locale independent, containing -translations in Unicode and various hash tables to -provide fast look\-up. - - msg2qm myapp_de.po myapp_de.qm - msg2qm myapp_fr.po myapp_fr.qm - msg2qm myapp_ja.po myapp_ja.qm - - -In your application, use QTranslator::load() to load -translation files appropriate for the user's language. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qembed.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qembed.1 deleted file mode 100644 index a9b262f10..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qembed.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "qembed" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qembed \- Converts arbitrary files into C++ code. -.SH "DESCRIPTION" -.LP -The QEmbed tool, found in qt/tools/qembed, converts -arbitrary files into C++ code. This is useful for -including image files and other resources directly into -your application rather than loading the data from -external files. - -QEmbed can also generate uncompressed versions of images -that can be included directly into your application, -thus avoiding both the external file and the need to -parse the image file format. This is useful for small -images such as icons for which compression is not a -great gain. - - -.SH "SYNTAX" -qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> -.br - -general\-files - These files can be any type of file. -\-\-images image\-files - These files must be in image formats supported by Qt. - -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qt20fix.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qt20fix.1 deleted file mode 100644 index 352921be8..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qt20fix.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 -.SH "SYNTAX" -.LP -qt20fix myapp.cpp - -.SH "DESCRIPTION" -.LP -Qt 2.x is namespace\-clean, unlike 1.x. Qt now uses very -few global identifiers. Identifiers like red, blue, -LeftButton, AlignRight, Key_Up, Key_Down, NoBrush etc. -are now part of a special class Qt (defined in -qnamespace.h), which is inherited by most Qt classes. -Member functions of classes that inherit from QWidget, -etc. are totally unaffected, but code that is not in -functions of classes inherited from Qt, you must qualify -these identifiers like this: Qt::red, Qt::LeftButton, -Qt::AlignRight, etc. - -The qt/bin/qt20fix script helps to fix the code that -needs adaption, though most code does not need changing. - -Compiling with \-DQT1COMPATIBILITY will help you get going -with Qt 2.x \- it allows all the old "dirty namespace" -identifiers from Qt 1.x to continue working. Without it, -you'll get compile errors that can easily be fixed by -searching this page for the clean identifiers. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qtconfig.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qtconfig.1 deleted file mode 100644 index 7e03bf49b..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qtconfig.1 +++ /dev/null @@ -1,17 +0,0 @@ -.TH "qtconfig" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qtconfig \- Configuration tool for Qt -.SH "DESCRIPTION" -.LP -QConfig allows for GUI based configuration of Qt and - other Qt based sources. - -.SH "ENVIRONMENT VARIABLES" -.LP -.TP -\fBQTDIR\fP -Specifies the base Qt dir -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qvfb.1 b/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qvfb.1 deleted file mode 100644 index 0ae800d32..000000000 --- a/ubuntu/maverick/dependencies/qt3/debian/maintain/man/qvfb.1 +++ /dev/null @@ -1,66 +0,0 @@ -.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qvfb \- Virtual framebuffer for Qt -.SH "DESCRIPTION" -.LP -The virtual framebuffer allows Qt/Embedded programs to be -developed on your desktop machine, without switching -between consoles and X11. - -Start a Qt/Embedded master application (i.e., construct -QApplication with QApplication::GuiServer flag or use the -\-qws command line parameter). You will need to specify to -the server that you wish to use the virtual framebuffer -driver, e.g.: - - widgets \-qws \-display QVFb:0 - -You may prefer to set the QWS_DISPLAY environment -variable to be QVFb:0. - -qvfb supports the following command line options: - - \-width width: the width of the virtual framebuffer - (default: 240). - \-height height: the height of the virtual framebuffer - (default: 320). - \-depth depth: the depth of the virtual framebuffer (1, 8 - or 32; default: 8). - \-nocursor: do not display the X11 cursor in the - framebuffer window. - \-qwsdisplay :id the Qt/Embedded display id to provide - (default: 0). - - Virtual Framebuffer Design - -The virtual framebuffer emulates a framebuffer using a -shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (qvfb). -The regions of the display that have changed are updated -periodically, so you will see discrete snapshots of the -framebuffer rather than each individual drawing -operation. For this reason drawing problems such as -flickering may not be apparent until the program is run -using a real framebuffer. - -The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause qvfb to check for -updated regions more quickly. The rate is a target only. -If little drawing is being done, the framebuffer will not -show any updates between drawing events. If an -application is displaying an animation the updates will -be frequent, and the application and qvfb will compete -for processor time. - -Mouse and keyboard events are passed to the Qt/Embedded -master process via named pipes. - -The virtual framebuffer is a development tool only. No -security issues have been considered in the virtual -framebuffer design. It should be avoided in a production -environment; QT_NO_QWS_VFB should always be defined in -production libraries. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules index 7874557c8..09b237823 100755 --- a/ubuntu/maverick/dependencies/qt3/debian/rules +++ b/ubuntu/maverick/dependencies/qt3/debian/rules @@ -13,6 +13,7 @@ export PATH=$(QTDIR)/bin:$(OLD_PATH) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifeq ($(DEB_HOST_ARCH_OS),hurd) PLATFORM_ARG = hurd-g++ @@ -85,13 +86,13 @@ CONFIGURE_OPTS = \ -plugin-sql-odbc \ -plugin-sql-psql \ -plugin-sql-mysql \ + -plugin-sql-ibase \ -plugin-sql-sqlite \ \ -I/usr/include/mysql \ -I/usr/include/freetype2 \ -I`pg_config --includedir` \ - \ - -L/usr/lib/$(DEB_HOST_MULTIARCH) \ + -L/usr/lib/$(DEB_HOST_MULTIARCH)\ \ -lfontconfig \ -inputmethod \ @@ -413,25 +414,16 @@ binary-arch: build install mv `pwd`/debian/qt3-assistant/usr/bin/assistant `pwd`/debian/qt3-assistant/usr/bin/assistant-qt3 mv `pwd`/debian/qt3-linguist/usr/bin/linguist `pwd`/debian/qt3-linguist/usr/bin/linguist-qt3 - install -D debian/maintain/man/designer.1 `pwd`/debian/qt3-designer/usr/share/man/man1/designer-qt3.1 install -D doc/man/man1/moc.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/moc-qt3.1 install -D doc/man/man1/uic.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/uic-qt3.1 install -D doc/man/man1/lrelease.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/lrelease-qt3.1 install -D doc/man/man1/lupdate.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/lupdate-qt3.1 - install -D debian/maintain/man/qtconfig.1 `pwd`/debian/qt3-qtconfig/usr/share/man/man1/qtconfig-qt3.1 - install -D debian/maintain/man/linguist.1 `pwd`/debian/qt3-linguist/usr/share/man/man1/linguist-qt3.1 dh_link -pqt3-designer usr/share/qt3/doc/html usr/share/doc/qt3-designer/html dh_link -pqt3-assistant usr/share/qt3/doc/html usr/share/doc/qt3-assistant/html dh_link -pqt3-linguist usr/share/qt3/doc/html usr/share/doc/qt3-linguist/html dh_link -pqt3-dev-tools usr/share/qt3/doc/html usr/share/doc/qt3-dev-tools/html - # install the manpages we have - dh_installman -pqt3-designer debian/maintain/man/createcw.1 - dh_installman -pqt3-dev-tools-compat debian/maintain/man/qt20fix.1 debian/maintain/man/mergetr.1 debian/maintain/man/findtr.1 debian/maintain/man/msg2qm.1 - dh_installman -pqt3-dev-tools-embedded debian/maintain/man/makeqpf.1 debian/maintain/man/qvfb.1 - dh_installman -pqt3-dev-tools debian/maintain/man/qembed.1 - # copy README.Debian for a in libqt3-mt-dev libqt3-mt qt3-doc; do install -D `pwd`/debian/README.Debian `pwd`/debian/"$$a"/usr/share/doc/"$$a"/README.Debian; done diff --git a/ubuntu/maverick/dependencies/qt3/debian/source/format b/ubuntu/maverick/dependencies/qt3/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/qt3/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/qt3/debian/source/options b/ubuntu/maverick/dependencies/qt3/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/qt3/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/changelog b/ubuntu/maverick/dependencies/sip4-tqt/debian/changelog new file mode 100644 index 000000000..6634575fe --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/changelog @@ -0,0 +1,9 @@ +sip4-tqt (4.10.5-0ubuntu1) maverick; urgency=low + + * New upstream release + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 22 Nov 2011 03:03:00 -0600 + +Local variables: +mode: debian-changelog +End: diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/compat b/ubuntu/maverick/dependencies/sip4-tqt/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/control b/ubuntu/maverick/dependencies/sip4-tqt/debian/control new file mode 100644 index 000000000..825f458eb --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/control @@ -0,0 +1,126 @@ +Source: sip4-tqt +Section: devel +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1), libtqtinterface-dev +Standards-Version: 3.8.4 +XS-Python-Version: all + +Package: python-sip +Architecture: any +Section: python +Replaces: python-sip (<< 4:14.0.0) +Breaks: python-sip (<< 4:14.0.0) +Provides: ${python:Provides}, sip-api-7.0, sip-api-7.1 +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Conflicts: python-sip4 (<< 4.10) +Description: Python/C++ bindings generator runtime library + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + +Package: python-sip-dbg +Priority: extra +Architecture: any +Replaces: python-sip-dbg (<< 4:14.0.0) +Breaks: python-sip-dbg (<< 4:14.0.0) +Section: debug +Provides: ${python:Provides} +Depends: python-sip (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} +Conflicts: python-sip4-dbg (<< 4.10) +Description: Python/C++ bindings generator runtime library (debug extension) + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + This package contains the extension built for the Python debug interpreter. + +Package: python-sip-dev +Architecture: any +Section: python +Replaces: python-sip-dev (<< 4:14.0.0) +Breaks: python-sip-dev (<< 4:14.0.0) +Depends: ${python:Depends}, python-sip (= ${binary:Version}), python-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends} +Recommends: python-sip (>= ${source:Version}) +Provides: python-sip4-dev, sip4 +Conflicts: python-sip4-dev (<< 4.10), sip4 (<< 4.10) +Description: Python/C++ bindings generator development files + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + SIP was originally designed to generate Python bindings for KDE and so + has explicit support for the signal slot mechanism used by the Qt/KDE + class libraries. + . + Features: + - connecting Qt signals to Python functions and class methods + - connecting Python signals to Qt slots + - overloading virtual member functions with Python class methods + - protected member functions + - abstract classes + - enumerated types + - global class instances + - static member functions. + . + This package contains the code generator tool and the development headers + needed to develop Python bindings with sip. + +Package: python-sip4 +Architecture: all +Section: python +Replaces: python-sip4 (<< 4:14.0.0) +Breaks: python-sip4 (<< 4:14.0.0) +Depends: python-sip, ${misc:Depends} +Description: Python/C++ bindings generator runtime library (transitional package) + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + This is a transitional package that depends on python-sip. + It can be safely removed. + +Package: sip4 +Architecture: all +Section: python +Replaces: sip4 (<< 4:14.0.0) +Breaks: sip4 (<< 4:14.0.0) +Depends: python-sip-dev, ${misc:Depends} +Description: Python/C++ bindings generator (transitional package) + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + This is a transitional package that depends on python-sip-dev. + It can be safely removed. + +Package: python-sip4-dev +Architecture: all +Section: python +Replaces: python-sip4-dev (<< 4:14.0.0) +Breaks: python-sip4-dev (<< 4:14.0.0) +Depends: python-sip-dev, ${misc:Depends} +Description: Python/C++ bindings generator development files (transitional package) + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + This is a transitional package that depends on python-sip-dev. + It can be safely removed. + +Package: python-sip4-dbg +Architecture: all +Section: debug +Replaces: python-sip4-dbg (<< 4:14.0.0) +Breaks: python-sip4-dbg (<< 4:14.0.0) +Priority: extra +Depends: python-sip-dbg, ${misc:Depends} +Description: Python/C++ bindings generator runtime library (debug, transitional package) + SIP is a tool for generating bindings for C++ classes with some ideas + borrowed from SWIG, but capable of tighter bindings because of its + specificity towards C++ and Python. + . + This is a transitional package that depends on python-sip-dev. + It can be safely removed. diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/copyright b/ubuntu/maverick/dependencies/sip4-tqt/debian/copyright new file mode 100644 index 000000000..b1fc4bd72 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Ricardo Javier Cardenes Medina <rcardenes@debian.org> on +Tue, 10 Sep 2002 23:12:17 +0100 + +It was downloaded from http://www.riverbankcomputing.co.uk + +Upstream Author: Phil Thompson (phil@riverbankcomputing.co.uk) + +SIP4 is offered under GPLv2, GPLv3, and the SIP 4 license. The text +of the SIP license follows: + +RIVERBANK COMPUTING LIMITED LICENSE AGREEMENT FOR SIP 4.9 + +1. This LICENSE AGREEMENT is between Riverbank Computing Limited +("Riverbank"), and the Individual or Organization ("Licensee") accessing +and otherwise using SIP 4.9 software in source or binary form and its +associated documentation. SIP 4.9 comprises a software tool for +generating Python bindings for software C and C++ libraries, and a Python +extension module used at runtime by those generated bindings. + +2. Subject to the terms and conditions of this License Agreement, Riverbank +hereby grants Licensee a nonexclusive, royalty-free, world-wide license +to reproduce, analyze, test, perform and/or display publicly, prepare +derivative works, distribute, and otherwise use SIP 4.9 alone or in +any derivative version, provided, however, that Riverbank's License +Agreement and Riverbank's notice of copyright, e.g., "Copyright (c) 2009 +Riverbank Computing Limited; All Rights Reserved" are retained in +SIP 4.9 alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates SIP 4.9 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to SIP 4.9. + +4. Licensee may not use SIP 4.9 to generate Python bindings for any +C or C++ library for which bindings are already provided by Riverbank. + +5. Riverbank is making SIP 4.9 available to Licensee on an "AS IS" +basis. RIVERBANK MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, RIVERBANK MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF SIP 4.9 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +6. RIVERBANK SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF +SIP 4.9 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS +AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING SIP 4.9, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +7. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +8. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between Riverbank +and Licensee. This License Agreement does not grant permission to use +Riverbank trademarks or trade name in a trademark sense to endorse or +promote products or services of Licensee, or any third party. + +9. By copying, installing or otherwise using SIP 4.9, Licensee +agrees to be bound by the terms and conditions of this License Agreement. + +**** + +SIP is also licensed under the GPLv2 and GPLv3: + +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 version 2 or 3 of the License. + +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, see <http://www.gnu.org/licenses/>. */ + +On Debian systems, the complete text of the GNU General Public License 2 +can be found in `/usr/share/common-licenses/GPL-2'. The complete text of the +GNU General Public License 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/dh_sip b/ubuntu/maverick/dependencies/sip4-tqt/debian/dh_sip new file mode 100755 index 000000000..54d861884 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/dh_sip @@ -0,0 +1,47 @@ +#!/usr/bin/perl -w + +=head1 NAME + +dh_sip - set the correct dependencies for Python packages using sip + +=cut + +use strict; +use Debian::Debhelper::Dh_Lib; + +=head1 SYNOPSIS + +B<dh_sip> + +=head1 DESCRIPTION + +dh_sip creates the ${sip:Depends} substitution variable which must be used by +Python extensions built with sip in order to depend on a version of python-sip +that exports the correct public API. + +=cut + +init(); + +my $sip_provides = `dpkg -s python-sip`; +$sip_provides =~ /^Provides:\s*(.+)$/m; + +my @sip_apis = sort(grep(/sip\-api/, split(/,\s*/, $1))); + +my $sip_api_version=$sip_apis[-1]; + +foreach my $package (@{$dh{DOPACKAGES}}) { + addsubstvar($package, "sip:Depends", $sip_api_version); +} + +=head1 SEE ALSO + +L<debhelper(7)> + +This program is a part of python-sip-dev but is made to work with debhelper. + +=head1 AUTHORS + +Torsten Marek <shlomme@debian.org> + +=cut diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/docs b/ubuntu/maverick/dependencies/sip4-tqt/debian/docs new file mode 100644 index 000000000..50bd824bb --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/dh_sip.1 b/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/dh_sip.1 new file mode 100644 index 000000000..989c5fc3c --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/dh_sip.1 @@ -0,0 +1,149 @@ +.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07) +.\" +.\" Standard preamble: +.\" ======================================================================== +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Vb \" Begin verbatim text +.ft CW +.nf +.ne \\$1 +.. +.de Ve \" End verbatim text +.ft R +.fi +.. +.\" Set up some character translations and predefined strings. \*(-- will +.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- +.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' +.ie n \{\ +. ds -- \(*W- +. ds PI pi +. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch +. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch +. ds L" "" +. ds R" "" +. ds C` "" +. ds C' "" +'br\} +.el\{\ +. ds -- \|\(em\| +. ds PI \(*p +. ds L" `` +. ds R" '' +'br\} +.\" +.\" Escape single quotes in literal strings from groff's Unicode transform. +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. +.ie \nF \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" +.. +. nr % 0 +. rr F +.\} +.el \{\ +. de IX +.. +.\} +.\" +.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). +.\" Fear. Run. Save yourself. No user-serviceable parts. +. \" fudge factors for nroff and troff +.if n \{\ +. ds #H 0 +. ds #V .8m +. ds #F .3m +. ds #[ \f1 +. ds #] \fP +.\} +.if t \{\ +. ds #H ((1u-(\\\\n(.fu%2u))*.13m) +. ds #V .6m +. ds #F 0 +. ds #[ \& +. ds #] \& +.\} +. \" simple accents for nroff and troff +.if n \{\ +. ds ' \& +. ds ` \& +. ds ^ \& +. ds , \& +. ds ~ ~ +. ds / +.\} +.if t \{\ +. ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" +. ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' +. ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' +. ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' +. ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' +. ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' +.\} +. \" troff and (daisy-wheel) nroff accents +.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' +.ds 8 \h'\*(#H'\(*b\h'-\*(#H' +.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] +.ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' +.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' +.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] +.ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] +.ds ae a\h'-(\w'a'u*4/10)'e +.ds Ae A\h'-(\w'A'u*4/10)'E +. \" corrections for vroff +.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' +.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' +. \" for low resolution devices (crt and lpr) +.if \n(.H>23 .if \n(.V>19 \ +\{\ +. ds : e +. ds 8 ss +. ds o a +. ds d- d\h'-1'\(ga +. ds D- D\h'-1'\(hy +. ds th \o'bp' +. ds Th \o'LP' +. ds ae ae +. ds Ae AE +.\} +.rm #[ #] #H #V #F C +.\" ======================================================================== +.\" +.IX Title "DH_SIP 1" +.TH DH_SIP 1 "2010-02-02" "perl v5.10.1" "User Contributed Perl Documentation" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh +.SH "NAME" +dh_sip \- set the correct dependencies for Python packages using sip +.SH "SYNOPSIS" +.IX Header "SYNOPSIS" +\&\fBdh_sip\fR +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +dh_sip creates the ${sip:Depends} substitution variable which must be used by +Python extensions built with sip in order to depend on a version of python-sip +that exports the correct public \s-1API\s0. +.SH "SEE ALSO" +.IX Header "SEE ALSO" +\&\fIdebhelper\fR\|(7) +.PP +This program is a part of python-sip-dev but is made to work with debhelper. +.SH "AUTHORS" +.IX Header "AUTHORS" +Torsten Marek <shlomme@debian.org> diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/sip.1 b/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/sip.1 new file mode 100644 index 000000000..ce178cc7e --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/manpages/sip.1 @@ -0,0 +1,86 @@ +.\" +.\" Created by Ricardo Cárdenes Medina <ricardo@conysis.com> +.\" for the Debian 'sip' package +.\" +.TH SIP 1 "2010/02/02" +.SH NAME +sip \- generates C++/Python bindings +.SH SYNOPSIS +.B sip +[\fI-h\fR] [\fI-V\fR] [\fI-a file\fR] [\fI-c dir\fR] [\fI-d file\fR] [\fI-e\fR] [\fI-g\fR] [\fI-I dir\fR] [\fI-j #\fR] [\fI-k\fR] [\fI-m file\fR] [\fI-o\fR] [\fI-p module\fR] [\fI-P\fR] [\fI-r\fR] [\fI-s suffix\fR] [\fI-t tag\fR] [\fI-w\fR] [\fI-x feature\fR] [\fI-z file\fR] [\fIfile\fR] +.SH DESCRIPTION +.B sip +takes a set of specification files and generates C++ code, documentation and build files. + +The format of the needed specification file is similar to a C++ header. +sip includes run-time support for the generated code. +.SH OPTIONS +.TP +.B \-h +Show summary of options. +.TP +.B \-V +Display the sip version number +.TP +.B \-a file +The name of the QScintilla API file. If not indicated, it will not +be generated. +.TP +.B \-b file +The name of the build file. If not indicated, it will not be generated. +.TP +.B \-c dir +The name of the directory where generated source file will be put. +If not indicated, no code will be generated. +.TP +.B -d file +The name of the documentation file. If not indicated, no documentation will be generated. +.TP +.B -e +Enable support for exceptions. Disabled by default. +.TP +.B -g +Always release and reaquire the GIL. +.TP +.B -I dir +Directory where sip can search for included files. +.TP +.B -j number +Splits the generated code in \fInumber\fR files (1 by default). This +flag was added for parallel compilation on SMP machines. +.TP +.B -m file +The name of the XML export file. If not indicated, the file will not be generated. +.TP +.B -p module +Give the name of the consolidated module this module should be a part of. +.TP +.B -P +Enable the protected/public hack. +.TP +.B -r +Enable tracing on generated code. +.TP +.B -s suffix +The suffix used for generated C or C++ files (".c" or ".cpp" if none specified) +.TP +.B -t tag +The primary version to tag generate code for. You only can specify those +defined with a %Timeline directive. If you don't specify one, sip +will generate the latest available. +.TP +.B -w +Enable warning messages +.TP +.B -x feature +Disable a feature +.TP +.B -z file +The name of a file containing additional command line flags +.TP +.B file +The name of the file containing the specification. If you skip it, +sip will expect to be fed by stdin. +.SH AUTHOR +This manual page was written by Ricardo Javier Cardenes Medina <rcardenes@debian.org> and Torsten Marek <shlomme@debian.org>, +for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/series b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/series new file mode 100644 index 000000000..c42871d34 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/series @@ -0,0 +1,2 @@ +siputils_debian_changes.diff +siputils_objdir_module_fix.diff diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff new file mode 100644 index 000000000..2640f57c2 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_debian_changes.diff @@ -0,0 +1,32 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_siputils.dpatch by Torsten Marek <shlomme@debian.org> +Index: sip4-qt3-4.10/siputils.py +=================================================================== +--- sip4-qt3-4.10.orig/siputils.py 2010-01-14 15:52:09.000000000 +0100 ++++ sip4-qt3-4.10/siputils.py 2010-01-26 21:09:49.172700039 +0100 +@@ -718,7 +718,8 @@ + + libs.extend(self.optional_list("LIBS_WINDOWS")) + +- lflags.extend(self._platform_rpaths(rpaths.as_list())) ++ # Don't append any rpaths ++ #lflags.extend(self._platform_rpaths(rpaths.as_list())) + + # Save the transformed values. + self.CFLAGS.set(cflags) +@@ -843,6 +844,15 @@ + clib is the library name in cannonical form. + framework is set of the library is implemented as a MacOS framework. + """ ++ ################################################################## ++ # Generally, the linker is intelligent enough not to need this # ++ # additional information! # ++ # And Qt4's pkg-config and prl files are broken # ++ # Changed for Debian packaging, Torsten Marek <shlomme@gmx.net> # ++ ################################################################## ++ ++ return [] ++ + prl_libs = [] + + if self.generator in ("MSVC", "MSVC.NET", "BMAKE"): diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff new file mode 100644 index 000000000..a9d580737 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/patches/siputils_objdir_module_fix.diff @@ -0,0 +1,18 @@ +Index: sip4-qt3-4.10/siputils.py +=================================================================== +--- sip4-qt3-4.10.orig/siputils.py 2010-01-26 23:45:34.144734105 +0100 ++++ sip4-qt3-4.10/siputils.py 2010-01-26 23:46:51.605699383 +0100 +@@ -1546,9 +1546,12 @@ + mfile.write("\n$(OFILES): $(HFILES)\n") + + for mf in self._build["tqmoc_headers"].split(): +- root, discard = os.path.splitext(mf) ++ root, _ = os.path.splitext(mf) + cpp = "tqmoc_" + root + ".cpp" + ++ if self._src_dir != self.dir: ++ mf = os.path.join(self._src_dir, mf) ++ + mfile.write("\n%s: %s\n" % (cpp, mf)) + mfile.write("\t$(TQMOC) -o %s %s\n" % (cpp, mf)) + diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.docs b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.docs new file mode 100644 index 000000000..416a453aa --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.docs @@ -0,0 +1,2 @@ +doc/html +NEWS diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.install b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.install new file mode 100644 index 000000000..1df36c612 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.install @@ -0,0 +1 @@ +usr/bin/* diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.links b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.links new file mode 100755 index 000000000..26a9ded9b --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.links @@ -0,0 +1 @@ +usr/share/javascript/jquery/jquery.js usr/share/doc/python-sip-dev/html/_static/jquery.js diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.manpages b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.manpages new file mode 100644 index 000000000..a4e96a394 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip-dev.manpages @@ -0,0 +1,2 @@ +debian/manpages/sip.1 +debian/manpages/dh_sip.1 diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip.install b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip.install new file mode 100644 index 000000000..f43a3a265 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/python-sip.install @@ -0,0 +1 @@ +usr/lib/python*/*-packages/sip.so diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/pyversions b/ubuntu/maverick/dependencies/sip4-tqt/debian/pyversions new file mode 100644 index 000000000..57a7586e4 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/pyversions @@ -0,0 +1 @@ +2.3- diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules new file mode 100755 index 000000000..0dd14099f --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules @@ -0,0 +1,148 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DH_OPTIONS + +INSTDIR=$(CURDIR)/debian + +CFLAGS= + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 -g +else + CFLAGS += -O2 -g +endif + +PYTHONS := $(shell pyversions -vr debian/control) + +-include /usr/share/python/python.mk +ifeq (,$(py_sitename)) +py_sitename = site-packages +py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages +py_sitename_sh = $(py_sitename) +py_libdir_sh = $(py_libdir) +endif + + +.PRECIOUS: build-%/configure-stamp dbg-build-%/configure-stamp + +configure: $(PYTHONS:%=build-%/configure-stamp) $(PYTHONS:%=dbg-build-%/configure-stamp) + +build-%/configure-stamp: + dh_testdir + mkdir -p build-$* + cd build-$* \ + && python$* ../configure.py \ + -d /usr/lib/python$*/$(call py_sitename,$*) \ + -u STRIP="" CFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" + touch $@ + +dbg-build-%/configure-stamp: + dh_testdir + mkdir -p dbg-build-$* + cd dbg-build-$* \ + && python$*-dbg ../configure.py \ + -d /usr/lib/python$*/$(call py_sitename,$*) \ + -e /usr/include/python$*_d \ + -u CFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" STRIP="" + touch $@ + + +build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp) + +build-%/build-stamp: build-%/configure-stamp + dh_testdir + $(MAKE) -C build-$* + touch $@ + +dbg-build-%/build-stamp: dbg-build-%/configure-stamp + dh_testdir + $(MAKE) -C dbg-build-$* + touch $@ + + +clean: + dh_testdir + dh_testroot + rm -rf *-stamp siputils.pyc $(PYTHONS:%=build-%) $(PYTHONS:%=dbg-build-%) + dh_clean + +install-arch: build + dh_testdir + dh_testroot + dh_prep -a + dh_installdirs -a + # This is needed to enforce that the install-arch-% rules are + # not run in parallel. Both rules install into the same directory, + # and therefore might try to access the same files at the same time. + # Therefore, instead of depending on the install-arch-% rules, + # we invoke them explicitly. + for p in $(PYTHONS) ; do \ + $(MAKE) -f debian/rules install-arch-$$p;\ + done + + for i in $$(find debian/python-sip-dbg -name '*.so'); do \ + b=$$(basename $$i .so); \ + mv $$i $$(dirname $$i)/$${b}_d.so; \ + done + find debian/python-sip-dbg ! -type d ! -name '*_d.*' | xargs rm -f + find debian/python-sip-dbg -depth -empty -exec rmdir {} \; + + dh_install -a --sourcedir=$(CURDIR)/debian/tmp + install -m 755 -o root -g root debian/dh_sip debian/python-sip-dev/usr/bin + +install-arch-%: + $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/tmp + $(MAKE) -C dbg-build-$* install DESTDIR=$(CURDIR)/debian/python-sip-dbg + mkdir -p debian/python-sip/usr/lib/python$*/$(call py_sitename,$*)/ + install -m 644 -o root -g root debian/sipconfig.py debian/python-sip/usr/lib/python$*/$(call py_sitename,$*)/ + install -m 644 -o root -g root build-$*/sipconfig.py debian/python-sip/usr/lib/python$*/$(call py_sitename,$*)/sipconfig_nd.py + install -m 644 -o root -g root dbg-build-$*/sipconfig.py debian/python-sip-dbg/usr/lib/python$*/$(call py_sitename,$*)/sipconfig_d.py + mkdir -p debian/python-sip-dev/usr/include/python$* + install -m 644 -o root -g root siplib/sip.h debian/python-sip-dev/usr/include/python$*/ + mkdir -p debian/python-sip-dev/usr/include/python$*_d + ln -s ../python$*/sip.h \ + debian/python-sip-dev/usr/include/python$*_d/sip.h + mkdir -p debian/python-sip-dev/usr/lib/python$*/$(call py_sitename,$*) + install -m 644 -o root -g root sipdistutils.py debian/python-sip-dev/usr/lib/python$*/$(call py_sitename,$*) + + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installman + dh_installchangelogs + dh_installdocs -A + dh_installexamples + dh_link +# don't call strip twice, it's in binary-common +ifneq (,$(findstring -a, $(DH_OPTIONS))) + DH_OPTIONS= dh_strip -ppython-sip-dev + DH_OPTIONS= dh_strip -ppython-sip -Npython-sip-dev --dbg-package=python-sip-dbg + rm -rf debian/python-sip-dbg/usr/share/doc/python-sip-dbg + mkdir -p debian/python-sip-dbg/usr/share/doc + ln -s python-sip debian/python-sip-dbg/usr/share/doc/python-sip-dbg +endif + dh_compress + dh_fixperms + dh_pysupport + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture independant packages using the common target. +binary-indep: + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary configure diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/sipconfig.py b/ubuntu/maverick/dependencies/sip4-tqt/debian/sipconfig.py new file mode 100644 index 000000000..f23b5427a --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/sipconfig.py @@ -0,0 +1,13 @@ +# import the sipconfig.py for the normal or the debug build + +import sys + +if getattr(sys, "pydebug", False): + try: + from sipconfig_d import * + from sipconfig_d import _pkg_config, _default_macros + except ImportError, msg: + raise ImportError, 'No module named sipconfig; package python-sip4-dbg not installed' +else: + from sipconfig_nd import * + from sipconfig_nd import _pkg_config, _default_macros diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/source/format b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/watch b/ubuntu/maverick/dependencies/sip4-tqt/debian/watch new file mode 100644 index 000000000..1ff1f0839 --- /dev/null +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.riverbankcomputing.co.uk/software/sip/download \ + /static/Downloads/sip4/sip-([\d\.]*)\.tar\.gz debian uupdate diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/changelog b/ubuntu/maverick/dependencies/tqca-tls/debian/changelog new file mode 100644 index 000000000..7f1c440b0 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/changelog @@ -0,0 +1,84 @@ +tqca-tls (1.0-0) maverick; urgency=low + + * TQt upload + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Sat, 17 Dec 2011 19:48:00 -0600 + +qca-tls (1.0-5) natty; urgency=low + + * Natty upload + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 15 Aug 2011 13:51:00 -0600 + +qca-tls (1.0-4) unstable; urgency=low + + * Honour DEB_BUILD_OPTIONS=nostrip (Closes: Bug#437850) + * Fixed a intian warning + + -- Jan Niehusmann <jan@debian.org> Tue, 14 Aug 2007 17:13:06 +0200 + +qca-tls (1.0-3) unstable; urgency=low + + * Changed two type conversions to const to make gcc happy + (Closes: Bug#337449) + * Set Standards-Version to 3.6.2.0 + + -- Jan Niehusmann <jan@debian.org> Thu, 15 Dec 2005 22:59:09 +0100 + +qca-tls (1.0-2) unstable; urgency=low + + * Recompiled for C++ ABI transition. + + -- Jan Niehusmann <jan@debian.org> Fri, 26 Aug 2005 18:10:30 +0000 + +qca-tls (1.0-1) unstable; urgency=low + + * Most of the following changes were done by Peter Palfrader + <weasel@debian.org> - many thanks to him! + * New upstream version (closes: #235093). + * qca-tls is a non-native package now (closes: #235084). + * Clean up properly in clean target: + rm -rf .ui .moc .obj Makefile conf.log conf.pri extra.pri + (closes: #235089). + * Do not copy over config.{sub,guess} from /usr/share during + build. They are not needed at all (closes: #235085). + * Remove debian/qca.doc-base.EX example file (closes: #235092). + * Do not ship readme in the binary package: it's just install + instructions (closes: #234939). + * Something changed that makes the configure script make the + Makefile install the .so into usr/lib, as opposed to usr/share + (closes: #233530). At any rate, we will not claim to have + built a working package if it happens again: + * Make the build fail if we don't have a + usr/lib/qt3/plugins/crypto/libqca-tls.so file after install. + * Make stamps in debian/rules actually work. + * Update copyright file to list current download link + * Added QMAKE_PROJECT_DEPTH=0 to .pro file to make qca-tls build in + nested directory structures. + + -- Jan Niehusmann <jan@debian.org> Sat, 28 Feb 2004 13:35:28 +0100 + +qca-tls (0.0-CVS-20031209-1.3) unstable; urgency=low + + * Damn. Added build-depends on libssl-dev... + + -- Jan Niehusmann <jan@debian.org> Fri, 13 Feb 2004 15:06:45 +0100 + +qca-tls (0.0-CVS-20031209-1.2) unstable; urgency=low + + * Added build-depends on libqt3-mt-dev + + -- Jan Niehusmann <jan@debian.org> Fri, 13 Feb 2004 13:27:34 +0100 + +qca-tls (0.0-CVS-20031209-1.1) unstable; urgency=low + + * Upload to unstable + + -- Jan Niehusmann <jan@debian.org> Thu, 12 Feb 2004 20:28:19 +0100 + +qca-tls (0.0-CVS-20031209-1) experimental; urgency=low + + * Initial Release. + * New upstream version + + -- Jan Niehusmann <jan@debian.org> Wed, 10 Dec 2003 12:21:07 +0100 diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/compat b/ubuntu/maverick/dependencies/tqca-tls/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/control b/ubuntu/maverick/dependencies/tqca-tls/debian/control new file mode 100644 index 000000000..ecb53970a --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/control @@ -0,0 +1,23 @@ +Source: tqca-tls +Section: libs +Priority: optional +Maintainer: Jan Niehusmann <jan@debian.org> +Build-Depends: debhelper (>= 4.0.0), libtqtinterface-dev, libssl-dev +Standards-Version: 3.8.4 + +Package: tqca-tls +Section: libs +Architecture: any +Replaces: tqca-tls (<< 4:14.0.0) +Breaks: tqca-tls (<< 4:14.0.0) +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TLS plugin for the TQt Cryptographic Architecture (TQCA) + This is a plugin to provide SSL/TLS capability to programs that + utilize the TQt Cryptographic Architecture (TQCA). + . + TQCA is a library providing an easy API for several cryptographic algorithms + to TQt programs. + . + At the moment only the tqca-tls plugin is packaged for debian, as it's + used by the package 'psi'. The generic library and several other plugins + will be packaged when upstream releases them. diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/copyright b/ubuntu/maverick/dependencies/tqca-tls/debian/copyright new file mode 100644 index 000000000..e64397c08 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Jan Niehusmann <jan@debian.org> on +Tue, 9 Dec 2003 19:30:45 +0100. + +It was downloaded from http://psi.affinix.com/?page=download + + +Upstream Author: Justin Karneges <justin-psi@affinix.com> + +Copyright: + +Copyright (C) 2003 Justin Karneges + +This library 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.1 of the License, or (at your option) any later version. + +On Debian systems, the complete text of the GNU Lesser General Public +License can be found in /usr/share/common-licenses/LGPL file. + diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/dirs b/ubuntu/maverick/dependencies/tqca-tls/debian/dirs new file mode 100644 index 000000000..ca882bbb7 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/docs b/ubuntu/maverick/dependencies/tqca-tls/debian/docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/docs @@ -0,0 +1 @@ +README diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/rules b/ubuntu/maverick/dependencies/tqca-tls/debian/rules new file mode 100755 index 000000000..4ffaf90dc --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/rules @@ -0,0 +1,110 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +# shared library versions, option 1 +version=2.0.5 +major=2 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +#version=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +#major=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -rf .ui .moc .obj Makefile conf.log conf.pri extra.pri + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp + $(MAKE) install INSTALL_ROOT=$(CURDIR)/debian/tmp/ + [ -e $(CURDIR)/debian/tmp/usr/lib/tqt3/plugins/crypto/libqca-tls.so ] || ( echo "libqca-tls.so not in usr/lib/tqt3/plugins/crypto/libqca-tls.so" && exit 1 ) + + +# 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 + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp --list-missing +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + 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/ubuntu/maverick/dependencies/tqca-tls/debian/source/format b/ubuntu/maverick/dependencies/tqca-tls/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/source/options b/ubuntu/maverick/dependencies/tqca-tls/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/tqca-tls/debian/tqca-tls.install b/ubuntu/maverick/dependencies/tqca-tls/debian/tqca-tls.install new file mode 100644 index 000000000..d165ec389 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqca-tls/debian/tqca-tls.install @@ -0,0 +1 @@ +usr/lib/tqt3/plugins/crypto/* diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/changelog b/ubuntu/maverick/dependencies/tqscintilla/debian/changelog new file mode 100644 index 000000000..bf84dfd0f --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/changelog @@ -0,0 +1,5 @@ +tqscintilla (1.7.1-0ubuntu0) lucid; urgency=low + + * Initial TQt builds + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 30 Nov 2011 11:40:00 -0600 diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/compat b/ubuntu/maverick/dependencies/tqscintilla/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/control b/ubuntu/maverick/dependencies/tqscintilla/debian/control new file mode 100644 index 000000000..6f2c1e971 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/control @@ -0,0 +1,47 @@ +Source: tqscintilla +Section: libs +Priority: optional +Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org> +Uploaders: Torsten Marek <shlomme@debian.org> +Build-Depends: debhelper (>> 5.0.0), libtqt3-mt-dev, tqt3-dev-tools, libtqtinterface-dev +Standards-Version: 3.8.4 + +Package: libtqscintilla7 +Section: libs +Architecture: any +Replaces: libtqscintilla7 (<< 4:14.0.0) +Breaks: libtqscintilla7 (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Description: TQt source code editing component based on Scintilla + Scintilla is a free source code editing component. It has features found + in standard editing components, as well as features especially useful + when editing and debugging source code. + . + TQScintilla is a port or Scintilla to the TQt GUI toolkit. + +Package: libtqscintilla-dev +Section: libdevel +Architecture: all +Replaces: libtqscintilla-dev (<< 4:14.0.0) +Breaks: libtqscintilla-dev (<< 4:14.0.0) +Depends: libtqscintilla7 (>= ${source:Version}) +Description: TQt source code editing component - development files + Scintilla is a free source code editing component. It has features found + in standard editing components, as well as features especially useful + when editing and debugging source code. + . + TQScintilla is a port of Scintilla to the TQt GUI toolkit. These are the + development files (headers and static libs). + +Package: libtqscintilla-doc +Section: doc +Architecture: all +Replaces: libtqscintilla-doc (<< 4:14.0.0) +Breaks: libtqscintilla-doc (<< 4:14.0.0) +Suggests: libtqscintilla-dev +Description: TQt source code editing component - documentation + Scintilla is a free source code editing component. It has features found + in standard editing components, as well as features especially useful + when editing and debugging source code. + . + This package contain HTML files describing TQScintilla classes. diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/copyright b/ubuntu/maverick/dependencies/tqscintilla/debian/copyright new file mode 100644 index 000000000..445a8ff70 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Ricardo Javier Cardenes Medina <rcardenes@debian.org> on +Sun, 24 Nov 2002 05:09:21 +0000. + +It was downloaded from http://www.riverbankcomputing.co.uk + +Upstream Authors: + + Scintilla: Neil Hodgson <neilh@scintilla.org> + QScintilla: Phil Thompson <phil@riverbankcomputing.co.uk> + +Copyright: + + Copyright 2005 by Riverbank Computing Limited <info@riverbankcomputing.co.uk> + +QScintilla is released under GPL version 2, or (at your option) any later +version. You can read the full version of this license in your system at + + /usr/share/common-licenses/GPL-2 + +Scintilla comes with this license: + + Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> + + All Rights Reserved + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation. + + NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS + SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR 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." diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/dirs b/ubuntu/maverick/dependencies/tqscintilla/debian/dirs new file mode 100644 index 000000000..ca882bbb7 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/docs b/ubuntu/maverick/dependencies/tqscintilla/debian/docs new file mode 100644 index 000000000..edc007104 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/docs @@ -0,0 +1 @@ +NEWS diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-dev.install b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-dev.install new file mode 100644 index 000000000..e183cf963 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-dev.install @@ -0,0 +1,2 @@ +usr/include +usr/lib/*.so diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-doc.install b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-doc.install new file mode 100644 index 000000000..005276324 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla-doc.install @@ -0,0 +1 @@ +usr/share/doc/libtqscintilla-doc diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla7.install b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla7.install new file mode 100644 index 000000000..2cfef7f8a --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/libtqscintilla7.install @@ -0,0 +1,3 @@ +usr/lib/*.so.* +usr/lib/tqt3/plugins/designer/*.so +usr/share/tqt3/translations/*.qm diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/rules b/ubuntu/maverick/dependencies/tqscintilla/debian/rules new file mode 100755 index 000000000..36df66cc9 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/rules @@ -0,0 +1,106 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +export QTDIR=/usr/share/tqt3 +export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ +DOCDEST=$(CURDIR)/debian/tmp/usr/share/doc/libtqscintilla-doc/html +HEADERDEST=$(CURDIR)/debian/tmp/usr/include/tqscintilla +LIBSDEST=$(CURDIR)/debian/tmp/usr/lib +TRANSDEST=$(CURDIR)/debian/tmp/$(QTDIR)/translations +PLUGINDEST=$(CURDIR)/debian/tmp/usr/lib/tqt3/plugins/designer + + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + cd qt; qmake "DESTDIR=$(CURDIR)/tmplib" + cd designer; qmake + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + install -d $(CURDIR)/tmplib + $(MAKE) -C qt + $(MAKE) -C designer + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + [ ! -f qt/Makefile ] || $(MAKE) -C qt clean + [ ! -f designer/Makefile ] || $(MAKE) -C designer clean + -find -name 'Makefile' -exec rm {} \; + -rm -rf tmplib + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -d $(HEADERDEST)/private + install -d $(DOCDEST) + install -d $(TRANSDEST) + install -d $(LIBSDEST) + install -d $(PLUGINDEST) + for i in qt/qextscintilla*.h; do install -m 644 $$i $(HEADERDEST); done + for i in include/*.h; do install -m 644 $$i $(HEADERDEST)/private; done + for i in doc/html/*; do install -m 644 $$i $(DOCDEST); done + for i in qt/*.qm; do install -m 644 $$i $(TRANSDEST); done + mv designer/*.so $(PLUGINDEST) + for i in tmplib/*; do mv $$i $(LIBSDEST); done + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_install -i --sourcedir=$(CURDIR)/debian/tmp + dh_installdocs -i + dh_installchangelogs -i ChangeLog + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_install -a --sourcedir=$(CURDIR)/debian/tmp + dh_installdocs -a + dh_installchangelogs -a ChangeLog + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a -V + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/source/format b/ubuntu/maverick/dependencies/tqscintilla/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/tqscintilla/debian/source/options b/ubuntu/maverick/dependencies/tqscintilla/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqscintilla/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/tqt3/debian/control b/ubuntu/maverick/dependencies/tqt3/debian/control index 92568ae50..3ba683a76 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/control +++ b/ubuntu/maverick/dependencies/tqt3/debian/control @@ -6,11 +6,12 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, - libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, + libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libiodbc2-dev (>= 3.51.2-4), libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, - libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, + firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] Section: libs Priority: optional Standards-Version: 3.8.4 @@ -19,8 +20,8 @@ Homepage: http://www.trinitydesktop.org Package: libtqt3-mt Architecture: any Section: libs -Replaces: libtqt3-mt (<< 4:3.5.13) -Breaks: libtqt3-mt (<< 4:3.5.13) +Replaces: libtqt3-mt (<< 4:14.0.0) +Breaks: libtqt3-mt (<< 4:14.0.0) Depends: ${shlibs:Depends}, fontconfig Recommends: libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libxmu6 (>= 4.3.0.dfsg.1-4) Conflicts: libtqt3c102-mt, libtqui1-emb, libtqt3c-mt @@ -33,8 +34,8 @@ Description: TQt GUI Library (Threaded runtime version), Version 3 Package: libtqt3-mt-mysql Architecture: any Section: libs -Replaces: libtqt3-mt-mysql (<< 4:3.5.13) -Breaks: libtqt3-mt-mysql (<< 4:3.5.13) +Replaces: libtqt3-mt-mysql (<< 4:14.0.0) +Breaks: libtqt3-mt-mysql (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libtqt3c102-mt-mysql, libtqt3c-mt-mysql Description: MySQL database driver for TQt3 (Threaded) @@ -44,8 +45,8 @@ Description: MySQL database driver for TQt3 (Threaded) Package: libtqt3-mt-odbc Architecture: any Section: libs -Replaces: libtqt3-mt-odbc (<< 4:3.5.13) -Breaks: libtqt3-mt-odbc (<< 4:3.5.13) +Replaces: libtqt3-mt-odbc (<< 4:14.0.0) +Breaks: libtqt3-mt-odbc (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libtqt3c102-mt-odbc, libtqt3c-mt-odbc Description: ODBC database driver for TQt3 (Threaded) @@ -55,8 +56,8 @@ Description: ODBC database driver for TQt3 (Threaded) Package: libtqt3-mt-psql Architecture: any Section: libs -Replaces: libtqt3-mt-psql (<< 4:3.5.13) -Breaks: libtqt3-mt-psql (<< 4:3.5.13) +Replaces: libtqt3-mt-psql (<< 4:14.0.0) +Breaks: libtqt3-mt-psql (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libtqt3c102-mt-psql, libtqt3c-mt-psql Description: PostgreSQL database driver for TQt3 (Threaded) @@ -64,23 +65,22 @@ Description: PostgreSQL database driver for TQt3 (Threaded) Install it if you intend to use or write TQt programs that are to access a PostgreSQL DB. -#Not in Kubuntu -#Package: libtqt3-mt-ibase -#Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc -#Section: libs -#Depends: ${shlibs:Depends} -#Conflicts: libtqt3c102-mt-ibase -#Replaces: libtqt3c102-mt-ibase -#Description: InterBase/FireBird database driver for TQt3 (Threaded) -# This package contains the threaded InterBase/FireBird plugin -# for TQt3. Install it if you intend to use or write TQt programs -# that are to access an InterBase/FireBird DB. +Package: libtqt3-mt-ibase +Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libtqt3c102-mt-ibase +Replaces: libtqt3c102-mt-ibase +Description: InterBase/FireBird database driver for TQt3 (Threaded) + This package contains the threaded InterBase/FireBird plugin + for TQt3. Install it if you intend to use or write TQt programs + that are to access an InterBase/FireBird DB. Package: libtqt3-mt-sqlite Architecture: any Section: libs -Replaces: libtqt3-mt-sqlite (<< 4:3.5.13) -Breaks: libtqt3-mt-sqlite (<< 4:3.5.13) +Replaces: libtqt3-mt-sqlite (<< 4:14.0.0) +Breaks: libtqt3-mt-sqlite (<< 4:14.0.0) Depends: ${shlibs:Depends} Conflicts: libtqt3c102-mt-sqlite Description: SQLite database driver for TQt3 (Threaded) @@ -91,13 +91,13 @@ Description: SQLite database driver for TQt3 (Threaded) Package: libtqt3-mt-dev Architecture: any Section: libdevel -Replaces: libtqt3-mt-dev (<< 4:3.5.13) -Breaks: libtqt3-mt-dev (<< 4:3.5.13) +Replaces: libtqt3-mt-dev (<< 4:14.0.0) +Breaks: libtqt3-mt-dev (<< 4:14.0.0) Depends: libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, - libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), + libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libc6-dev, libtqt3-mt (= ${binary:Version}), @@ -122,8 +122,8 @@ Description: TQt development files (Threaded) Package: libtqt3-headers Architecture: any Section: devel -Replaces: libtqt3-headers (<< 4:3.5.13) -Breaks: libtqt3-headers (<< 4:3.5.13) +Replaces: libtqt3-headers (<< 4:14.0.0) +Breaks: libtqt3-headers (<< 4:14.0.0) Recommends: libtqt3-mt-dev Description: TQt3 header files This package contains all header files for libqt and libtqt-mt which come @@ -133,8 +133,8 @@ Description: TQt3 header files Package: libtqt3-compat-headers Architecture: any Section: devel -Replaces: libtqt3-compat-headers (<< 4:3.5.13) -Breaks: libtqt3-compat-headers (<< 4:3.5.13) +Replaces: libtqt3-compat-headers (<< 4:14.0.0) +Breaks: libtqt3-compat-headers (<< 4:14.0.0) Depends: libtqt3-headers (= ${binary:Version}) Recommends: libtqt3-mt-dev Description: TQt 1.x and 2.x compatibility includes @@ -149,8 +149,8 @@ Description: TQt 1.x and 2.x compatibility includes Package: tqt3-dev-tools Architecture: any Section: devel -Replaces: tqt3-dev-tools (<< 4:3.5.13) -Breaks: tqt3-dev-tools (<< 4:3.5.13) +Replaces: tqt3-dev-tools (<< 4:14.0.0) +Breaks: tqt3-dev-tools (<< 4:14.0.0) Depends: ${shlibs:Depends} Recommends: libtqt3-mt-dev Conflicts: libqt-dev (<< 3:2.3.2-10), uic (<= 3:2.3.2-9), qt3-dev-tools @@ -162,8 +162,8 @@ Description: TQt3 development tools Package: tqt3-designer Architecture: any Section: devel -Replaces: tqt3-designer (<< 4:3.5.13) -Breaks: tqt3-designer (<< 4:3.5.13) +Replaces: tqt3-designer (<< 4:14.0.0) +Breaks: tqt3-designer (<< 4:14.0.0) Depends: ${shlibs:Depends} Recommends: tqt3-dev-tools Suggests: tqt3-assistant, tqt3-doc @@ -181,8 +181,8 @@ Description: TQt3 Designer Package: tqt3-apps-dev Architecture: any Section: devel -Replaces: tqt3-apps-dev (<< 4:3.5.13) -Breaks: tqt3-apps-dev (<< 4:3.5.13) +Replaces: tqt3-apps-dev (<< 4:14.0.0) +Breaks: tqt3-apps-dev (<< 4:14.0.0) Depends: libtqt3-mt-dev Description: TQt3 Developer applications development files This package is intended for developers who want to develop applications @@ -196,8 +196,8 @@ Description: TQt3 Developer applications development files Package: tqt3-linguist Architecture: any Section: devel -Replaces: tqt3-linguist (<< 4:3.5.13) -Breaks: tqt3-linguist (<< 4:3.5.13) +Replaces: tqt3-linguist (<< 4:14.0.0) +Breaks: tqt3-linguist (<< 4:14.0.0) Suggests: tqt3-assistant Depends: ${shlibs:Depends} Description: The TQt3 Linguist @@ -209,8 +209,8 @@ Description: The TQt3 Linguist Package: tqt3-assistant Architecture: any Section: x11 -Replaces: tqt3-assistant (<< 4:3.5.13) -Breaks: tqt3-assistant (<< 4:3.5.13) +Replaces: tqt3-assistant (<< 4:14.0.0) +Breaks: tqt3-assistant (<< 4:14.0.0) Depends: ${shlibs:Depends}, tqt3-doc Description: The TQt3 assistant application This package contains the TQt3 Assistant, an easy to use frontend for @@ -227,8 +227,8 @@ Description: The TQt3 assistant application Package: tqt3-qtconfig Architecture: any Section: x11 -Replaces: tqt3-qtconfig (<< 4:3.5.13) -Breaks: tqt3-qtconfig (<< 4:3.5.13) +Replaces: tqt3-qtconfig (<< 4:14.0.0) +Breaks: tqt3-qtconfig (<< 4:14.0.0) Depends: ${shlibs:Depends} Description: The TQt3 Configuration Application The TQt Configuration program allows endusers to configure the look @@ -242,8 +242,8 @@ Description: The TQt3 Configuration Application Package: tqt3-dev-tools-embedded Architecture: any Section: devel -Replaces: tqt3-dev-tools-embedded (<< 4:3.5.13) -Breaks: tqt3-dev-tools-embedded (<< 4:3.5.13) +Replaces: tqt3-dev-tools-embedded (<< 4:14.0.0) +Breaks: tqt3-dev-tools-embedded (<< 4:14.0.0) Recommends: libtqt3-mt-dev Depends: ${shlibs:Depends} Description: Tools to develop embedded TQt applications @@ -256,8 +256,8 @@ Description: Tools to develop embedded TQt applications Package: tqt3-dev-tools-compat Architecture: any Section: devel -Replaces: tqt3-dev-tools-compat (<< 4:3.5.13) -Breaks: tqt3-dev-tools-compat (<< 4:3.5.13) +Replaces: tqt3-dev-tools-compat (<< 4:14.0.0) +Breaks: tqt3-dev-tools-compat (<< 4:14.0.0) Recommends: libtqt3-mt-dev Depends: ${shlibs:Depends} Description: Conversion utilities for TQt3 development @@ -272,8 +272,8 @@ Description: Conversion utilities for TQt3 development Package: libtqt3-i18n Architecture: all Section: libs -Replaces: libtqt3-i18n (<< 4:3.5.13) -Breaks: libtqt3-i18n (<< 4:3.5.13) +Replaces: libtqt3-i18n (<< 4:14.0.0) +Breaks: libtqt3-i18n (<< 4:14.0.0) Recommends: libtqt3-mt Description: i18n files for TQt3 library This package contains the internationalization files for the TQt library. @@ -283,8 +283,8 @@ Description: i18n files for TQt3 library Package: tqt3-doc Architecture: all Section: doc -Replaces: tqt3-doc (<< 4:3.5.13) -Breaks: tqt3-doc (<< 4:3.5.13) +Replaces: tqt3-doc (<< 4:14.0.0) +Breaks: tqt3-doc (<< 4:14.0.0) Priority: extra Suggests: libtqt3-headers, tqt3-assistant | www-browser Description: TQt3 API documentation @@ -296,8 +296,8 @@ Description: TQt3 API documentation Package: tqt3-examples Architecture: all Section: doc -Replaces: tqt3-examples (<< 4:3.5.13) -Breaks: tqt3-examples (<< 4:3.5.13) +Replaces: tqt3-examples (<< 4:14.0.0) +Breaks: tqt3-examples (<< 4:14.0.0) Priority: extra Depends: libtqt3-mt-dev (>= ${binary:Version}) Suggests: tqt3-apps-dev @@ -309,8 +309,8 @@ Description: Examples for TQt3 Package: tqt-x11-free-dbg Section: libdevel Architecture: any -Replaces: tqt-x11-free-dbg (<< 4:3.5.13) -Breaks: tqt-x11-free-dbg (<< 4:3.5.13) +Replaces: tqt-x11-free-dbg (<< 4:14.0.0) +Breaks: tqt-x11-free-dbg (<< 4:14.0.0) Priority: extra Depends: libtqt3-mt (= ${binary:Version}), gdb Conflicts: libtqt3-mt-dbg diff --git a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install index 3adacbd90..bdab50e98 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install +++ b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-compat-headers.install @@ -1,54 +1,54 @@ -usr/include/tqt3/q1xcompatibility.h -usr/include/tqt3/qapp.h -usr/include/tqt3/qarray.h -usr/include/tqt3/qbitarry.h -usr/include/tqt3/qbttngrp.h -usr/include/tqt3/qchkbox.h -usr/include/tqt3/qclipbrd.h -usr/include/tqt3/qcollect.h -usr/include/tqt3/qcollection.h -usr/include/tqt3/qcombo.h -usr/include/tqt3/qconnect.h -usr/include/tqt3/qdatetm.h -usr/include/tqt3/qdrawutl.h -usr/include/tqt3/qdstream.h -usr/include/tqt3/qfiledef.h -usr/include/tqt3/qfiledlg.h -usr/include/tqt3/qfileinf.h -usr/include/tqt3/qfontinf.h -usr/include/tqt3/qfontmet.h -usr/include/tqt3/qgrpbox.h -usr/include/tqt3/qintcach.h -usr/include/tqt3/qiodev.h -usr/include/tqt3/qlcdnum.h -usr/include/tqt3/qlined.h -usr/include/tqt3/qlist.h -usr/include/tqt3/qmenudta.h -usr/include/tqt3/qmetaobj.h -usr/include/tqt3/qmlined.h -usr/include/tqt3/qmsgbox.h -usr/include/tqt3/qmultilinedit.h -usr/include/tqt3/qobjcoll.h -usr/include/tqt3/qobjdefs.h -usr/include/tqt3/qpaintd.h -usr/include/tqt3/qpaintdc.h -usr/include/tqt3/qpdevmet.h -usr/include/tqt3/qpmcache.h -usr/include/tqt3/qpntarry.h -usr/include/tqt3/qpopmenu.h -usr/include/tqt3/qprndlg.h -usr/include/tqt3/qprogbar.h -usr/include/tqt3/qprogdlg.h -usr/include/tqt3/qpsprn.h -usr/include/tqt3/qpushbt.h -usr/include/tqt3/qqueue.h -usr/include/tqt3/qradiobt.h -usr/include/tqt3/qrangect.h -usr/include/tqt3/qscrbar.h -usr/include/tqt3/qsocknot.h -usr/include/tqt3/qstack.h -usr/include/tqt3/qtabdlg.h -usr/include/tqt3/qtstream.h -usr/include/tqt3/qvector.h -usr/include/tqt3/qwidcoll.h -usr/include/tqt3/qwindefs.h +usr/include/tqt3/ntq1xcompatibility.h +usr/include/tqt3/ntqapp.h +usr/include/tqt3/ntqarray.h +usr/include/tqt3/ntqbitarry.h +usr/include/tqt3/ntqbttngrp.h +usr/include/tqt3/ntqchkbox.h +usr/include/tqt3/ntqclipbrd.h +usr/include/tqt3/ntqcollect.h +usr/include/tqt3/ntqcollection.h +usr/include/tqt3/ntqcombo.h +usr/include/tqt3/ntqconnect.h +usr/include/tqt3/ntqdatetm.h +usr/include/tqt3/ntqdrawutl.h +usr/include/tqt3/ntqdstream.h +usr/include/tqt3/ntqfiledef.h +usr/include/tqt3/ntqfiledlg.h +usr/include/tqt3/ntqfileinf.h +usr/include/tqt3/ntqfontinf.h +usr/include/tqt3/ntqfontmet.h +usr/include/tqt3/ntqgrpbox.h +usr/include/tqt3/ntqintcach.h +usr/include/tqt3/ntqiodev.h +usr/include/tqt3/ntqlcdnum.h +usr/include/tqt3/ntqlined.h +usr/include/tqt3/ntqlist.h +usr/include/tqt3/ntqmenudta.h +usr/include/tqt3/ntqmetaobj.h +usr/include/tqt3/ntqmlined.h +usr/include/tqt3/ntqmsgbox.h +usr/include/tqt3/ntqmultilinedit.h +usr/include/tqt3/ntqobjcoll.h +usr/include/tqt3/ntqobjdefs.h +usr/include/tqt3/ntqpaintd.h +usr/include/tqt3/ntqpaintdc.h +usr/include/tqt3/ntqpdevmet.h +usr/include/tqt3/ntqpmcache.h +usr/include/tqt3/ntqpntarry.h +usr/include/tqt3/ntqpopmenu.h +usr/include/tqt3/ntqprndlg.h +usr/include/tqt3/ntqprogbar.h +usr/include/tqt3/ntqprogdlg.h +usr/include/tqt3/ntqpsprn.h +usr/include/tqt3/ntqpushbt.h +usr/include/tqt3/ntqqueue.h +usr/include/tqt3/ntqradiobt.h +usr/include/tqt3/ntqrangect.h +usr/include/tqt3/ntqscrbar.h +usr/include/tqt3/ntqsocknot.h +usr/include/tqt3/ntqstack.h +usr/include/tqt3/ntqtabdlg.h +usr/include/tqt3/ntqtstream.h +usr/include/tqt3/ntqvector.h +usr/include/tqt3/ntqwidcoll.h +usr/include/tqt3/ntqwindefs.h diff --git a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install index b08596ee9..32d3bb87d 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install +++ b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-headers.install @@ -1,271 +1,271 @@ usr/include/tqt3/private/* -usr/include/tqt3/qabstractlayout.h -usr/include/tqt3/qaccel.h -usr/include/tqt3/qaccessible.h -usr/include/tqt3/qaction.h -usr/include/tqt3/qapplication.h -usr/include/tqt3/qasciicache.h -usr/include/tqt3/qasciidict.h -usr/include/tqt3/qasyncimageio.h -usr/include/tqt3/qasyncio.h -usr/include/tqt3/qbig5codec.h -usr/include/tqt3/qbitarray.h -usr/include/tqt3/qbitmap.h -usr/include/tqt3/qbrush.h -usr/include/tqt3/qbuffer.h -usr/include/tqt3/qbutton.h -usr/include/tqt3/qbuttongroup.h -usr/include/tqt3/qcache.h -usr/include/tqt3/qcanvas.h -usr/include/tqt3/qcdestyle.h -usr/include/tqt3/qcheckbox.h -usr/include/tqt3/qcleanuphandler.h -usr/include/tqt3/qclipboard.h -usr/include/tqt3/qcolor.h -usr/include/tqt3/qcolordialog.h -usr/include/tqt3/qcombobox.h -usr/include/tqt3/qcommonstyle.h -usr/include/tqt3/qcompactstyle.h -usr/include/tqt3/qconnection.h -usr/include/tqt3/qcstring.h -usr/include/tqt3/qcursor.h -usr/include/tqt3/qdatabrowser.h -usr/include/tqt3/qdatastream.h -usr/include/tqt3/qdatatable.h -usr/include/tqt3/qdataview.h -usr/include/tqt3/qdatetime.h -usr/include/tqt3/qdatetimeedit.h -usr/include/tqt3/qdeepcopy.h -usr/include/tqt3/qdesktopwidget.h -usr/include/tqt3/qdial.h -usr/include/tqt3/qdialog.h -usr/include/tqt3/qdict.h -usr/include/tqt3/qdir.h -usr/include/tqt3/qdns.h -usr/include/tqt3/qdockarea.h -usr/include/tqt3/qdockwindow.h -usr/include/tqt3/qdom.h -usr/include/tqt3/qdragobject.h -usr/include/tqt3/qdrawutil.h -usr/include/tqt3/qdropsite.h -usr/include/tqt3/qeditorfactory.h -usr/include/tqt3/qerrormessage.h -usr/include/tqt3/qeucjpcodec.h -usr/include/tqt3/qeuckrcodec.h -usr/include/tqt3/qevent.h -usr/include/tqt3/qeventloop.h -usr/include/tqt3/qfeatures.h -usr/include/tqt3/qfile.h -usr/include/tqt3/qfiledialog.h -usr/include/tqt3/qfileinfo.h -usr/include/tqt3/qfocusdata.h -usr/include/tqt3/qfont.h -usr/include/tqt3/qfontdatabase.h -usr/include/tqt3/qfontdialog.h -usr/include/tqt3/qfontinfo.h -usr/include/tqt3/qfontmetrics.h -usr/include/tqt3/qframe.h -usr/include/tqt3/qftp.h -usr/include/tqt3/qgarray.h -usr/include/tqt3/qgb18030codec.h -usr/include/tqt3/qgbkcodec.h -usr/include/tqt3/qgcache.h -usr/include/tqt3/qgdict.h -usr/include/tqt3/qgeneric.h -usr/include/tqt3/qgif.h -usr/include/tqt3/qglist.h -usr/include/tqt3/qglobal.h -usr/include/tqt3/qgplugin.h -usr/include/tqt3/qgrid.h -usr/include/tqt3/qgridview.h -usr/include/tqt3/qgroupbox.h -usr/include/tqt3/qguardedptr.h -usr/include/tqt3/qgvector.h -usr/include/tqt3/qhbox.h -usr/include/tqt3/qhbuttongroup.h -usr/include/tqt3/qheader.h -usr/include/tqt3/qhgroupbox.h -usr/include/tqt3/qhostaddress.h -usr/include/tqt3/qhttp.h -usr/include/tqt3/qiconset.h -usr/include/tqt3/qiconview.h -usr/include/tqt3/qimage.h -usr/include/tqt3/qimageformatplugin.h -usr/include/tqt3/qinputdialog.h -usr/include/tqt3/qintcache.h -usr/include/tqt3/qintdict.h -usr/include/tqt3/qinterlacestyle.h -usr/include/tqt3/qiodevice.h -usr/include/tqt3/qjiscodec.h -usr/include/tqt3/qjpegio.h -usr/include/tqt3/qjpunicode.h -usr/include/tqt3/qkeycode.h -usr/include/tqt3/qkeysequence.h -usr/include/tqt3/qlabel.h -usr/include/tqt3/qlayout.h -usr/include/tqt3/qlcdnumber.h -usr/include/tqt3/qlibrary.h -usr/include/tqt3/qlineedit.h -usr/include/tqt3/qlistbox.h -usr/include/tqt3/qlistview.h -usr/include/tqt3/qlocale.h -usr/include/tqt3/qlocalfs.h -usr/include/tqt3/qmainwindow.h -usr/include/tqt3/qmap.h -usr/include/tqt3/qmemarray.h -usr/include/tqt3/qmenubar.h -usr/include/tqt3/qmenudata.h -usr/include/tqt3/qmessagebox.h -usr/include/tqt3/qmetaobject.h -usr/include/tqt3/qmime.h -usr/include/tqt3/qmngio.h -usr/include/tqt3/qmotifstyle.h -usr/include/tqt3/qmotifplusstyle.h -usr/include/tqt3/qmovie.h -usr/include/tqt3/qmultilineedit.h -usr/include/tqt3/qmutex.h -usr/include/tqt3/qnamespace.h -usr/include/tqt3/qnetwork.h -usr/include/tqt3/qnetworkprotocol.h -usr/include/tqt3/qnp.h -usr/include/tqt3/qobject.h -usr/include/tqt3/qobjectcleanuphandler.h -usr/include/tqt3/qobjectdefs.h -usr/include/tqt3/qobjectdict.h -usr/include/tqt3/qobjectlist.h -usr/include/tqt3/qpaintdevice.h -usr/include/tqt3/qpaintdevicedefs.h -usr/include/tqt3/qpaintdevicemetrics.h -usr/include/tqt3/qpainter.h -usr/include/tqt3/qpair.h -usr/include/tqt3/qpalette.h -usr/include/tqt3/qpen.h -usr/include/tqt3/qpicture.h -usr/include/tqt3/qpixmap.h -usr/include/tqt3/qpixmapcache.h -usr/include/tqt3/qplatinumstyle.h -usr/include/tqt3/qpngio.h -usr/include/tqt3/qpoint.h -usr/include/tqt3/qpointarray.h -usr/include/tqt3/qpolygonscanner.h -usr/include/tqt3/qpopupmenu.h -usr/include/tqt3/qprintdialog.h -usr/include/tqt3/qprinter.h -usr/include/tqt3/qprocess.h -usr/include/tqt3/qprogressbar.h -usr/include/tqt3/qprogressdialog.h -usr/include/tqt3/qptrcollection.h -usr/include/tqt3/qptrdict.h -usr/include/tqt3/qptrlist.h -usr/include/tqt3/qptrqueue.h -usr/include/tqt3/qptrstack.h -usr/include/tqt3/qptrvector.h -usr/include/tqt3/qpushbutton.h -usr/include/tqt3/qradiobutton.h -usr/include/tqt3/qrangecontrol.h -usr/include/tqt3/qrect.h -usr/include/tqt3/qregexp.h -usr/include/tqt3/qregion.h -usr/include/tqt3/qrtlcodec.h -usr/include/tqt3/qscrollbar.h -usr/include/tqt3/qscrollview.h -usr/include/tqt3/qsemaphore.h -usr/include/tqt3/qsemimodal.h -usr/include/tqt3/qserversocket.h -usr/include/tqt3/qsession.h -usr/include/tqt3/qsessionmanager.h -usr/include/tqt3/qsettings.h -usr/include/tqt3/qsgistyle.h -usr/include/tqt3/qshared.h -usr/include/tqt3/qsignal.h -usr/include/tqt3/qsignalmapper.h -usr/include/tqt3/qsignalslotimp.h -usr/include/tqt3/qsimplerichtext.h -usr/include/tqt3/qsize.h -usr/include/tqt3/qsizegrip.h -usr/include/tqt3/qsizepolicy.h -usr/include/tqt3/qsjiscodec.h -usr/include/tqt3/qslider.h -usr/include/tqt3/qsocket.h -usr/include/tqt3/qsocketdevice.h -usr/include/tqt3/qsocketnotifier.h -usr/include/tqt3/qsortedlist.h -usr/include/tqt3/qsound.h -usr/include/tqt3/qspinbox.h -usr/include/tqt3/qsplashscreen.h -usr/include/tqt3/qsplitter.h -usr/include/tqt3/qsql.h -usr/include/tqt3/qsqlcursor.h -usr/include/tqt3/qsqldatabase.h -usr/include/tqt3/qsqldriver.h -usr/include/tqt3/qsqldriverplugin.h -usr/include/tqt3/qsqleditorfactory.h -usr/include/tqt3/qsqlerror.h -usr/include/tqt3/qsqlfield.h -usr/include/tqt3/qsqlform.h -usr/include/tqt3/qsqlindex.h -usr/include/tqt3/qsqlpropertymap.h -usr/include/tqt3/qsqlquery.h -usr/include/tqt3/qsqlrecord.h -usr/include/tqt3/qsqlresult.h -usr/include/tqt3/qsqlselectcursor.h -usr/include/tqt3/qstatusbar.h -usr/include/tqt3/qstring.h -usr/include/tqt3/qstringlist.h -usr/include/tqt3/qstrlist.h -usr/include/tqt3/qstrvec.h -usr/include/tqt3/qstyle.h -usr/include/tqt3/qstylefactory.h -usr/include/tqt3/qstyleplugin.h -usr/include/tqt3/qstylesheet.h -usr/include/tqt3/qsyntaxhighlighter.h -usr/include/tqt3/qt.h -usr/include/tqt3/qtabbar.h -usr/include/tqt3/qtabdialog.h -usr/include/tqt3/qtable.h -usr/include/tqt3/qtabwidget.h -usr/include/tqt3/qtextbrowser.h -usr/include/tqt3/qtextcodec.h -usr/include/tqt3/qtextcodecfactory.h -usr/include/tqt3/qtextcodecplugin.h -usr/include/tqt3/qtextedit.h -usr/include/tqt3/qtextstream.h -usr/include/tqt3/qtextview.h -usr/include/tqt3/qthread.h -usr/include/tqt3/qthreadstorage.h -usr/include/tqt3/qtimer.h -usr/include/tqt3/qtl.h -usr/include/tqt3/qtoolbar.h -usr/include/tqt3/qtoolbox.h -usr/include/tqt3/qtoolbutton.h -usr/include/tqt3/qtooltip.h -usr/include/tqt3/qtranslator.h -usr/include/tqt3/qtsciicodec.h -usr/include/tqt3/qurl.h -usr/include/tqt3/qurlinfo.h -usr/include/tqt3/qurloperator.h -usr/include/tqt3/qutfcodec.h -usr/include/tqt3/quuid.h -usr/include/tqt3/qvalidator.h -usr/include/tqt3/qvaluelist.h -usr/include/tqt3/qvaluestack.h -usr/include/tqt3/qvaluevector.h -usr/include/tqt3/qvariant.h -usr/include/tqt3/qvbox.h -usr/include/tqt3/qvbuttongroup.h -usr/include/tqt3/qvfbhdr.h -usr/include/tqt3/qvgroupbox.h -usr/include/tqt3/qwaitcondition.h -usr/include/tqt3/qwhatsthis.h -usr/include/tqt3/qwidget.h -usr/include/tqt3/qwidgetintdict.h -usr/include/tqt3/qwidgetlist.h -usr/include/tqt3/qwidgetplugin.h -usr/include/tqt3/qwidgetstack.h -usr/include/tqt3/qwindowdefs.h -usr/include/tqt3/qwindowsstyle.h -usr/include/tqt3/qwinexport.h -usr/include/tqt3/qwizard.h -usr/include/tqt3/qwmatrix.h -usr/include/tqt3/qworkspace.h -usr/include/tqt3/qxml.h +usr/include/tqt3/ntqabstractlayout.h +usr/include/tqt3/ntqaccel.h +usr/include/tqt3/ntqaccessible.h +usr/include/tqt3/ntqaction.h +usr/include/tqt3/ntqapplication.h +usr/include/tqt3/ntqasciicache.h +usr/include/tqt3/ntqasciidict.h +usr/include/tqt3/ntqasyncimageio.h +usr/include/tqt3/ntqasyncio.h +usr/include/tqt3/ntqbig5codec.h +usr/include/tqt3/ntqbitarray.h +usr/include/tqt3/ntqbitmap.h +usr/include/tqt3/ntqbrush.h +usr/include/tqt3/ntqbuffer.h +usr/include/tqt3/ntqbutton.h +usr/include/tqt3/ntqbuttongroup.h +usr/include/tqt3/ntqcache.h +usr/include/tqt3/ntqcanvas.h +usr/include/tqt3/ntqcdestyle.h +usr/include/tqt3/ntqcheckbox.h +usr/include/tqt3/ntqcleanuphandler.h +usr/include/tqt3/ntqclipboard.h +usr/include/tqt3/ntqcolor.h +usr/include/tqt3/ntqcolordialog.h +usr/include/tqt3/ntqcombobox.h +usr/include/tqt3/ntqcommonstyle.h +usr/include/tqt3/ntqcompactstyle.h +usr/include/tqt3/ntqconnection.h +usr/include/tqt3/ntqcstring.h +usr/include/tqt3/ntqcursor.h +usr/include/tqt3/ntqdatabrowser.h +usr/include/tqt3/ntqdatastream.h +usr/include/tqt3/ntqdatatable.h +usr/include/tqt3/ntqdataview.h +usr/include/tqt3/ntqdatetime.h +usr/include/tqt3/ntqdatetimeedit.h +usr/include/tqt3/ntqdeepcopy.h +usr/include/tqt3/ntqdesktopwidget.h +usr/include/tqt3/ntqdial.h +usr/include/tqt3/ntqdialog.h +usr/include/tqt3/ntqdict.h +usr/include/tqt3/ntqdir.h +usr/include/tqt3/ntqdns.h +usr/include/tqt3/ntqdockarea.h +usr/include/tqt3/ntqdockwindow.h +usr/include/tqt3/ntqdom.h +usr/include/tqt3/ntqdragobject.h +usr/include/tqt3/ntqdrawutil.h +usr/include/tqt3/ntqdropsite.h +usr/include/tqt3/ntqeditorfactory.h +usr/include/tqt3/ntqerrormessage.h +usr/include/tqt3/ntqeucjpcodec.h +usr/include/tqt3/ntqeuckrcodec.h +usr/include/tqt3/ntqevent.h +usr/include/tqt3/ntqeventloop.h +usr/include/tqt3/ntqfeatures.h +usr/include/tqt3/ntqfile.h +usr/include/tqt3/ntqfiledialog.h +usr/include/tqt3/ntqfileinfo.h +usr/include/tqt3/ntqfocusdata.h +usr/include/tqt3/ntqfont.h +usr/include/tqt3/ntqfontdatabase.h +usr/include/tqt3/ntqfontdialog.h +usr/include/tqt3/ntqfontinfo.h +usr/include/tqt3/ntqfontmetrics.h +usr/include/tqt3/ntqframe.h +usr/include/tqt3/ntqftp.h +usr/include/tqt3/ntqgarray.h +usr/include/tqt3/ntqgb18030codec.h +usr/include/tqt3/ntqgbkcodec.h +usr/include/tqt3/ntqgcache.h +usr/include/tqt3/ntqgdict.h +usr/include/tqt3/ntqgeneric.h +usr/include/tqt3/ntqgif.h +usr/include/tqt3/ntqglist.h +usr/include/tqt3/ntqglobal.h +usr/include/tqt3/ntqgplugin.h +usr/include/tqt3/ntqgrid.h +usr/include/tqt3/ntqgridview.h +usr/include/tqt3/ntqgroupbox.h +usr/include/tqt3/ntqguardedptr.h +usr/include/tqt3/ntqgvector.h +usr/include/tqt3/ntqhbox.h +usr/include/tqt3/ntqhbuttongroup.h +usr/include/tqt3/ntqheader.h +usr/include/tqt3/ntqhgroupbox.h +usr/include/tqt3/ntqhostaddress.h +usr/include/tqt3/ntqhttp.h +usr/include/tqt3/ntqiconset.h +usr/include/tqt3/ntqiconview.h +usr/include/tqt3/ntqimage.h +usr/include/tqt3/ntqimageformatplugin.h +usr/include/tqt3/ntqinputdialog.h +usr/include/tqt3/ntqintcache.h +usr/include/tqt3/ntqintdict.h +usr/include/tqt3/ntqinterlacestyle.h +usr/include/tqt3/ntqiodevice.h +usr/include/tqt3/ntqjiscodec.h +usr/include/tqt3/ntqjpegio.h +usr/include/tqt3/ntqjpunicode.h +usr/include/tqt3/ntqkeycode.h +usr/include/tqt3/ntqkeysequence.h +usr/include/tqt3/ntqlabel.h +usr/include/tqt3/ntqlayout.h +usr/include/tqt3/ntqlcdnumber.h +usr/include/tqt3/ntqlibrary.h +usr/include/tqt3/ntqlineedit.h +usr/include/tqt3/ntqlistbox.h +usr/include/tqt3/ntqlistview.h +usr/include/tqt3/ntqlocale.h +usr/include/tqt3/ntqlocalfs.h +usr/include/tqt3/ntqmainwindow.h +usr/include/tqt3/ntqmap.h +usr/include/tqt3/ntqmemarray.h +usr/include/tqt3/ntqmenubar.h +usr/include/tqt3/ntqmenudata.h +usr/include/tqt3/ntqmessagebox.h +usr/include/tqt3/ntqmetaobject.h +usr/include/tqt3/ntqmime.h +usr/include/tqt3/ntqmngio.h +usr/include/tqt3/ntqmotifstyle.h +usr/include/tqt3/ntqmotifplusstyle.h +usr/include/tqt3/ntqmovie.h +usr/include/tqt3/ntqmultilineedit.h +usr/include/tqt3/ntqmutex.h +usr/include/tqt3/ntqnamespace.h +usr/include/tqt3/ntqnetwork.h +usr/include/tqt3/ntqnetworkprotocol.h +usr/include/tqt3/ntqnp.h +usr/include/tqt3/ntqobject.h +usr/include/tqt3/ntqobjectcleanuphandler.h +usr/include/tqt3/ntqobjectdefs.h +usr/include/tqt3/ntqobjectdict.h +usr/include/tqt3/ntqobjectlist.h +usr/include/tqt3/ntqpaintdevice.h +usr/include/tqt3/ntqpaintdevicedefs.h +usr/include/tqt3/ntqpaintdevicemetrics.h +usr/include/tqt3/ntqpainter.h +usr/include/tqt3/ntqpair.h +usr/include/tqt3/ntqpalette.h +usr/include/tqt3/ntqpen.h +usr/include/tqt3/ntqpicture.h +usr/include/tqt3/ntqpixmap.h +usr/include/tqt3/ntqpixmapcache.h +usr/include/tqt3/ntqplatinumstyle.h +usr/include/tqt3/ntqpngio.h +usr/include/tqt3/ntqpoint.h +usr/include/tqt3/ntqpointarray.h +usr/include/tqt3/ntqpolygonscanner.h +usr/include/tqt3/ntqpopupmenu.h +usr/include/tqt3/ntqprintdialog.h +usr/include/tqt3/ntqprinter.h +usr/include/tqt3/ntqprocess.h +usr/include/tqt3/ntqprogressbar.h +usr/include/tqt3/ntqprogressdialog.h +usr/include/tqt3/ntqptrcollection.h +usr/include/tqt3/ntqptrdict.h +usr/include/tqt3/ntqptrlist.h +usr/include/tqt3/ntqptrqueue.h +usr/include/tqt3/ntqptrstack.h +usr/include/tqt3/ntqptrvector.h +usr/include/tqt3/ntqpushbutton.h +usr/include/tqt3/ntqradiobutton.h +usr/include/tqt3/ntqrangecontrol.h +usr/include/tqt3/ntqrect.h +usr/include/tqt3/ntqregexp.h +usr/include/tqt3/ntqregion.h +usr/include/tqt3/ntqrtlcodec.h +usr/include/tqt3/ntqscrollbar.h +usr/include/tqt3/ntqscrollview.h +usr/include/tqt3/ntqsemaphore.h +usr/include/tqt3/ntqsemimodal.h +usr/include/tqt3/ntqserversocket.h +usr/include/tqt3/ntqsession.h +usr/include/tqt3/ntqsessionmanager.h +usr/include/tqt3/ntqsettings.h +usr/include/tqt3/ntqsgistyle.h +usr/include/tqt3/ntqshared.h +usr/include/tqt3/ntqsignal.h +usr/include/tqt3/ntqsignalmapper.h +usr/include/tqt3/ntqsignalslotimp.h +usr/include/tqt3/ntqsimplerichtext.h +usr/include/tqt3/ntqsize.h +usr/include/tqt3/ntqsizegrip.h +usr/include/tqt3/ntqsizepolicy.h +usr/include/tqt3/ntqsjiscodec.h +usr/include/tqt3/ntqslider.h +usr/include/tqt3/ntqsocket.h +usr/include/tqt3/ntqsocketdevice.h +usr/include/tqt3/ntqsocketnotifier.h +usr/include/tqt3/ntqsortedlist.h +usr/include/tqt3/ntqsound.h +usr/include/tqt3/ntqspinbox.h +usr/include/tqt3/ntqsplashscreen.h +usr/include/tqt3/ntqsplitter.h +usr/include/tqt3/ntqsql.h +usr/include/tqt3/ntqsqlcursor.h +usr/include/tqt3/ntqsqldatabase.h +usr/include/tqt3/ntqsqldriver.h +usr/include/tqt3/ntqsqldriverplugin.h +usr/include/tqt3/ntqsqleditorfactory.h +usr/include/tqt3/ntqsqlerror.h +usr/include/tqt3/ntqsqlfield.h +usr/include/tqt3/ntqsqlform.h +usr/include/tqt3/ntqsqlindex.h +usr/include/tqt3/ntqsqlpropertymap.h +usr/include/tqt3/ntqsqlquery.h +usr/include/tqt3/ntqsqlrecord.h +usr/include/tqt3/ntqsqlresult.h +usr/include/tqt3/ntqsqlselectcursor.h +usr/include/tqt3/ntqstatusbar.h +usr/include/tqt3/ntqstring.h +usr/include/tqt3/ntqstringlist.h +usr/include/tqt3/ntqstrlist.h +usr/include/tqt3/ntqstrvec.h +usr/include/tqt3/ntqstyle.h +usr/include/tqt3/ntqstylefactory.h +usr/include/tqt3/ntqstyleplugin.h +usr/include/tqt3/ntqstylesheet.h +usr/include/tqt3/ntqsyntaxhighlighter.h +usr/include/tqt3/ntqt.h +usr/include/tqt3/ntqtabbar.h +usr/include/tqt3/ntqtabdialog.h +usr/include/tqt3/ntqtable.h +usr/include/tqt3/ntqtabwidget.h +usr/include/tqt3/ntqtextbrowser.h +usr/include/tqt3/ntqtextcodec.h +usr/include/tqt3/ntqtextcodecfactory.h +usr/include/tqt3/ntqtextcodecplugin.h +usr/include/tqt3/ntqtextedit.h +usr/include/tqt3/ntqtextstream.h +usr/include/tqt3/ntqtextview.h +usr/include/tqt3/ntqthread.h +usr/include/tqt3/ntqthreadstorage.h +usr/include/tqt3/ntqtimer.h +usr/include/tqt3/ntqtl.h +usr/include/tqt3/ntqtoolbar.h +usr/include/tqt3/ntqtoolbox.h +usr/include/tqt3/ntqtoolbutton.h +usr/include/tqt3/ntqtooltip.h +usr/include/tqt3/ntqtranslator.h +usr/include/tqt3/ntqtsciicodec.h +usr/include/tqt3/ntqurl.h +usr/include/tqt3/ntqurlinfo.h +usr/include/tqt3/ntqurloperator.h +usr/include/tqt3/ntqutfcodec.h +usr/include/tqt3/ntquuid.h +usr/include/tqt3/ntqvalidator.h +usr/include/tqt3/ntqvaluelist.h +usr/include/tqt3/ntqvaluestack.h +usr/include/tqt3/ntqvaluevector.h +usr/include/tqt3/ntqvariant.h +usr/include/tqt3/ntqvbox.h +usr/include/tqt3/ntqvbuttongroup.h +usr/include/tqt3/ntqvfbhdr.h +usr/include/tqt3/ntqvgroupbox.h +usr/include/tqt3/ntqwaitcondition.h +usr/include/tqt3/ntqwhatsthis.h +usr/include/tqt3/ntqwidget.h +usr/include/tqt3/ntqwidgetintdict.h +usr/include/tqt3/ntqwidgetlist.h +usr/include/tqt3/ntqwidgetplugin.h +usr/include/tqt3/ntqwidgetstack.h +usr/include/tqt3/ntqwindowdefs.h +usr/include/tqt3/ntqwindowsstyle.h +usr/include/tqt3/ntqwinexport.h +usr/include/tqt3/ntqwizard.h +usr/include/tqt3/ntqwmatrix.h +usr/include/tqt3/ntqworkspace.h +usr/include/tqt3/ntqxml.h diff --git a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-mt-dev.install b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-mt-dev.install index 43ee1dce7..e846fb59e 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-mt-dev.install +++ b/ubuntu/maverick/dependencies/tqt3/debian/libtqt3-mt-dev.install @@ -4,6 +4,6 @@ usr/lib/libtqt-mt.so usr/lib/libtqui.prl usr/lib/libtqui.so usr/lib/pkgconfig/tqt-mt.pc -usr/include/tqt3/qgl.h -usr/include/tqt3/qglcolormap.h -usr/include/tqt3/qwidgetfactory.h +usr/include/tqt3/ntqgl.h +usr/include/tqt3/ntqglcolormap.h +usr/include/tqt3/ntqwidgetfactory.h diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh index 25da9bf59..ad98ad5be 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh +++ b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh @@ -7,7 +7,7 @@ export QTDIR=/usr/share/tqt3 cp /usr/share/tqt3/.qmake.cache ./.qmake.cache # Now compile the examples. The themes example -# won't work since qconfig.h is not really correct with the +# won't work since ntqconfig.h is not really correct with the # ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue cd examples; qmake -o Makefile examples.pro; make -k diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/createcw.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/createcw.1 deleted file mode 100644 index 0959a2df1..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/createcw.1 +++ /dev/null @@ -1,57 +0,0 @@ -.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -createcw \- custom widget description creater for Qt Designer -.SH "SYNTAX" -.LP -createcw <\fIfilename.cw\fP> -.SH "DESCRIPTION" -.LP -This small application makes it much easier to create -custom widget descriptions for the Qt Designer. Using -them you can use custom widgets in the Qt Designer -including their signals, slots and properties. - -To do that normally you would have to enter all that -information in the custom widget dialog in the Qt -Designer for each widget. But this small tool can create -for you these description files for your custom widgets -which you then can simply import into the Qt Designer. So -you can use your custom widgets without any additional -work in your forms in the Qt Designer then. - -To do that you have to modify the sourcecode (main.cpp) a -bit and recompile it afterwards. - -STEP1: Include header files of the widgets for which a -description should be created here. If you have a widget -which is defined in the file mycustomwidget.h in -/home/joedeveloper/src, write here - -#include "/home/joedeveloper/src/mycustomwidget.h" - -STEP2: Instantiate all widgets for which a description -should be created here and add them to the list wl. If -your custom widget is e.g. called MyCustomWidget you -would write here - - Widget w; - w.w = new MyCustomWidget( 0, 0 ); - w.include = "mycustomwidget.h"; - w.location = "global"; - wl.append( w ); - -After that compile the program, link it with your custom -widget (library or object file) and run it like this: - - (unix): ./createcw mywidgets.cw - (win32): createcw mywidgets.cw - -After that you can import this description file into the -Qt Designer using the Custom\-Widget Dialog (See -Tools\->Custom\->Edit Custom Widgets... in the Qt Designer) -and use these custom widget there in your forms. - -.SH "AUTHORS" -.LP -Troll Tech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/designer.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/designer.1 deleted file mode 100644 index 4151e94a7..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/designer.1 +++ /dev/null @@ -1,54 +0,0 @@ -.TH "qt-designer" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qt\-designer \- Visual user interface designer for Qt. -.SH "DESCRIPTION" -.LP -Qt Designer simplifies the process of designing and -creating graphical user interfaces (GUI) using the -award\-winning Qt toolkit. Qt Designer is easy to learn. -There are tutorials, walkthrough examples and the -reference documentation accelerating you through the -learning phase. After that, Qt Designer greatly reduces -the time and effort needed to develop even the most -complex dialogs with an easy\-to\-use GUI and an integrated -help system. - - Qt Designer provides a rich set of features aimed at -making the creation of dialogs as easy and smooth as -possible without reducing the power of Qt. It offers all -the strength of the Qt layout system with a well\-designed -user interface. This, combined with the Qt Designer's -undo/redo system makes it simple to try different -arrangements of the widgets until the result satisfies -you. - - Using Qt Designer's convenient property editor along -with the dynamic Qt property system it is easy to set the -initial state of your widgets. Special editors for some -widgets (like listboxes, comboboxes, etc.) allow you to -fill these widgets with content without writing any code. -Using the object hierarchy view, the parent\-child -relationship between the widgets of a dialog can be -understood at a glance. - - Integrating dialogs into a Qt project is straightforward -thanks to the User Interface Compiler (UIC), which -generates C++ code from the XML dialog description on the -fly. The programmer can easily extend the functionality -of the generated classes by subclassing without touching -generated code at all or running the risk of loosing -their changes. -.SH "FILES" -.LP -\fI/usr/share/qt/tools/designer/*\fP -.SH "ENVIRONMENT VARIABLES" -.LP -.TP -\fBQTDIR\fP -Specifies the Qt base directory. On Debian systems this -should be set to /usr/share/qt. The /usr/bin/designer -wrapper script takes care of this. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/findtr.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/findtr.1 deleted file mode 100644 index f1d3a87d5..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/findtr.1 +++ /dev/null @@ -1,25 +0,0 @@ -.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -findtr \- Extracts information about text to be translated -.SH "SYNTAX" -.LP -findtr *.cpp *.h >myapp.po -.SH "DESCRIPTION" -.LP - -Extracts information about text to be translated. It -recognizes the tr() constructs described above and -produces a file in ".po" format, a simple text format -that your translation team will copy and edit. For -example, the base .po file might be myapp.po and -translated versions of the file would then be -myapp_de.po, myapp_fr.po, and myapp_ja.po for -translations in German, French and Japanese respectively. - - findtr *.cpp *.h >myapp.po - copy myapp.po myapp_de.po - edit myapp_de.po -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/linguist.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/linguist.1 deleted file mode 100644 index a0f99133b..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/linguist.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH LINGUIST 1 "28 August 2004" -.SH "NAME" -linguist \- Translation tool for Qt. - -.SH "SYNPOSIS" -.B linguist -[ -.I TRANSLATION -] - -.SH "DESCRIPTION" -.B Qt Linguist -is a tool for adding translations to Qt applications. It -introduces the concept of a translation "context" which -means a group of phrases that appear together on the -screen e.g. in the same menu or dialog. - -The only parameter accepted on the command line is -.I TRANSLATION -wich is the name of the translation file you wish to open. - -.SH FILES -.I ~/.qt/qt_designerrc -.RS -Per user configuration file. - -.SH SEE ALSO -.B Qt Linguist -is too complex to be described completely in the "man" page -format. If your system is properly configured, you can access -the full documentation within -.B Qt Linguist -under the Help menu. - -.SH AUTHOR -This manual page was written by Jeremy Laine <jeremy.laine@m4x.org>, -for the Debian GNU/Linux system (but may be used by others). diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/makeqpf.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/makeqpf.1 deleted file mode 100644 index 37ddcfd4f..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/makeqpf.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -makeqpf \- Create qpf files from TTF and BDF files. -.SH "DESCRIPTION" -.LP -Qt Prerendered Font (QPF) is a light\-weight non\-scalable -font format specific to Qt/Embedded. makeqpf is a tool -that assists producing QPF files from TTF and BDF files. - - -.SH "SYNTAX" -qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> -.br - -general\-files - These files can be any type of file. -\-\-images image\-files - These files must be in image formats supported by Qt. - -.SH "FILES" -.LP -\fI$(QTDIR)/etc/fonts/fontdir\fP -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/mergetr.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/mergetr.1 deleted file mode 100644 index 9ed2a9f25..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/mergetr.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -mergetr \- Merge changes in translations -.SH "SYNTAX" -.LP -mergetr myapp_de.po myapp.po - -.SH "DESCRIPTION" -.LP -When the texts in your program change as it is developed, -a the base .po file can be regenerated using findtr, -then mergetr can be used to merge the changes into the -other .po files: - - mergetr myapp_de.po myapp.po - mergetr myapp_fr.po myapp.po - mergetr myapp_ja.po myapp.po - - -The translation team then edits the new .po files to -translate the new or changed texts. When texts change, -the old text is included in the .po file as a comment to -guide the new translation (no "fuzzy" matching is done). -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/msg2qm.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/msg2qm.1 deleted file mode 100644 index 7d22bbb96..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/msg2qm.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -msg2qm \- Converts translated .po files to a Qt\-specific binary format. -.SH "SYNTAX" -.LP -msg2qm myapp_de.po myapp_de.qm -.SH "DESCRIPTION" -.LP - -Converts translated .po files to a Qt\-specific binary -format (".qm" Qt message files). The Qt message files -are platform and locale independent, containing -translations in Unicode and various hash tables to -provide fast look\-up. - - msg2qm myapp_de.po myapp_de.qm - msg2qm myapp_fr.po myapp_fr.qm - msg2qm myapp_ja.po myapp_ja.qm - - -In your application, use QTranslator::load() to load -translation files appropriate for the user's language. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qt20fix.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qt20fix.1 deleted file mode 100644 index 352921be8..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qt20fix.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 -.SH "SYNTAX" -.LP -qt20fix myapp.cpp - -.SH "DESCRIPTION" -.LP -Qt 2.x is namespace\-clean, unlike 1.x. Qt now uses very -few global identifiers. Identifiers like red, blue, -LeftButton, AlignRight, Key_Up, Key_Down, NoBrush etc. -are now part of a special class Qt (defined in -qnamespace.h), which is inherited by most Qt classes. -Member functions of classes that inherit from QWidget, -etc. are totally unaffected, but code that is not in -functions of classes inherited from Qt, you must qualify -these identifiers like this: Qt::red, Qt::LeftButton, -Qt::AlignRight, etc. - -The qt/bin/qt20fix script helps to fix the code that -needs adaption, though most code does not need changing. - -Compiling with \-DQT1COMPATIBILITY will help you get going -with Qt 2.x \- it allows all the old "dirty namespace" -identifiers from Qt 1.x to continue working. Without it, -you'll get compile errors that can easily be fixed by -searching this page for the clean identifiers. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qtconfig.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qtconfig.1 deleted file mode 100644 index 7e03bf49b..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qtconfig.1 +++ /dev/null @@ -1,17 +0,0 @@ -.TH "qtconfig" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qtconfig \- Configuration tool for Qt -.SH "DESCRIPTION" -.LP -QConfig allows for GUI based configuration of Qt and - other Qt based sources. - -.SH "ENVIRONMENT VARIABLES" -.LP -.TP -\fBQTDIR\fP -Specifies the base Qt dir -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qvfb.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qvfb.1 deleted file mode 100644 index 89a91cf2a..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/qvfb.1 +++ /dev/null @@ -1,66 +0,0 @@ -.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qvfb \- Virtual framebuffer for Qt -.SH "DESCRIPTION" -.LP -The virtual framebuffer allows Qt/Embedded programs to be -developed on your desktop machine, without switching -between consoles and X11. - -Start a Qt/Embedded master application (i.e., construct -QApplication with QApplication::GuiServer flag or use the -\-qws command line parameter). You will need to specify to -the server that you wish to use the virtual framebuffer -driver, e.g.: - - widgets \-qws \-display QVFb:0 - -You may prefer to set the QWS_DISPLAY environment -variable to be QVFb:0. - -qvfb supports the following command line options: - - \-width width: the width of the virtual framebuffer - (default: 240). - \-height height: the height of the virtual framebuffer - (default: 320). - \-depth depth: the depth of the virtual framebuffer (1, 8 - or 32; default: 8). - \-nocursor: do not display the X11 cursor in the - framebuffer window. - \-qwsdisplay :id the Qt/Embedded display id to provide - (default: 0). - - Virtual Framebuffer Design - -The virtual framebuffer emulates a framebuffer using a -shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (qvfb). -The regions of the display that have changed are updated -periodically, so you will see discrete snapshots of the -framebuffer rather than each individual drawing -operation. For this reason drawing problems such as -flickering may not be apparent until the program is run -using a real framebuffer. - -The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause qvfb to check for -updated regions more tquickly. The rate is a target only. -If little drawing is being done, the framebuffer will not -show any updates between drawing events. If an -application is displaying an animation the updates will -be frequent, and the application and qvfb will compete -for processor time. - -Mouse and keyboard events are passed to the Qt/Embedded -master process via named pipes. - -The virtual framebuffer is a development tool only. No -security issues have been considered in the virtual -framebuffer design. It should be avoided in a production -environment; QT_NO_QWS_VFB should always be defined in -production libraries. -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/tqembed.1 b/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/tqembed.1 deleted file mode 100644 index a9b262f10..000000000 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/man/tqembed.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "qembed" "1" "3.0.3" "Troll Tech AS, Norway." "" -.SH "NAME" -.LP -qembed \- Converts arbitrary files into C++ code. -.SH "DESCRIPTION" -.LP -The QEmbed tool, found in qt/tools/qembed, converts -arbitrary files into C++ code. This is useful for -including image files and other resources directly into -your application rather than loading the data from -external files. - -QEmbed can also generate uncompressed versions of images -that can be included directly into your application, -thus avoiding both the external file and the need to -parse the image file format. This is useful for small -images such as icons for which compression is not a -great gain. - - -.SH "SYNTAX" -qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]> -.br - -general\-files - These files can be any type of file. -\-\-images image\-files - These files must be in image formats supported by Qt. - -.SH "AUTHORS" -.LP -TrollTech <http://www.trolltech.com/> diff --git a/ubuntu/maverick/dependencies/tqt3/debian/rules b/ubuntu/maverick/dependencies/tqt3/debian/rules index 9de2ec9df..047a93868 100755 --- a/ubuntu/maverick/dependencies/tqt3/debian/rules +++ b/ubuntu/maverick/dependencies/tqt3/debian/rules @@ -13,6 +13,7 @@ export PATH=$(QTDIR)/bin:$(OLD_PATH) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifeq ($(DEB_HOST_ARCH_OS),hurd) PLATFORM_ARG = hurd-g++ @@ -85,13 +86,13 @@ CONFIGURE_OPTS = \ -plugin-sql-odbc \ -plugin-sql-psql \ -plugin-sql-mysql \ + -plugin-sql-ibase \ -plugin-sql-sqlite \ \ -I/usr/include/mysql \ -I/usr/include/freetype2 \ -I`pg_config --includedir` \ - \ - -L/usr/lib/$(DEB_HOST_MULTIARCH) \ + -L/usr/lib/$(DEB_HOST_MULTIARCH)\ \ -lfontconfig \ -inputmethod \ @@ -126,10 +127,10 @@ libqt-thread-stamp: $(QUILT_STAMPFN) echo yes | ./configure $(CONFIGURE_OPTS) - rm -rf include/qinputcontext.h include/qinputcontextfactory.h include/qinputcontextplugin.h - ln -s ../src/kernel/qinputcontext.h include/qinputcontext.h - ln -s ../src/inputmethod/qinputcontextfactory.h include/qinputcontextfactory.h - ln -s ../src/inputmethod/qinputcontextplugin.h include/qinputcontextplugin.h + rm -rf include/ntqinputcontext.h include/ntqinputcontextfactory.h include/ntqinputcontextplugin.h + ln -s ../src/kernel/ntqinputcontext.h include/ntqinputcontext.h + ln -s ../src/inputmethod/ntqinputcontextfactory.h include/ntqinputcontextfactory.h + ln -s ../src/inputmethod/ntqinputcontextplugin.h include/ntqinputcontextplugin.h # proceed $(MAKE) sub-src sub-plugins sub-tools @@ -156,13 +157,13 @@ libqt-thread-stamp: $(QUILT_STAMPFN) install -d $(P_QTMTDEV)/usr/share/tqt3/ cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/tqt3#g" > $(P_QTMTDEV)/usr/share/tqt3/.qmake.cache - # install qconfig.h for the mt - install -m 644 -D include/qconfig.h $(P_QTMTDEV)/usr/include/tqt3/qconfig.h - install -m 644 -D include/qmodules.h $(P_QTMTDEV)/usr/include/tqt3/qmodules.h + # install ntqconfig.h for the mt + install -m 644 -D include/ntqconfig.h $(P_QTMTDEV)/usr/include/tqt3/ntqconfig.h + install -m 644 -D include/ntqmodules.h $(P_QTMTDEV)/usr/include/tqt3/ntqmodules.h - install -m 644 -D include/qinputcontext.h $(P_HEADERS)/usr/include/tqt3/qinputcontext.h - install -m 644 -D include/qinputcontextfactory.h $(P_HEADERS)/usr/include/tqt3/qinputcontextfactory.h - install -m 644 -D include/qinputcontextplugin.h $(P_HEADERS)/usr/include/tqt3/qinputcontextplugin.h + install -m 644 -D include/ntqinputcontext.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontext.h + install -m 644 -D include/ntqinputcontextfactory.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontextfactory.h + install -m 644 -D include/ntqinputcontextplugin.h $(P_HEADERS)/usr/include/tqt3/ntqinputcontextplugin.h touch libqt-thread-stamp @@ -187,14 +188,14 @@ clean: unpatch -rm -rf .qmake.cache src/.qmake.internal.cache tools/designer/designer/.qmake.internal.cache qmake/GNUmakefile \ config.status bin/moc bin/qmake src/moc/*.o mkspecs/default lib/lib* `pwd`/debian/doc $(TMP_INSTALL) \ - src/tools/qconfig.cpp include/qconfig.h include/qmodules.h plugins/accessibleqtwidgets.prl \ + src/tools/qconfig.cpp include/ntqconfig.h include/ntqmodules.h plugins/accessibleqtwidgets.prl \ config.tests/unix/ipv6/ipv6test config.tests/unix/ipv6/ipv6test.o config.tests/unix/ptrsize/ptrsizetest.o \ config.tests/unix/ptrsize/ptrsizetest config.tests/unix/endian/endiantest.o \ config.tests/unix/endian/endiantest lib/tqt-mt.pc extensions/nsplugin/examples/trivial/libtrivial.prl \ extensions/nsplugin/examples/grapher/libgrapher.prl bin/designer rm -f qmake/*o - rm -rf include/qinputcontext.h include/qinputcontextfactory.h include/qinputcontextplugin.h + rm -rf include/ntqinputcontext.h include/ntqinputcontextfactory.h include/ntqinputcontextplugin.h rm -f src/.obj/debug-shared-mt/*o plugins/src/inputmethods/imsw-multi/.obj/debug-shared-mt/*o plugins/inputmethods/*so rm -f plugins/src/inputmethods/imsw-none/.obj/debug-shared-mt/*o plugins/src/inputmethods/simple/.obj/debug-shared-mt/*o plugins/src/inputmethods/xim/.obj/debug-shared-mt/*o @@ -226,7 +227,7 @@ install: build install -d $(P_DOC)/usr/share/tqt3/doc/html/ for a in `cd $(TMP_INSTALL)/usr/share/tqt3/doc/html/ && find`; do cp $(TMP_INSTALL)/usr/share/tqt3/doc/html/"$$a" $(P_DOC)/usr/share/tqt3/doc/html/; done #typo bugfix - sed -i -e 's/reveives/receives/' $(P_DOC)/usr/share/tqt3/doc/html/qwidget.html + sed -i -e 's/reveives/receives/' $(P_DOC)/usr/share/tqt3/doc/html/ntqwidget.html ## build designer package documentation # tqt3-designer @@ -413,25 +414,16 @@ binary-arch: build install mv `pwd`/debian/tqt3-assistant/usr/bin/assistant `pwd`/debian/tqt3-assistant/usr/bin/assistant-tqt3 mv `pwd`/debian/tqt3-linguist/usr/bin/linguist `pwd`/debian/tqt3-linguist/usr/bin/linguist-tqt3 - install -D debian/maintain/man/designer.1 `pwd`/debian/tqt3-designer/usr/share/man/man1/designer-tqt3.1 install -D doc/man/man1/moc.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/moc-tqt3.1 install -D doc/man/man1/uic.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/uic-tqt3.1 install -D doc/man/man1/lrelease.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lrelease-tqt3.1 install -D doc/man/man1/lupdate.1 `pwd`/debian/tqt3-dev-tools/usr/share/man/man1/lupdate-tqt3.1 - install -D debian/maintain/man/qtconfig.1 `pwd`/debian/tqt3-qtconfig/usr/share/man/man1/qtconfig-tqt3.1 - install -D debian/maintain/man/linguist.1 `pwd`/debian/tqt3-linguist/usr/share/man/man1/linguist-tqt3.1 dh_link -ptqt3-designer usr/share/tqt3/doc/html usr/share/doc/tqt3-designer/html dh_link -ptqt3-assistant usr/share/tqt3/doc/html usr/share/doc/tqt3-assistant/html dh_link -ptqt3-linguist usr/share/tqt3/doc/html usr/share/doc/tqt3-linguist/html dh_link -ptqt3-dev-tools usr/share/tqt3/doc/html usr/share/doc/tqt3-dev-tools/html - # install the manpages we have - dh_installman -ptqt3-designer debian/maintain/man/createcw.1 - dh_installman -ptqt3-dev-tools-compat debian/maintain/man/qt20fix.1 debian/maintain/man/mergetr.1 debian/maintain/man/findtr.1 debian/maintain/man/msg2qm.1 - dh_installman -ptqt3-dev-tools-embedded debian/maintain/man/makeqpf.1 debian/maintain/man/qvfb.1 - dh_installman -ptqt3-dev-tools debian/maintain/man/tqembed.1 - # copy README.Debian for a in libtqt3-mt-dev libtqt3-mt tqt3-doc; do install -D `pwd`/debian/README.Debian `pwd`/debian/"$$a"/usr/share/doc/"$$a"/README.Debian; done diff --git a/ubuntu/maverick/dependencies/tqt3/debian/source/format b/ubuntu/maverick/dependencies/tqt3/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/tqt3/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/tqt3/debian/source/options b/ubuntu/maverick/dependencies/tqt3/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqt3/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* diff --git a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-apps-dev.install b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-apps-dev.install index b69f266ef..a8f4abfa7 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/tqt3-apps-dev.install +++ b/ubuntu/maverick/dependencies/tqt3/debian/tqt3-apps-dev.install @@ -4,4 +4,4 @@ usr/lib/libdesignercore.prl usr/lib/libdesignercore.a usr/lib/libqassistantclient.prl usr/lib/libqassistantclient.a -usr/include/tqt3/qassistantclient.h +usr/include/tqt3/ntqassistantclient.h diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/control b/ubuntu/maverick/dependencies/tqtinterface/debian/control index d5c562444..e59877b82 100644 --- a/ubuntu/maverick/dependencies/tqtinterface/debian/control +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.8.4 Package: libtqtinterface Architecture: any Section: libs -Replaces: libtqtinterface (<< 4:3.5.13) -Breaks: libtqtinterface (<< 4:3.5.13) +Replaces: libtqtinterface (<< 4:14.0.0) +Breaks: libtqtinterface (<< 4:14.0.0) Depends: ${shlibs:Depends} Description: The Trinity Qt Interface Libraries The Trinity Qt Interface is a library that abstracts Qt from Trinity @@ -20,9 +20,9 @@ Description: The Trinity Qt Interface Libraries Package: libtqtinterface-dev Architecture: any Section: libs -Replaces: libtqtinterface-dev (<< 4:3.5.13) -Breaks: libtqtinterface-dev (<< 4:3.5.13) -Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), libavahi-tqt-dev, tqt3-apps-dev +Replaces: libtqtinterface-dev (<< 4:14.0.0) +Breaks: libtqtinterface-dev (<< 4:14.0.0) +Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt3-apps-dev Description: The Trinity Qt Interface Libraries (Development Files) The Trinity Qt Interface is a library that abstracts Qt from Trinity This allows the Trinity code to rapidly port from one version of Qt to another. @@ -32,8 +32,8 @@ Description: The Trinity Qt Interface Libraries (Development Files) Package: libtqtinterface-doc Architecture: any Section: libs -Replaces: libtqtinterface-doc (<< 4:3.5.13) -Breaks: libtqtinterface-doc (<< 4:3.5.13) +Replaces: libtqtinterface-doc (<< 4:14.0.0) +Breaks: libtqtinterface-doc (<< 4:14.0.0) Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt3-doc Description: The Trinity Qt Interface Libraries (Debug Files) The Trinity Qt Interface is a library that abstracts Qt from Trinity @@ -44,8 +44,8 @@ Description: The Trinity Qt Interface Libraries (Debug Files) Package: libtqtinterface-dbg Architecture: any Section: libs -Replaces: libtqtinterface-dbg (<< 4:3.5.13) -Breaks: libtqtinterface-dbg (<< 4:3.5.13) +Replaces: libtqtinterface-dbg (<< 4:14.0.0) +Breaks: libtqtinterface-dbg (<< 4:14.0.0) Depends: ${shlibs:Depends} libtqtinterface (>= ${Source-Version}), tqt-x11-free-dbg Description: The Trinity Qt Interface Libraries (Debug Files) The Trinity Qt Interface is a library that abstracts Qt from Trinity diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/source/format b/ubuntu/maverick/dependencies/tqtinterface/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/dependencies/tqtinterface/debian/source/options b/ubuntu/maverick/dependencies/tqtinterface/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/maverick/dependencies/tqtinterface/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* |