--- aewan-0.9.3.orig/Makefile.in +++ aewan-0.9.3/Makefile.in @@ -73,11 +73,11 @@ rm -f configure install: all - mkdir -p $(bindir) - cp $(execs) $(bindir) - mkdir -p $(mandir)/man1 $(mandir)/man5 - cp man/man1/*.1 $(mandir)/man1 - cp man/man5/*.5 $(mandir)/man5 + mkdir -p $(DESTDIR)$(bindir) + cp $(execs) $(DESTDIR)$(bindir) + mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 + cp man/man1/*.1 $(DESTDIR)$(mandir)/man1 + cp man/man5/*.5 $(DESTDIR)$(mandir)/man5 -include depends --- aewan-0.9.3.orig/debian/changelog +++ aewan-0.9.3/debian/changelog @@ -0,0 +1,21 @@ +aewan (0.9.3-1) unstable; urgency=low + + * New upstream release. + * fixed package description to be more comprehensible + * priority is now "extra" + * fixed $(DESTDIR) handling in Makefile + + -- Robert Lemmen Mon, 15 Nov 2004 15:19:17 +0100 + +aewan (0.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert Lemmen Wed, 4 Aug 2004 15:39:35 +0200 + +aewan (0.8.7-1) unstable; urgency=low + + * Initial release. (closes: #244682) + + -- Robert Lemmen Tue, 18 May 2004 18:12:48 +0200 + --- aewan-0.9.3.orig/debian/rules +++ aewan-0.9.3/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \ + --mandir=/usr/share/man + + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + rm -f config.sub + rm -f config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/aewan + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installmenu + dh_link + 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 --- aewan-0.9.3.orig/debian/compat +++ aewan-0.9.3/debian/compat @@ -0,0 +1 @@ +4 --- aewan-0.9.3.orig/debian/watch +++ aewan-0.9.3/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +http://prdownloads.sf.net/aewan /aewan/aewan-(.*)\.tar\.gz --- aewan-0.9.3.orig/debian/menu +++ aewan-0.9.3/debian/menu @@ -0,0 +1,2 @@ +?package(aewan):needs="text" section="Apps/Graphics" \ + title="Aewan" command="/usr/bin/aewan" --- aewan-0.9.3.orig/debian/copyright +++ aewan-0.9.3/debian/copyright @@ -0,0 +1,16 @@ +This package was debianized by Robert Lemmen on +Tue, 18 May 2004 18:12:48 +0200. + +It was downloaded from http://aewan.sourceforge.net/ + +Upstream Author: Bruno Takahashi C. de Oliveira + +Copyright: 2004 Bruno Takahashi C. de Oliveira + + This program 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. + + On Debian systems, the complete text of the GNU General Public + License can be found in the file `/usr/share/common-licenses/GPL-2. --- aewan-0.9.3.orig/debian/control +++ aewan-0.9.3/debian/control @@ -0,0 +1,17 @@ +Source: aewan +Section: text +Priority: extra +Maintainer: Robert Lemmen +Uploaders: martin f. krafft +Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, zlib1g-dev +Standards-Version: 3.6.1 + +Package: aewan +Architecture: any +Depends: ${shlibs:Depends} +Description: the Ascii-art Editor Without A Name + aewan is an ASCII art editor with support for multiple layers that can be + edited individually, colors, rectangular copy and paste, and intelligent + horizontal and vertical flipping (converts '\' to '/', etc). It produces + both stand-alone art files and an easy-to-parse format for integration + into your terminal applications. --- aewan-0.9.3.orig/debian/docs +++ aewan-0.9.3/debian/docs @@ -0,0 +1,2 @@ +README +TODO