~ubuntu-branches/ubuntu/karmic/qimageblitz/karmic

« back to all changes in this revision

Viewing changes to debian/cdbs/control.mk

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2008-04-28 23:03:04 UTC
  • Revision ID: james.westby@ubuntu.com-20080428230304-57ubzr95p538lf18
Tags: 1:0.0.4-3
++Changes by Fathi Boudra:

Remove FindQt4.cmake local copy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include debian/cdbs/versions.mk
 
2
debian/control: debian/control.tmp
 
3
        mv debian/control.tmp debian/control
 
4
 
 
5
debian/control.tmp: update-versions
 
6
 
 
7
update-versions: debian/control.in
 
8
        sed "s/CDBS_MIN_VER/$(CDBS_MIN_VER)/;\
 
9
             s/QUILT_MIN_VER/$(QUILT_MIN_VER)/;\
 
10
             s/CMAKE_MIN_VER/$(CMAKE_MIN_VER)/;\
 
11
             s/KDELIBS_VERSION/$(KDELIBS_VERSION)/;\
 
12
             s/KDELIBS_UPSTREAM_VERSION/$(KDELIBS_UPSTREAM_VERSION)/;\
 
13
             s/KDELIBS_SOURCE_VERSION/$(KDELIBS_SOURCE_VERSION)/;\
 
14
             s/KDEPIMLIBS_VERSION/$(KDEPIMLIBS_VERSION)/;\
 
15
             s/KDEPIMLIBS_SOURCE_VERSION/$(KDEPIMLIBS_SOURCE_VERSION)/;\
 
16
             s/KDEPIMLIBS_UPSTREAM_VERSION/$(KDEPIMLIBS_UPSTREAM_VERSION)/;\
 
17
             " debian/control.in > debian/control.tmp
 
18
 
 
19
.PHONY: update-versions