File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11klayout is packaged by Peter C.S. Scholtens <peter.scholtens@xs4all.nl>
22and Matthias Köfferlein <matthias@koefferlein.de>
3- and was obtained from https://www.klayout.org/downloads/source/klayout-0.27.4 .tar.gz
3+ and was obtained from https://www.klayout.org/downloads/source/klayout-%VERSION% .tar.gz
44
55Authors:
66 Matthias Köfferlein
Original file line number Diff line number Diff line change 1+ klayout (%VERSION%) unstable; urgency=low
2+
3+ * New features and bugfixes
4+ - See changelog
5+
6+ -- Matthias K öfferlein <matthias@koefferlein.de > %NOW%
7+
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ version="${KLAYOUT_VERSION//-*/}"
3939exe_name=" klayout"
4040bits=64
4141
42-
4342umask 0022
4443
4544echo " Checking $bits installation"
@@ -101,8 +100,8 @@ mkdir -p makedeb-tmp/${bindir}
101100cp etc/klayout.desktop makedeb-tmp/${sharedir} /applications
102101cp etc/logo.png makedeb-tmp/${sharedir} /pixmaps/klayout.png
103102cp Changelog makedeb-tmp/${sharedir} /doc/klayout/changelog
104- cp Changelog.Debian makedeb-tmp/${sharedir} /doc/klayout/changelog.Debian
105- cp COPYRIGHT makedeb-tmp/${sharedir} /doc/klayout/copyright
103+ sed " s/%NOW%/ $now /;s/%VERSION%/ $version / " < Changelog.Debian.templ > makedeb-tmp/${sharedir} /doc/klayout/changelog.Debian
104+ sed " s/%VERSION%/ $version / " < COPYRIGHT > makedeb-tmp/${sharedir} /doc/klayout/copyright
106105
107106cp -pd $bininstdir /strm* makedeb-tmp/${bindir}
108107cp -pd $bininstdir /klayout makedeb-tmp/${bindir}
@@ -115,7 +114,7 @@ for d in db tl rdb; do
115114 mkdir -p makedeb-tmp/${pylibdir} /$d
116115 cp -pd $bininstdir /pymod/klayout/$d /* py makedeb-tmp/${pylibdir} /$d
117116done
118- sed " s/%VERSION%/${KLAYOUT_VERSION // - */ } /g" < scripts/klayout.egg-info > makedeb-tmp/${distpackdir} /klayout.egg-info
117+ sed " s/%VERSION%/$version /g" < scripts/klayout.egg-info > makedeb-tmp/${distpackdir} /klayout.egg-info
119118
120119cd makedeb-tmp
121120
You can’t perform that action at this time.
0 commit comments