Some cleanup in debian $foo
.gitignore moved to ./debian fixes maintainder fields fixes vcs fields fixes LGPL fixes -dev.install *.h fixes patch/series better rules
This commit is contained in:
parent
df56a437e5
commit
5f64a2f182
13
debian/.gitignore
vendored
Normal file
13
debian/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/*.debhelper
|
||||
/*.log
|
||||
/*.substvars
|
||||
/files
|
||||
|
||||
/pcmanfm-qt/
|
||||
/pcmanfm-qt-dbg/
|
||||
/libfm-qt5-2/
|
||||
/libfm-qt5-dev/
|
||||
/libfm-qt5-dbg/
|
||||
/pcmanfm-qt5/
|
||||
/pcmanfm-qt5-dbg/
|
||||
/tmp
|
13
debian/control
vendored
13
debian/control
vendored
@ -1,11 +1,12 @@
|
||||
Source: pcmanfm-qt
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders:
|
||||
Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
||||
Build-Depends:
|
||||
automoc,
|
||||
cmake (>= 2.8.11),
|
||||
cmake (>= 3.0.2),
|
||||
debhelper (>= 9),
|
||||
libfm-dev (>= 1.2.0),
|
||||
libglib2.0-dev,
|
||||
@ -17,8 +18,8 @@ Build-Depends:
|
||||
qttools5-dev-tools (>= 5.3.2),
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://github.com/lxde/pcmanfm-qt
|
||||
Vcs-Git: git://github.com/lxde/pcmanfm-qt.git
|
||||
Vcs-Browser: https://github.com/lxde/pcmanfm-qt
|
||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/pcmanfm-qt.git
|
||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/pcmanfm-qt
|
||||
|
||||
Package: pcmanfm-qt5
|
||||
Architecture: any
|
||||
|
8
debian/copyright
vendored
8
debian/copyright
vendored
@ -37,8 +37,8 @@ Copyright: 2014 Wen Liao <wen.cf83@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
License: LGPL-2.1+
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
This program or library is free software; you can redistribute it
|
||||
and/or modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
.
|
||||
@ -47,8 +47,8 @@ License: LGPL-2.1+
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
.
|
||||
On Debian system, the complete text of GNU Lesser General Public License can
|
||||
be found in "/usr/share/common-licenses/LGPL-2.1".
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
|
||||
|
||||
License: GPL-2.0+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
|
2
debian/libfm-qt5-dev.install
vendored
2
debian/libfm-qt5-dev.install
vendored
@ -1,3 +1,3 @@
|
||||
usr/include/*
|
||||
usr/include/libfm-qt/*.h
|
||||
usr/lib/*/*.so
|
||||
usr/lib/*/pkgconfig/*
|
||||
|
@ -1,13 +1,13 @@
|
||||
Description: provide main category
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
Last-Update: 2014-10-19
|
||||
Last-Update: 2015-02-23
|
||||
|
||||
--- 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
|
||||
--- pcmanfm-qt-0.9.0.orig/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
|
||||
+++ pcmanfm-qt-0.9.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;
|
||||
+Categories=Settings;Qt;DesktopSettings;
|
||||
StartupNotify=true
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1 +1 @@
|
||||
pcmanfm-qt-desktop-pref.desktop.patch
|
||||
pcmanfm-qt-desktop-pref.desktop.in.patch
|
||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -15,8 +15,8 @@ override_dh_auto_configure:
|
||||
mkdir -p $(TS_BAK)
|
||||
dh_auto_configure
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
override_dh_install:
|
||||
dh_install --exclude=pcmanfm-qt.1 --fail-missing --list-missing
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
@ -25,6 +25,11 @@ override_dh_auto_install:
|
||||
override_dh_install:
|
||||
dh_install --fail-missing --exclude=pcmanfm-qt.1
|
||||
|
||||
override_dh_clean:
|
||||
$(RM) -r debian/libfm-qt5-dbg
|
||||
$(RM) -r debian/pcmanfm-qt-dbg
|
||||
dh_clean
|
||||
|
||||
override_dh_strip:
|
||||
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