Skip to content

Commit

Permalink
fix debian packaging
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10242 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 25, 2009
1 parent 1091525 commit 592a44a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
@@ -1,3 +1,16 @@
qgis (1.0.1-3) experimental; urgency=low

* add missing dependency for python-qgis to python-qgis-common
* fix conditional call of dh_lintian

-- Jürgen E. Fischer <jef@norbit.de> Tue, 24 Feb 2009 08:42:01 +0100

qgis (1.0.1-2) experimental; urgency=low

* include r10177

-- Juergen E. Fischer <jef@norbit.de> Mon, 16 Feb 2009 09:17:32 +0100

qgis (1.0.1) experimental; urgency=low

* upstream bugfix release
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -91,7 +91,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
Package: python-qgis
Section: python
Architecture: any
Depends: python-qt4 (>=4.1.0), ${shlibs:Depends}, ${misc:Depends}
Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings to Quantum GIS
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -104,7 +104,7 @@ binary-arch: build install
dh_installman -pqgis qgis_help.man
dh_installmime -pqgis
dh_link
which dh_lintian >/dev/null && dh_lintian
if which dh_lintian >/dev/null; then dh_lintian; fi
dh_strip
dh_compress --exclude=pdf
dh_fixperms
Expand Down

0 comments on commit 592a44a

Please sign in to comment.