diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-02-28 21:55:34 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-02-28 21:55:34 +0100 |
commit | 918de3ffff4c24c8f326ab94882b494b5df12efd (patch) | |
tree | bdc97856c7ec1af72ee9f3f3228d02ee4c5272a0 | |
parent | ba48073925e51d0e35b4cafc234e9b90f85526e8 (diff) | |
download | lcd4linux-918de3ffff4c24c8f326ab94882b494b5df12efd.tar.gz |
bump debhelper compat level to 7
Diffstat (limited to '')
-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, |