~ubuntu-branches/ubuntu/utopic/gdis/utopic

« back to all changes in this revision

Viewing changes to debian/patches/Debian_make.dpatch

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert (dale)
  • Date: 2012-05-02 00:23:38 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120502002338-mgsnnj122flffu6w
Tags: 0.90-4
* makefile.debian: Moved into debian/patches/debian_make.patch.
* debian/compat: Increased compatibility level to 7.
* debian/control (Standards-Version): Bumped to 3.9.3.
  (Build-Depends): Dropped dpatch. Increased required debhelper version.
  (Vcs-Browser): Fixed.
  (Conflicts): Changed into Breaks according to lintian.
* debian/gdis.manpages: Added.
* debian/rules: Rewritten for dh 7.
* debian/source.lintian-overrides: Dropped obsolete file.
* debian/README.source: Dropped obsolete file.
* debian/patches/Debian_make.dpatch: Renamed to
  debian/patches/debian_path.patch.
* debian/patches/debian_make.patch: Added.
  - Moved makefile.debian into this patch.
* debian/patches/00list: Renamed to debian/patches/series and adjusted.
* debian/source/format: Added for quilt-based format 3.0 (closes: #667757).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## Debian_make.dpatch by Noèl Köthe <noel@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Fix gdis.elements path, so it is not expected in /usr/bin
6
 
## DP:
7
 
## DP: <URL:http://bugs.debian.org/399132>
8
 
## DP: <URL:http://packages.debian.org/changelogs/pool/main/g/gdis/gdis_0.89-2.1/changelog#versionversion0.89-2>
9
 
 
10
 
@DPATCH@
11
 
diff -urNad gdis~/gdis.h gdis/gdis.h
12
 
--- gdis~/gdis.h        2008-09-25 03:35:40.000000000 +0200
13
 
+++ gdis/gdis.h 2009-04-01 01:52:29.000000000 +0200
14
 
@@ -92,7 +92,7 @@
15
 
 #define INIT_FILE ".gdisrc"
16
 
 #endif
17
 
 
18
 
-#define ELEM_FILE "gdis.elements"
19
 
+#define ELEM_FILE "../share/gdis/gdis.elements"
20
 
 #define LIBRARY_FILE "gdis.library"
21
 
 
22
 
 /*