~ubuntu-branches/ubuntu/trusty/altermime/trusty

« back to all changes in this revision

Viewing changes to debian/patches/05_makefile_nostrip.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2007-08-07 20:00:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070807200008-hddutz1e96ym8alx
Tags: 0.3.8-2
Added patch so that altermime handles nostrip build option (Closes: #436433)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 05_makefile_nostrip.dpatch by  <julien@kirya.net>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad altermime~/Makefile altermime/Makefile
 
9
--- altermime~/Makefile 2007-08-07 19:55:57.000000000 +0200
 
10
+++ altermime/Makefile  2007-08-07 19:56:02.000000000 +0200
 
11
@@ -24,7 +24,6 @@
 
12
 
 
13
 # Build Install
 
14
 install: altermime
 
15
-       strip altermime
 
16
        cp altermime ${DESTDIR}
 
17
        chmod a+rx ${DESTDIR}/altermime
 
18