Bug#398198: Diff for version 0.0.6

2007-03-31 Thread Loïc Minier
On Sat, Mar 31, 2007, Marc-André Lureau wrote:
 Yes, thank you for the comments! I am among a couple of debian dev in
 Helsinki. Hopefully, I'll manage to update the package and find *sponsor*
 for it ;)

 Err I can sponsor it!  If you search for a different sponsor, he/she
 will need to redo the same checks I have already done, so if you ask me
 it would be more efficient to go through me at this point.

-- 
Loïc Minier



Bug#398198: Diff for version 0.0.6

2007-03-31 Thread Marc-André Lureau

Yes, thank you for the comments! I am among a couple of debian dev in
Helsinki. Hopefully, I'll manage to update the package and find *sponsor*
for it ;)

Cheers,

--
Marc-André Lureau, GSmartMix

On 3/29/07, Loïc Minier [EMAIL PROTECTED] wrote:


Hi Marc-André,

On Fri, Mar 23, 2007, Loïc Minier wrote:
  here's a review of your proposed diff

I wanted to make sure you did receive the review; please let me know if
some points aren't clear to you or if you need some pointers for some
of them.

   Bye,
--
Loïc Minier




Bug#398198: Diff for version 0.0.6

2007-03-29 Thread Loïc Minier
Hi Marc-André,

On Fri, Mar 23, 2007, Loïc Minier wrote:
  here's a review of your proposed diff

 I wanted to make sure you did receive the review; please let me know if
 some points aren't clear to you or if you need some pointers for some
 of them.

   Bye,
-- 
Loïc Minier



Bug#398198: Diff for version 0.0.6

2007-03-23 Thread Loïc Minier
Hi,

On Thu, Mar 01, 2007, Marc-André Lureau wrote:
 Loic, would you help me? I have other ITP with packaging ready.

 I'm afraid I took terribly long to reply; sorry about that.

 Anyway, here's a review of your proposed diff:
 - debian/dirs is useless, you can drop it; it also creates a spurious
   usr/sbin in the valac package
 - it's good style to avoid passing --host if DEB_BUILD_GNU_TYPE equals
   DEB_HOST_GNU_TYPE, you can do this with:
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
else
configure_flags += --build=$(DEB_BUILD_GNU_TYPE) 
--host=$(DEB_HOST_GNU_TYPE)
endif
   or equivalent.
 - it's usual to install to debian/tmp while you install to debian/vala;
   not a problem in itself, but slightly uncommon, and you can save
   yourself the rm -rf $(CURDIR)/debian/vala in this case since
   dh_clean will rm -rf debian/tmp
 - please don't ship *.la files, these cause superfluous link flags
   later on (due to dependency_libs which pulls everything recursively)
   and are hard to remove later on
!- you should update the short descriptions to be different dor each
   package, for example you could add - shared library at the end of
   the libvala0 short description
!- you should match the version of your libglib2.0-dev build-dep to the
   version in configure.ac; this is especially useful for backports
!- the libtool build-dep isn't needed
!- the headers shipped in the -dev package have some glib.h and
   glib-object.h includes, so you need to depend on libglib2.0-dev
!- the pkg-config file Requires glib and gobject, this is another
   reason to depend on libglib2.0-dev
!- you need a strict dependency of libvala0-dev on libvala0, usually (=
   ${Source-Version}) is used
!- unless there's a reason not to do so, I think you should name the
   -dev lib libvala-dev, not libvala0-dev
!- the Section and Priority fields in your control are not completely
   correct; you should use optional Priority, unless you have a reason
   to use extra; you should use Section: libs for libvala0 and
   libdevel for libvala-dev (devel is ok for valac and by default)

 Minor upstream note: I'm puzzled by the AC_PATH_PROG(VALAC, valac,
 valac) in configure.ac, but the AC_SUBST(VALAC) afterwards isn't
 needed.

 Despite the number of above remarks, your package is in a relatively
 good initial shape!

 Please fix the items marked with ! above (or answer to them) and I'll
 probably consider your package to be uploadable!

   Bye,
-- 
Loïc Minier



Bug#398198: Diff for version 0.0.6

2007-03-06 Thread Loïc Minier
On Thu, Mar 01, 2007, Loïc Minier wrote:
  I'll try to review the package this WE; don't hesitate to ping me if I
  happen to forget about it.  ;-)

 Didn't have the time yet, it's still on my TODO.

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#398198: Diff for version 0.0.6

2007-03-01 Thread Marc-André Lureau

hi bug #398198,

Vala 0.0.6 has recently been released.
Here is a first debian diff attempt.

lintian report no error.
I would be happy to continue to maintain this package.

The policy manual refers to segment/section for non-main packages.
I don't know what it means. devel should be correct.

Loic, would you help me? I have other ITP with packaging ready.

--
Marc-André Lureau, GSmartMix


vala_0.0.6-1.diff.gz
Description: GNU Zip compressed data


Bug#398198: Diff for version 0.0.6

2007-03-01 Thread Loïc Minier
On Thu, Mar 01, 2007, Marc-André Lureau wrote:
 Loic, would you help me? I have other ITP with packaging ready.

 I'll try to review the package this WE; don't hesitate to ping me if I
 happen to forget about it.  ;-)

-- 
Loïc Minier [EMAIL PROTECTED]