diff --git a/jekyll/_config.yml b/jekyll/_config.yml index 389e12cc..b5763302 100644 --- a/jekyll/_config.yml +++ b/jekyll/_config.yml @@ -4,8 +4,8 @@ root: /Solaar/ owner: pwr owner_url: https://github.com/pwr repository: https://github.com/pwr/Solaar -version: 0.8.9 -tar_download: https://github.com/pwr/Solaar/archive/0.8.9.tar.gz +version: 0.8.9.1 +tar_download: https://github.com/pwr/Solaar/archive/0.8.9.1.tar.gz ga_id: UA-36908718-1 pygments: true diff --git a/packaging/build_deb.sh b/packaging/build_deb.sh index a5f0bc63..a756452f 100755 --- a/packaging/build_deb.sh +++ b/packaging/build_deb.sh @@ -62,3 +62,4 @@ mkdir -p "$DIST" cp -a -t "$DIST" ../solaar_$VERSION* cp -a -t "$DIST" ../solaar-*_$VERSION* || true cd "$DIST" +cp -av -t ../../../packages/ * || true diff --git a/tools/build_gh_pages.sh b/tools/build_gh_pages.sh index 2c1bbc9d..8b695422 100755 --- a/tools/build_gh_pages.sh +++ b/tools/build_gh_pages.sh @@ -77,6 +77,7 @@ cp -up "$SELF/dist/debian"/solaar-gnome3_* "$SITE/../packages/" if test -x /usr/bin/dpkg-scanpackages; then cd "$SITE/../packages/" dpkg-scanpackages -m . > Packages + dpkg-scansources . > Sources add_md docs/debian-repo.md packages/index.md cd - fi