Add libfm-qt1 and libfm-qt-dev

This commit is contained in:
ChangZhuo Chen (陳昌倬) 2014-09-02 15:10:27 +08:00 committed by Andrew Lee (李健秋)
parent 24256dcb0a
commit 39ae877d1a
4 changed files with 27 additions and 2 deletions

21
debian/control vendored
View File

@ -35,3 +35,24 @@ Depends:
${misc:Depends}
Description: Qt port of the LXDE file manager PCManFM
Qt port of the LXDE file manager PCManFM.
Package: libfm-qt1
Provides: libfm-qt
Section: libs
Multi-Arch: same
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Qt port of the LXDE file manager PCManFM
Qt port of the LXDE file manager PCManFM.
Package: libfm-qt-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
libfm-qt1 (= ${binary:Version}),
${misc:Depends}
Description: Qt port of the LXDE file manager PCManFM
Qt port of the LXDE file manager PCManFM.

2
debian/libfm-qt-dev.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/*.so
usr/lib/*/pkgconfig/*

2
debian/libfm-qt1.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/*.so.*
usr/share/libfm-qt/*

View File

@ -1,4 +1,4 @@
usr/bin/*
usr/include/*
usr/lib/*
usr/share/*
usr/share/applications/*
usr/share/pcmanfm-qt/*