--- aoeui-1.1.0.orig/debian/compat +++ aoeui-1.1.0/debian/compat @@ -0,0 +1 @@ +5 --- aoeui-1.1.0.orig/debian/changelog +++ aoeui-1.1.0/debian/changelog @@ -0,0 +1,12 @@ +aoeui (1.1.0-2) unstable; urgency=low + + * No longer FTBFS if build twice in a row (Closes: #442493) + + -- Ryan Kavanagh Sun, 28 Oct 2007 17:14:59 -0400 + +aoeui (1.1.0-1) unstable; urgency=low + + * Initial release (Closes: #426963) + + -- Ryan Kavanagh Sun, 27 May 2007 10:15:51 -0400 + --- aoeui-1.1.0.orig/debian/docs +++ aoeui-1.1.0/debian/docs @@ -0,0 +1,3 @@ +aoeui.txt +notes.txt +README --- aoeui-1.1.0.orig/debian/copyright +++ aoeui-1.1.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Ryan Kavanagh on +Sun, 27 May 2007 10:15:51 -0400. + +It was downloaded from http://sourceforge.net/projects/aoeui/ + +Upstream Author: Peter Klausler + +Copyright: + Copyright (C) 2007 by Peter Klausler + ebuild: Copyright (C) by 1999-2007 Gentoo Foundation + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of version 2 of the GNU General Public License + as published by the Free Software Foundation. + + 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 (C) 2007, Ryan Kavanagh and +is licensed under the GPL, see above. --- aoeui-1.1.0.orig/debian/watch +++ aoeui-1.1.0/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts="uversionmangle=s/_(rc|beta|alpha|alpha5)/$1/" \ + http://sf.net/aoeui/aoeui-([\d\.]*(?:_alpha|_alpha5|-beta|-rc)?)\.tgz --- aoeui-1.1.0.orig/debian/control +++ aoeui-1.1.0/debian/control @@ -0,0 +1,16 @@ +Source: aoeui +Section: editors +Priority: optional +Maintainer: Ryan Kavanagh +Build-Depends: cdbs, debhelper (>= 5), exuberant-ctags, m4 +Standards-Version: 3.7.2.2 + +Package: aoeui +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Lightweight, unobtrusive, Dvorak-optimized text editor + A lightweight and unobtrusive text editing program that is optimized + for fast editing by users of the Dvorak keyboard layout. + Also contains asdfg, the QWERTY equivalent of aoeui. + . + Homepage: http://aoeui.sourceforge.net/ --- aoeui-1.1.0.orig/debian/rules +++ aoeui-1.1.0/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_INSTALL_TARGET := install INST_DIR=$(CURDIR)/debian/aoeui/usr +DEB_MAKE_CLEAN_TARGET := clobber + +install/aoeui:: + find debian -type f -name "*.txt" | xargs chmod 644