debian/0000755000000000000000000000000011532047031007162 5ustar debian/control0000644000000000000000000000332211531570206010571 0ustar Source: scribes Section: editors Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Chris Silva Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: autotools-dev, pkg-config, gnome-doc-utils (>= 0.3.2), intltool, python (>= 2.5), python-support, python-dbus (>= 0.70), python-gtkspell, python-gtk2 (>= 2.10), python-gtksourceview2, scrollkeeper, yelp (>= 2.12) Standards-Version: 3.9.0 Homepage: http://scribes.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/scribes/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/scribes/trunk/ XS-Python-Version: >= 2.5 Package: scribes Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-dbus (>= 0.70), python-glade2, python-gtkspell, python-gtksourceview2, python-gtk2 (>= 2.10), scrollkeeper, yelp (>= 2.12) Description: simple, slim and sleek, yet powerful text editor for GNOME Scribes focuses on streamlining your workflow. It does so by ensuring that common and repetitive operations are intelligently automated and also by eliminating factors that prevent you from focusing on your tasks. . The result is a text editor that provides a fluid user experience, that is easy and fun to use and that ensures the safety of your documents at all times. debian/patches/0000755000000000000000000000000011531570154010617 5ustar debian/patches/series0000644000000000000000000000002411531567645012043 0ustar 03_sysconfdir.patch debian/patches/03_sysconfdir.patch0000644000000000000000000000126411531570154014330 0ustar Subject: Correct path for sysconfdir Author: Chris Silva Index: scribes-0.4~r899/SCRIBES/Globals.py =================================================================== --- scribes-0.4~r899.orig/SCRIBES/Globals.py 2011-02-23 02:31:48.000000000 +0100 +++ scribes-0.4~r899/SCRIBES/Globals.py 2011-02-25 00:57:26.966958004 +0100 @@ -28,7 +28,7 @@ executable_path = join(prefix, "bin") data_path = "/usr/share" library_path = "/usr/lib" -sysconfdir = "/usr/etc" +sysconfdir = "/etc" data_folder = join(data_path, "scribes") root_plugin_folder = join(library_path, "scribes") core_plugin_folder = core_generic_plugin_folder = join(root_plugin_folder, "GenericPlugins") debian/watch0000644000000000000000000000006711243245672010230 0ustar version=3 http://sf.net/scribes/scribes-(.*)\.tar\.bz2 debian/manpages0000644000000000000000000000002111243245672010703 0ustar debian/scribes.1 debian/source/0000755000000000000000000000000011422322373010465 5ustar debian/source/format0000644000000000000000000000001411366261627011706 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000002411243245672010043 0ustar AUTHORS README TODO debian/preinst0000644000000000000000000000026011243246227010576 0ustar #!/bin/sh set -e if [ "$1" = upgrade ] then if dpkg --compare-versions "$2" lt "0.4~r473-1" ; then pycentral pkgremove scribes fi fi #DEBHELPER# debian/rules0000755000000000000000000000115711243245672010260 0ustar #!/usr/bin/make -f BZR_REVISION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*[~+]r([^-]+).*,\1,p') %: dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --disable-scrollkeeper --with-gconf-schema-file-dir=$${prefix}/usr/share/gconf/schemas override_dh_auto_test: clean: dh $@ find . -name "*\.py[co]" -delete get-orig-source: bzr export -r $(BZR_REVISION) scribes-0.4~r$(BZR_REVISION) lp:scribes tar --mtime='2009-08-17' -cf scribes_0.4~r$(BZR_REVISION).orig.tar \ scribes-0.4~r$(BZR_REVISION) gzip -9fn scribes_0.4~r$(BZR_REVISION).orig.tar rm -rf scribes-0.4~r$(BZR_REVISION) debian/menu0000644000000000000000000000031611243245672010063 0ustar ?package(scribes):needs="X11"\ section="Applications/Editors"\ title="Scribes"\ longtitle="Simple and Powerful Text Editor for GNOME"\ icon="/usr/share/pixmaps/scribes.xpm"\ command="/usr/bin/scribes" debian/scribes.10000644000000000000000000000225111243245672010710 0ustar .TH SCRIBES 1 "May 9, 2007" .\" Please adjust this date whenever revising the manpage. .SH NAME \fBscribes\fP \- simple, slim, sleek and powerful text editor for GNOME .SH SYNOPSIS .B scribes .RI [OPTIONS] [FILE] [...] .SH DESCRIPTION This manual page documents briefly the .B scribes command. .PP \fBscribes\fP is a text editor for GNOME that is simple, slim and sleek, yet powerful. \fBscribes\fP focuses on streamlining your workflow. It does so by ensuring common and repetitive operations are intelligently automated. And also by eliminating factors that prevent you from focusing on your tasks. The result is a text editor that provides a fluid user experience. An editor that is easy and fun to use. And an editor that ensures the safety of your documents at all times. .SH OPTIONS .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .TP .B \-n, \-\-newfile Create a new file and open it with. .TP .B \-r, \-\-readonly Open file in readonly mode. .br .SH AUTHOR scribes was written by Lateef Alabi-Oki. .PP This manual page was written by Emilio Pozuelo Monfort , for the Debian project (but may be used by others). debian/scribes.install0000644000000000000000000000004611243245672012216 0ustar debian/scribes.xpm usr/share/pixmaps/ debian/copyright0000644000000000000000000000362711422322275011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: scribes Maintainer: Chris Silva Source: http://scribes.sourceforge.net/download.html Upsteam author: Lateef Alabi-Oki Files: * Copyright: © 2005-2007, Lateef Alabi-Oki License: GPL-2 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; version 2 dated June, 1991. . 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: help/C/* Copyright: © 2005, Lateef Alabi-Oki License: GFDL-1.2 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GFDL-1.2'. Files: debian/* Copyright: © 2005-2007, Lateef Alabi-Oki , © 2007-2009, Emilio Pozuelo Monfort , © 2009-2010, Emilio Pozuelo Monfort , © 2010, Chris Silva License: GPL-2 debian/changelog0000644000000000000000000001651211532047031011041 0ustar scribes (0.4~r910-0ubuntu2) natty; urgency=low * rebuild for permissions issue -- LaMont Jones Sat, 26 Feb 2011 00:44:36 +0000 scribes (0.4~r910-0ubuntu1) natty; urgency=low * New Upstream Snapshot (LP: #724061) - lots of bugfixes * debian/patches - 01_gnomeprint_check.patch - 02_gnome_check.patch removed, they are not needed anymore - 03_sysconfdir.patch updated -- Andreas Moog Fri, 25 Feb 2011 00:54:34 +0100 scribes (0.4~r543-2) unstable; urgency=low * New maintainer (Closes: #587934) * Updated Standards-Version to 3.9.0 * debian/copyright: + Make copyright file DEP5 compliant * debian/patches: + Added subject and author - DEP3 compliant * debian/patches/03_sysconfdir.patch: + sysconfdir is /etc, not /usr/etc -- Chris Silva Tue, 20 Jul 2010 21:22:21 -0500 scribes (0.4~r543-1) unstable; urgency=low * New upstream snapshost. * debian/control: - Build depend on pkg-config and python-gtkspell, and drop gconf2, and python-gnome2-{desktop,extras,}-dev. - Stop depending on python-gconf and python-gnome2. - Stop depending on python-gnomeprint. Closes: #542567. - Standards-Version is 3.8.4, no changes needed. * debian/patches/01_gnomeprint_check.patch, debian/patches/02_gnome_check.patch: - Don't check for gnomeprint and gnome python modules, they are unused. * debian/source/format: - Switch to source format 3.0 (quilt). -- Emilio Pozuelo Monfort Thu, 29 Apr 2010 12:41:05 +0200 scribes (0.4~r508-1) unstable; urgency=low * New upstream snapshot. - Fixes dependency checks. Closes: #552953. - Build depend on python-gtksourceview2. * debian/control: - Update my email address. - No need to build depend on python-dev and python-gtk2-dev, python and python-gtk2 are enough. -- Emilio Pozuelo Monfort Thu, 12 Nov 2009 16:18:48 +0100 scribes (0.4~r473-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Emilio Pozuelo Monfort ] * debian/copyright: - Add "Copyright" to the packaging copyright note, and 2009 to the years. - Point to GPL-2 rather than GPL. * Port to debhelper 7 * Switch to python-support, add preinst script to clean pycentral files. * debian/manpages: install the manpage from here. * Standards-Version is 3.8.1, no changes needed. * debian/control: don't depend on python-gnome2-desktop/python-gnome2-extras but on the specific modules directly. Closes: #541595, #542177. * Standards-Version is 3.8.3, no changes needed. * New upstream development snapshot. - Ported to gtksourceview2, depend on python-gtksourceview2 rather than python-gtksourceview. Closes: #542179. - Doesn't remove executable bit from files. Closes: #473399. * debian/patches, debian/rules, debian/README.source: remove patches and patch system, they are no longer needed. * debian/rules: provide a get-orig-source target. -- Emilio Pozuelo Monfort Tue, 18 Aug 2009 00:12:45 +0200 scribes (0.3.3.3-4) unstable; urgency=low [ Emilio Pozuelo Monfort ] * The rebuild puts files in usr/share/pyshared/, closes: #490506. * debian/rules, debian/control: - Python2.5 is the default Python version now, no need to change the shebang anymore. - Remove python2.5-dev alternate build-dependency. python-dev >= 2.5 is enough now. [ Piotr Ożarowski ] * Standards-Version bumped to 3.8.0: + debian/README.source file added -- Emilio Pozuelo Monfort Mon, 14 Jul 2008 13:50:26 +0200 scribes (0.3.3.3-3) unstable; urgency=low * debian/rules: - Change path in SaveProcessMonitor to /usr/bin/python2.5 if the default python interpreter is lower than python2.5. Closes: #462790. * debian/control: - Bumped debhelper minimum required version to 5.0.51~ (due to dh_icons call in debian/rules) -- Emilio Pozuelo Monfort Tue, 05 Feb 2008 23:33:10 +0100 scribes (0.3.3.3-2) unstable; urgency=low * debian/control: - Make scrollkeeper dependency (and not only build-dependency) non-versioned. Really Closes: #459477. - Wrap dependencies. - Remove python-psyco from Recommends. -- Emilio Pozuelo Monfort Sat, 26 Jan 2008 13:08:20 +0100 scribes (0.3.3.3-1) unstable; urgency=low * New upstream release. Closes: #460430. * debian/control: - Make scrollkeeper build dependency non-versioned. Closes: #459477. - Bumped Standards to 3.7.3, no changes needed. * debian/control, debian/rules: - Change python-all-dev build dependency to python2.5-dev | python-dev (>= 2.5), as upstream now needs python2.5. - Change XS-Python-Versions to >= 2.5. - Change /usr/bin/scribes hashbang to python2.5 in debian/rules, so scribes is started properly and works. * debian/rules: - Move debhelper stuff to binary-indep since the package is arch: all. - Call dh_icons, since we have icons in /usr/share/pixmaps and /usr/share/icons -- Emilio Pozuelo Monfort Wed, 16 Jan 2008 22:36:27 +0100 scribes (0.3.2.9-2) unstable; urgency=low * debian/control: - Move XS-Vcs-* to Vcs-*, as they are now supported by dpkg. * debian/rules: - Call patch rule before build-stamp, so the patches are included in the package. -- Emilio Pozuelo Monfort Tue, 16 Oct 2007 21:01:44 +0200 scribes (0.3.2.9-1) unstable; urgency=low [ Piotr Ożarowski ] * Added Homepage field in debian/control [ Emilio Pozuelo Monfort ] * New upstream release. -- Emilio Pozuelo Monfort Sat, 29 Sep 2007 19:55:10 +0200 scribes (0.3.2.8-3) unstable; urgency=low * Add Python Applications Packaging Team to Uploaders! * debian/rules: - Also remove .pyo files in clean rule (Closes: #442727). * debian/control: - Add XS-Vcs-Svn and XS-Vcs-Browser fields -- Emilio Pozuelo Monfort Sun, 16 Sep 2007 21:01:25 +0200 scribes (0.3.2.8-2) unstable; urgency=low * debian/control: - Add missing dependency on python-glade2 (Closes: #438171). - Improved description (Closes: #438172). - Build-depend on dpatch. * debian/rules: - Remove .pyc files in clean rule (Thanks to Piotr Ożarowski) - Add dpatch magic. - Don't ignore errors when calling distclean target. * debian/patches: - Added 10_fix_desktop_file.dpatch. * Updated debian/menu. -- Emilio Pozuelo Monfort Tue, 28 Aug 2007 14:04:12 +0200 scribes (0.3.2.8-1) unstable; urgency=low * New upstream release. -- Emilio Pozuelo Monfort Wed, 06 Jun 2007 22:40:10 +0200 scribes (0.3.2.6-1) unstable; urgency=low * New upstream release. * debian/patches: - 01_remove_hashbangs.dpatch removed (applied upstream). * debian/control, debian/rules: - Removed dpatch patch system. -- Emilio Pozuelo Monfort Mon, 21 May 2007 11:23:33 +0200 scribes (0.3.2.5-2) unstable; urgency=low * Move python-psyco from Depends to Recommends (Closes: 425186) -- Emilio Pozuelo Monfort Sun, 20 May 2007 00:35:28 +0200 scribes (0.3.2.5-1) unstable; urgency=low * Initial release (Closes: #344800) -- Emilio Pozuelo Monfort Wed, 9 May 2007 22:19:43 +0200 debian/scribes.xpm0000644000000000000000000001316711243245672011364 0ustar /* XPM */ static char * scribes_xpm[] = { "32 32 220 2", " c None", ". c #789AC3", "+ c #6E95BF", "@ c #82A5C9", "# c #789CC2", "$ c #F7993B", "% c #F79739", "& c #F79638", "* c #F79637", "= c #F79738", "- c #F79839", "; c #86A9CC", "> c #769BC1", ", c #F79536", "' c #87AACE", ") c #759BC2", "! c #F79B3C", "~ c #E39747", "{ c #89ACCF", "] c #789EC3", "^ c #F59B3E", "/ c #F79E47", "( c #F9AC63", "_ c #F9B777", ": c #F9B573", "< c #F9B16C", "[ c #F8A04A", "} c #F7973A", "| c #E9923E", "1 c #887B75", "2 c #89ADD1", "3 c #7DA1C6", "4 c #658DB8", "5 c #F89E40", "6 c #F79C44", "7 c #FBC48F", "8 c #FDE8D3", "9 c #FFFDFB", "0 c #FFFFFF", "a c #FEEEE0", "b c #FFFDFC", "c c #FEEEDF", "d c #FBCC9F", "e c #F8A14C", "f c #F49438", "g c #957D6E", "h c #84AAD1", "i c #80A5C9", "j c #6790BA", "k c #F7993E", "l c #FAC48E", "m c #FFF7F1", "n c #FFFAF6", "o c #FCD1A7", "p c #F8A24E", "q c #B2845D", "r c #506F99", "s c #50709B", "t c #7AA2CC", "u c #83A7CB", "v c #6A92BC", "w c #F79C3D", "x c #F9B674", "y c #FEF6EE", "z c #FFFBF6", "A c #FBD1A8", "B c #F7993D", "C c #EA923D", "D c #827879", "E c #807B7C", "F c #6996C5", "G c #85A9CD", "H c #6F96BF", "I c #5682B1", "J c #F89A3B", "K c #FCDBBA", "L c #FFFFFE", "M c #FFFCFA", "N c #FEECDB", "O c #FEF1E4", "P c #F9A759", "Q c #D88D48", "R c #B78659", "S c #5C8BBD", "T c #82A8CD", "U c #749BC2", "V c #5A85B3", "W c #F7A240", "X c #F79537", "Y c #F89E47", "Z c #FEF8F2", "` c #FDE2C9", " . c #F8A85A", ".. c #FBD0A5", "+. c #FABE84", "@. c #F7983B", "#. c #E49040", "$. c #507DB3", "%. c #7BA3CC", "&. c #799EC4", "*. c #5B86B4", "=. c #F8A342", "-. c #F8AA5D", ";. c #FFFBF8", ">. c #FFFEFD", ",. c #FAC087", "'. c #F79B42", "). c #FFF8F2", "!. c #FBC99A", "~. c #F79A40", "{. c #EE933B", "]. c #56769E", "^. c #5783B8", "/. c #537EB3", "(. c #4B78AE", "_. c #F9A03E", ":. c #F7973B", "<. c #FAC28B", "[. c #FEF5ED", "}. c #F8A656", "|. c #F68518", "1. c #F57F0A", "2. c #F68618", "3. c #FFF9F4", "4. c #FBC794", "5. c #F59536", "6. c #8F7E6D", "7. c #6B93C0", "8. c #91B0D1", "9. c #7B9FC6", "0. c #F9A03D", "a. c #F7993F", "b. c #FAB97A", "c. c #FDE9D5", "d. c #FEEBD9", "e. c #F79B40", "f. c #F68D26", "g. c #FBC896", "h. c #F9AF66", "i. c #F68A20", "j. c #F79230", "k. c #F79331", "l. c #AB8458", "m. c #6E93BE", "n. c #96B5D4", "o. c #81A4C8", "p. c #F69C33", "q. c #F79231", "r. c #F79434", "s. c #F9AD63", "t. c #FFFCF8", "u. c #FBCDA0", "v. c #FBC999", "w. c #FEEAD7", "x. c #F78E28", "y. c #F57900", "z. c #F67E09", "A. c #F6810F", "B. c #97B5D5", "C. c #89AACC", "D. c #F6881A", "E. c #F6881E", "F. c #F8A350", "G. c #FEF4EB", "H. c #FDE8D4", "I. c #F8A049", "J. c #FBC795", "K. c #FFFCF9", "L. c #FFF7F0", "M. c #FABF85", "N. c #F57C06", "O. c #F57E06", "P. c #91B2D4", "Q. c #8DADCF", "R. c #658EBB", "S. c #F5840D", "T. c #F8983C", "U. c #FEF3E9", "V. c #FDEAD7", "W. c #FABD82", "X. c #93B2D2", "Y. c #FFF6EF", "Z. c #FCD0A6", "`. c #F8A04B", " + c #F57D07", ".+ c #FDDFC3", "++ c #FAB573", "@+ c #F68415", "#+ c #F57A01", "$+ c #96B4D3", "%+ c #769CC3", "&+ c #F6840D", "*+ c #F58211", "=+ c #F79535", "-+ c #F78D26", ";+ c #F57F0C", ">+ c #F7902C", ",+ c #F79D44", "'+ c #F68314", ")+ c #F57B03", "!+ c #92B1D2", "~+ c #7FA2C7", "{+ c #F58008", "]+ c #F57A02", "^+ c #F57A03", "/+ c #85A7CA", "(+ c #F57F08", "_+ c #8DADCE", ":+ c #668EBB", "<+ c #F5830C", "[+ c #F57D04", "}+ c #F38511", "|+ c #88A9CC", "1+ c #678FBC", "2+ c #F57C04", "3+ c #F57B02", "4+ c #F67D04", "5+ c #F48008", "6+ c #809CBE", "7+ c #C3C5C7", " ", " ", " ", " . ", " + ", " @ # ", " $ % & * = - $ ; > ", " - * , , , , , , , * ' ) ", " ! , , , , , * % % & , , , , ~ { ] ", " ^ , , , , % / ( _ : < [ } , , | 1 2 3 4 ", " 5 , , , , 6 7 8 9 0 a b c d e & f g h i j ", " & , , , k l m 0 0 0 a b 0 n o p , q r s t u v ", " w , , , , x y 0 0 0 0 a b 0 0 z A B C D E F G H I ", " J , , , , K L 0 0 0 M N b 0 0 0 O P , Q R S T U V ", " W X , , , Y Z 0 0 0 ` < ...0 0 0 L +.@., #.$.%.&.*. ", " =., , , , -.;.0 0 >.,.@.* '.).0 0 0 !.~., {.].^./.(. ", " _., , , :.<.b 0 0 [.}.|.1.2.3.0 0 0 4.B , 5.6.7.8.9. ", " 0., , a.b.c.0 0 0 d.e.f.= g.0 0 0 >.h.i.j.k.l.m.n.o. ", " p.q.r.s.[.0 0 0 t.u.v.n L 0 0 0 L w.x.y.z.A. B.C. ", " D.E.F.G.0 0 0 H.I.J.K.0 0 0 0 L.M.N.y.y.O. P.Q.R. ", " S.y.T.U.0 b V.e N.J.K.0 0 L y W.|.y.y.y. X.H ", " y.T.U.Y.Z.`. +y.J.K.0 9 .+++@+#+y.y.O. $+%+ ", " &+*+=+-+;+y.y.y.>+I.,+j.'+)+y.y.y.y. !+~+ ", " {+]+y.y.y.y.y.]+)+^+#+y.y.y.y.y.S. /+ ", " (+#+y.y.y.y.y.y.y.y.y.y.y.#+ _+:+ ", " <+#+y.y.y.y.y.y.y.y.y.[+}+ |+1+ ", " O.2+3+3+)+4+5+ 6+ ", " 7+ ", " ", " ", " ", " "}; debian/compat0000644000000000000000000000000211243245672010372 0ustar 7