Your message dated Wed, 08 Mar 2006 22:09:37 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#352548: dh-make does include several examples has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: dh-make Version: 0.40 Severity: wishlist There doesn't seem to be a manualpage*.ex file that could be filled in for programs that do not include one. Please consider including one, where the easiest to work with it the Perl POD format that can be converted to apropriate page easily. 1) include these in the template in the default 'rules' file: PACKAGE = package MANSECT = 1 MANPOD = debian/$(PACKAGE).$(MANSECT).pod MANPAGE = debian/$(PACKAGE).$(MANSECT) ... install-manpod: pod2man --center="Debian" \ --name="User program" \ --section=$(MANSECT) \ $(MANPOD) \ | sed 's,perl v[0-9.]+,$(PACKAGE),' \ > $(MANPAGE) ## -- Uncomment as needed -- ## Then use: dh_installman debian/$(MANPAGE) #install: install-manpod install: build ... 2) Include this text as debian/manpage.section.pod.ex # This is manual page in Perl POD format. Read more at # http://perldoc.perl.org/perlpod.html or run command: # # perldoc perlpod | less # # To check the syntax: # # podchecker *.pod # # Create manual page with command: # # pod2man PAGE.N.pod > PAGE.N =pod =head1 NAME program - Short description =head1 SYNOPSIS program [options] =head1 DESCRIPTION Programs longer description. =head1 OPTIONS =over 4 =item B<-h|--help> Print help. =back =head1 ENVIRONMENT None. =head1 FILES None. =head1 SEE ALSO C<someprogram(1)> =head1 AUTHORS This manual page was written by <[EMAIL PROTECTED]>, for the Debian GNU system (but may be used by others) because the original program did not include one. =cut -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.14-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US) Versions of packages dh-make depends on: ii debhelper 5.0.22 helper programs for debian/rules ii dpkg-dev 1.13.13 package building tools for Debian ii make 3.80+3.81.b4-1 The GNU version of the "make" util ii perl 5.8.8-2 Larry Wall's Practical Extraction dh-make recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---| Hello, | In your bug report you wrote: | "There doesn't seem to be a manualpage*.ex file that could be filled | in..." | | but there are several that dh_make uses; in nroff, sgml and xml. In the laste dh_make the files seems to be there. It may be possible that 'rm *.ex' was done by accident. Thanks, Jari [result of dh_make(1)] ... manpage.1.ex manpage.sgml.ex manpage.xml.ex
--- End Message ---

