--- scribes-0.4~r473.orig/debian/preinst +++ scribes-0.4~r473/debian/preinst @@ -0,0 +1,11 @@ +#!/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# --- scribes-0.4~r473.orig/debian/scribes.1 +++ scribes-0.4~r473/debian/scribes.1 @@ -0,0 +1,42 @@ +.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). --- scribes-0.4~r473.orig/debian/manpages +++ scribes-0.4~r473/debian/manpages @@ -0,0 +1 @@ +debian/scribes.1 --- scribes-0.4~r473.orig/debian/copyright +++ scribes-0.4~r473/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Emilio Pozuelo Monfort on +Wed, 9 May 2007 22:19:43 +0200. + +It was downloaded from http://scribes.sourceforge.net/download.html + +Upstream Author: + + Lateef Alabi-Oki + +Copyright: + + Copyright (C) 2005-2007 Lateef Alabi-Oki + +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'. + +The Debian packaging is Copyright (C) 2007-2009 Emilio Pozuelo Monfort and +is licensed under the GPL, see above. + +The documentation is licensed under the GNU General Free Documentation License +(GFDL), with permissions granted to copy, distribute and/or modify it under +terms of that license. The complete license can be found +in `/usr/share/common-licenses/GFDL-1.2'. --- scribes-0.4~r473.orig/debian/compat +++ scribes-0.4~r473/debian/compat @@ -0,0 +1 @@ +7 --- scribes-0.4~r473.orig/debian/watch +++ scribes-0.4~r473/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/scribes/scribes-(.*)\.tar\.bz2 --- scribes-0.4~r473.orig/debian/scribes.install +++ scribes-0.4~r473/debian/scribes.install @@ -0,0 +1 @@ +debian/scribes.xpm usr/share/pixmaps/ --- scribes-0.4~r473.orig/debian/changelog +++ scribes-0.4~r473/debian/changelog @@ -0,0 +1,158 @@ +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 --- scribes-0.4~r473.orig/debian/rules +++ scribes-0.4~r473/debian/rules @@ -0,0 +1,22 @@ +#!/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) --- scribes-0.4~r473.orig/debian/scribes.xpm +++ scribes-0.4~r473/debian/scribes.xpm @@ -0,0 +1,255 @@ +/* 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+ ", +" ", +" ", +" ", +" "}; --- scribes-0.4~r473.orig/debian/docs +++ scribes-0.4~r473/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +README +TODO --- scribes-0.4~r473.orig/debian/control +++ scribes-0.4~r473/debian/control @@ -0,0 +1,47 @@ +Source: scribes +Section: editors +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: Python Applications Packaging Team +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: autotools-dev, + gconf2 (>= 2.10.1-2), + gnome-doc-utils (>= 0.3.2), + intltool, + python-dev (>= 2.5), + python-support, + python-dbus (>= 0.70), + python-gnome2-desktop-dev (>= 2.12), + python-gnome2-dev (>= 2.12), + python-gnome2-extras-dev (>= 2.12), + python-gtk2-dev (>= 2.10), + scrollkeeper, + yelp (>= 2.12) +Standards-Version: 3.8.3 +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-gconf, + python-glade2, + python-gnome2, + python-gnomeprint, + 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. --- scribes-0.4~r473.orig/debian/menu +++ scribes-0.4~r473/debian/menu @@ -0,0 +1,6 @@ +?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"