~ubuntu-branches/ubuntu/raring/3dchess/raring

« back to all changes in this revision

Viewing changes to debian/patches/07_DrawingA.c.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2011-02-18 18:54:30 UTC
  • Revision ID: james.westby@ubuntu.com-20110218185430-lfypfxvr72l2g2v0
Tags: 0.8.1-17
* Team upload.
* Update package description to be more accurate (LP: #602662)
* Use new quilt format instead of dpatch and merge inc patches
* Bump Standards-Version, no changes needed
* Switch to debhelper 7 minimal rules file
* Fix path to GPLv2 in the copyright file
* Include a doc-base file pointing at the rules
* Don't link with libraries that are not used (Xmu Xext)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## DP: Fix path for include files
3
 
 
4
 
@DPATCH@
5
 
 
6
 
--- 3dchess-0.8.1.orig/src/DrawingA.c
7
 
+++ 3dchess-0.8.1/src/DrawingA.c
8
 
@@ -12,7 +12,7 @@
9
 
 #include <X11/StringDefs.h>
10
 
 #include <X11/CoreP.h>
11
 
 #include <X11/Xaw/SimpleP.h>
12
 
-#include "DrawingAP.h"
13
 
+#include "../include/DrawingAP.h"
14
 
 
15
 
 static void    Initialize();
16
 
 static void    Destroy();