From e456c559aae5b8f8c88c742904294bfbea8eafa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Sat, 19 Mar 2016 14:17:49 +0800 Subject: [PATCH] Change name to libfm-qt3 --- debian/control | 4 ++-- debian/{libfm-qt2.symbols => libfm-qt3.symbols} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename debian/{libfm-qt2.symbols => libfm-qt3.symbols} (100%) diff --git a/debian/control b/debian/control index 7576ef2..2fe6c46 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/libfm-qt -b debian/sid Homepage: https://github.com/lxde/libfm-qt -Package: libfm-qt2 +Package: libfm-qt3 Replaces: libfm-qt5-2 Breaks: libfm-qt5-2 Architecture: any @@ -44,6 +44,6 @@ Breaks: libfm-qt5-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, - libfm-qt2 (= ${binary:Version}) + libfm-qt3 (= ${binary:Version}) Description: file management support library for pcmanfm-qt (development files) This package contains development files for helper library libfm-qt. diff --git a/debian/libfm-qt2.symbols b/debian/libfm-qt3.symbols similarity index 100% rename from debian/libfm-qt2.symbols rename to debian/libfm-qt3.symbols