Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Better arrangement for ubuntu packages:
- lib package now contains the srs.db, providers and core and gui libs git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.9.2rc1@8093 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
16 additions
and 35 deletions.
- +0 −21 debian/libqgis1-dev.install
- +9 −5 debian/libqgis1.install
- +7 −9 debian/qgis.install
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,22 +1 @@ | ||
usr/include/qgis/* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,5 +1,9 @@ | ||
usr/lib/libqgis_core.so | ||
usr/lib/libqgis_gui.so | ||
usr/lib/qgis/libdelimitedtextprovider.so | ||
usr/lib/qgis/libogrprovider.so | ||
usr/lib/qgis/libwfsprovider.so | ||
usr/lib/qgis/libwmsprovider.so | ||
usr/lib/qgis/libpostgresprovider.so | ||
usr/lib/qgis/libgpxprovider.so | ||
usr/share/qgis/resources/srs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters