--- wordgrinder-0.5.1.orig/debian/changelog +++ wordgrinder-0.5.1/debian/changelog @@ -0,0 +1,44 @@ +wordgrinder (0.5.1-1) unstable; urgency=low + + * New upstream release + + -- David Given Fri, 13 Dec 2013 01:23:54 +0000 + +wordgrinder (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- David Given Sun, 14 Apr 2013 21:12:31 +0000 + +wordgrinder (0.3.3-1) unstable; urgency=low + + * New upstream release + + -- David Given Mon, 14 Dec 2009 21:42:12 +0000 + +wordgrinder (0.3.2-1) unstable; urgency=low + + * New upstream release + + -- David Given Thu, 19 Feb 2009 23:54:29 +0000 + +wordgrinder (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- David Given Mon, 15 Sep 2008 23:14:39 +0100 + +wordgrinder (0.2-2) unstable; urgency=low + + * Fixed incorrect Depends: line (Closes: #464002) + * Backported fix from upstream about not being able to rebind keys + that had a default keybinding (Closes: #464007) + + -- David Given Mon, 04 Feb 2008 20:45:50 +0000 + +wordgrinder (0.2-1) unstable; urgency=low + + * Initial release (Closes: #461515) + + -- David Given Sat, 19 Jan 2008 10:13:06 +0000 + --- wordgrinder-0.5.1.orig/debian/compat +++ wordgrinder-0.5.1/debian/compat @@ -0,0 +1 @@ +5 --- wordgrinder-0.5.1.orig/debian/control +++ wordgrinder-0.5.1/debian/control @@ -0,0 +1,17 @@ +Source: wordgrinder +Section: editors +Priority: optional +Maintainer: David Given +Build-Depends: debhelper (>= 5), libncursesw5-dev, liblua5.2-dev, lua-filesystem-dev, lua5.2, dpkg-dev (>= 1.16.1~), zlib1g-dev +Standards-Version: 3.9.5 +Homepage: http://wordgrinder.sourceforge.net + +Package: wordgrinder +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, lua-filesystem +Description: simple word processor that runs in a terminal + WordGrinder is a simple, Unicode-aware word processor that runs in a + terminal. It supports basic paragraph styles, character styles, just + enough screen markup to be useful, HTML and ODT import/export, and is + driven via an easy to use menu interface. + --- wordgrinder-0.5.1.orig/debian/copyright +++ wordgrinder-0.5.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by David Given on +Mon, 25 Mar 2013 14:00:08 +0000. + +It was downloaded from http://wordgrinder.sourceforge.net + +Upstream Author: David Given + + +Copyright © 2007-2013 David Given + +License: + +You are free to distribute this software under the terms of +the MIT license. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +The Debian packaging is © 2013, David Given and +is also covered by the MIT license; see above. + --- wordgrinder-0.5.1.orig/debian/dirs +++ wordgrinder-0.5.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- wordgrinder-0.5.1.orig/debian/docs +++ wordgrinder-0.5.1/debian/docs @@ -0,0 +1 @@ +README.wg --- wordgrinder-0.5.1.orig/debian/menu +++ wordgrinder-0.5.1/debian/menu @@ -0,0 +1,2 @@ +?package(wordgrinder):needs="text" section="Applications/Editors"\ + title="WordGrinder" command="/usr/bin/wordgrinder" --- wordgrinder-0.5.1.orig/debian/rules +++ wordgrinder-0.5.1/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for wordgrinder. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +configure: + dh_testdir + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: + dh_testdir + make bin/wordgrinder \ + CFLAGS="$(CPPFLAGS) $(CFLAGS)" \ + LDFLAGS="$(LDFLAGS)" + touch $@ + +clean: + dh_testdir + dh_testroot + + rm -f build-stamp + rm -rf .obj + rm -rf bin + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + make install PREFIX=debian/wordgrinder/usr + +binary-indep: build install + # none + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs README.Unix + dh_installchangelogs + dh_installmenu + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- wordgrinder-0.5.1.orig/debian/source/format +++ wordgrinder-0.5.1/debian/source/format @@ -0,0 +1,2 @@ +1.0 + --- wordgrinder-0.5.1.orig/debian/watch +++ wordgrinder-0.5.1/debian/watch @@ -0,0 +1,5 @@ +# Check upstream for a new version + +# Compulsory line, this is a version 3 file +version=3 +http://sf.net/wordgrinder/wordgrinder-(.*).tar.bz2