double slash

2009-04-01 Thread Jaromír Mikeš
Can be double slash behind include problem? I am trying use: dh_install -i --sourcedir=debian/tmp and dh_install -s --sourcedir=debian/tmp scripts to build separately packages Arch: all and Arch: any regards mira -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org

Re: double slash

2009-04-01 Thread Chow Loong Jin
/buildd/slv2-0.6.2/debian/slv2/usr/include//slv2/pluginclass.h Can be double slash behind include problem? Doesn't matter. It'll still resolve to the same path. -- Chow Loong Jin signature.asc Description: This is a digitally signed message part

Re: double slash

2009-04-01 Thread Russ Allbery
/include//slv2/pluginclass.h Can be double slash behind include problem? As mentioned already, this isn't a problem. If you were curious why it's happening, it's generally because upstream has written their makefiles to install files into: $(DESTDIR)/$(prefix) instead of: $(DESTDIR

Re: double slash

2009-04-01 Thread Chow Loong Jin
yielding files like: /tmp/buildd/slv2-0.6.2/debian/slv2/usr/include//slv2/pluginclass.h Can be double slash behind include problem? As mentioned already, this isn't a problem. If you were curious why it's happening, it's generally because upstream has written their makefiles

Re: double slash

2009-04-01 Thread Jaromír Mikeš
Od: Russ Allbery r...@debian.org Jaromír Mikeš mira.mi...@seznam.cz writes: /tmp/buildd/slv2-0.6.2/debian/slv2/usr/include//slv2/pluginclass.h Can be double slash behind include problem? As mentioned already, this isn't a problem. If you were curious why it's happening, it's

Re: double slash

2009-04-01 Thread Russ Allbery
Chow Loong Jin hyper...@gmail.com writes: Looking at where the extra / is, I'd think more like: pkgincludedir = $(includedir)/slv2 rather than pkgincludedir = $(includedir)slv2 Oh, hm, good point. In that case, it is a little odd that $(includedir) has a trailing slash. --

Re: double slash

2009-04-01 Thread Chow Loong Jin
On Wed, 2009-04-01 at 21:13 +0200, Jaromír Mikeš wrote: Od: Russ Allbery r...@debian.org Jaromír Mikeš mira.mi...@seznam.cz writes: /tmp/buildd/slv2-0.6.2/debian/slv2/usr/include//slv2/pluginclass.h Can be double slash behind include problem? As mentioned already, this isn't

Re: double slash

2009-04-01 Thread Jaromír Mikeš
Od: Chow Loong Jin hyper...@gmail.com It could have been clobbered. I think you should spawn a shell just before the buildd is wiped (if you're using a pbuilder, use a hook) and poke around the said folder. That sound very interesting ... thanks for tip regards mira -- To UNSUBSCRIBE,