Skip to content

Commit

Permalink
fix error of running command lintian -i -EvIL +pedantic --verbose *.c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
smiley286 committed Feb 26, 2019
1 parent 4e140f0 commit 4652ca7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ youker-assistant (1.0.1-0ubuntu1) trusty; urgency=low
* Open related folders when scanning items got double-clicked.
* Notify users when operating the Kingsoft disk cloud configuration.
* Modify Dbus starting method.

-- Kobe Lee (kylinkobe) <xiangli@ubuntukylin.com> Thu, 20 Mar 2014 10:14:56 +0800

youker-assistant (1.0.0-0ubuntu1) trusty; urgency=low
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export QT_SELECT=5
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

QMAKE_OPTS = DEFINES+=NO_DEBUG_ON_CONSOLE
MAKE_OPTS = PREFIX=/usr QMAKE=qmake LRELEASE=lrelease QMAKE_OPTS="$(QMAKE_OPTS)"
Expand Down
5 changes: 3 additions & 2 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
version=3
https://launchpad.net/youker-assistant/+download https://launchpad.net/youker-assistant/.*/youker-assistant-(.*)\.tar\.gz
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/youker-assistant-$1\.tar\.gz/ \
https://github.com/ubuntukylin/youker-assistant/releases .*/v?(\d\S+)\.tar\.gz

0 comments on commit 4652ca7

Please sign in to comment.