We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153e19 commit 70da239Copy full SHA for 70da239
debian/control.in
@@ -132,6 +132,18 @@ Description: QGIS - shared analysis library
132
.
133
This package contains the shared analysis library.
134
135
+Package: libqgis-native{QGIS_ABI}
136
+Architecture: any
137
+Section: libs
138
+Depends:
139
+ ${shlibs:Depends},
140
+ ${misc:Depends}
141
+Description: QGIS - shared native gui library
142
+ QGIS is a Geographic Information System (GIS) which manages, analyzes and
143
+ display databases of geographic information.
144
+ .
145
+ This package contains the shared native gui library.
146
+
147
Package: libqgisgrass{GRASSVER}-{QGIS_ABI}
148
Architecture: any
149
Section: libs
debian/libqgis-native{QGIS_ABI}.install
@@ -0,0 +1 @@
1
+usr/lib/libqgis_native.so.{QGIS_ABI}
0 commit comments