--- sgml-spell-checker-0.0.20040919.orig/debian/control +++ sgml-spell-checker-0.0.20040919/debian/control @@ -0,0 +1,26 @@ +Source: sgml-spell-checker +Section: text +Priority: optional +Maintainer: Peter Eisentraut +Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5) +Build-Depends-Indep: aspell, sgmlspl +Standards-Version: 3.7.2 + +Package: sgml-spell-checker +Architecture: all +Depends: opensp | sp, aspell, sgmlspl, ${misc:Depends}, ${perl:Depends} +Description: spell checker for SGML documents + This package includes a couple of tools that you can use to + automatically spell-check your SGML documents. One of the + advantages of this tool over some other SGML-aware spell + checkers is that it scans your documents in the form in which + the SGML parser actually sees it, which means it is not line-based, + system entities are resolved, marked sections are treated appropriately, etc. + . + Also, this tool can be made aware of particular DTDs, in the + sense that it knows not to spell-check the content of elements + that do not represent human-language text, such as + in DocBook. An exclusion list for the DocBook DTD is included, others + can be added trivially. + . + Home page: http://developer.postgresql.org/~petere/sgml-spell-checker/ --- sgml-spell-checker-0.0.20040919.orig/debian/copyright +++ sgml-spell-checker-0.0.20040919/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Noel Koethe on Wed, +3 Sep 2003 20:58:07 +0200. Since Sat, 13 Mar 2004 21:55:24 +0100 it has +been maintained by Peter Eisentraut . + +It was downloaded from +. + +Upstream author: Peter Eisentraut + +Copyright (c) 2002-2004 by Peter Eisentraut + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written +agreement is hereby granted, provided that the above copyright notice +and this paragraph and the following two paragraphs appear in all +copies. + +IN NO EVENT SHALL THE AUTHOR(S) OR ANY CONTRIBUTOR(S) BE LIABLE TO ANY +PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS +SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHOR(S) OR +CONTRIBUTOR(S) HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +THE AUTHOR(S) AND CONTRIBUTOR(S) SPECIFICALLY DISCLAIM ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE +PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHOR(S) AND +CONTRIBUTOR(S) HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, +UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --- sgml-spell-checker-0.0.20040919.orig/debian/compat +++ sgml-spell-checker-0.0.20040919/debian/compat @@ -0,0 +1 @@ +5 --- sgml-spell-checker-0.0.20040919.orig/debian/rules +++ sgml-spell-checker-0.0.20040919/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk --- sgml-spell-checker-0.0.20040919.orig/debian/watch +++ sgml-spell-checker-0.0.20040919/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="dversionmangle=s/^0.0.//" \ +http://developer.postgresql.org/~petere/sgml-spell-checker/sgml-spell-checker-(.+).tar.gz debian uupdate --- sgml-spell-checker-0.0.20040919.orig/debian/changelog +++ sgml-spell-checker-0.0.20040919/debian/changelog @@ -0,0 +1,59 @@ +sgml-spell-checker (0.0.20040919-3) unstable; urgency=low + + * Changed to Debhelper level 5 + * Updated standards version + * Moved cdbs and debhelper to Build-Depends from -Indep + * Updated watch file to version 3 + + -- Peter Eisentraut Wed, 25 Apr 2007 00:52:43 +0200 + +sgml-spell-checker (0.0.20040919-2) unstable; urgency=low + + * Changed maintainer address + * Converted to CDBS + * Updated standards version + + -- Peter Eisentraut Fri, 1 Jul 2005 18:28:53 +0200 + +sgml-spell-checker (0.0.20040919-1) unstable; urgency=low + + * New upstream release + * Updated home page URL in control, copyright + * Added watch file + * Install NEWS + * Updated rules to debhelper 4 conventions + * Updated standards version + * Removed build dependency on perl-base because perl-base is essential + + -- Peter Eisentraut Wed, 22 Sep 2004 20:55:06 +0200 + +sgml-spell-checker (0.0.20040414-1) unstable; urgency=low + + * New upstream release. + * dirs file not necessary. + * Updated copyright notice. + * Removed reference to /usr/share/common-licenses/BSD, which is not the + same as this license. + * Updated standards version. + * Changed build dependency from perl to perl-base. + * Change architecture to all. + * Remove shlib:Depends. + * Add more dependencies. + * Removed a lot of cruft left over from the sample rules file. + + -- Peter Eisentraut Wed, 14 Apr 2004 10:25:10 +0200 + +sgml-spell-checker (0.0.20030903-2) unstable; urgency=low + + * giving the package the upstream author Peter Eisentraut + (Noèl) + + -- Peter Eisentraut Sat, 13 Mar 2004 21:55:24 +0100 + +sgml-spell-checker (0.0.20030903-1) unstable; urgency=low + + * Initial Release. + (closes: Bug#208502) + + -- Noèl Köthe Wed, 3 Sep 2003 20:58:07 +0200 +