some cleanup in debian rules
This commit is contained in:
parent
62f2c3ca4d
commit
1072e28975
72
debian/control
vendored
72
debian/control
vendored
@ -2,16 +2,19 @@ Source: pcmanfm-qt
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
||||
Build-Depends: debhelper (>= 9),
|
||||
cmake (>= 2.8.11),
|
||||
libfm-dev (>= 1.2.0),
|
||||
libglib2.0-dev,
|
||||
libmenu-cache-dev (>= 0.4.0),
|
||||
libqt5x11extras5-dev (>= 5.1),
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
qttools5-dev (>= 5.1),
|
||||
qttools5-dev-tools (>= 5.1),
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>
|
||||
Build-Depends:
|
||||
automoc,
|
||||
cmake (>= 2.8.11),
|
||||
debhelper (>= 9),
|
||||
libfm-dev (>= 1.2.0),
|
||||
libglib2.0-dev,
|
||||
libmenu-cache-dev (>= 0.5),
|
||||
libqt5x11extras5-dev (>= 5.3.1),
|
||||
libx11-dev,
|
||||
pkg-config,
|
||||
qttools5-dev (>= 5.3.1),
|
||||
qttools5-dev-tools (>= 5.3.1),
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/lxde/pcmanfm-qt
|
||||
Vcs-Git: git://github.com/lxde/pcmanfm-qt.git
|
||||
@ -19,19 +22,26 @@ Vcs-Browser: https://github.com/lxde/pcmanfm-qt
|
||||
|
||||
Package: pcmanfm-qt5
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks:
|
||||
pcmanfm-qt,
|
||||
Replaces:
|
||||
pcmanfm-qt,
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libfm-modules,
|
||||
Description: lightweight Qt based file manager for X Window
|
||||
PCMan File Manager Qt (PCManFM-Qt) is an extremly fast, lightweight, yet
|
||||
feature-rich file manager with tabbed browsing. It is the default file manager
|
||||
for the lightweight desktop environment, LXQt.
|
||||
|
||||
Package: pcmanfm-qt5-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
pcmanfm-qt5 (= ${binary:Version}),
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
pcmanfm-qt5 (= ${binary:Version}),
|
||||
Description: Debug symbols for pcmanfm-qt
|
||||
PCMan File Manager Qt (PCManFM-Qt) is an extremly fast, lightweight, yet
|
||||
feature-rich file manager with tabbed browsing. It is the default file manager
|
||||
@ -45,8 +55,15 @@ Section: libs
|
||||
Multi-Arch: same
|
||||
Architecture: any
|
||||
Pre-Depends: ${misc:Pre-Depends},
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks:
|
||||
libfm-qt5-0.0.0,
|
||||
libfm-qt0.0.0,
|
||||
Replaces:
|
||||
libfm-qt5-0.0.0,
|
||||
libfm-qt0.0.0,
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Helper library for pcmanfm-qt
|
||||
PCMan File Manager Qt (PCManFM-Qt) is an extremly fast, lightweight, yet
|
||||
feature-rich file manager with tabbed browsing. It is the default file manager
|
||||
@ -57,8 +74,10 @@ Description: Helper library for pcmanfm-qt
|
||||
Package: libfm-qt5-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
libfm-qt5-1 (= ${binary:Version}),
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libfm-qt5-1 (= ${binary:Version}),
|
||||
Description: Development files for libfm-qt
|
||||
PCMan File Manager Qt (PCManFM-Qt) is an extremly fast, lightweight, yet
|
||||
feature-rich file manager with tabbed browsing. It is the default file manager
|
||||
@ -66,3 +85,18 @@ Description: Development files for libfm-qt
|
||||
.
|
||||
This package contains development files for helper library libfm-qt for
|
||||
pcmanfm-qt.
|
||||
|
||||
Package: libfm-qt5-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libfm-qt5-1 (= ${binary:Version}),
|
||||
Description: Debug symbols for libfm-qt5
|
||||
PCMan File Manager Qt (PCManFM-Qt) is an extremly fast, lightweight, yet
|
||||
feature-rich file manager with tabbed browsing. It is the default file manager
|
||||
for the lightweight desktop environment, LXQt.
|
||||
.
|
||||
This package contains debugging symbols for the shared libs.
|
||||
|
27
debian/copyright
vendored
27
debian/copyright
vendored
@ -3,22 +3,23 @@ Upstream-Name: pcmanfm-qt
|
||||
Source: https://github.com/lxde/pcmanfm-qt
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (c) 2013-2014 LXQt team
|
||||
Copyright (C) 2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
Copyright 2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||
Copyright (C) 2014 Kuzma Shapran <kuzma.shapran@gmail.com>
|
||||
License: GPL-2+
|
||||
Copyright: 2013-2014 LXQt team
|
||||
2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||
2014 Kuzma Shapran <kuzma.shapran@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: libfm-qt/appchooser* libfm-qt/applaunchcontext.* libfm-qt/appmenuview* libfm-qt/cachedfoldermodel.* libfm-qt/execfiledialog* libfm-qt/filelauncher.* libfm-qt/filemenu* libfm-qt/foldermodel.* libfm-qt/foldermodelitem.cpp libfm-qt/folderview.* libfm-qt/folderview_p.h libfm-qt/icontheme.cpp libfm-qt/libfmqt.cpp libfm-qt/libfmqtglobals.h libfm-qt/proxyfoldermodel.* pcmanfm/launcher.*
|
||||
Copyright: Copyright (c) 2013-2014 LXQt team
|
||||
Copyright (C) 2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
Copyright 2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||
Files: libfm-qt/appchooser* libfm-qt/applaunchcontext.* libfm-qt/appmenuview* libfm-qt/cachedfoldermodel.* libfm-qt/execfiledialog* libfm-qt/filelauncher.* libfm-qt/filemenu* libfm-qt/foldermodel.* libfm-qt/foldermodelitem.cpp libfm-qt/folderview.* libfm-qt/folderview_p.h libfm-qt/icontheme.cpp libfm-qt/libfmqt.cpp libfm-qt/libfmqtglobal.h libfm-qt/proxyfoldermodel.* pcmanfm-qt/launcher.*
|
||||
Copyright: 2013-2014 LXQt team
|
||||
2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: Copyright 2014 Wen Liao <wen.cf83@gmail.com>
|
||||
Copyright 2014 ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
||||
License: GPL-2+
|
||||
Copyright: 2014 Wen Liao <wen.cf83@gmail.com>
|
||||
2014 ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
||||
2013-2014 Alf Gaida <agaida@siduction.org>
|
||||
License: GPL-2.0+
|
||||
|
||||
License: LGPL-2.1+
|
||||
This library is free software; you can redistribute it and/or
|
||||
@ -34,7 +35,7 @@ License: LGPL-2.1+
|
||||
On Debian system, the complete text of GNU Lesser General Public License can
|
||||
be found in "/usr/share/common-licenses/LGPL-2.1".
|
||||
|
||||
License: GPL-2+
|
||||
License: GPL-2.0+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
|
1
debian/docs
vendored
1
debian/docs
vendored
@ -1 +1,2 @@
|
||||
AUTHORS
|
||||
README
|
||||
|
11
debian/rules
vendored
11
debian/rules
vendored
@ -3,17 +3,17 @@
|
||||
#DH_VERBOSE = 1
|
||||
export USE_QT5 = 1
|
||||
|
||||
TS := $(CURDIR)/pcmanfm/translations/
|
||||
TS_BAK := $(CURDIR)/debian/bak/pcmanfm/translations/
|
||||
TS := $(CURDIR)/pcmanfm/translations
|
||||
TS_BAK := $(CURDIR)/debian/bak/pcmanfm/translations
|
||||
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem cmake --parallel
|
||||
dh ${@} --buildsystem cmake --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
mkdir -p $(TS_BAK)
|
||||
cp $(TS)/*.ts $(TS_BAK)
|
||||
-cp $(TS)/*.ts $(TS_BAK)
|
||||
dh_auto_configure
|
||||
|
||||
override_dh_auto_clean:
|
||||
@ -28,4 +28,5 @@ override_dh_install:
|
||||
dh_install --fail-missing --exclude=pcmanfm-qt.1
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=pcmanfm-qt5-dbg
|
||||
dh_strip -ppcmanfm-qt5 --dbg-package=pcmanfm-qt5-dbg
|
||||
dh_strip -plibfm-qt5-1 --dbg-package=libfm-qt5-dbg
|
||||
|
Loading…
x
Reference in New Issue
Block a user