mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
debian packaging: add psycopg2 as build dependency
This commit is contained in:
parent
766bfa1a7f
commit
d641ff6fd6
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -58,7 +58,7 @@ Build-Depends:
|
|||||||
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
|
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
|
||||||
#oracle# oracle-instantclient11.2-devel,
|
#oracle# oracle-instantclient11.2-devel,
|
||||||
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
|
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
|
||||||
libqt4-sql-sqlite
|
libqt4-sql-sqlite, python-psycopg2
|
||||||
Build-Conflicts: libqgis-dev, qgis-dev
|
Build-Conflicts: libqgis-dev, qgis-dev
|
||||||
#sid stretch jessie vivid wily#Standards-Version: 3.9.6
|
#sid stretch jessie vivid wily#Standards-Version: 3.9.6
|
||||||
#wheezy#Standards-Version: 3.9.3
|
#wheezy#Standards-Version: 3.9.3
|
||||||
|
@ -84,7 +84,6 @@ for my $dist (@dists) {
|
|||||||
|
|
||||||
push @dep, $dep;
|
push @dep, $dep;
|
||||||
push @dep, "cmake-curses-gui";
|
push @dep, "cmake-curses-gui";
|
||||||
push @dep, "python-psycopg2";
|
|
||||||
|
|
||||||
print O "| $dist | ``apt-get install" . join( " ", @dep ) . "`` |\n";
|
print O "| $dist | ``apt-get install" . join( " ", @dep ) . "`` |\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user