tags 560527 patch thanks 04_shellescape.dpatch creates files in the wrong place. Patch from Ubuntu follows.
diff -u xdrawchem-1.9.9/debian/patches/04_shellescape.dpatch xdrawchem-1.9.9/debian/patches/04_shellescape.dpatch --- xdrawchem-1.9.9/debian/patches/04_shellescape.dpatch +++ xdrawchem-1.9.9/debian/patches/04_shellescape.dpatch @@ -28,7 +28,7 @@ @DPATCH@ diff -Nur xdrawchem-1.9.9/xdrawchem/application.cpp ../xdrawchem-1.9.9/xdrawchem/application.cpp --- xdrawchem-1.9.9/xdrawchem/application.cpp 2005-11-16 04:01:55.000000000 +0100 -+++ ../xdrawchem-1.9.9/xdrawchem/application.cpp 2006-07-09 12:45:51.000000000 +0200 ++++ xdrawchem-1.9.9/xdrawchem/application.cpp 2006-07-09 12:45:51.000000000 +0200 @@ -79,6 +79,7 @@ #include "xruler.h" #include "dyk.h" @@ -126,7 +126,7 @@ was_saved = tosave.save(ni_savefile, "PNG"); diff -Nur xdrawchem-1.9.9/xdrawchem/escape.cpp ../xdrawchem-1.9.9/xdrawchem/escape.cpp --- xdrawchem-1.9.9/xdrawchem/escape.cpp 1970-01-01 01:00:00.000000000 +0100 -+++ ../xdrawchem-1.9.9/xdrawchem/escape.cpp 2006-07-09 12:41:42.000000000 +0200 ++++ xdrawchem-1.9.9/xdrawchem/escape.cpp 2006-07-09 12:41:42.000000000 +0200 @@ -0,0 +1,9 @@ +#include "escape.h" + @@ -139,7 +139,7 @@ +} diff -Nur xdrawchem-1.9.9/xdrawchem/escape.h ../xdrawchem-1.9.9/xdrawchem/escape.h --- xdrawchem-1.9.9/xdrawchem/escape.h 1970-01-01 01:00:00.000000000 +0100 -+++ ../xdrawchem-1.9.9/xdrawchem/escape.h 2006-07-09 12:41:48.000000000 +0200 ++++ xdrawchem-1.9.9/xdrawchem/escape.h 2006-07-09 12:41:48.000000000 +0200 @@ -0,0 +1,8 @@ +#ifndef ESCAPE_H +#define ESCAPE_H @@ -151,7 +151,7 @@ +#endif diff -Nur xdrawchem-1.9.9/xdrawchem/Makefile.am ../xdrawchem-1.9.9/xdrawchem/Makefile.am --- xdrawchem-1.9.9/xdrawchem/Makefile.am 2005-07-20 04:27:54.000000000 +0200 -+++ ../xdrawchem-1.9.9/xdrawchem/Makefile.am 2006-07-09 12:38:58.000000000 +0200 ++++ xdrawchem-1.9.9/xdrawchem/Makefile.am 2006-07-09 12:38:58.000000000 +0200 @@ -13,7 +13,7 @@ gobject.moc.cpp peptidebuilder.moc.cpp xruler.moc.cpp\ graphdialog.moc.cpp previewwidget.moc.cpp charsel.moc.cpp\ @@ -163,7 +163,7 @@ bond.moc.cpp molecule.moc.cpp symbol.moc.cpp\ diff -Nur xdrawchem-1.9.9/xdrawchem/molinfodialog.cpp ../xdrawchem-1.9.9/xdrawchem/molinfodialog.cpp --- xdrawchem-1.9.9/xdrawchem/molinfodialog.cpp 2005-08-07 22:00:19.000000000 +0200 -+++ ../xdrawchem-1.9.9/xdrawchem/molinfodialog.cpp 2006-07-09 12:46:49.000000000 +0200 ++++ xdrawchem-1.9.9/xdrawchem/molinfodialog.cpp 2006-07-09 12:46:49.000000000 +0200 @@ -4,6 +4,7 @@ #include "molinfodialog.h" #include "helpwindow.h" -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org