diff options
author | Rohan Garg <rohan@kde.org> | 2014-08-07 19:46:59 +0200 |
---|---|---|
committer | Rohan Garg <rohan@kde.org> | 2014-08-07 19:46:59 +0200 |
commit | b1e8d50b4fc7baef2d76dfe786ccde2ddb30b392 (patch) | |
tree | 1fb8bc0ab3320cc9abcaedee4afb38c692de8244 | |
parent | 950d73766e55e65422dd35fa1de7100a43ee5f44 (diff) | |
download | pkg-kde-tools-b1e8d50b4fc7baef2d76dfe786ccde2ddb30b392.tar.gz |
Fix sequence to use KF5 instead of KDE4
-rw-r--r-- | perllib/Debian/Debhelper/Buildsystem/kf5.pm | 2 | ||||
-rw-r--r-- | perllib/Debian/Debhelper/Sequence/kf5.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Debian/Debhelper/Buildsystem/kf5.pm b/perllib/Debian/Debhelper/Buildsystem/kf5.pm index 6aa1891..b517587 100644 --- a/perllib/Debian/Debhelper/Buildsystem/kf5.pm +++ b/perllib/Debian/Debhelper/Buildsystem/kf5.pm @@ -4,7 +4,7 @@ # Copyright: © 2009 Modestas Vainius # License: GPL-2+ -package Debian::Debhelper::Buildsystem::kde; +package Debian::Debhelper::Buildsystem::kf5; use strict; use warnings; diff --git a/perllib/Debian/Debhelper/Sequence/kf5.pm b/perllib/Debian/Debhelper/Sequence/kf5.pm index 3616bab..9beeaff 100644 --- a/perllib/Debian/Debhelper/Sequence/kf5.pm +++ b/perllib/Debian/Debhelper/Sequence/kf5.pm @@ -1,5 +1,5 @@ { - package Debian::Debhelper::Sequence::kde; + package Debian::Debhelper::Sequence::kf5; use Debian::Debhelper::Dh_Version; use Debian::Debhelper::Dh_Lib qw(error); |