Lintian shows up several errors

2003-05-01 Thread Neil Roeth
man dh_installdocs man dh_install On May 1, Samuel Abels ([EMAIL PROTECTED]) wrote: > (1) E: gpostman: FSSTND-dir-in-usr usr/doc/ > > I know that the documentation shouldn't be in /usr/doc but in > /usr/share/doc instead. > I don't want to change the configure.in and automake scripts, so I

Re: Lintian shows up several errors

2003-05-01 Thread Samuel Abels
On Fri, 02 May 2003 01:00:21 +0200, Holger Kubiak wrote: > Hi, > >> (1) E: gpostman: FSSTND-dir-in-usr usr/doc/ >> >> Will I have to create a postinst script? > > You can use the target install in debian/rules by writing something like > > mkdir -f $(CURDIR)/debian//usr/share > mv $(CURDIR)/de

Re: Lintian shows up several errors

2003-05-01 Thread Holger Kubiak
Hi, > (1) E: gpostman: FSSTND-dir-in-usr usr/doc/ > > Will I have to create a postinst script? You can use the target install in debian/rules by writing something like mkdir -f $(CURDIR)/debian//usr/share mv $(CURDIR)/debian//usr/doc $(CURDIR)/debian//usr/share after the lines # Add h

Re: Lintian shows up several errors

2003-05-01 Thread Colin Watson
On Thu, May 01, 2003 at 08:35:20PM +0200, Samuel Abels wrote: > I've build a debian package and dpkg-buildpackage works fine. > The program's "debian" directory can be found > here: > http://sv.gnu.org/cgi-bin/viewcvs/gpostman/gpostman/debian/ > > Anyway, Lintian shows up several problems. > > (1

Re: Lintian shows up several errors

2003-05-01 Thread Morgon Kanter
This one time, at band camp, "Samuel Abels" <[EMAIL PROTECTED]> wrote: > Hi, hi [...] > (3) E: gpostman: changelog-file-not-compressed ChangeLog > > The problem is, if I "gzip -9" the change-log, dpkg-buildpackage will quit > with an error, so I just don't know how to do it. If you're using debh

Lintian shows up several errors

2003-05-01 Thread Samuel Abels
Hi, I've build a debian package and dpkg-buildpackage works fine. The program's "debian" directory can be found here: http://sv.gnu.org/cgi-bin/viewcvs/gpostman/gpostman/debian/ Anyway, Lintian shows up several problems. (1) E: gpostman: FSSTND-dir-in-usr usr/doc/ I know that the documentation