diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3c2a005..90d4941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,10 @@ scons (3.0.1-2) UNRELEASED; urgency=medium * d/p/0110-remove_stale_files.patch: update for python3 compatibility (Closes: #893740) - -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:49:30 +0200 + [ Laszlo Boszormenyi (GCS) <gcs@debian.org> ] + * Update debhelper level to 11 . + + -- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 09 Nov 2018 18:35:29 +0000 scons (3.0.1-1) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 1b0bd3d..65a3b57 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), dh-python, python (>= 2.7~) Standards-Version: 4.1.2.0 |