~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to debian/cdbs/versions.mk

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-08 15:14:38 UTC
  • Revision ID: james.westby@ubuntu.com-20080508151438-b16y354689072zc9
Tags: 0.80.0+svn805178-0ubuntu1
New upstream development snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
CDBS_MIN_VER:=0.4.52
 
3
QUILT_MIN_VER:=0.40
 
4
CMAKE_MIN_VER:=2.4.8
 
5
 
 
6
 
 
7
KDELIBS_VERSION:=$(shell dpkg -l kdelibs5 | grep kdelibs5 | awk '{print $$3}')
 
8
KDELIBS_SOURCE_VERSION:=$(shell echo $(KDELIBS_VERSION) | sed 's/+b.*//')
 
9
KDELIBS_UPSTREAM_VERSION:=$(shell echo $(KDELIBS_VERSION) | sed 's/-.*//')
 
10
 
 
11
KDEPIMLIBS_VERSION:=$(shell dpkg -l kdepimlibs5 | grep kdepimlibs5 | awk '{print $$3}')
 
12
KDEPIMLIBS_SOURCE_VERSION:=$(shell echo $(KDEPIMLIBS_VERSION) | sed 's/+b.*//')
 
13
KDEPIMLIBS_UPSTREAM_VERSION:=$(shell echo $(KDEPIMLIBS_VERSION) | sed 's/-.*//')
 
14