fix control to prepare migration to 0.10
remove debian/menu
This commit is contained in:
parent
dc6c307e65
commit
55c2ad951c
3
debian/.gitignore
vendored
3
debian/.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/*~
|
/*~
|
||||||
|
/*swp
|
||||||
/*.debhelper
|
/*.debhelper
|
||||||
/*.log
|
/*.log
|
||||||
/*.substvars
|
/*.substvars
|
||||||
@ -6,5 +7,3 @@
|
|||||||
|
|
||||||
/lxqt-config/
|
/lxqt-config/
|
||||||
/lxqt-config-dbg/
|
/lxqt-config-dbg/
|
||||||
/lxqt-config-qt5/
|
|
||||||
/lxqt-config-qt5-dbg/
|
|
||||||
|
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -1,26 +1,31 @@
|
|||||||
|
lxqt-config (0.9.0+20150806-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fixed .gitignore, removed outdated entries
|
||||||
|
* Fixed debian/control sorting and removed outdated versions.
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Wed, 11 Nov 2015 20:51:11 +0100
|
||||||
|
|
||||||
lxqt-config (0.9.0+20150806-1) unstable; urgency=medium
|
lxqt-config (0.9.0+20150806-1) unstable; urgency=medium
|
||||||
|
|
||||||
[ Alf Gaida ]
|
[ Alf Gaida ]
|
||||||
* Initial release. (Closes: #747597)
|
* Initial release. (Closes: #747597)
|
||||||
* added watch file.
|
* Added watch file.
|
||||||
* Imported Upstream version 0.8.0.
|
* Imported Upstream version 0.8.0.
|
||||||
* bump standards to 3.9.6.
|
* Bump standards to 3.9.6.
|
||||||
* drop build dependency libegl1-mesa-dev, bug in Qt 5.3.0 is fixed.
|
* Drop build dependency libegl1-mesa-dev, bug in Qt 5.3.0 is fixed.
|
||||||
* Min Qt version 5.3.2.
|
* Min Qt version 5.3.2.
|
||||||
* Min liblxqt-qt5-0-dev version 0.8.0.
|
* Min liblxqt-qt5-0-dev version 0.8.0.
|
||||||
* mangled symbols added.
|
* Mangled symbols added.
|
||||||
* lintian-overrides added.
|
* Added intian-overrides.
|
||||||
* patch some desktop files.
|
* Patch some desktop files.
|
||||||
* new release 0.9.0 drop not needed patches cleanup debian $foo add
|
* New release 0.9.0 drop not needed patches cleanup debian $foo add
|
||||||
source/options.
|
source/options.
|
||||||
* Some cleanup in debian $foo.
|
* Some cleanup in debian $foo.
|
||||||
* removed breaks and replaces.
|
* Removed breaks and replaces.
|
||||||
* fixes in copyright.
|
* Fixes in copyright.
|
||||||
* removed debian/symbols.
|
* Removed debian/symbols.
|
||||||
* add link --as-needed to rules to avoid warnings at build time.
|
* Added link --as-needed to rules to avoid warnings at build time.
|
||||||
* licenses hopefully fixed.
|
* Fixed licenses.
|
||||||
* breaks and replaces removed.
|
|
||||||
* rules improved, link --as-needed not used symbols removed.
|
|
||||||
|
|
||||||
[ Andrew Lee (李健秋) ]
|
[ Andrew Lee (李健秋) ]
|
||||||
* Merging upstream version 0.9.0+20150806.
|
* Merging upstream version 0.9.0+20150806.
|
||||||
|
40
debian/control
vendored
40
debian/control
vendored
@ -1,38 +1,35 @@
|
|||||||
Source: lxqt-config
|
Source: lxqt-config
|
||||||
Section: x11
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders:
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
Alf Gaida <agaida@siduction.org>,
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||||
Yukiharu YABUKI <yyabuki@debian.org>
|
Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
Build-Depends:
|
Section: x11
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 9),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
debhelper (>= 9),
|
libkf5windowsystem-dev,
|
||||||
libkf5windowsystem-dev (>= 5.5.0),
|
liblxqt0-dev,
|
||||||
liblxqt0-dev (>= 0.9.0),
|
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev (>= 5.3.2),
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 1.1.0),
|
libqt5xdg-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxcursor-dev,
|
libxcursor-dev,
|
||||||
libxfixes-dev,
|
libxfixes-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtbase5-private-dev,
|
qtbase5-private-dev,
|
||||||
qttools5-dev (>= 5.3.2),
|
qttools5-dev,
|
||||||
qttools5-dev-tools (>= 5.3.2),
|
qttools5-dev-tools,
|
||||||
zlib1g-dev,
|
zlib1g-dev
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/lxde/lxqt-config
|
|
||||||
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git
|
|
||||||
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-config.git
|
||||||
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-config.git
|
||||||
|
Homepage: https://github.com/lxde/lxqt-config
|
||||||
|
|
||||||
Package: lxqt-config
|
Package: lxqt-config
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: ${misc:Depends},
|
||||||
${misc:Depends},
|
${shlibs:Depends}
|
||||||
${shlibs:Depends},
|
|
||||||
Description: LXQt system settings center
|
Description: LXQt system settings center
|
||||||
The LXQt system settings center
|
The LXQt system settings center
|
||||||
.
|
.
|
||||||
@ -42,9 +39,8 @@ Package: lxqt-config-dbg
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Depends:
|
Depends: ${misc:Depends},
|
||||||
${misc:Depends},
|
lxqt-config (= ${binary:Version})
|
||||||
lxqt-config (= ${binary:Version}),
|
|
||||||
Description: LXQt system settings center (debug)
|
Description: LXQt system settings center (debug)
|
||||||
The LXQt system settings center
|
The LXQt system settings center
|
||||||
.
|
.
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -174,7 +174,3 @@ License: WTFPL-2
|
|||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
.
|
.
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
5
debian/lintian-overrides
vendored
5
debian/lintian-overrides
vendored
@ -1,11 +1,12 @@
|
|||||||
# there will be no manpages in a foreseable future
|
# there will be no man-pages in a foreseeable future
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-appearance
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-appearance
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-file-associations
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-file-associations
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-input
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-input
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config-monitor
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config-monitor
|
||||||
lxqt-config: binary-without-manpage usr/bin/lxqt-config
|
lxqt-config: binary-without-manpage usr/bin/lxqt-config
|
||||||
|
|
||||||
# not a bug, LXQt has not reached freedesktop yet
|
|
||||||
|
# not a bug, LXQt has not reached free-desktop yet
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-appearance.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-file-associations.desktop
|
||||||
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop
|
lxqt-config: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-config-input.desktop
|
||||||
|
4
debian/menu
vendored
4
debian/menu
vendored
@ -1,4 +0,0 @@
|
|||||||
?package(lxqt-config):needs="X11" \
|
|
||||||
section="Applications/System/Administration"\
|
|
||||||
title="LXQt settings center" \
|
|
||||||
command="/usr/bin/lxqt-config"
|
|
Loading…
x
Reference in New Issue
Block a user