summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98eaaeb)
raw | patch | inline | side by side (parent: 98eaaeb)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 21:26:47 +0000 (22:26 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 21:26:47 +0000 (22:26 +0100) |
debian/patches/series | [new file with mode: 0644] | patch | blob |
debian/patches/setup.py-module-name | [new file with mode: 0644] | patch | blob |
diff --git a/debian/patches/series b/debian/patches/series
--- /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
--- /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],