~kubuntu-packagers/kubuntu-packaging/meta-kde

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Rohan Garg
  • Date: 2013-12-04 19:05:37 UTC
  • Revision ID: rohangarg@kubuntu.org-20131204190537-vy8sope1j5zvxwf6
Don't use case insensitive grep, useless

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
CALLIGRA_VERSION := 1:2.4.2
9
9
DEV_LATEST_VERSION := 4:4.11
10
10
DEV_PREV_VERSION := 4:4.7.4
11
 
KDE4LIBS_BUILD_DEPENDS := $(shell apt-cache showsrc kde4libs | grep -i Build-Depends -m 1 | cut -b 16-)
 
11
KDE4LIBS_BUILD_DEPENDS := $(shell apt-cache showsrc kde4libs | grep Build-Depends -m 1 | cut -b 16-)
12
12
 
13
13
KDE_VERSION_METAPKGS := kdeaccessibility kdeedu kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins kdeutils kdeadmin kdetoys kdenetwork kdesdk kdegames kdemultimedia
14
14