Fixed typos in changelog

Alf Gaida 8 years ago
parent b75a7dc078
commit 5667c522fb

10
debian/changelog vendored

@ -1,9 +1,15 @@
lxqt-about (0.10.96~12-g8c1e642-3) experimental; urgency=medium
* Fixed typos in changelog
-- Alf Gaida <agaida@siduction.org> Tue, 19 Jul 2016 01:28:46 +0200
lxqt-about (0.10.96~12-g8c1e642-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)
* Fixed copyright Format field
-- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 12:58:44 +0200

5
debian/copyright vendored

@ -10,7 +10,7 @@ License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+
License: LGPL-2.1+
@ -19,7 +19,7 @@ License: LGPL-2.1+
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
@ -27,4 +27,3 @@ License: 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".

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…
Cancel
Save