[debian-edu-commits] debian-edu/ 01/01: Build manpage for debian-edu-fsautoautorresize using help2man.
Holger Levsen
holger at layer-acht.org
Sat Jan 27 22:18:38 UTC 2018
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-config.
commit 2633042c9e6648cfd2d4bc7ec200041be3fe1aa7
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jan 27 22:18:05 2018 +0000
Build manpage for debian-edu-fsautoautorresize using help2man.
Add help2man and libfilesys-df-perl to build-depends-indep.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 5 +++++
debian/control | 4 +++-
debian/rules | 8 ++++++++
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5689ab2..438b61c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
debian-edu-config (2.10.20) UNRELEASED; urgency=medium
+ [ Wolfgang Schweer ]
* Reorganize Firefox and Thunderbird configuration:
- Instead of shipping the related directories in /etc/skel, create these
at the time a user account is created (for both first and regular user).
@@ -23,6 +24,10 @@ debian-edu-config (2.10.20) UNRELEASED; urgency=medium
* Add removal code for the bogus file to debian/debian-edu-config.postinst
and adjust debian/debian-edu-config.lintian-overrides.
+ [ Holger Levsen ]
+ * Build manpage for debian-edu-fsautoautorresize using help2man.
+ * Add help2man and libfilesys-df-perl to build-depends-indep.
+
-- Wolfgang Schweer <wschweer at arcor.de> Tue, 23 Jan 2018 15:00:57 +0100
debian-edu-config (2.10.19) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 2871a16..38b39a5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Standards-Version: 4.1.3
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10.2.5~)
Build-Depends-Indep: po-debconf,
- po4a
+ po4a,
+ help2man,
+ libfilesys-df-perl
Homepage: http://www.skolelinux.org
Vcs-Browser: https://anonscm.debian.org/git/debian-edu/debian-edu-config.git/
Vcs-Git: git://anonscm.debian.org/debian-edu/debian-edu-config.git
diff --git a/debian/rules b/debian/rules
index 32e2687..4161204 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,14 @@ override_dh_installinit:
dh_installinit --init-script chromium-ldapconf -r --no-start -u"start 97 2 3 4 5 ."
dh_installinit --init-script enable-nat --no-start
+override_dh_installman:
+ dh_installman
+ help2man -s 8 -N -n "debian-edu-fsautofssize - automatically resize filesystems" \
+ --help-option="-h" \
+ --no-discard-stderr debian/debian-edu-config/usr/sbin/debian-edu-fsautoresize \
+ > debian/debian-edu-config/usr/share/man/man8/debian-edu-fsautoresize.8
+
+
override_dh_gconf:
dh_gconf --priority=50
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list