Pack XSD and RNC into .deb v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 02 Jan 2014 20:14:45 +0100
branchv_0
changeset 11687bc76fd9a14
parent 115 0f237fbb08a5
child 117 a07f34410081
Pack XSD and RNC into .deb
distributions/debian/build.sh
     1.1 --- a/distributions/debian/build.sh	Thu Jan 02 20:12:45 2014 +0100
     1.2 +++ b/distributions/debian/build.sh	Thu Jan 02 20:14:45 2014 +0100
     1.3 @@ -26,6 +26,8 @@
     1.4  pushd TMP &&
     1.5  
     1.6  cp ../../../scripts/sql-dk.sh                     sql-dk &&
     1.7 +cp ../../../xml/config.xsd                          config.xsd &&
     1.8 +cp ../../../xml/config.rnc                          config.rnc &&
     1.9  cp ../../../java/sql-dk/dist/sql-dk.jar           sql-dk.jar &&
    1.10  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.11  
    1.12 @@ -50,7 +52,7 @@
    1.13  Depends: java7-runtime-headless | java7-runtime
    1.14  Suggests: libpostgresql-jdbc-java,libmysql-java
    1.15  Copyright: $COPYRIGHT_FILE
    1.16 -# TODO: Extra-Files: config.xsd, config.rnc
    1.17 +Extra-Files: config.xsd, config.rnc
    1.18  Files: sql-dk /usr/bin/
    1.19   sql-dk.jar /usr/share/sql-dk/
    1.20   SQL-DK /etc/bash_completion.d/