fix: Adapt lintian

Change-Id: I033e66b078bb88417698ee11cca39a389cb6e77e
This commit is contained in:
gs342 2017-12-14 15:32:57 +08:00
parent f04ff15e08
commit 182ba8bdf1
Notes: Deepin Code Review 2017-12-14 15:41:42 +08:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: Guo Shuang <guoshuang@deepin.com>
Submitted-by: Guo Shuang <guoshuang@deepin.com>
Submitted-at: Thu, 14 Dec 2017 15:41:42 +0800
Reviewed-on: https://cr.deepin.io/29422
Project: dde/dde-dock
Branch: refs/heads/master
3 changed files with 7 additions and 6 deletions

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
dde-dock (3.0.12) unstable; urgency=low
dde-dock (3.0.12-1) unstable; urgency=low
* Autobuild Tag 3.0.12
@ -132,6 +132,6 @@ dde-dock (2.90.1-1) stable; urgency=low
dde-dock (0.0~git20150824-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
* Initial release
-- Deepin Packages Builder <packages@linuxdeepin.com> Mon, 24 Aug 2015 19:03:01 +0800

8
debian/control vendored
View File

@ -1,9 +1,9 @@
Source: dde-dock
Section: x11
Priority: optional
Maintainer: Deepin Sysdev <sysdev@deepin.com>
Build-Depends: debhelper (>= 8.0.0), pkg-config,
qt5-qmake, qt5-default,
Maintainer: Deepin Packages Builder <packages@deepin.com>
Build-Depends: debhelper (>= 9.0.0), pkg-config,
qt5-qmake,
libxcb-image0-dev, libxcb-composite0-dev,
libxcb-ewmh-dev, libqt5x11extras5-dev,
libxcb-damage0-dev, libqt5svg5-dev,
@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 8.0.0), pkg-config,
libdframeworkdbus-dev,
libgsettings-qt-dev,
clang [mipsel mips64el]
Standards-Version: 3.9.4
Standards-Version: 3.9.8
Homepage: http://www.deepin.org/
Package: dde-dock

1
debian/rules vendored
View File

@ -1,5 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
export QT_SELECT=5
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1