Added missing file, updated debian build script

This commit is contained in:
Matthias Koefferlein 2021-05-01 08:39:35 +02:00
parent f122cdf953
commit 51c5cd504a
2 changed files with 18 additions and 1 deletions

17
scripts/klayout.egg-info Normal file
View File

@ -0,0 +1,17 @@
Metadata-Version: 1.1
Name: klayout
Version: %VERSION%
Summary: KLayout standalone Python package
Home-page: https://github.com/klayout/klayout
Author: Matthias Koefferlein
Author-email: matthias@klayout.de
License: GNU GPLv3
Description: KLayout Mask Layout Tool
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)

View File

@ -115,7 +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}
sed "s/%VERSION%/$KLAYOUT_VERSION/g" <scripts/klayout.egg-info >makedeb-tmp/${distpackdir}/klayout.egg-info
cd makedeb-tmp