Skip to content

Commit eb2f7cf

Browse files
committedSep 15, 2012
debian packaging update
1 parent 6edc945 commit eb2f7cf

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ qgis (1.9.0) UNRELEASED; urgency=low
77
* include cpt-city files
88
* support DEB_BUILD_OPTIONS' parallel=n
99
* add python-unittest2 build dependency for lucid, maverick and squeeze
10+
* add python-qscintilla2 dependency to python-qgis
1011

11-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 14 Sep 2012 16:53:29 +0200
12+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 15 Sep 2012 22:51:38 +0200
1213

1314
qgis (1.8.0) UNRELEASED; urgency=low
1415

‎debian/control.lucid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
126126
Package: python-qgis
127127
Section: python
128128
Architecture: any
129-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
129+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
130130
Provides: ${python:Provides}
131131
XB-Python-Version: ${python:Versions}
132132
Description: Python bindings to Quantum GIS

‎debian/control.maverick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
127127
Package: python-qgis
128128
Section: python
129129
Architecture: any
130-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
130+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
131131
Provides: ${python:Provides}
132132
XB-Python-Version: ${python:Versions}
133133
Description: Python bindings to Quantum GIS

‎debian/control.natty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
126126
Package: python-qgis
127127
Section: python
128128
Architecture: any
129-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
129+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
130130
Provides: ${python:Provides}
131131
XB-Python-Version: ${python:Versions}
132132
Description: Python bindings to Quantum GIS

‎debian/control.oneiric

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
126126
Package: python-qgis
127127
Section: python
128128
Architecture: any
129-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
129+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
130130
Provides: ${python:Provides}
131131
XB-Python-Version: ${python:Versions}
132132
Description: Python bindings to Quantum GIS

‎debian/control.precise

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
129129
Package: python-qgis
130130
Section: python
131131
Architecture: any
132-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
132+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
133133
Provides: ${python:Provides}
134134
XB-Python-Version: ${python:Versions}
135135
Description: Python bindings to Quantum GIS

‎debian/control.sid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
130130
Package: python-qgis
131131
Section: python
132132
Architecture: any
133-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-pyspatialite, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
133+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-pyspatialite, python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
134134
Description: Python bindings to Quantum GIS
135135
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
136136
and display databases of geographic information.

‎debian/control.squeeze

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
126126
Package: python-qgis
127127
Section: python
128128
Architecture: any
129-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
129+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
130130
Provides: ${python:Provides}
131131
XB-Python-Version: ${python:Versions}
132132
Description: Python bindings to Quantum GIS

‎debian/control.wheezy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
130130
Package: python-qgis
131131
Section: python
132132
Architecture: any
133-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
133+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), python-qscintilla2, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
134134
Provides: ${python:Provides}
135135
Description: Python bindings to Quantum GIS
136136
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes

0 commit comments

Comments
 (0)
Please sign in to comment.