--- aldo-0.7.6.orig/debian/docs +++ aldo-0.7.6/debian/docs @@ -0,0 +1,3 @@ +NEWS +README + --- aldo-0.7.6.orig/debian/copyright +++ aldo-0.7.6/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Giuseppe Martino on +Wed, 19 Apr 2006 11:53:19 +0200. + +It was downloaded from http://savannah.nongnu.org/download/aldo/ +Copyright Holder: (c) 2005 Giuseppe Martino + +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'. --- aldo-0.7.6.orig/debian/rules +++ aldo-0.7.6/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/aldo + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman ./aldo.1 + 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 --- aldo-0.7.6.orig/debian/dirs +++ aldo-0.7.6/debian/dirs @@ -0,0 +1,2 @@ +usr/bin + --- aldo-0.7.6.orig/debian/compat +++ aldo-0.7.6/debian/compat @@ -0,0 +1 @@ +6 --- aldo-0.7.6.orig/debian/watch +++ aldo-0.7.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://savannah.nongnu.org/download/aldo aldo-(.*)\.tar\.bz2 --- aldo-0.7.6.orig/debian/control +++ aldo-0.7.6/debian/control @@ -0,0 +1,19 @@ +Source: aldo +Section: hamradio +Priority: optional +Maintainer: Giuseppe Martino (denever) +Build-Depends: debhelper (>= 7.0.0), libao-dev (>= 0.8.6-1.1 ) +Standards-Version: 3.8.3 + +Package: aldo +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Morse code training program + Aldo is a morse code learning tool which provides four type + of training methods: blocks, koch, file, callsign. + Blocks: Identify blocks of random characters played in morse code. + Koch: Two morse characters will be played at full speed (20wpm) + until you'll be able to identify at least 90 percent of them. + After that, one more character will be added, and so on. + File: Identify played characters generated from a file. + Callsign: Identify random callsigns played in morse code. \ No newline at end of file --- aldo-0.7.6.orig/debian/changelog +++ aldo-0.7.6/debian/changelog @@ -0,0 +1,73 @@ +aldo (0.7.6-1build1) maverick; urgency=low + + * No changes upload for libao2 -> libao4 transition + + -- Fabrice Coutadeur Tue, 24 Aug 2010 19:26:31 +0200 + +aldo (0.7.6-1) unstable; urgency=low + + * New upstream release Closes: #565412 + + -- Giuseppe Martino (denever) Sat, 16 Jan 2010 18:48:58 +0100 + +aldo (0.7.5-1) unstable; urgency=low + + * New upstream release + * Update Standards-Version to 3.7.3 + * Fixed debian-rules-ignores-make-clean-error at line 34 + * Fixed Writed/Writtend typo in debian/changelog + + -- Giuseppe Martino (denever) Thu, 20 Dec 2007 09:13:25 +0100 + +aldo (0.7.4-1) unstable; urgency=low + + * New upstream release + + -- Giuseppe Martino (denever) Wed, 16 May 2007 14:55:15 +0200 + +aldo (0.7.3-1) unstable; urgency=low + + * New upstream release Closes: #385154 + + -- Giuseppe Martino (denever) Tue, 26 Sep 2006 23:07:30 +0200 + +aldo (0.7.2-2) unstable; urgency=low + + * Written a new single line synopsis + * Written a new extended description + + -- Giuseppe Martino (denever) Sun, 18 Jun 2006 09:06:52 +0200 + +aldo (0.7.2-1) unstable; urgency=low + + * New upstream release + + -- Giuseppe Martino (denever) Fri, 16 Jun 2006 22:01:37 +0200 + +aldo (0.7.1-1) unstable; urgency=low + + * New upstream release Closes: #361926 + * Removed TODO in debian/docs + + -- Giuseppe Martino (denever) Wed, 19 Apr 2006 11:53:19 +0200 + +aldo (0.7.0-3) unstable; urgency=low + + * Removed unused autotools-dev build dependency + + -- Giuseppe Martino (denever) Mon, 17 Oct 2005 22:50:20 +0200 + +aldo (0.7.0-2) unstable; urgency=low + + * Bad long description fixed writing a brand new description Closes: #334152 + + * Build-Depends on Packages that are Build-Essential fixed Closes: #334153, #334288 + + -- Giuseppe Martino (denever) Sun, 16 Oct 2005 22:24:06 +0200 + +aldo (0.7.0-1) unstable; urgency=low + + * Initial release Closes: #332723 + + -- Giuseppe Martino (denever) Sat, 8 Oct 2005 09:46:13 +0200 +