distributions/debian/build.sh
branchv_0
changeset 172 dec1ba8af6c5
parent 157 468e25828d07
child 179 236332caeb29
--- a/distributions/debian/build.sh	Fri Apr 04 23:40:28 2014 +0200
+++ b/distributions/debian/build.sh	Sun Apr 06 17:53:01 2014 +0200
@@ -25,11 +25,12 @@
 
 pushd TMP &&
 
-cp ../../../scripts/sql-dk.sh                       sql-dk &&
-cp ../../../xml/config.xsd                          config.xsd &&
-cp ../../../xml/config.rnc                          config.rnc &&
-cp ../../../xml/config.xsl                          config.xsl &&
-cp ../../../java/sql-dk/dist/sql-dk.jar             sql-dk.jar &&
+cp ../../../scripts/sql-dk.sh                                                   sql-dk &&
+cp ../../../xml/config.xsd                                                      config.xsd &&
+cp ../../../xml/config.rnc                                                      config.rnc &&
+cp ../../../xml/config.xsl                                                      config.xsl &&
+cp ../../../java/sql-dk/dist/sql-dk.jar                                         sql-dk.jar &&
+cp ../../../java/jdbc-loopback-driver/dist/jdbc-loopback-driver.jar             jdbc-loopback-driver.jar &&
 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)
 
 chmod 755 sql-dk &&
@@ -40,7 +41,7 @@
 CONTROL_FILE="equivs-control" &&
 COPYRIGHT_FILE="copyright" &&
 URL="https://sql-dk.globalcode.info/" &&
-VERSION="0.8" &&
+VERSION="0.9" &&
 
 echo "Section: database
 Priority: optional
@@ -56,6 +57,7 @@
 Extra-Files: config.xsd, config.rnc, config.xsl
 Files: sql-dk /usr/bin/
  sql-dk.jar /usr/share/sql-dk/
+ jdbc-loopback-driver.jar /usr/share/sql-dk/
  SQL-DK /etc/bash_completion.d/
 Description: SQL batch client
  SQL-DK is a command-line client for relational databases." > $CONTROL_FILE &&