Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A

2016-03-11 Thread Santiago Vila
On Thu, 10 Mar 2016, Ritesh Raj Sarraf wrote: > > However, if you have time and motivation, I would really consider > > switching to "dh". A debian/rules using "dh" is usually a lot more > > readable and "nicer". > > I definitely want to move to the new build setup, but it is the lack of > time w

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A

2016-03-10 Thread Ritesh Raj Sarraf
Hello Santiago, On Thu, 2016-03-10 at 11:29 +, Santiago Vila wrote: > Now it does not FTBFS anymore, which is good. > Great. > But the packaging is still not ok: After "dpkg-buildpackage -A" I see > the following packages created: > > kpartx_0.5.0+git1.656f8865-5_amd64.deb > kpartx-udeb_0.

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A

2016-03-10 Thread Santiago Vila
On Thu, Mar 10, 2016 at 04:16:07PM +0530, Ritesh Raj Sarraf wrote: > This should be fixed now with the attached patch. If you want, you can > verify and confirm with the patch (attached). > > As you mentioned, I checked the build with `dpkg-buildpackage -A` and > it is building fine now. Now it d

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A

2016-03-10 Thread Ritesh Raj Sarraf
Hello Santiago, On Thu, 2016-03-10 at 10:01 +, Santiago Vila wrote: > > I can diagnose this for you: This is what I found in debian/rules: > > binary-indep: build-indep install-indep > > but the target is empty otherwise. > > Since there is no dh_builddeb anywhere in such target, no > arch

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A

2016-03-10 Thread Santiago Vila
Hello. Sorry for the reopening, but this bug is still present in version 0.5.0+git1.656f8865-5. This is the way it fails now: debian/rules build-indep make: Nothing to be done for 'build-indep'. fakeroot debian/r

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-12-01 Thread Santiago Vila
On Tue, Dec 01, 2015 at 02:20:20PM +0530, Ritesh Raj Sarraf wrote: > I'll see what I can do. But in case you need to upload sooner, let me > know. Oh, don't worry about that. Some day these bugs will be RC, maybe before the release of stretch, but for now this is just QA and long term. There is n

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-12-01 Thread Ritesh Raj Sarraf
On Mon, 2015-11-30 at 18:38 +0100, Santiago Vila wrote: > Hmm, I appreciate that you ask me for confirmation, but really, I > don't have so much time. Bear in mind that I submitted over 200 bugs > like this. > > However, I'll give you a way to check that it's ok: > > Run "dpkg-buildpackage" with

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-30 Thread Santiago Vila
On Mon, Nov 30, 2015 at 08:33:16PM +0530, Ritesh Raj Sarraf wrote: >  build-arch: build-multipath-udeb-stamp build-stamp > -build-indep: build-stamp > +build-indep: build-multipath-udeb-stamp >   >  build-stamp: > dh_testdir > > > If this fixes your issues, please just drop a note. I won'

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-30 Thread Ritesh Raj Sarraf
Control: tag -1 +confirmed pending On Tue, 2015-11-24 at 15:27 +, Santiago Vila wrote: >  > dh_testroot > dh_prep > dh_installdirs > mkdir -p /<>/multipath-tools- > 0.5.0+git1.656f8865/debian/tmp/sbin > /usr/bin/make install INSTALL_PROGRAM=install -s > DESTDIR=/<>/multipath-tools-0.5.0+git1.6

Bug#806082: multipath-tools: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-24 Thread Santiago Vila
Package: src:multipath-tools Version: 0.5.0+git1.656f8865-1 User: sanv...@debian.org Usertags: binary-indep Severity: important Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: ---