~shnatsel/+junk/pkg-kde-tools-backport

« back to all changes in this revision

Viewing changes to qt-kde-team/2/lintian.mk

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2016-04-18 20:56:33 UTC
  • Revision ID: shnatsel@gmail.com-20160418205633-i7sh6o3o6yzm410a
Initial import of version 0.15.16ubuntu2 from vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright © 2013 Philip Muskovac <yofel@kubuntu.org>
 
2
# Description: Defines a lintian rule that prints the lintian messages.
 
3
#
 
4
# This program is free software; you can redistribute it and/or
 
5
# modify it under the terms of the GNU General Public License as
 
6
# published by the Free Software Foundation; either version 2, or (at
 
7
# your option) any later version.
 
8
#
 
9
# This program is distributed in the hope that it will be useful, but
 
10
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
# General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
 
17
ifdef dqk_dir
 
18
 
 
19
lintian:
 
20
        dpkg-genchanges > ../.pkg-kde-lintian.changes
 
21
        @echo "=== Start lintian"
 
22
        @-lintian ../.pkg-kde-lintian.changes
 
23
        @echo "=== End lintian"
 
24
        rm ../.pkg-kde-lintian.changes
 
25
 
 
26
.PHONY: lintian
 
27
 
 
28
endif