debian/0000755000000000000000000000000011655507357007204 5ustar debian/morse-x.manpages0000644000000000000000000000001211627752735012305 0ustar morse-x.1 debian/control0000644000000000000000000000127711655506237010612 0ustar Source: morse-x Section: hamradio Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Stephan Beyer Build-Depends: debhelper (>= 7.0.50~), libsdl1.2-dev Standards-Version: 3.9.2 Package: morse-x Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: morse "practicing" tool for X morse-x offers you a window to put dits and daws into - by pressing any key (except q = quit). On the console it prints each character you morsed in. (So start it in an x-terminal-emulator.) On the first execution you have to calibrate the length of dits and daws, so just follow the instructions on the console. debian/compat0000644000000000000000000000000211627747446010406 0ustar 7 debian/rules0000755000000000000000000000013611655506767010270 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs ChangeLog debian/patches/0000755000000000000000000000000011655505314010622 5ustar debian/patches/link-command.patch0000644000000000000000000000066311655505263014224 0ustar Description: move LDFLAGS later in LINKER command Author: John T. Nogatch Bug-Ubuntu: https://launchpad.net/bugs/770947 --- morse-x-20060903.orig/Makefile +++ morse-x-20060903/Makefile @@ -11,7 +11,7 @@ CLEAN = *~ *.bak *.o $(BINARY) Makefile. .SUFFIXES: .c .o all: $(OBJ) - $(LINKER) $(LIBS) $(LDFLAGS) -o "$(BINARY)" $(OBJ) + $(LINKER) $(LDFLAGS) -o "$(BINARY)" $(OBJ) $(LIBS) include Makefile.headers debian/patches/series0000644000000000000000000000002311655505305012032 0ustar link-command.patch debian/copyright0000644000000000000000000000054010065664653011133 0ustar This package 'morse-x' was debianized by Stephan Beyer , who is also the upstream author, copyright (C) 2004, by Stephan Beyer You are free to distribute this software under the terms of the GNU General Public License. On Debian systems, the complete text of the GNU GPL can be found in the file /usr/share/common-licenses/GPL ... debian/source/0000755000000000000000000000000011627751126010476 5ustar debian/source/format0000644000000000000000000000001411627751126011704 0ustar 3.0 (quilt) debian/morse-x.docs0000644000000000000000000000000511627747715011446 0ustar TODO debian/watch0000644000000000000000000000011611627750422010223 0ustar version=3 http://pkqs.net/~sbeyer/tools/morse-x/morse-x_0?\.?(\d+).*\.tar\.gz debian/changelog0000644000000000000000000000237111655507357011061 0ustar morse-x (20060903-0ubuntu1) precise; urgency=low * New upstream release. - update build dependencies - link-command.patch: refresh. -- Ilya Barygin Sun, 06 Nov 2011 17:43:01 +0400 morse-x (20040713-0ubuntu1) oneiric; urgency=low * link-command.patch: fix FTBFS with --as-needed linker option (LP: #770947). Patch by John T. Nogatch. * Convert to non-native package, it's being developed elsewhere. Use source format 3.0 (quilt). * Add a watch file to remind us that a newer upstream version is available. * Switch to debhelper 7 with rules.tiny. * Drop obsolete build dependency (xlibs-dev). * Add ${misc:Depends} to binary dependencies. * Bump Standards-Version to 3.9.2. -- Ilya Barygin Thu, 01 Sep 2011 23:02:20 +0400 morse-x (20040713) unstable; urgency=low * Added manual page. -- Stephan Beyer Tue, 13 Jul 2004 02:20:34 +0200 morse-x (20040415) unstable; urgency=low * Delete window via window manager. * Code cleanup (even got smaller binary). -- Stephan Beyer Thu, 15 Apr 2004 20:38:31 +0200 morse-x (20040414) unstable; urgency=low * Initial Release. -- Stephan Beyer Wed, 14 Apr 2004 17:55:43 +0200