Skip to content

Commit

Permalink
update 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@10175 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 15, 2009
1 parent 1ffa682 commit 1c15bf2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
5 changes: 2 additions & 3 deletions debian/changelog
Expand Up @@ -2,16 +2,15 @@ qgis (1.0.1) experimental; urgency=low

* upstream bugfix release
* sync with debian-gis debian/ tree
- introduce arch-independant qgis-comman and
- introduce arch-independant qgis-common and
qgis-plugin-grass-common
- policy updated to 3.8.0
- join libqgis1-core and libqgis1-gui to libqgis1
- add debian/watch
- dh_lintian overrides
- compat 5=>6
- fix qgis.desktop
- fix license reference in copyright
* introduce arch-independant python-qgis-comman
* introduce arch-independant python-qgis-common
* added sharedmimeinfo
* remove dpatch

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
@@ -1 +1 @@
6
5
6 changes: 3 additions & 3 deletions debian/control
Expand Up @@ -31,7 +31,7 @@ Description: Geographic Information System (GIS)

Package: qgis-common
Architecture: all
Depends: qgis (= ${binary:Version})
Depends: qgis (>= ${source:Version})
Description: Quantum GIS - architecture-independent data
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down Expand Up @@ -80,7 +80,7 @@ Description: GRASS plugin for Quantum GIS

Package: qgis-plugin-grass-common
Architecture: all
Depends: qgis-plugin-grass (= ${binary:Version})
Depends: qgis-plugin-grass (>= ${source:Version})
Description: GRASS plugin for Quantum GIS - architecture-independent data
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand All @@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
Package: python-qgis-common
Section: python
Architecture: all
Depends: python-qgis (= ${binary:Version})
Depends: python-qgis (>= ${source:Version})
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings to Quantum GIS - architecture-independent files
Expand Down
1 change: 0 additions & 1 deletion debian/qgis-common.lintian-overrides

This file was deleted.

10 changes: 5 additions & 5 deletions debian/rules
Expand Up @@ -48,24 +48,24 @@ build-stamp: debian/build/CMakeCache.txt
# Add here commands to compile the package.
$(MAKE) -C debian/build

touch build-stamp
touch $@

clean:
dh_testdir
dh_testroot
rm -f build-stamp
rm -f build-stamp
rm -f i18n/*.qm
rm -rf debian/tmp

# Add here commands to clean up after the build process.
rm -rf debian/build

dh_clean
dh_clean

install: build
dh_testdir
dh_testroot
dh_clean -k
dh_clean -k
dh_installdirs

# Add here commands to install the package into debian/tmp.
Expand Down Expand Up @@ -104,7 +104,7 @@ binary-arch: build install
dh_installman -pqgis qgis_help.man
dh_installmime -pqgis
dh_link
dh_lintian
which dh_lintian >/dev/null && dh_lintian
dh_strip
dh_compress --exclude=pdf
dh_fixperms
Expand Down

0 comments on commit 1c15bf2

Please sign in to comment.