~ubuntu-branches/ubuntu/karmic/kde-l10n-ca/karmic-backports

« back to all changes in this revision

Viewing changes to debian/cdbs/versions.mk

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-06-04 11:23:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604112328-wybgsk4faamvxozk
Tags: 4:4.0.80-0ubuntu1
New upstream beta release

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