Fixed typos in changelog

This commit is contained in:
Alf Gaida 2016-07-19 01:28:54 +02:00
parent b75a7dc078
commit 5667c522fb
3 changed files with 11 additions and 6 deletions

10
debian/changelog vendored
View File

@ -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 lxqt-about (0.10.96~12-g8c1e642-2) experimental; urgency=medium
* Added build dependencies gcc (>= 4:6), g++ (>= 4:6) * 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 builds
* Set additional minumum versions (libqtxdg, liblxqt) * Set additional minimum versions (libqtxdg, liblxqt)
* Fixed copyright Format field * Fixed copyright Format field
-- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 12:58:44 +0200 -- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 12:58:44 +0200

3
debian/copyright vendored
View File

@ -19,7 +19,7 @@ License: LGPL-2.1+
License as published by the Free Software Foundation; either License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version. 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 but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. 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 On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in Public License version 2.1 can be found in
"/usr/share/common-licenses/LGPL-2.1". "/usr/share/common-licenses/LGPL-2.1".

2
debian/rules vendored
View File

@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %:
dh ${@} --buildsystem cmake \ dh ${@} --buildsystem cmake\
--parallel --parallel
override_dh_auto_configure: override_dh_auto_configure: