diff options
author | Slávek Banko <[email protected]> | 2016-08-07 14:24:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-08-07 14:31:38 +0200 |
commit | fc594fcc8aebf324297667536ca3d1a62b7dd367 (patch) | |
tree | 86679a2b181f7476d6fb385b21a0f731e44a4288 /debian/squeeze/libraries/pytdeextensions | |
parent | 37b92fbaea5f2fcc1885e9155bcc24f25b188d6a (diff) | |
download | tde-packaging-fc594fcc8aebf324297667536ca3d1a62b7dd367.tar.gz tde-packaging-fc594fcc8aebf324297667536ca3d1a62b7dd367.zip |
Change debhelper compatibility level to 7 on Debian and Ubuntu
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1e8cfb282207fe28581635c005a36b6a6605b100)
Diffstat (limited to 'debian/squeeze/libraries/pytdeextensions')
-rw-r--r-- | debian/squeeze/libraries/pytdeextensions/debian/compat | 2 | ||||
-rw-r--r-- | debian/squeeze/libraries/pytdeextensions/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/squeeze/libraries/pytdeextensions/debian/compat b/debian/squeeze/libraries/pytdeextensions/debian/compat index 7ed6ff82d..7f8f011eb 100644 --- a/debian/squeeze/libraries/pytdeextensions/debian/compat +++ b/debian/squeeze/libraries/pytdeextensions/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/squeeze/libraries/pytdeextensions/debian/control b/debian/squeeze/libraries/pytdeextensions/debian/control index 7942de445..554d973d9 100644 --- a/debian/squeeze/libraries/pytdeextensions/debian/control +++ b/debian/squeeze/libraries/pytdeextensions/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <[email protected]> Uploaders: Fathi Boudra <[email protected]>, Mark Purcell <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), chrpath, quilt, tdelibs14-trinity, libtool-bin | libtool (<< 2.4.2-1.11), libtool, +Build-Depends: cdbs, debhelper (>= 7.0.50~), chrpath, quilt, tdelibs14-trinity, libtool-bin | libtool (<< 2.4.2-1.11), libtool, libxml2-utils, libxrandr-dev, libxxf86vm-dev, pytqt-tools, python-trinity-trinity, python-tqt-dev, python-sip-tqt-dev, python-support (>= 0.6) | dh-python, python (>= 2.5), python-all-dev (>= 2.5) Standards-Version: 3.8.4 |