mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
fix debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@10241 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
45f43c30b1
commit
11a160efad
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -3,16 +3,15 @@ qgis (1.1.0) UNRELEASED; urgency=low
|
|||||||
* gridmaker plugin removed from package
|
* gridmaker plugin removed from package
|
||||||
* updated mime support
|
* updated mime support
|
||||||
* sync with debian-gis debian/ tree
|
* sync with debian-gis debian/ tree
|
||||||
- introduce arch-independant qgis-comman and
|
- introduce arch-independant qgis-common and
|
||||||
qgis-plugin-grass-common
|
qgis-plugin-grass-common
|
||||||
- policy updated to 3.8.0
|
- policy updated to 3.8.0
|
||||||
- join libqgis1-core and libqgis1-gui to libqgis1
|
- join libqgis1-core and libqgis1-gui to libqgis1
|
||||||
- add debian/watch
|
- add debian/watch
|
||||||
- dh_lintian overrides
|
- dh_lintian overrides
|
||||||
- compat 5=>6
|
|
||||||
- fix qgis.desktop
|
- fix qgis.desktop
|
||||||
- fix license reference in copyright
|
- fix license reference in copyright
|
||||||
* introduce arch-independant python-qgis-comman
|
* introduce arch-independant python-qgis-common
|
||||||
* added sharedmimeinfo
|
* added sharedmimeinfo
|
||||||
* remove dpatch
|
* remove dpatch
|
||||||
|
|
||||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
6
|
5
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -31,7 +31,7 @@ Description: Geographic Information System (GIS)
|
|||||||
|
|
||||||
Package: qgis-common
|
Package: qgis-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: qgis (= ${binary:Version})
|
Depends: qgis (>= ${source:Version})
|
||||||
Description: Quantum GIS - architecture-independent data
|
Description: Quantum GIS - architecture-independent data
|
||||||
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
|
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
|
||||||
and display databases of geographic information.
|
and display databases of geographic information.
|
||||||
@ -80,7 +80,7 @@ Description: GRASS plugin for Quantum GIS
|
|||||||
|
|
||||||
Package: qgis-plugin-grass-common
|
Package: qgis-plugin-grass-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: qgis-plugin-grass (= ${binary:Version})
|
Depends: qgis-plugin-grass (>= ${source:Version})
|
||||||
Description: GRASS plugin for Quantum GIS - architecture-independent data
|
Description: GRASS plugin for Quantum GIS - architecture-independent data
|
||||||
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
|
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
|
||||||
and display databases of geographic information.
|
and display databases of geographic information.
|
||||||
@ -91,7 +91,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
|
|||||||
Package: python-qgis
|
Package: python-qgis
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: any
|
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}
|
Provides: ${python:Provides}
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: Python bindings to Quantum GIS
|
Description: Python bindings to Quantum GIS
|
||||||
@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
|
|||||||
Package: python-qgis-common
|
Package: python-qgis-common
|
||||||
Section: python
|
Section: python
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python-qgis (= ${binary:Version})
|
Depends: python-qgis (>= ${source:Version})
|
||||||
Provides: ${python:Provides}
|
Provides: ${python:Provides}
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: Python bindings to Quantum GIS - architecture-independent files
|
Description: Python bindings to Quantum GIS - architecture-independent files
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -54,7 +54,7 @@ build-stamp: debian/build/CMakeCache.txt
|
|||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(MAKE) -C debian/build
|
$(MAKE) -C debian/build
|
||||||
|
|
||||||
touch build-stamp
|
touch $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
@ -110,7 +110,7 @@ binary-arch: build install
|
|||||||
dh_installman -pqgis qgis_help.man
|
dh_installman -pqgis qgis_help.man
|
||||||
dh_installmime -pqgis
|
dh_installmime -pqgis
|
||||||
dh_link
|
dh_link
|
||||||
dh_lintian
|
if which dh_lintian >/dev/null; then dh_lintian; fi
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress --exclude=pdf
|
dh_compress --exclude=pdf
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user