#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_foo.dpatch by Michael Banck <mbanck@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Decrease hydrogen bond factor so intramolecular h-bonds are less likely to be displayed
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' xmakemol~/globals.h xmakemol/globals.h
--- xmakemol~/globals.h 2007-08-25 13:20:28.000000000 +0200
+++ xmakemol/globals.h 2010-07-14 17:45:58.071981865 +0200
@@ -172,7 +172,7 @@
double bdfd_factor=1.0;
double hbdfd_factor=1.0;
double ibdfd_factor=1.0;
-double ihbdfd_factor=1.0;
+double ihbdfd_factor=0.7;
double largest_cov_rad;
Boolean redraw;