Skip to content

Commit

Permalink
fix template cleanup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13683 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 7, 2010
1 parent 1ec6dd1 commit 128ec51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -2,8 +2,8 @@ Source: qgis
Section: science
Priority: extra
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev,
Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (<< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev,
flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
sharutils, sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
Expand Down
8 changes: 6 additions & 2 deletions debian/rules
Expand Up @@ -95,7 +95,11 @@ build-stamp: debian/build/CMakeCache.txt

touch $@

clean: templateclean debian/control
cleantemplates:
$(MAKE) -f debian/rules templateclean
$(MAKE) -f debian/rules debian/control

clean: cleantemplates
dh_testdir
dh_testroot
rm -f build-stamp
Expand All @@ -105,7 +109,7 @@ clean: templateclean debian/control
# Add here commands to clean up after the build process.
rm -rf debian/build

dh_clean
dh_clean

install: build
dh_testdir
Expand Down

0 comments on commit 128ec51

Please sign in to comment.