debian/0000755000000000000000000000000012301034453007161 5ustar debian/docs0000644000000000000000000000000711314113173010031 0ustar README debian/rules0000755000000000000000000000011311556741006010246 0ustar #!/usr/bin/make -f LDFLAGS=-Wl,--as-needed %: dh --buildsystem=cmake $@ debian/patches/0000755000000000000000000000000012031362534010614 5ustar debian/patches/missing_header.patch0000644000000000000000000000070712031362050014613 0ustar Description: fix compilation error Author: Johannes Brandstätter Bug-Debian: http://bugs.debian.org/675293 --- juffed-0.9.1137.orig/src/3rd_party/qtsingleapplication/qtlocalpeer.cpp +++ juffed-0.9.1137/src/3rd_party/qtsingleapplication/qtlocalpeer.cpp @@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdT #endif #if defined(Q_OS_UNIX) #include +#include #endif namespace QtLP_Private { debian/patches/series0000644000000000000000000000004712031362534012032 0ustar dereference.patch missing_header.patch debian/patches/dereference.patch0000644000000000000000000000071112031362050014074 0ustar Description: fix compilation error Author: Johannes Brandstätter Bug-Debian: http://bugs.debian.org/675293 --- juffed-0.9.1137.orig/src/lib/Document.cpp +++ juffed-0.9.1137/src/lib/Document.cpp @@ -122,7 +122,7 @@ QString Document::titleWithModification( bool Document::isNoname(const QString& fileName, bool* ok) { if ( fileName.isEmpty() ) { if ( ok != NULL ) { - ok = false; + *ok = false; } return true; } debian/watch0000644000000000000000000000006411421775233010224 0ustar version=3 http://sf.net/juffed/juffed_(.+)\.tar\.gz debian/juffed-plugins.install0000644000000000000000000000043011556735073013511 0ustar usr/lib*/juffed/plugins/libdoclist.so usr/lib*/juffed/plugins/libfavorites.so usr/lib*/juffed/plugins/libfindinfiles.so usr/lib*/juffed/plugins/libfm.so usr/lib*/juffed/plugins/libsortdocument.so usr/lib*/juffed/plugins/libsymbolbrowser.so usr/lib*/juffed/plugins/libxmlformat.so debian/compat0000644000000000000000000000000211314113173010357 0ustar 7 debian/install0000644000000000000000000000005011556733730010564 0ustar usr/bin usr/share usr/lib*/libjuff.so.* debian/control0000644000000000000000000000340211556736121010577 0ustar Source: juffed Section: editors Priority: optional Maintainer: Maia Kozheva Build-Depends: debhelper (>= 7.0.50~), cmake, libqt4-dev (>= 4.2), libqscintilla2-dev (>= 2.1) Standards-Version: 3.9.2 Homepage: http://juffed.com Package: juffed Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: juffed-plugins Description: Lightweight Qt 4 text editor JuffEd is a simple, cross-platform text editor written using the Qt 4 toolkit and the QScintilla library. It supports most features found in modern text editors, including syntax highlighting, bracket matching, switching encodings, sessions, and a plugin API. . This package contains the JuffEd editor. Package: juffed-dev Architecture: all Depends: ${misc:Depends}, juffed (>= ${source:Version}) Section: devel Description: Lightweight Qt 4 text editor - development files JuffEd is a simple, cross-platform text editor written using the Qt 4 toolkit and the QScintilla library. It supports most features found in modern text editors, including syntax highlighting, bracket matching, switching encodings, sessions, and a plugin API. . This package contains development files for plugin building. Package: juffed-plugins Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, juffed (= ${binary:Version}) Description: Lightweight Qt 4 text editor - plugins JuffEd is a simple, cross-platform text editor written using the Qt 4 toolkit and the QScintilla library. It supports most features found in modern text editors, including syntax highlighting, bracket matching, switching encodings, sessions, and a plugin API. . This package contains the following plugins: * Document List * Favorites * Find in Files * File Manager * Sort * Symbol Browser * XML Format debian/changelog0000644000000000000000000000334212301034453011035 0ustar juffed (0.9.1137-1ubuntu3) trusty; urgency=low * No change rebuild for libqscintilla2-11 transition -- Scott Kitterman Tue, 18 Feb 2014 23:54:44 -0500 juffed (0.9.1137-1ubuntu2) raring; urgency=low * No change rebuild for libqscintilla2-9 transition -- Scott Kitterman Thu, 07 Mar 2013 08:44:41 -0500 juffed (0.9.1137-1ubuntu1) quantal; urgency=low * Fix FTBFS, patches by Johannes Brandstätter . -- Ilya Barygin Fri, 28 Sep 2012 22:07:07 +0400 juffed (0.9.1137-1build1) precise; urgency=low * Rebuild for libqscintilla2-8. -- Colin Watson Wed, 23 Nov 2011 17:48:43 +0000 juffed (0.9.1137-1) experimental; urgency=low * New upstream release. * Remove debian/juffed.1, added upstream (in debian.in). * Remove debian/patches/static.patch: we can now bundle the .so after upstream has resolved soname issues. * debian/control: - Bump Standards-Version to 0.9.2. - Update homepage. - Do not build-depend on chrpath, not needed anymore. * debian/rules: - Remove chrpath rule, not needed anymore. * Add juffed-dev and juffed-plugins packages. * Do not install the libkeybindings.so plugin: causes a segfault on my amd64 machine. -- Maia Kozheva Sat, 30 Apr 2011 13:43:26 +0700 juffed (0.8.1-1) unstable; urgency=low * Initial release. (Closes: #589925) * debian/patches/static.patch: - Build libjuff as a static library for now, so it does not install files into /usr/lib and juffed is the only package using it. When we package plugins, we can consider moving it out. -- Maia Kozheva Thu, 22 Jul 2010 15:01:58 +0700 debian/manpages0000644000000000000000000000002311556730123010702 0ustar debian.in/juffed.1 debian/copyright0000644000000000000000000000217611421777276011145 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135&sc=0 Name: juffed Maintainer: Mikhail Murzin Upstream-Source: http://sourceforge.net/projects/juffed/files/ Files: * Copyright: 2007-2010, Mikhail Murzin License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found at `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2010, Maia Kozheva License: GPL-2+ debian/source/0000755000000000000000000000000012031362017010461 5ustar debian/source/format0000644000000000000000000000001411314113241011663 0ustar 3.0 (quilt) debian/juffed-dev.install0000644000000000000000000000004011556733107012577 0ustar usr/include usr/lib*/libjuff.so