From 26317b24cd9182fd7db0e4c66e530a1635c1c212 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 9 Feb 2008 22:26:47 +0100 Subject: [PATCH] Adding patch to fix the python module's name. --- debian/patches/series | 1 + debian/patches/setup.py-module-name | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/setup.py-module-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], -- 2.30.2