~ubuntu-branches/ubuntu/vivid/morse/vivid

« back to all changes in this revision

Viewing changes to debian/patches/03morse

  • 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/morse.d/morse.c
 
6
+++ morse-2.1/morse.d/morse.c
 
7
@@ -56,7 +56,7 @@
 
8
 #include <unistd.h>
 
9
 #include <string.h>
 
10
 #include <sys/types.h>
 
11
-#include <sys/time.h>
 
12
+#include <time.h>
 
13
 #include <ctype.h>
 
14
 #include <signal.h>
 
15
 #include "beep.h"
 
16