Skip to content

Commit

Permalink
debian packaging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 19, 2013
1 parent 24ba638 commit 69a919d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/qgis-oracle-provider.install.in
@@ -1,2 +1,2 @@
usr/lib/qgis/plugins/liboracleprovider.so
usr/lib/{DEB_BUILD_GNU_TYPE}/qt4/plugins/sqldrivers/libqsqlocispatial.so
{QT_PLUGIN_DIR}/sqldrivers/libqsqlocispatial.so
1 change: 0 additions & 1 deletion debian/qgis-providers-common.install
Expand Up @@ -3,4 +3,3 @@ usr/share/qgis/resources/qgis.db
usr/share/qgis/resources/srs.db
usr/share/qgis/resources/symbology-ng-style.db
usr/share/qgis/resources/cpt-city-qgis-min/*
usr/lib/{DEB_BUILD_GNU_TYPE}/qt4/plugins/sqldrivers/libqsqlspatialite.so
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -125,7 +125,7 @@ define gentemplate
$(2): $(1)
sed \
-e "s/{DEB_BUILD_GNU_TYPE}/$(DEB_BUILD_GNU_TYPE)/g" \
-e "s/{QT_PLUGIN_DIR}/$(QT_PLUGIN_DIR)/g" \
-e "s#{QT_PLUGIN_DIR}#$(QT_PLUGIN_DIR)#g" \
-e "s/{QGIS_ABI}/$(QGIS_ABI)/g" \
-e "s/{GRASS}/$(GRASS)/g" \
-e "s/{GRASS_ABI}/$(GRASS_ABI)/g" $$^ >$$@
Expand Down

0 comments on commit 69a919d

Please sign in to comment.