Skip to content
Commits on Source (3)
sitesummary (0.1.39) UNRELEASED; urgency=medium
sitesummary (0.1.39) unstable; urgency=medium
* Bump Standards-Version to 4.3.0, no changes needed.
* d/control:
- bump Standards-Version to 4.3.0, no changes needed.
- use canonical URL for Vcs-Git, thanks lintian.
* d/sitesummary.postinst: drop code supporting pre-squeeze versions,
thanks lintian.
-- Holger Levsen <holger@debian.org> Sat, 05 Jan 2019 11:44:02 +0100
-- Holger Levsen <holger@debian.org> Wed, 16 Jan 2019 15:07:36 +0100
sitesummary (0.1.38) unstable; urgency=medium
......
......@@ -9,10 +9,10 @@ Uploaders: Petter Reinholdtsen <pere@debian.org>
, Wolfgang Schweer <wschweer@arcor.de>
Build-Depends: debhelper-compat (= 11)
Standards-Version: 4.3.0
Rules-Requires-Root: binary-targets
Homepage: https://wiki.debian.org/DebianEdu/HowTo/SiteSummary
Vcs-Git: https://salsa.debian.org/debian-edu/upstream/sitesummary
Vcs-Browser: https://salsa.debian.org/debian-edu/upstream/sitesummary
Rules-Requires-Root: binary-targets
Vcs-Git: https://salsa.debian.org/debian-edu/upstream/sitesummary.git
Package: sitesummary
Architecture: all
......
......@@ -62,11 +62,6 @@ case "$1" in
[ -f /var/lib/sitesummary/www/index.html ] || \
/etc/cron.daily/sitesummary
# Get rid of incorrect runlevel settings during upgrades
if dpkg --compare-versions "$2" lt "0.0.50"; then
update-rc.d -f sitesummary-client remove >/dev/null 2>&1 || :
fi
# Close debconf file handles before restarting Apache
db_stop
......