Package: e2tools Version: 0.0.16-6 Severity: wishlist Tags: patch Hi!
In version 0.0.16-5 the packaging was reworked and type-handling became unused. Given that it's deprecated and we have been trying to get rid of it, it would be really nice if you could apply the following trivial patch for your next upload. thanks, guillem
diff --git a/debian/control b/debian/control index b4b6e08..9d1b593 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2tools Section: misc Priority: extra Maintainer: William Vera <[email protected]> -Build-Depends: debhelper (>= 7), type-handling (>= 0.2.5), e2fslibs-dev, uuid-dev, ss-dev +Build-Depends: debhelper (>= 7), e2fslibs-dev, uuid-dev, ss-dev Standards-Version: 3.8.3 Homepage: http://home.earthlink.net/~k_sheff/sw/e2tools/index.html

