Skip to content

Commit 9fba484

Browse files
author
jef
committed
update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@9894 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fe122ca commit 9fba484

17 files changed

+272
-8
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
qgis (1.0.0) experimental; urgency=low
2+
3+
* new upstream release
4+
* update qgis.mime
5+
* add qgis.desktop and qgis.xml
6+
* add mime types for KDE
7+
* don't ignore errors in preinst and postrm
8+
* run ldconfig in postrm
9+
10+
-- Jürgen E. Fischer <jef@norbit.de> Tue, 23 Dec 2008 20:42:21 +0100
11+
112
qgis (1.0preview18) experimental; urgency=low
213

314
* add suggestion for gpsbabel

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Suggests: gpsbabel
2222
Conflicts: uim-qt3
2323
Description: Geographic Information System (GIS)
2424
A Geographic Information System (GIS) manages, analyzes, and displays
25-
databases of geographic information. Quantum GIS (QGIS) supports shapefile
25+
databases of geographic information. Quantum GIS (QGIS) supports shape file
2626
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
2727
on-the-fly, map composition, and a number of other features via a plugin
2828
interface. QGIS also supports display of various georeferenced raster and
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-adobe-mif
4+
Hidden=false
5+
Comment=Adobe FrameMaker MIF file
6+
Patterns=*.mif;
7+
X-KDE-PatternsAccuracy=51
8+
X-KDE-IsAlso=application/x-mif
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-esri-crs
4+
Hidden=false
5+
Comment=ESRI coordinate reference system
6+
Comment[de]=ESRI-Koordinatenreferenzsystem
7+
Patterns=*.prj;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-esri-shape
4+
Hidden=false
5+
Comment=ESRI shape file
6+
Comment[de]=ESRI-Shapedatei
7+
Patterns=*.shp;*.shx;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-mapinfo-mif
4+
Hidden=false
5+
Comment=MapInfo file
6+
Comment[de]=MapInfo-Datei
7+
Patterns=*.mif;
8+
X-KDE-PatternsAccuracy=60
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-qgis-layer-settings
4+
Hidden=false
5+
Comment=Quantum GIS layer settings
6+
Comment[de]=Quantum GIS Layer Einstellungen
7+
Patterns=*.qml;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-qgis-project
4+
Hidden=false
5+
Comment=Quantum GIS Project
6+
Comment[de]=Quantum GIS-Projekt
7+
Patterns=*.qgs;
8+
X-KDE-IsAlso=application/x-qgis
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-raster-aig
4+
Hidden=false
5+
Comment=AIG raster data
6+
Comment[de]=AIG-Rasterdaten
7+
Patterns=*.aig;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Type=MimeType
3+
MimeType=application/x-raster-ecw
4+
Hidden=false
5+
Comment=ECW raster data
6+
Comment[de]=ECW-Rasterdaten
7+
Patterns=*.ecw;

0 commit comments

Comments
 (0)