debian/0000775000000000000000000000000012163617650007177 5ustar debian/patches/0000775000000000000000000000000012143635651010625 5ustar debian/patches/kubuntu_01_improved_viewpart_warning.diff0000664000000000000000000000071711575067772021047 0ustar --- a/src/kilelauncher.cpp +++ b/src/kilelauncher.cpp @@ -396,6 +396,7 @@ namespace KileTool { KPluginFactory *factory = pluginLoader.factory(); if (!factory) { emit(message(Error, i18n("Could not find the %1 library.", m_libName))); + emit(message(Error, i18n("This is possibly due to old tools configuration; you can restore default tools configuration in Settings->Configure Kile->Tools->Build->Restore Default Tools."))); return false; } debian/patches/02_tex_doc_location.diff0000664000000000000000000000064011575067772015310 0ustar --- a/src/kile.kcfg +++ b/src/kile.kcfg @@ -286,7 +286,7 @@ - /usr/share/texmf/doc + /usr/share/doc/texlive-doc debian/patches/01_install_doc.diff0000664000000000000000000000105311575067772014264 0ustar --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,8 @@ ENDIF( EXISTS ${kile_SOURCE_DIR}/doc OR IF( EXISTS ${kile_SOURCE_DIR}/doc ) IF( KDE4_MEINPROC_EXECUTABLE ) MESSAGE( STATUS "Building standard documentation") - KILE_ADD_DOCBOOK_DIRECTORY( kile_DOCUMENTATION_SOURCES doc index.docbook en ) + ADD_SUBDIRECTORY( doc ) + #KILE_ADD_DOCBOOK_DIRECTORY( kile_DOCUMENTATION_SOURCES doc index.docbook en ) ENDIF( KDE4_MEINPROC_EXECUTABLE ) ELSE( EXISTS ${kile_SOURCE_DIR}/doc ) MESSAGE( STATUS "Not building standard documentation") debian/patches/series0000664000000000000000000000012712132433316012032 0ustar 01_install_doc.diff 02_tex_doc_location.diff kubuntu_01_improved_viewpart_warning.diff debian/rules0000775000000000000000000000126512152223334010251 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # do NOT run optipng on the icons, this removes the metadata in the latex # symbol icons which kile depends on for the symbol table. LP: #772631 export NO_PNG_PKG_MANGLE=1 %: dh $@ --parallel --with kde override_dh_auto_install: dh_auto_install # Fix lintian warning: package-contains-readme-for-other-platform-or-distro rm -f debian/tmp/usr/share/doc/kile/README.MacOSX # Fix lintian warning: unknown-locale-code rm -rf debian/tmp/usr/share/locale/x-test # Fix lintian warning: script-not-executable find debian/tmp -type f -name '*.sh' -or -name '*.pl' | xargs chmod +x override_dh_auto_test: debian/control0000664000000000000000000000566412163617673010622 0ustar Source: kile Section: tex Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell Build-Depends: cmake, debhelper (>= 9), kdelibs5-dev (>= 4:4.4.4), pkg-kde-tools (>= 0.9.0), shared-mime-info Standards-Version: 3.9.4 Homepage: http://kile.sourceforge.net Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/kile/trunk Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/kile/trunk Package: kile Architecture: any Depends: konsole, texlive-latex-base, ${misc:Depends}, ${shlibs:Depends} Recommends: dvipng, ghostscript, imagemagick, psutils, texlive Suggests: aspell | ispell | hspell, asymptote, context, dblatex, kile-doc, kile-l10n, kbibtex, latex2html, lilypond, tex4ht, texlive-doc-base, texlive-xetex, zip Breaks: ktexmaker2 (<< 1.8) Replaces: ktexmaker2 (<< 1.8) Description: KDE Integrated LaTeX Environment Kile is a user-friendly LaTeX source editor and TeX shell for KDE. . The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. . The TeX shell integrates the various tools required for TeX processing. It assists with LaTeX compilation, DVI and postscript document viewing, generation of bibliographies and indices and other common tasks. . Kile can support large projects consisting of several smaller files. Package: kile-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${shlibs:Depends} Description: KDE Integrated LaTeX Environment (documentation) Kile is a user-friendly LaTeX source editor and TeX shell for KDE. . The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. . This package contains the documentation for Kile. Package: kile-l10n Architecture: all Section: localization Depends: kile (>= ${source:Version}), ${misc:Depends} Breaks: kile-i18n (<< 2.1.0-1) Replaces: kile-i18n (<< 2.1.0-1) Description: KDE Integrated LaTeX Environment (localization) Kile is a user-friendly LaTeX source editor and TeX shell for KDE. . The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. . This package contains the translations for Kile. debian/changelog0000664000000000000000000004730312163617650011060 0ustar kile (4:2.1.3-2ubuntu1) saucy; urgency=low * Don't run optipng during archive build. (applied in debian svn so package can be synced with 4:2.1.3-3) -- Philip Muškovac Sat, 29 Jun 2013 19:54:09 +0200 kile (4:2.1.3-2) unstable; urgency=low * Upload to unstable * Update debian/control - vcs-field-not-canonical & Standards-Version * Update debian/copyright GFDL-1.2 - fix copyright-refers-to-symlink- license * Update Description: fix extended-description-is-probably-too-short -- Mark Purcell Sun, 12 May 2013 16:49:50 +1000 kile (4:2.1.3-1) experimental; urgency=low * New upstream release - Fixes "Please package and upload new upstream" (Closes: #661686) * Fix "debian/watch 3-digit version numbers" (Closes: #699610) * debian/compat -> 9 * kbibtex suitable for KDE4 use - Add to Suggests - Drop kubuntu_02_disable_embedded_kbibtex.diff -- Mark Purcell Sun, 14 Apr 2013 12:39:46 +1000 kile (1:2.1.0-1) unstable; urgency=low * New upstream release. (Closes: #630122) * Add kile-l10n package (replace kile-i18n). * Remove patches: - 00_root_document_not_detected_kde_bug_233667.diff - stolen upstream. - 03_mime_install_dir.diff - merged upstream. * Update debian/rules: remove bibtex.xml/latex.xml work around. The files aren't shipped by kile anymore. * Cleanup dependencies (Closes: #625916): - remove from Depends: texlive-base-bin. - add to Recommends: texlive. - demote to Suggests: lilypond, texlive-xetex, asymptote, context, dblatex, latex2html, tex4ht. - remove from Recommends:, okular | evince | gv, kbibtex | pybliographer | gbib | jabref, konqueror | firefox, dvipdfmx, texlive-metapost. -- Fathi Boudra Sat, 11 Jun 2011 14:55:19 +0300 kile (1:2.1.0~svn1112278beta4-2) unstable; urgency=low * Update location of KDE 4 HTML documentation. -- Fathi Boudra Wed, 02 Jun 2010 01:04:52 +0300 kile (1:2.1.0~svn1112278beta4-1) unstable; urgency=low * New upstream release 2.1 beta 4 - svn 1112278. (Closes: #578021) * Add 03_mime_install_dir.diff patch: convert the mimetype definitions to the XDG format also remove the old KDE 3 definition. (Closes: #572462) * Add 00_root_document_not_detected_kde_bug_233667.diff patch: Document not detected as Latex root document when opening project. -- Fathi Boudra Fri, 16 Apr 2010 12:08:37 +0300 kile (1:2.1.0~svn1055250beta3-1) unstable; urgency=low * New upstream release 2.1 beta 3 - svn r1055250. (Closes: #566240) * Update debian/control: - Bump build dependencies versions (debhelper, pkg-kde-tools and kdelibs5-dev). - Remove quilt build dependency. - Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Update debian/rules: - Enable parallel build (pass --parallel option to dh). - Use kde sequence addon (pass --with kde option to dh). - Add override_dh_compress to avoid docbook files compression. * Merge from Ubuntu: - Add debian/patches/kubuntu_01_improved_viewpart_warning.diff instruct how to restore tools config; as an out-dated configuration from pre KDE 4 is the most likely cause of the embedded viewer failing. - Add kubuntu_02_disable_embedded_kbibtex.diff KBibTex-part isn't available for KDE 4 and KBibTex porting does not look to happen anytime soon, so disable the Embedded KBibTex option for now. -- Fathi Boudra Mon, 08 Feb 2010 16:13:31 +0100 kile (1:2.1.0~svn1014763beta2-1) unstable; urgency=low * New upstream release 2.1 beta 2 - svn r1014763. (Closes: #543282) * Update debian/control: - Bump build dependencies versions (quilt, debhelper, pkg-kde-tools and kdelibs5-dev). - Bump Standards-Version from 3.8.2 to 3.8.3 (add debian/README.source). - Add evince to Recommends field. * Update debian/rules: - Cleanup targets since dh support cmake. * Remove debian/postinst file - useless. -- Fathi Boudra Mon, 24 Aug 2009 09:52:01 +0200 kile (1:2.1.0~svn981319beta1-1) unstable; urgency=low * New upstream release 2.1 beta 1 - svn r981319 (Closes:#533204): - Fix opening configure shortcuts window pins CPU at 100% (Closes: #519746) - Fix does not let user input '^' character (Closes: #519905) - Fix does not save custom shortcuts (Closes: #528831) * Update debian/control: - Bump kdelibs5-dev build dependency to 4.2.4 - Bump Standards-Version to 3.8.2 (no changes needed) - Add spell-check dictionary Suggests: aspell | ispell | hspell * Update debian/kile.docs: remove TODO* files * Cleanup debian/rules: use dh. Thanks to debhelper 7 -- Fathi Boudra Sun, 21 Jun 2009 11:30:24 +0200 kile (1:2.1.0~svn963524-1) unstable; urgency=low * New svn snapshot from svn revision 963524: - Fix opening configure shortcuts window pins CPU at 100% (Closes: #519746) - Fix inverse dvi search causes status bar corruption (Closes: #522599) - Fix provides an empty path when executing external programs (Closes: #526582) * Update debian/kile.docs: remove Building-with-cmake.txt file -- Fathi Boudra Thu, 07 May 2009 08:11:20 +0200 kile (1:2.1.0~svn949704-1) unstable; urgency=low * Upload to Sid. New svn snapshot from svn revision 949704. * Bump Standards-Version to 3.8.1 (no changes needed) * Add patch 02_tex_doc_location.diff: Fix tex documentation location path * Add texlive-doc-base to Suggests -- Fathi Boudra Tue, 07 Apr 2009 13:23:04 +0200 kile (1:2.1.0~svn933829-1) experimental; urgency=low * New svn snapshot: - KDE 4 port * Remove all previous patches. Deprecated * Bump compat/debhelper to 7 * Update debian/control: - Update build-depends: - Remove cdbs and pkg-config - Add cmake and pkg-kde-tools - Replace kdelibs4-dev by kdelibs5-dev (>= 4:4.2.0) - Update kile package depends: add texlive-base-bin - Update kile package recommends: - Remove kdvi, kghostview and kpdf - Add asymptote, context, dblatex, dvipdfmx, ghostscript, imagemagick, kbibtex | pybliographer | gbib | jabref, konqueror | iceweasel, latex2html, lilypond, okular | gv, psutils, tex4ht, texlive-metapost, texlive-xetex, zip - Update kile package suggests: - Remove gbib, latex2html, pybliographer, xfig and gv - add kile-doc - Add kile-doc package - Disable kile-i18n for svn snapshots * Update debian/copyright: - Refresh copyright years - Add GPL-3 path * Rename debian/docs to debian/kile.docs and refresh it * Update debian/kile.install: rewrite for KDE4 port * Add debian/postinst for dh_desktop usage * Refresh debian/README.Debian: syntax files are provided by kdelibs5-data * Rewrite debian/rules: - upstream build system is cmake - use debhelper only instead of cdbs -- Fathi Boudra Tue, 30 Dec 2008 14:15:38 +0100 kile (1:2.0.3-1) unstable; urgency=low * New upstream release (Closes: #484146, #489618) * Bump Standards-Version to 3.8.0 (no changes needed) * Fix lintian warning: debhelper-but-no-misc-depends -- Fathi Boudra Tue, 30 Dec 2008 12:20:57 +0100 kile (1:2.0.1-1) unstable; urgency=low * New upstream release (Closes: #458512) * Bump compat/debhelper to 6 -- Fathi Boudra Sat, 17 May 2008 20:26:09 +0200 kile (1:2.0.1~rc1-1) unstable; urgency=low * New upstream release * Remove automake1.9 and libtool build dependencies * Switch to quilt patch system * Bump Standards-Version to 3.7.3 * Add Vcs-Browser and Vcs-Svn fields * Use Homepage field * Add Arabic, Bulgarian, Malay, Low Saxon and Thai translations packages * Update copyright * Update menu file to latest Debian menu policy * Use --as-needed flags * Promote kpdf to Recommends * Add dvipng to Recommends -- Fathi Boudra Mon, 17 Mar 2008 16:41:14 +0100 kile (1:2.0-1) unstable; urgency=low * New upstream release -- Mark Purcell Tue, 20 Nov 2007 20:47:13 +0000 kile (1:2.0~b1-1) unstable; urgency=low * New Upstream Release * Remove obsolete patches: - debian/patches/03_libtool_update.diff - debian/patches/11_fifo_in_tmp.diff - debian/patches/12_remove_kilespell.diff - debian/patches/07_remove_tips_cpp.diff -- Mark Purcell Thu, 06 Sep 2007 10:53:22 +0100 kile (1:1.9.3-4) unstable; urgency=low * Fix wrong conflicts/replaces of kile-i18n-* packages. (Closes: 428340) Thanks to Michael Biebl. * Remove Ana from uploaders field as she requested. -- Fathi Boudra Mon, 11 Jun 2007 19:47:43 +0200 kile (1:1.9.3-3) unstable; urgency=low * Update tex documentation location and fifo in tmp patches. * Add patch to remove tips.cpp. Fix FTBFS on Ubuntu. * Add patch to remove kilespell. (Closes: #416936) * Split kile-i18n in kile-i18n-*. (Closes: #425996) * Update control: * Remove tetex-* Depends/Recommends. (Closes: #419763) * Replace texlive-base-bin by texlive-latex-base -- Fathi Boudra Sat, 26 May 2007 13:07:10 +0200 kile (1:1.9.3-2) unstable; urgency=low * Suggest: kpdf, gv (Closes: #408824) - kile: Kile should suggest/recommend kpdf and gv * Basic get-orig-source target * Apply fifo-in-tmp patch from Thomas Braun - kile becomes CPU hog when "Let Kile process LyX..." is checked in config (Closes: #406470) -- Mark Purcell Thu, 22 Mar 2007 22:02:39 +0000 kile (1:1.9.3-1) unstable; urgency=low [Fathi Boudra] * New upstream release -- Fathi Boudra Mon, 20 Nov 2006 10:28:34 +0100 kile (1:1.9.2-2) unstable; urgency=low [Fathi Boudra] * Fix tex help path. Thanks to Thomas Braun (Closes: #359872) * Fix not-binnmuable-all-depends-any -- Fathi Boudra Mon, 16 Oct 2006 15:35:17 +0200 kile (1:1.9.2-1) unstable; urgency=low [Fathi Boudra] * New upstream release (Closes: #337550, #359932, #382317) -- Fathi Boudra Sat, 19 Aug 2006 15:45:38 +0200 kile (1:1.9.1-2) unstable; urgency=low [Mark Purcell] * Update debian/watch [Ana Beatriz Guerrero Lopez] * Dropping re-libtoolizing at build time, instead updating libtool with a patch. (Closes: #379827). -- Ana Beatriz Guerrero Lopez Fri, 28 Jul 2006 22:20:06 +0200 kile (1:1.9.1-1) unstable; urgency=low [Fathi Boudra] * New maintainers with Ben's agreement * Maintainer: KDE Extras Team * Uploaders: Ana Beatriz Guerrero Lopez, Mark Purcell and Fathi Boudra * New upstream release (Closes: #337550, #358250, #358857, #276348, #221898, #285035) * Converted package to cdbs * compat: bumped to 5 * control: * removed unneeded Build-depends: libqt3-compat-headers and g++-3.4 (Closes: #342995) * bumped Standards-Version to 3.7.2 * added texlive-base-bin in Depends (Closes: #372191) * added Homepage in long description * copyright: * added missing copyright for kile grep dialog, plain to latex converter, quick document dialog, stats dialog, and create package script * docs: merged kile.docs and kile-i18n.docs * kile-i18n.install: added es documentation * kile.manpages: removed, replaced by an entry in rules * kile.menu: renamed to menu * README.Debian: merged kile.README.Debian and kile-i18n.README.Debian * Added watch file [Ana Beatriz Guerrero Lopez] * re-libtoolizing at build time, so now the package doesn't depend from libfreetype6 and other spurious libraries. * removed kile.doc-base * fixed perms of runTests.sh * cosmetic changes in long description -- Fathi Boudra Sun, 25 Jun 2006 10:58:50 +0200 kile (1:1.8.1-3.2) unstable; urgency=low * Non-maintainer upload with maintainer's consent. * No source-changes upload to make kile-i18n installable again after its binNMU. (Closes: #342229) -- Adeodato Simó Fri, 09 Dec 2005 13:44:02 +0100 kile (1:1.8.1-3.1) unstable; urgency=low * Non-maintainer upload. * work around gcc-4.0 FTBFS on some architectures -- LaMont Jones Fri, 14 Oct 2005 19:28:34 +0000 kile (1:1.8.1-3) unstable; urgency=low * Rebuilt against libfam-dev instead of libgamin-dev. * Removed obsolete kderemove tag from the debian menu entry. -- Ben Burton Sun, 4 Sep 2005 10:58:17 +1000 kile (1:1.8.1-2) unstable; urgency=low * First g++-4 upload to sid. * Adjusted build-dependencies for the C++ ABI transition. Removed the versioned build-dependency on libqt3-mt-dev, since the new versioned kdelibs4-dev build-dependency makes it redundant. * Updated FSF address in the copyright file. * Bumped standards-version to 3.6.2.1 (no changes required). -- Ben Burton Thu, 1 Sep 2005 09:04:24 +1000 kile (1:1.8.1-1) unstable; urgency=low * New upstream release. * Now that sarge is out, remove the transitional ktexmaker2 package. * The i18n files for kile are back in the kile source package. Create the binary kile-i18n package from here instead of a separate kile-i18n source. Kile-i18n is dead, long live kile-i18n. * Now uses [Desktop Entry] instead of [KDE Desktop Entry] (closes: #308440). -- Ben Burton Tue, 21 Jun 2005 22:55:20 +1000 kile (1:1.7.1-3) unstable; urgency=low * Added full text of the GFDL to debian/copyright, since the docbook documentation is under this license. -- Ben Burton Sat, 26 Mar 2005 15:02:14 +1100 kile (1:1.7.1-2) unstable; urgency=low * Suggests kile-i18n, which has now been uploaded as a separate package (built from a separate source as of kile 1.7). * Fixed copyright file to explicitly refer to GPL v2 (not v2 or later). -- Ben Burton Sat, 13 Nov 2004 08:20:53 +1100 kile (1:1.7.1-1) unstable; urgency=low * New upstream release (closes: #277974). * Kile no longer comes with a Gnuplot front end; this is now maintained separately by Pascal Brachet at http://www.xm1math.net/qgfe/. * Added a dependency on tetex-bin. * Recommends tetex-doc, since Kile now integrates the teTeX help system into its own help system. -- Ben Burton Sat, 23 Oct 2004 12:56:57 +1000 kile (1:1.6.3-1) unstable; urgency=low * New upstream release. -- Ben Burton Sun, 20 Jun 2004 19:04:02 +1000 kile (1:1.6.2-1) unstable; urgency=low * New upstream release. * Build-depends on KDE 3.2 or later (closes: #246514). * No longer crashes when trying to open kdvi if kdvi is not installed (closes: #210817). -- Ben Burton Sat, 8 May 2004 21:23:29 +1000 kile (1:1.6-1) unstable; urgency=low * New upstream release. * Uses katepart for its editor (closes: #221232). * Includes a document statistics dialog (closes: #222806). -- Ben Burton Mon, 8 Dec 2003 15:40:21 +1100 kile (1:1.5.2-3) unstable; urgency=low * Applied the 1.5.2-patch1 patches from upstream. * Added symlink /usr/share/apps/kile/doc so that the LaTeX reference manual can be found (closes: #213617). * Bumped standards-version to 3.6.1. -- Ben Burton Mon, 13 Oct 2003 10:01:12 +1000 kile (1:1.5.2-2) unstable; urgency=low * Rebuilt against Qt 3.2 to stop kile from crashing (closes: #208169). * Added versioned build-depends on libqt3-mt-dev (>= 3:3.2.1). * Using $(objdir) in debian/rules. * Updated list of authors. -- Ben Burton Fri, 5 Sep 2003 00:18:52 +1000 kile (1:1.5.2-1) unstable; urgency=low * New upstream release. * Split title into title/longtitle for debian menu entry (closes: #196665). * Updated SEE ALSO section of manpage. * New upstream URL in copyright file. * Bumped standards-version to 3.6.0. -- Ben Burton Wed, 27 Aug 2003 20:04:25 +1000 kile (1:1.5-2) unstable; urgency=low * Using ostringstream instead of ostrstream (closes: #194963). * Building with objdir == srcdir to fix problem with missing i18n files. * Fresh admin/ update from KDE CVS. * Using a full colour pixmap again. * Bumped standards-version to 3.5.10.0. -- Ben Burton Thu, 5 Jun 2003 10:53:40 +1000 kile (1:1.5-1) unstable; urgency=low * New upstream release. * Recommends: tetex-extra instead of tetex-base. * Using a policy-conformant colour map for the debian menu icon. * Major rework of debian/rules. -- Ben Burton Sun, 11 May 2003 10:19:49 +1000 kile (1:1.3.2-5) unstable; urgency=low * Build-depends on libqt3-compat-headers. Truly (closes: #185612). -- Ben Burton Sat, 22 Mar 2003 17:32:28 +1100 kile (1:1.3.2-4) unstable; urgency=low * Build-depends on libqt3-compat-headers (closes: #184700). * Removed alpha compile flags. * Updated admin/debianrules. -- Ben Burton Sun, 16 Mar 2003 16:00:19 +1100 kile (1:1.3.2-3) unstable; urgency=low * Using AM_MAINTAINER_MODE (closes: #181653). -- Ben Burton Thu, 20 Feb 2003 18:18:43 +1100 kile (1:1.3.2-2) unstable; urgency=low * Depends on konsole to avoid crashing when the konsole part is loaded (closes: #181374). * Recommends (instead of depends on) kghostview since kile no longer crashes when kghostview is missing (closes: #181255). * Added --with-qt-includes to compensate for relocated Qt headers. -- Ben Burton Tue, 18 Feb 2003 23:31:16 +1100 kile (1:1.3.2-1) unstable; urgency=low * New upstream release. * First KDE3 upload to debian! * Merged the dummy ktexmaker2 upgrade package into the kile sources. * Rolled the epoch to replace both the unofficial kile 1.32 packages and the old ktexmaker2 1.7 packages. * Supports accentuated characters in filenames (closes: #126588). * No longer crashes if kghostview is missing (closes: #159993). * Session management works properly (closes: #165763). * Switching between kdvi and xdvi works (closes: #168440). * Bumped standards-version to 3.5.8. * New maintainer email address. -- Ben Burton Thu, 30 Jan 2003 15:37:56 +1100 kile (1.3beta-1) unstable; urgency=low * New upstream release. -- Ben Burton Fri, 4 Oct 2002 17:18:38 +1000 kile (1.2-1) unstable; urgency=low * Name change from ktexmaker2 to kile. * New upstream release. * Built for KDE3. -- Ben Burton Mon, 2 Sep 2002 15:21:22 +1000 ktexmaker2 (1.7-1) unstable; urgency=low * New upstream release. -- Ben Burton Thu, 20 Dec 2001 22:30:55 +1000 ktexmaker2 (1.6-2) unstable; urgency=low * Added patches to build with gcc3. -- Ben Burton Sun, 9 Dec 2001 10:11:21 -0600 ktexmaker2 (1.6-1) unstable; urgency=low * New upstream release. * Don't compress symbols.ps (closes: Bug#122048). * Suggests gnuplot and xfig. * Updated description and man page to include Gnuplot front end. -- Ben Burton Sun, 2 Dec 2001 12:34:55 -0600 ktexmaker2 (1.5.0-2) unstable; urgency=low * Fixed alpha build. Again. -- Ben Burton Sun, 11 Nov 2001 10:56:48 -0600 ktexmaker2 (1.5.0-1) unstable; urgency=low * Replaced PNGs that were really XPMs with true PNGs (hence new sourceball). * Builds with automake 1.5. * Updated config.guess and config.sub (closes: Bug#115011). -- Ben Burton Thu, 11 Oct 2001 09:35:21 -0500 ktexmaker2 (1.5-3) unstable; urgency=low * Updated parameters for alpha build. -- Ben Burton Sun, 23 Sep 2001 23:07:01 -0500 ktexmaker2 (1.5-2) unstable; urgency=low * Oops, added in Recommends: and Suggests: for tools that are used. -- Ben Burton Fri, 21 Sep 2001 10:41:46 -0500 ktexmaker2 (1.5-1) unstable; urgency=low * Initial Release (closes: Bug#98590). -- Ben Burton Sun, 16 Sep 2001 15:09:22 -0500 debian/source/0000775000000000000000000000000012143635651010476 5ustar debian/source/format0000664000000000000000000000001411334512220011667 0ustar 3.0 (quilt) debian/kile.10000664000000000000000000000456210447240367010214 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH KILE 1 "June 22, 2005" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME kile \- the KDE Integrated LaTeX Environment .SH SYNOPSIS .B kile [ \fIgeneric-options\fP ] [ \fB\-\-line\fP \fIline\fP ] [ \fB\-\-new\fP ] [ \fIfile\fP ] .SH DESCRIPTION \fBKile\fP (the KDE Integrated LaTeX Environment) is a user-friendly LaTeX source editor and TeX shell for KDE. .PP The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. .PP The TeX shell integrates the various tools required for TeX processing. It assists with LaTeX compilation, DVI and postscript document viewing, generation of bibliographies and indices and other common tasks. .PP Kile can support large projects consisting of several smaller files. .SH OPTIONS Below are the kile-specific options. For a full summary of options, run \fIkile \-\-help\fP. .TP \fB\-\-line\fP \fIline\fP Jump to the given line in the file that is opened. .TP \fB\-\-new\fP Start a new Kile main window. .SH SEE ALSO Full user documentation is available through the KDE Help Centre. You can also enter the URL \fIhelp:/kile/\fP directly into konqueror or you can run `\fIkhelpcenter help:/kile/\fP' from the command-line. .PP If the KDE Help Centre is not installed then you can read this documentation in HTML format from \fI/usr/share/doc/kde/HTML/en/kile/\fP. .SH AUTHOR Kile was written by Pascal Brachet and Jeroen Wijnhout with contributions from many others. .br This manual page was prepared by Ben Burton for the Debian GNU/Linux system (but may be used by others). debian/copyright0000664000000000000000000000763112143634311011130 0ustar This package was debianized by: Fathi Boudra on Tue, 30 Dec 2008 13:03:20 +0100 It was downloaded from: http://kile.sourceforge.net Upstream Authors: Jeroen Wijnhout Holger Danielsson Michel Ludwig Thomas Braun Pascal Brachet with contributions from many others Copyright: Copyright (C) 2003-2005 Jeroen Wijnout Copyright (C) 2004-2007 Holger Danielsson Copyright (C) 2006-2009 Michel Ludwig Copyright (C) 2005-2009 Thomas Braun Copyright (C) 2001-2003 Pascal Brachet Copyright for kile grep dialog: Copyright (C) 2001-2003 Joseph Wenninger Copyright (C) 2001 Christoph Cullmann Copyright (C) 2001 Anders Lund Copyright (C) 2003 Jan-Marek Glogowski Copyright (C) 2005 Holger Danielsson Copyright for plain to latex converter: Copyright (C) 2004 Simon MARTIN Copyright for quick document dialog: Copyright (C) 2004 Thomas Fischer Copyright (C) 2004 Holger Danielsson Copyright for create package script: Copyright (C) 2005 Michael Buesch Copyright (C) 2004-2005 Jeroen Wijnhout Copyright (C) 2003-2004 Sebastian Trueg Copyright (C) 2002-2004 Klas Kalass Copyright (C) 2002 Aurelien Gateau Copyright for kile jscript: Copyright (C) 1999-2003 Harri Porten Copyright (C) 2001-2003 David Faure Copyright (C) 2001, 2003 Peter Kelly Copyright (C) 2003 Apple Computer Inc. Copyright for kile preview widget, category combobox and src/dialogs/tabular/* source code: Copyright (C) 2004, 2006, 2008 Mathias Soeken Copyright for kile file select: Copyright (C) 2001 Matt Newell License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU 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 General Public License can be found in `/usr/share/common-licenses/GPL-2' and `/usr/share/common-licenses/GPL-3'. The Debian packaging is: Copyright (C) 2008-2010, Fathi Boudra and is licensed under the GPL, see above. The documentations provided with kile is distributed under the GNU Free Documentation License (FDL). They are considered free with regards to the Debian Free Software Guidelines (DFSG) because they don't contain any unmodifiable parts (invariant sections). Version 1.2, November 2002 Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. On Debian systems, the complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL-1.2'. debian/kile.docs0000664000000000000000000000010411217441170010757 0ustar CODE-FORMATTING-STYLE.txt kile-remote-control.txt README README.cwl debian/kile.manpages0000664000000000000000000000001611217441170011624 0ustar debian/kile.1 debian/TODO.Debian0000664000000000000000000000041210530302430011024 0ustar * confirm #319409 resolution. * Add script to keep bibtex.xml and latex.xml up-to-date in kdelibs-data (Closes: #358863). Updated issue: highlighters will be shipped with kdelibs and users could use "load new highlightings" button in the configuration dialog. debian/kile-doc.install0000664000000000000000000000002711401302553012240 0ustar usr/share/doc/kde/HTML debian/kile-l10n.install0000664000000000000000000000004711575067772012276 0ustar usr/share/locale/*/LC_MESSAGES/kile.mo debian/compat0000664000000000000000000000000212132432301010355 0ustar 9 debian/watch0000664000000000000000000000011512132413027010211 0ustar version=3 http://sf.net/kile/kile-([\d\.]+[\d])\.tar\.bz2 debian svn-upgrade debian/menu0000664000000000000000000000032710767763344010102 0ustar ?package(kile):needs="X11" \ section="Applications/Editors" \ hints="KDE" \ title="Kile" \ longtitle="Kile (LaTeX development environment)" \ command="/usr/bin/kile" \ icon="/usr/share/pixmaps/kile.xpm" debian/kile.xpm0000664000000000000000000001060510447240367010653 0ustar /* XPM */ static char *kile[] = { /* columns rows colors chars-per-pixel */ "32 32 138 2", " c black", ". c #015FBC", "X c #1067BE", "o c #005DC0", "O c #0063C3", "+ c #006BC9", "@ c #0A6EC9", "# c #0071CC", "$ c #0E76CE", "% c #0076D0", "& c #007BD2", "* c #0978D0", "= c #1467C0", "- c #1468C1", "; c #136FC9", ": c #1A6AC1", "> c #1372CA", ", c #1C7BCE", "< c #1B7DD0", "1 c #267ACD", "2 c #2878C6", "3 c #2C7ECE", "4 c #207ED0", "5 c #3D7BC1", "6 c #3F83BB", "7 c #0080D6", "8 c #0086DA", "9 c #008ADC", "0 c #0A85D8", "q c #0C8BDB", "w c #1A81D2", "e c #2F81D0", "r c #2B89D4", "t c #2A98D9", "y c #3D80C2", "u c #3D8ACB", "i c #328BD5", "p c #3985D0", "a c #3A89D3", "s c #3D90CF", "d c #3296DC", "f c #3D92D0", "g c #399CDF", "h c #399EE0", "j c #20A0E4", "k c #4981C2", "l c #468DD3", "z c #4C8DD2", "x c #4891D6", "c c #518EC8", "v c #5C8EC5", "b c #5B9ECF", "n c #5493D5", "m c #519CD1", "M c #549ADA", "N c #5D98D7", "B c #5F9AD8", "V c #4FA2DF", "C c #53A0DD", "Z c #5BA4D2", "A c #5BA3DE", "S c #40A7E4", "D c #4DA4E1", "F c #53A9E3", "G c #629CD9", "H c #7999C3", "J c #6DA2DB", "K c #79A8CD", "L c #71A5DC", "P c #73A8DD", "I c #7AABDE", "U c #6DADE2", "Y c #63B2E6", "T c #77AEE1", "R c #75B4E5", "E c #7EB3E3", "W c #79BAE8", "Q c #829DC4", "! c #82A2C7", "~ c #82A7CA", "^ c #89B6D8", "/ c #88BCDF", "( c #92A6C5", ") c #92AECA", "_ c #91B3CF", "` c #96B6D0", "' c #9BBCD5", "] c #84B2E1", "[ c #8EB7E3", "{ c #8EBBE5", "} c #92BAE5", "| c #98BEE6", " . c #A1BED5", ".. c #B6B6C5", "X. c #87C9EF", "o. c #95C2E9", "O. c #9CC0E7", "+. c #9AC5EA", "@. c #ADC2D6", "#. c #BEC1CF", "$. c #B2C2D4", "%. c #B6C4DA", "&. c #BDC8D7", "*. c #A4C5E9", "=. c #A1C8E3", "-. c #ABCBEB", ";. c #AAD0EF", ":. c #AAD3F0", ">. c #B1CDEC", ",. c #B5D0ED", "<. c #BDD5ED", "1. c #B7D6F1", "2. c #B4D8F2", "3. c #BBD7F0", "4. c #BFE6F9", "5. c #C0C9D7", "6. c #C1CCDD", "7. c #C0D6EF", "8. c #C6DBEC", "9. c #C8D2E0", "0. c #C0D7F0", "q. c #C3DAF0", "w. c #C9DDF2", "e. c #D1DEEC", "r. c #C6E8FA", "t. c #CDE0F3", "y. c #D2E3F4", "u. c #D4EBF9", "i. c #DBE8F6", "p. c #DBEDF9", "a. c #E1ECF7", "s. c #E5EEF8", "d. c #E6F1F9", "f. c #E9F3FB", "g. c #F1F6FB", "h. c #F6F9FD", "j. c #FEFEFE", "k. c None", /* pixels */ "k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.", "k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.k.", "k.k.k.k.k.k.k.k.k.k.k... .%.&.&.&.&.@.' ....k.k.k.k.k.k.k.k.k.k.", "k.k.k.k.k.k.k.k.k.....9.r.p.f.f.f.f.u.4.<.$...k.k.k.k.k.k.k.k.k.", "k.k.k.k.k.k.k...#.e.s.s.s.s.s.s.f.d.s.s.d.s.8.%.....k.k.k.k.k.k.", "k.k.k.k.k.k...6.e.i.i.i.i.i.i.i.i.i.i.i.i.i.p.y.=.` k.k.k.k.k.k.", "k.k.k.k.k...6.t.y.w.w.y.y.w.w.y.t.t.t.y.t.w.y.w.w.X._ ..k.k.k.k.", "k.k.k.k...%.7.7.q.8.0.8.7.w.w.0.7.w.q.7.8.q.7.8.8.3./ ..k.k.k.k.", "k.k.k...^ 1.y.t.t.<.>.,.>.7.w.y.i.y.y.0.>.>.>.1.>.1.+.j ..k.k.k.", "k.k.k...Y s.j.j.j.w.-.-.-.-.g.j.j.j.s.>.>.-.>.-.-.-.*.S Z ..k.k.", "k.k._ t R i.j.j.j.7.*.| *.i.j.j.j.g.>.*.O.O.| | | O.| F t ) k.k.", "k.k.K q U i.j.j.j.>.} } 7.h.j.j.h.0.| } } } } } } } } D 9 K k.k.", "k...m 9 C y.j.j.j.-.^ O.h.j.j.h.>.] ] ] ^ ] ] } -.=.o.W 9 9 ..k.", "k...8 8 d t.j.j.j.*.[ s.j.j.h.q.] ] ] ] I I ] w.j.a.O.f.q 8 N ..", "..~ 7 7 0 2.j.j.j.*.y.j.j.j.>.^ ] I I G J J | f.-.y.C r.h 7 s ..", "..f 7 7 7 :.j.j.j.i.j.j.j.i.I P L L G G G G | s.] 8.d u.h 7 s ..", "..f & & & :.j.j.j.j.j.j.j.s.J G G N N n n n L s.y.i.y.p.& & f ..", "..u & & & :.j.j.j.j.j.j.j.j.<.G n n n n l z l U i.j.y.D & & u ..", "..u % % % -.j.j.j.q.o.h.j.j.h.*.z z l p e < * % % % % % % % u ..", "..u # % # :.j.j.j.F w 1.j.j.j.g.M 1 , $ r +.:.:.:.:.-.:.# % u ..", "k...# # # -.j.j.j.C # < p.j.j.j.y.i # # r ,.t.q.q.t.q.t.# # u ..", "k.k.c + # -.j.j.j.M + + B d.j.j.j.;.+ + # < < < w < < < + + ! ..", "k.k.H + + -.j.j.j.M + + @ T j.j.j.j.] @ , E a E { { { { + H k.k.", "k.k.( 2 O -.j.j.j.M + O + @ 7.j.j.j.s.x a s.P s.j.h.j.j.+ H k.k.", "k.k...v O 1 a p p ; O O O + ; a a a a 3 O O O O O O O O 5 6 k.k.", "k.k.k...O O o . O o o O o o O + O + O O O o O O O O O o ....k.k.", "k.k.k.k...5 . o o . o o o O O + O O o o . o o o . o - Q k.k.k.k.", "k.k.k.k...Q o o o o o o o o o o o o o o o o o o . o Q ..k.k.k.k.", "k.k.k.k.k.k.Q 5 o o o o o o o o o o o o o o o o 5 Q k.k.k.k.k.k.", "k.k.k.k.k.k.....= o o o o o o o o o o o o o o . ....k.k.k.k.k.k.", "k.k.k.k.k.k.k.k.....Q 5 o o o o o o o o - : ....k.k.k.k.k.k.k.k.", "k.k.k.k.k.k.k.k.k.k.....k H H H H H H k 5 ..k.k.k.k.k.k.k.k.k.k." }; debian/kile.install0000664000000000000000000000045311362053331011503 0ustar debian/kile.xpm usr/share/pixmaps/ usr/bin/kile usr/share/applications/kde4/kile.desktop usr/share/dbus-1/interfaces/net.sourceforge.kile.main.xml usr/share/icons/hicolor usr/share/kde4/apps/kconf_update usr/share/kde4/apps/kile usr/share/kde4/config.kcfg/kile.kcfg usr/share/mime/packages/kile.xml debian/README.Debian0000664000000000000000000000057611244456437011253 0ustar kile for Debian --------------- Kile no longer comes with a Gnuplot front end. The Gnuplot front end that used to be part of Kile is now a separate application named Qgfe maintained by Pascal Brachet at http://www.xm1math.net/qgfe/ . Syntax files bibtex.xml and latex.xml are provided by kdelibs5-data package. -- Fathi Boudra Tue, 30 Dec 2008 13:03:20 +0100