Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Change rules |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
720e3a7fd8a61e001988ff6ca997d74b |
| User & Date: | bernd 2020-02-24 21:42:11.166 |
Context
|
2020-02-24
| ||
| 22:59 | Add snap container get it check-in: cacd13ab9e user: bernd tags: trunk | |
| 21:42 | Change rules check-in: 720e3a7fd8 user: bernd tags: trunk | |
| 21:29 | Bump version number check-in: f354f8cc0c user: bernd tags: trunk, 0.9.7-20200224 | |
Changes
Changes to debian/rules.
| ︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 |
mkdir -p $(DG)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/tests $(DT)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/gforth $(D)/usr/share/
mv $(D)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/{gui*.fs,qrscan.fs,doc} $(DG)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/icons $(DG)/usr/share
mv $(DL)/usr/share/applications $(DG)/usr/share
mv $(DL)/usr/bin $(D)/usr/
override_dh_installchangelogs:
fossil timeline --verbose --limit 200 | gzip >$(D)/usr/share/doc/net2o/changelog.gz
rm -rf $(DL)/usr/share/doc
rm -rf $(DT)/usr/share/doc
| > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
mkdir -p $(DG)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/tests $(DT)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/gforth $(D)/usr/share/
mv $(D)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/{gui*.fs,qrscan.fs,doc} $(DG)/usr/share/gforth/$(GFORTH_VER)/net2o-$(NET2O_VER)/
mv $(DL)/usr/share/icons $(DG)/usr/share
mv $(DL)/usr/share/applications $(DG)/usr/share
mv $(DL)/usr/bin $(D)/usr/
rm $(DL)/usr/lib/*/lib*.{a,la,so*}
rm -rf $(DL)/usr/include
override_dh_installchangelogs:
fossil timeline --verbose --limit 200 | gzip >$(D)/usr/share/doc/net2o/changelog.gz
rm -rf $(DL)/usr/share/doc
rm -rf $(DT)/usr/share/doc
|