~ubuntu-branches/ubuntu/wily/morse/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/05grammar

  • Committer: Bazaar Package Importer
  • Author(s): Nanakos Chrysostomos
  • Date: 2010-05-19 01:04:44 UTC
  • Revision ID: james.westby@ubuntu.com-20100519010444-frth5pbu83x5gs3w
Tags: 2.1-4
* New package maintainer. (Closes: Bug#553991).
* Lintian cleaning.
* Updated S-V to 3.8.4
    - debian/copyright file is now UTF-8 encoded.
* Added co-authors to debian/copyright file.
* Added ${misc:Depends} to conrol file.
* Added debian/source/format file.
* Removed "-" from rules file because the package uses
  a static makefile.
* Bumped debhelper versioned Build-Depends to 7, and updated
  debian/compat.
* Extracted changes to upstream files to debian/patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Minor changes for the new version of morse package.
 
2
Author: Nanakos Chrysostomos <nanakos@wired-net.gr>
 
3
Bug-Debian: http://bugs.debian.org/553991
 
4
 
 
5
--- morse-2.1.orig/qso.d/grammar.c
 
6
+++ morse-2.1/qso.d/grammar.c
 
7
@@ -1,3 +1,5 @@
 
8
+#include <stdio.h>
 
9
+
 
10
 int
 
11
 is_vowel (first_char)
 
12
      char first_char;