From: Bernd Zeimetz Date: Sat, 9 Feb 2008 21:26:47 +0000 (+0100) Subject: Adding patch to fix the python module's name. X-Git-Tag: debian/1.2.26-1~27 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26317b24cd9182fd7db0e4c66e530a1635c1c212;p=pkg-rrdtool.git Adding patch to fix the python module's name. --- diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1a60bf4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +setup.py-module-name diff --git a/debian/patches/setup.py-module-name b/debian/patches/setup.py-module-name new file mode 100644 index 0000000..21e5398 --- /dev/null +++ b/debian/patches/setup.py-module-name @@ -0,0 +1,13 @@ +Index: rrdtool/bindings/python/setup.py +=================================================================== +--- rrdtool.orig/bindings/python/setup.py 2008-02-09 22:23:06.000000000 +0100 ++++ rrdtool/bindings/python/setup.py 2008-02-09 22:23:47.000000000 +0100 +@@ -45,7 +45,7 @@ + #packages = ['rrdtool'], + ext_modules = [ + Extension( +- "rrdtoolmodule", ++ "rrdtool", + ["rrdtoolmodule.c"], + libraries=['rrd'], + library_dirs=[library_dir],