Fixed two typos in changelog
Added a lintian-override for lxqt-admin-user-helper
This commit is contained in:
parent
ee9265f353
commit
6ef8c6943e
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,9 +1,16 @@
|
||||
lxqt-admin (0.10.96~24-gd87b750-3) experimental; urgency=medium
|
||||
|
||||
* Fixed two typos in changelog
|
||||
* Added a lintian-override for lxqt-admin-user-helper
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 23 Jul 2016 13:24:41 +0200
|
||||
|
||||
lxqt-admin (0.10.96~24-gd87b750-2) experimental; urgency=medium
|
||||
|
||||
* Added build dependencies gcc (>= 4:6), g++ (>= 4:6)
|
||||
* Exported LC_ALL=C.UTF-8 - define language settings for reproducable
|
||||
* Exported LC_ALL=C.UTF-8 - define language settings for reproducible
|
||||
builds
|
||||
* Set additional minumum versions (libqtxdg, liblxqt)
|
||||
* Set additional minimum versions (libqtxdg, liblxqt)
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 12:11:47 +0200
|
||||
|
||||
|
1
debian/lintian-overrides
vendored
1
debian/lintian-overrides
vendored
@ -1,6 +1,7 @@
|
||||
# there will be no manual for a foreseable time
|
||||
lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-time
|
||||
lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-user
|
||||
lxqt-admin: binary-without-manpage usr/bin/lxqt-admin-user-helper
|
||||
|
||||
# the category is right, but not in freedesktop right now
|
||||
lxqt-admin: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-admin-time.desktop
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
dh ${@} --buildsystem cmake\
|
||||
--parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user