distributions/debian/build.sh
branchv_0
changeset 172 dec1ba8af6c5
parent 157 468e25828d07
child 179 236332caeb29
     1.1 --- a/distributions/debian/build.sh	Fri Apr 04 23:40:28 2014 +0200
     1.2 +++ b/distributions/debian/build.sh	Sun Apr 06 17:53:01 2014 +0200
     1.3 @@ -25,11 +25,12 @@
     1.4  
     1.5  pushd TMP &&
     1.6  
     1.7 -cp ../../../scripts/sql-dk.sh                       sql-dk &&
     1.8 -cp ../../../xml/config.xsd                          config.xsd &&
     1.9 -cp ../../../xml/config.rnc                          config.rnc &&
    1.10 -cp ../../../xml/config.xsl                          config.xsl &&
    1.11 -cp ../../../java/sql-dk/dist/sql-dk.jar             sql-dk.jar &&
    1.12 +cp ../../../scripts/sql-dk.sh                                                   sql-dk &&
    1.13 +cp ../../../xml/config.xsd                                                      config.xsd &&
    1.14 +cp ../../../xml/config.rnc                                                      config.rnc &&
    1.15 +cp ../../../xml/config.xsl                                                      config.xsl &&
    1.16 +cp ../../../java/sql-dk/dist/sql-dk.jar                                         sql-dk.jar &&
    1.17 +cp ../../../java/jdbc-loopback-driver/dist/jdbc-loopback-driver.jar             jdbc-loopback-driver.jar &&
    1.18  cp ../../../java/sql-dk/dist/bash-completion.sh     SQL-DK && # TODO: should be sql-dk – name conflict with sql-dk in /usr/bin/ (equivs bug)
    1.19  
    1.20  chmod 755 sql-dk &&
    1.21 @@ -40,7 +41,7 @@
    1.22  CONTROL_FILE="equivs-control" &&
    1.23  COPYRIGHT_FILE="copyright" &&
    1.24  URL="https://sql-dk.globalcode.info/" &&
    1.25 -VERSION="0.8" &&
    1.26 +VERSION="0.9" &&
    1.27  
    1.28  echo "Section: database
    1.29  Priority: optional
    1.30 @@ -56,6 +57,7 @@
    1.31  Extra-Files: config.xsd, config.rnc, config.xsl
    1.32  Files: sql-dk /usr/bin/
    1.33   sql-dk.jar /usr/share/sql-dk/
    1.34 + jdbc-loopback-driver.jar /usr/share/sql-dk/
    1.35   SQL-DK /etc/bash_completion.d/
    1.36  Description: SQL batch client
    1.37   SQL-DK is a command-line client for relational databases." > $CONTROL_FILE &&