~ubuntu-branches/ubuntu/trusty/bmagic/trusty

« back to all changes in this revision

Viewing changes to debian/patches/tcpp.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2008-01-05 23:58:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105235856-2kmxhxkz14qjy9ia
Tags: 3.5.0-1
* New upstream release.
* Add tcpp.dpatch.  This stops tests/stress/t.cpp from including
  ncbi_pch.hpp.  As far as I can tell, NCBI is not used at all, I have
  no idea where that came from..
* Silence some lintian warnings; binary-arch-rules-but-pkg-is-arch-indep
  and ancient-standards-version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## tcpp.dpatch by Andres Salomon <dilinger@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Drop ncbi_pch.hpp usage (from a completely separate NCBI library).
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- bmagic-3.5.0.orig/tests/stress/t.cpp
 
10
+++ bmagic-3.5.0/tests/stress/t.cpp
 
11
@@ -27,7 +27,7 @@
 
12
 //#define BMSSE2OPT
 
13
 //#define BMCOUNTOPT
 
14
 
 
15
-#include <ncbi_pch.hpp>
 
16
+//#include <ncbi_pch.hpp>
 
17
 #include <stdio.h>
 
18
 #include <stdlib.h>
 
19
 #include <assert.h>