diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 4424c07..8bb4707 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ lcd4linux (0.10.1~rc2-3) unstable; urgency=low * disable mpd plugin. According to bugreports, it makes lcd4linux unusable for non-mpd users. Please consider co-maintaining the package if you want to see it coming back. Closes: #500068, #499055 + * bump debhelper compat level to 7 - -- Reinhard Tartler <siretart@tauware.de> Sun, 28 Feb 2010 21:53:56 +0100 + -- Reinhard Tartler <siretart@tauware.de> Sun, 28 Feb 2010 21:55:26 +0100 lcd4linux (0.10.1~rc2-2) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index d5fc41a..9097130 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lcd4linux Section: utils Priority: optional Maintainer: Reinhard Tartler <siretart@tauware.de> -Build-Depends: debhelper (>= 4.0.0), +Build-Depends: debhelper (>= 7.0.0), libmysqlclient15-dev, python-dev, libx11-dev, |