Skip to content

Commit f77f232

Browse files
author
jef
committed
fix template cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk@13683 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b5819e3 commit f77f232

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Source: qgis
22
Section: science
33
Priority: extra
44
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5-
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
6-
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev,
5+
Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
6+
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (<< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev,
77
flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sharutils, sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
99
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),

debian/rules

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ build-stamp: debian/build/CMakeCache.txt
9595

9696
touch $@
9797

98-
clean: templateclean debian/control
98+
cleantemplates:
99+
$(MAKE) -f debian/rules templateclean
100+
$(MAKE) -f debian/rules debian/control
101+
102+
clean: cleantemplates
99103
dh_testdir
100104
dh_testroot
101105
rm -f build-stamp
@@ -105,7 +109,7 @@ clean: templateclean debian/control
105109
# Add here commands to clean up after the build process.
106110
rm -rf debian/build
107111

108-
dh_clean
112+
dh_clean
109113

110114
install: build
111115
dh_testdir

0 commit comments

Comments
 (0)