no need to patch - we can apply changes upstream

remove quilt build dependency, patches and --with quilt from rules
ubuntu/disco
Alf Gaida 9 years ago
parent 4e3261d606
commit 2dd745096a

5
debian/control vendored

@ -17,8 +17,7 @@ Build-Depends: automoc,
libx11-dev,
pkg-config,
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
quilt
qttools5-dev-tools (>= 5.3)
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/pcmanfm-qt
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/pcmanfm-qt.git
@ -29,7 +28,7 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libfm-modules
Recommends: gvfs-backends
Recommends: gvfs-backends, lxqt-sudo | gksu
Description: extremely fast and lightweight file and desktop icon manager
PCManFM-Qt is the Qt port of the LXDE file manager PCManFM.
.

@ -1,13 +0,0 @@
Description: provide main category
Author: Alf Gaida <agaida@siduction.org>
Last-Update: 2014-10-19
--- pcmanfm-qt-0.8.0.orig/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
+++ pcmanfm-qt-0.8.0/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
@@ -5,5 +5,5 @@ GenericName=Desktop Settings
Comment=Change wallpapers and behavior of desktop manager
Exec=pcmanfm-qt --desktop-pref=general
Icon=user-desktop
-Categories=Qt;DesktopSettings;
+Categories=Utility;Core;Qt;DesktopSettings;
StartupNotify=true

@ -1 +0,0 @@
pcmanfm-qt-desktop-pref.desktop.patch

2
debian/rules vendored

@ -5,7 +5,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel --with quilt
dh ${@} --buildsystem cmake --parallel
override_dh_install:
dh_install --exclude=pcmanfm-qt.1 --fail-missing --list-missing

Loading…
Cancel
Save