From d0bdc62cddff86b8601bb0e32b8a115be65032ff Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 28 Dec 2014 15:05:26 +0100 Subject: Document changes and release 0.0.9-1 --- debian/patches/0001-Another-import-bugfix.patch | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100644 debian/patches/0001-Another-import-bugfix.patch (limited to 'debian/patches/0001-Another-import-bugfix.patch') diff --git a/debian/patches/0001-Another-import-bugfix.patch b/debian/patches/0001-Another-import-bugfix.patch deleted file mode 100644 index 9cbb73e..0000000 --- a/debian/patches/0001-Another-import-bugfix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: =?utf-8?q?Guido_G=C3=BCnther?= -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' - -- cgit v1.2.3