[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.7_dfsg-2-21-gc52a261

Emmanuel Bouthenot kolter at openics.org
Fri May 11 00:20:11 UTC 2012


The following commit has been merged in the master branch:
commit 8eaf58f21027d5b318eb5057ea9d0a1a844a077c
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Thu May 10 23:31:24 2012 +0000

    Add missing manpage for sympa_wizard (Closes: #415884)

diff --git a/debian/rules b/debian/rules
index 57454e0..14b1a99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,18 +120,24 @@ build/sympa::
 	install -m 0644 src/etc/script/create_db.SQLite \
 		debian/dbconfig-common/install/sqlite
 	ln -sf sqlite debian/dbconfig-common/install/sqlite3
-# Safety check, as above makes assumptions on SQL coding style
+	# Safety check, as above makes assumptions on SQL coding style
 	if egrep -i '(\bcreate[[:space:]]database|\bdrop\b)' debian/dbconfig-common/install/*; then \
 		echo "ERROR: SQL install script possibly contains bad commands!"; \
 		echo "       Please inspect debian/dbconfig-common/install/*"; \
 		echo "       and adjust debian/rules."; \
 		exit 1; \
 	fi
+	# Building sympa_wizard manpage
+	pod2man --center "" --date "" --release "" --section=8 \
+		src/sympa_wizard.pl.in -o debian/sympa_wizard.8
+	
 clean::
-# Be cautious: we might add other subdirs here by hand later
+	# Be cautious: we might add other subdirs here by hand later
 	rm -f debian/dbconfig-common/install/*
 	[ ! -e debian/dbconfig-common ] || \
 		rmdir --ignore-fail-on-non-empty debian/dbconfig-common/install debian/dbconfig-common
+	# Remove generated sympa_wizard manpage
+	rm -f debian/sympa_wizard.8
 
 # Remove unnecessary files
 binary-post-install/sympa::
diff --git a/debian/sympa.manpages b/debian/sympa.manpages
new file mode 100644
index 0000000..10424f9
--- /dev/null
+++ b/debian/sympa.manpages
@@ -0,0 +1 @@
+debian/sympa_wizard.8

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list