Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove desktop file since there is no GUI any more
· 7c7a6167
Andreas Tille
authored
Sep 13, 2019
7c7a6167
Make sure really no desktop file is installed; Upload to unstable
· 08f2dc2e
Andreas Tille
authored
Sep 13, 2019
08f2dc2e
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
08f2dc2e
epigrass (2.5.0+dfsg-1)
UNRELEASED
; urgency=medium
epigrass (2.5.0+dfsg-1)
unstable
; urgency=medium
[ Steffen Moeller ]
* debian/upstream/metadata:
...
...
@@ -7,7 +7,7 @@ epigrass (2.5.0+dfsg-1) UNRELEASED; urgency=medium
[ Andreas Tille ]
* New upstream version
Closes: #932677, #891994
Closes:
#936487,
#932677, #891994
* Drop (optional) dependency from python-visual
Closes: #911171
* Point Vcs fields to salsa.debian.org
...
...
@@ -19,12 +19,13 @@ epigrass (2.5.0+dfsg-1) UNRELEASED; urgency=medium
* (Build-)Depends: python3-tqdm
* Exclude some tests that are requiring fully setup redis-server
* Exclude sphinx result from upstream source and rather generate it
* Remove desktop file since there is no GUI any more
[ Jelmer Vernooij ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
-- Andreas Tille <tille@debian.org> Fri, 13 Sep 2019
15:47
:2
1
+0200
-- Andreas Tille <tille@debian.org> Fri, 13 Sep 2019
21:09
:2
2
+0200
epigrass (2.4.7-2) unstable; urgency=medium
...
...
debian/epigrass.desktop
deleted
100644 → 0
View file @
42d89a7d
[Desktop Entry]
Name=Epigrass
Comment=Epidemics Simulator
GenericName=Epidemics Simulator
Exec=epigrass
Icon=/usr/share/pixmaps/egigrass.png
Type=Application
StartupNotify=false
Terminal=false
Categories=Education;Science;
Keywords=Medicine;
debian/epigrass.install
View file @
08f2dc2e
debian
/
epigrass
.
desktop
usr
/
share
/
applications
demos
usr
/
share
/
doc
/
epigrass
debian/rules
View file @
08f2dc2e
...
...
@@ -24,6 +24,7 @@ override_dh_auto_install:
ln -s /usr/share/pixmaps/epigrass.png {destdir}/{install_dir}/Epigrass/egicon.png'
#PYTHONPATH=debian/epigrass/usr/lib/python3.7/dist-packages/ \
# debian/epigrass/usr/bin/epirunner --help
find debian -name "*.desktop" -delete
override_dh_installdocs:
# no idea why doc is installed in main package as well - just remove this copy
...
...