Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-24 Thread Jakub Wilk

* Jakub Wilk uba...@users.sf.net, 2009-10-12, 19:49:

override_dh_auto_install:
  $(MAKE) install-exec install-includes prefix=$(CURDIR)/debian/tmp/usr; fi


It's a leftover. Awkwardly, it doesn't do any harm if /bin/sh is symlinked to
/bin/dash


http://bugs.debian.org/550756

viff-typo.diff and docsrc-doxygen-any-version.diff hopefully could 
also be pushed upstream I guess.


I contacted upstream, and he:
- applied viff-typo.diff and docsrc-doxygen-any-version.diff patches in 
his VCS;

- is willing to include docsrc/ directory in upstream tarballs;
- has rewritten build system from scratch, so that (hopefully!) 
build-system.diff will be no longer needed.


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-24 Thread George Danchev

Quoting Jakub Wilk uba...@users.sf.net:


* Jakub Wilk uba...@users.sf.net, 2009-10-12, 19:49:

override_dh_auto_install:
 $(MAKE) install-exec install-includes prefix=$(CURDIR)/debian/tmp/usr; fi


It's a leftover. Awkwardly, it doesn't do any harm if /bin/sh is  
symlinked to

/bin/dash


http://bugs.debian.org/550756

viff-typo.diff and docsrc-doxygen-any-version.diff hopefully could  
also be pushed upstream I guess.


I contacted upstream, and he:
- applied viff-typo.diff and docsrc-doxygen-any-version.diff patches  
in his VCS;

- is willing to include docsrc/ directory in upstream tarballs;
- has rewritten build system from scratch, so that (hopefully!)  
build-system.diff will be no longer needed.


All this sounds good to me; and now we are waiting for ?


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-24 Thread Jakub Wilk

* George Danchev danc...@spnet.net, 2009-10-24, 13:44:

I contacted upstream, and he:
- applied viff-typo.diff and docsrc-doxygen-any-version.diff 
patches in his VCS;

- is willing to include docsrc/ directory in upstream tarballs;
- has rewritten build system from scratch, so that (hopefully!) 
build-system.diff will be no longer needed.


All this sounds good to me; and now we are waiting for ?


Well, I am still waiting for somebody to upload 1.6.0+dfsg-1. 

Alternatively, we could postpone fixing #547943 and wait for next 
upstream release. Unfortunately, I have no idea how long that would take 
(waiting for answer from upstream).


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-24 Thread George Danchev
 * George Danchev danc...@spnet.net, 2009-10-24, 13:44:
 I contacted upstream, and he:
 - applied viff-typo.diff and docsrc-doxygen-any-version.diff
 patches in his VCS;
 - is willing to include docsrc/ directory in upstream tarballs;
 - has rewritten build system from scratch, so that (hopefully!)
 build-system.diff will be no longer needed.
 
 All this sounds good to me; and now we are waiting for ?
 
 Well, I am still waiting for somebody to upload 1.6.0+dfsg-1.

Apparently I missed that somehow, though I don't mind a reminder. It is now 
uploaded sourceful and without the `fi' leftover. Thanks!
 
 Alternatively, we could postpone fixing #547943 and wait for next
 upstream release. Unfortunately, I have no idea how long that would take
 (waiting for answer from upstream).

which will also take some time investigating the changes, so I guess we are 
currently fine with the version in sid ;-)

P.S. as already briefed, there is no need to upload the large tarball to -
mentors anymore in case of new upstream release.

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-12 Thread George Danchev
 Dear mentors,

Hi,
 
 I am looking for a sponsor for the new version 1.6.0+dfsg-1
 of my package libvigraimpex.
 
 It builds these binary packages:
 libvigraimpex-dev - development files for the C++ computer vision library
 libvigraimpex-doc - Documentation for the C++ computer vision library
 libvigraimpex2ldbl - C++ computer vision library
 
 
 The package is lintian clean, except an experimental tag that looks
 completely bogus to me:
 
 $ lintian -I -E --pedantic libvigraimpex_1.6.0+dfsg-1_i386.changes
 X: libvigraimpex2ldbl: spelling-error-in-binary
  ./usr/lib/libvigraimpex.so.2.0.160 unkown unknown N: 1 tag overridden (1
  warning)
 
 $ ar x libvigraimpex2ldbl_1.6.0+dfsg-1_i386.deb  tar -xzf data.tar.gz
 
 $ strings usr/lib/libvigraimpex.so.2.0.160 | grep -c unkown
 0

Okay.

 The upload would fix this RC bug: 547943
 
 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/l/libvigraimpex
 - Source repository: deb-src http://mentors.debian.net/debian unstable main
  contrib non-free - dget
  http://mentors.debian.net/debian/pool/main/l/libvigraimpex/libvigraimpex_1
 .6.0+dfsg-1.dsc
 
 I would be glad if someone uploaded this package for me.

* that one looks like a leftover or you really had anything `conditional' in 
mind, but forgot to complete it?:

override_dh_auto_install:
$(MAKE) install-exec install-includes prefix=$(CURDIR)/debian/tmp/usr; fi

* resample-image-different-xy.diff could be eventually refreshed. Has it been 
pushed upstream or at least tried to? viff-typo.diff and docsrc-doxygen-any-
version.diff hopefully could also be pushed upstream I guess.

* I also had a look at the diff between the source package' src/ directory as 
found in sid and the new one from mentors (both with patches applied), which 
looks innocent, hence I don't plan to test-rebuilt oo.org from sid against it.

* I also saw that you have added Vcs-*, so I guess in order to save you some 
upload-to-mentors hassle I can use debcheckout (since I'm not that much into 
mercurial) to fetch your latest source package and pristine-tar to regenerate 
orig.tar.gz you have prepared at your side, or we can use a simple get-orig-
source target to wget/curl the tarball if you prefer. So, let me know if that 
worth the effort so we can arrange it as well.

Good plan?

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-12 Thread Jakub Wilk

* George Danchev danc...@spnet.net, 2009-10-12, 19:22:

http://mentors.debian.net/debian/pool/main/l/libvigraimpex/libvigraimpex_1.6.0+dfsg-1.dsc


* that one looks like a leftover or you really had anything `conditional' in
mind, but forgot to complete it?:

override_dh_auto_install:
   $(MAKE) install-exec install-includes prefix=$(CURDIR)/debian/tmp/usr; fi


It's a leftover. Awkwardly, it doesn't do any harm if /bin/sh is symlinked to
/bin/dash:

$ dash -c echo foo; fi; echo $?
foo
0

$ bash -c echo foo; fi; echo $?
bash: -c: line 0: syntax error near unexpected token `fi'
bash: -c: line 0: `echo foo; fi'
2

Anyways, fixed in VCS.


* resample-image-different-xy.diff could be eventually refreshed. Has it been
pushed upstream or at least tried to?


This patch was taken from the upstream VCS.

viff-typo.diff and docsrc-doxygen-any-version.diff hopefully could also 
be pushed upstream I guess.


I'll try to push them.


* I also saw that you have added Vcs-*, so I guess in order to save you some
upload-to-mentors hassle I can use debcheckout (since I'm not that much into
mercurial) to fetch your latest source package and pristine-tar to regenerate
orig.tar.gz you have prepared at your side, or we can use a simple get-orig-
source target to wget/curl the tarball if you prefer. So, let me know if that
worth the effort so we can arrange it as well.


VIGRA tarballs are huge and I'd love to avoid keeping them in VCS or 
pushing them to mentors.d.n. debcheckout + get-orig-source is fine for me.


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: libvigraimpex (updated package, fixes an RC bug)

2009-10-10 Thread George Danchev

Quoting Jakub Wilk uba...@users.sf.net:


Dear mentors,

I am looking for a sponsor for the new version 1.6.0+dfsg-1
of my package libvigraimpex.

It builds these binary packages:
libvigraimpex-dev - development files for the C++ computer vision library
libvigraimpex-doc - Documentation for the C++ computer vision library
libvigraimpex2ldbl - C++ computer vision library


The package is lintian clean, except an experimental tag that looks  
completely bogus to me:


   $ lintian -I -E --pedantic libvigraimpex_1.6.0+dfsg-1_i386.changes
   X: libvigraimpex2ldbl: spelling-error-in-binary  
./usr/lib/libvigraimpex.so.2.0.160 unkown unknown

   N: 1 tag overridden (1 warning)
$ ar x libvigraimpex2ldbl_1.6.0+dfsg-1_i386.deb  tar -xzf  
data.tar.gz $ strings usr/lib/libvigraimpex.so.2.0.160 | grep -c  
unkown

   0

The upload would fix this RC bug: 547943

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/l/libvigraimpex
- Source repository: deb-src http://mentors.debian.net/debian  
unstable main contrib non-free
- dget  
http://mentors.debian.net/debian/pool/main/l/libvigraimpex/libvigraimpex_1.6.0+dfsg-1.dsc


I would be glad if someone uploaded this package for me.


Hi Jakub,

I'm still in vacation (poldering the Netherlands;-), far away from my  
gpg key, so I could not sponsor this, however if nobody steps up until  
the end of the upcoming week I will have a look and upload as well. I  
already had a look at #547943, and that sounds reasonable to me.



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org