[Pkg-mono-svn-commits] rev 1813 - cli-common/trunk/debian

Mirco Bauer meebey-guest@costa.debian.org
Sat, 04 Jun 2005 20:51:44 +0000


Author: meebey-guest
Date: 2005-06-04 20:51:43 +0000 (Sat, 04 Jun 2005)
New Revision: 1813

Modified:
   cli-common/trunk/debian/changelog
   cli-common/trunk/debian/rules
Log:
- fixed title of manpages



Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2005-06-03 22:59:07 UTC (rev 1812)
+++ cli-common/trunk/debian/changelog	2005-06-04 20:51:43 UTC (rev 1813)
@@ -1,3 +1,11 @@
+cli-common (0.1.4) unstable; urgency=low
+
+  * NOT RELEASED YET
+  * Mirco 'meebey' Bauer
+    + changed title of generated manpages (Closes: #288198)
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sun, 29 May 2005 19:52:32 +0200
+
 cli-common (0.1.3.0) unstable; urgency=low
 
   * upload to unstable

Modified: cli-common/trunk/debian/rules
===================================================================
--- cli-common/trunk/debian/rules	2005-06-03 22:59:07 UTC (rev 1812)
+++ cli-common/trunk/debian/rules	2005-06-04 20:51:43 UTC (rev 1813)
@@ -24,7 +24,7 @@
 	dh_clean -k
 	dh_installdirs
 	for x in dh_clideps dh_makeclilibs; \
-	  do chmod +x $$x; pod2man $$x > $$x.1; done
+	  do chmod +x $$x; pod2man -c "Debhelper for CLI (.NET)" $$x > $$x.1; done
 
 # Build architecture-independent files here.
 binary-indep: build install