File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
klayout is packaged by Peter C.S. Scholtens <
[email protected] >
2
2
and Matthias Köfferlein <
[email protected] >
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
4
4
5
5
Authors:
6
6
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//-*/}"
39
39
exe_name=" klayout"
40
40
bits=64
41
41
42
-
43
42
umask 0022
44
43
45
44
echo " Checking $bits installation"
@@ -101,8 +100,8 @@ mkdir -p makedeb-tmp/${bindir}
101
100
cp etc/klayout.desktop makedeb-tmp/${sharedir} /applications
102
101
cp etc/logo.png makedeb-tmp/${sharedir} /pixmaps/klayout.png
103
102
cp 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
106
105
107
106
cp -pd $bininstdir /strm* makedeb-tmp/${bindir}
108
107
cp -pd $bininstdir /klayout makedeb-tmp/${bindir}
@@ -115,7 +114,7 @@ for d in db tl rdb; do
115
114
mkdir -p makedeb-tmp/${pylibdir} /$d
116
115
cp -pd $bininstdir /pymod/klayout/$d /* py makedeb-tmp/${pylibdir} /$d
117
116
done
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
119
118
120
119
cd makedeb-tmp
121
120
You can’t perform that action at this time.
0 commit comments