Final touches before 0.27 release

This commit is contained in:
Matthias Koefferlein 2021-05-01 00:42:10 +02:00
parent a3937d1943
commit f122cdf953
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
0.27 (2021-04-xx):
0.27 (2021-05-02):
* Enhancements: Numerous new functions for the RBA and pya API
Some highlights:

View File

@ -1,8 +1,9 @@
klayout (0.27-1) unstable; urgency=low
* NOT RELEASED YET
* New features and bugfixes
- See changelog
-- Matthias Köfferlein <matthias@koefferlein.de> Tue, 27 Apr 2021 07:38:15 +0200
-- Matthias Köfferlein <matthias@koefferlein.de> Sat, 01 May 2021 00:41:54 +0200
klayout (0.26.12-1) unstable; urgency=low

View File

@ -54,7 +54,8 @@ bindir="usr/bin"
libdir="usr/lib/klayout"
# TODO: is there a better way to produce this path?
pylibdir="usr/lib/python3/dist-packages/klayout"
distpackdir="usr/lib/python3/dist-packages"
pylibdir="$distpackdir/klayout"
# clean bin directory
rm -rf $bininstdir
@ -114,6 +115,7 @@ for d in db tl rdb; do
mkdir -p makedeb-tmp/${pylibdir}/$d
cp -pd $bininstdir/pymod/klayout/$d/*py makedeb-tmp/${pylibdir}/$d
done
cp -pd scripts/klayout*.egg-info makedeb-tmp/${distpackdir}
cd makedeb-tmp