Code

Adding patch to fix the python module's name.
authorBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 21:26:47 +0000 (22:26 +0100)
committerBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 21:26:47 +0000 (22:26 +0100)
debian/patches/series [new file with mode: 0644]
debian/patches/setup.py-module-name [new file with mode: 0644]

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..1a60bf4
--- /dev/null
@@ -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 (file)
index 0000000..21e5398
--- /dev/null
@@ -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],