Ho ! i'm sorry.

here is the patch

Regards

Valéry Perrin

Le 24/10/2010 17:21, Joey Hess a écrit :
> Valéry Perrin wrote:
>> Consider attached patch.
> 
> You forgot the attachment..
> 
--- Makefile    2010-09-30 14:50:21.000000000 +0200
+++ Makefile-new        2010-10-24 13:12:10.000000000 +0200
@@ -3,6 +3,8 @@
 # parameters of all the executables or pod files to get the synopses from.
 # For correct conversion of pod tags (like S< >) #LIST# must be substituted in
 # the pod file and not in the troff file.
+DEPRECATED="dh_desktop dh_installmanpages dh_python dh_scrollkeeper \
+           dh_suidregister dh_undocumented "
 MAKEMANLIST=perl -e ' \
                undef $$/; \
                foreach (@ARGV) { \
@@ -11,7 +13,7 @@ MAKEMANLIST=perl -e ' \
                        close IN; \
                        if ($$file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { \
                                my $$item="=item $$1(1)\n\n$$2\n\n"; \
-                               if ($$2!~/deprecated/) { \
+                               if (!($(DEPRECATED) =~ /$$1 /)) { \
                                        $$list.=$$item; \
                                } \
                                else { \

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to