summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-07-11 20:57:38 +0200
committerGuido Günther <agx@sigxcpu.org>2014-07-11 20:57:51 +0200
commitaaa59d8716cc4f569f5c7be260b04be049c3b691 (patch)
tree7a9770ec168c24e6f72f3826162f58ee691a7f9c /debian
parent0b81cf5d788a1432f4f553a7ea18c5cc48f4eb96 (diff)
Another import bugfix
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0001-Another-import-bugfix.patch27
-rw-r--r--debian/patches/series1
2 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/0001-Another-import-bugfix.patch b/debian/patches/0001-Another-import-bugfix.patch
new file mode 100644
index 0000000..9cbb73e
--- /dev/null
+++ b/debian/patches/0001-Another-import-bugfix.patch
@@ -0,0 +1,27 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Fri, 11 Jul 2014 20:53:31 +0200
+Subject: Another import bugfix
+
+---
+ whatmaps/debiandistro.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py
+index 9294c9f..3a3bf16 100644
+--- a/whatmaps/debiandistro.py
++++ b/whatmaps/debiandistro.py
+@@ -31,12 +31,12 @@ import subprocess
+ import sys
+ import string
+
+-import whatmaps.distro
++from . distro import Distro
+ from . debianpkg import DebianPkg
+ from . pkg import PkgError
+ from . systemd import Systemd
+
+-class DebianDistro(whatmaps.distro.Distro):
++class DebianDistro(Distro):
+ "Debian (dpkg) based distribution"
+ id = 'Debian'
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bf9b5aa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Another-import-bugfix.patch