[Apt-zip-devel] r44 - trunk/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Tue May 30 22:40:12 UTC 2006


Author: eddyp-guest
Date: 2006-05-30 22:40:11 +0000 (Tue, 30 May 2006)
New Revision: 44

Modified:
   trunk/debian/rules
Log:
bugs: oops, the .8 file is generated, it sould have been apt-zip.sgml
improvement: the parsing expression looks a lot more nicer now and is smarter


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-05-30 22:22:32 UTC (rev 43)
+++ trunk/debian/rules	2006-05-30 22:40:11 UTC (rev 44)
@@ -9,7 +9,7 @@
 # Test that the update was done while the man page was updated
 # according to new changes in the source, too
 DVERSION=$(shell dpkg-parsechangelog | grep '^Version: ' | cut -d' ' -f2)
-MVERSION=$(shell grep 'up-to-date with version ' apt-zip.8 | tr -s ' ' |cut -d ' ' -f8)
+MVERSION=$(shell grep 'up-to-date with version ' apt-zip.sgml | tr -s 'a-zA-Z-' ' ' | tr -d ' ' )
 
 
 build: build-stamp




More information about the apt-zip-devel mailing list