primesense-nite-nonfree should install resulting package?

2011-06-20 Thread Hans-Christoph Steiner


With the primesense-nite-nonfree, it downloads the binary and  
generates the openni-module-primesense-nite-nonfree_1.3.1.5-1_i386.deb  
package but it doesn't install it afterwards.  It seems to me that it  
should install it automatically, since that's the only purpose of  
installing primesense-nite-nonfree.


How does that sound?

.hc




There is no way to peace, peace is the way.   -A.J. Muste



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Advene package - python2 packaging issues

2011-06-20 Thread Jonas Smedegaard
On 11-06-20 at 05:56pm, Olivier Aubert wrote:
> With the help of Jonas, I have addressed all comments about the 
> packaging of the Advene application. Is there anything more that 
> should be done to have it uploaded? I am ready to handle all 
> maintenance of the package, but I cannot upload it.

The purpose of debian/changelog is to track releases targeted Debian.  
Please avoid creating multiple sections not reflecting actual releases.


This construct is inelegant:

pre-build::
   cd po; make update-po

Better to a) use && to properly catch errors, and b) use $(MAKE) as 
documented in the documentation of the make language (see 'info make').

So this is better:

pre-build::
   cd po && $(MAKE) update-po

...and related to that (not tested): Make sure that clean rules properly 
cleanup those generated .mo files.


debian/copyright is improperly encoded as DEP-5 format: License filed do 
not allow comma-separation. Multi-line sections must use dot as vertical 
space. Public Domain cannot also be copyrighted. Possible more errors.  
Please carefully read DEP-5 and check that file thoroughly - it is 
arguably the most important file in the packaging!

Is LGPL-3 compatible with GPL-2?  If noone on this list know 
confidently, then please ask at the debian-legal@ mailinglist.

A license PSF is listed, but actual licensing text is missing.

Also, I recommend to move licenses to separate License sections and 
place all those at the bottom of the file, for improved readability.

I notice the package contains SVG files.  It might be beneficial to use 
scour (in Debian package python-scour) to compact them.



Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

create-resources 0.1.3-4 MIGRATED to testing

2011-06-20 Thread Debian testing watch
FYI: The status of the create-resources source package
in Debian's testing distribution has changed.

  Previous version: 0.1.3-3
  Current version:  0.1.3-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: LAME status

2011-06-20 Thread Andres Mejia
On Jun 19, 2011 12:51 PM, "Felipe Sateler"  wrote:
>
> Is there going to be another try at including lame into debian? Last
> time was rejected due to concerns over the LGPL license and added
> restrictions:
>
>
http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2011-April/017869.html
>
> Rogerio is part of upstream so can probably help clarify this?
>
> --
>
> Saludos,
> Felipe Sateler

There will be once a new release of lame is made.
___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers@lists.alioth.debian.org
>
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

gwc 0.21.16~dfsg-3 MIGRATED to testing

2011-06-20 Thread Debian testing watch
FYI: The status of the gwc source package
in Debian's testing distribution has changed.

  Previous version: 0.21.16~dfsg-2
  Current version:  0.21.16~dfsg-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Advene package - python2 packaging issues

2011-06-20 Thread Olivier Aubert
Hello

With the help of Jonas, I have addressed all comments about the
packaging of the Advene application. Is there anything more that should
be done to have it uploaded? I am ready to handle all maintenance of the
package, but I cannot upload it.

Best regards,
Olivier




___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Invitation to join the Debian Multimedia Maintainers team

2011-06-20 Thread Alessio Treglia
Hi Jeremy,

sorry for the long delay.

On Sat, Jun 18, 2011 at 10:08 AM, Jeremy Salwen  wrote:
> A little confused.  I do upstream development and debian packagin in the
> same git repository.

And this isn't bad, you can develop your software the way you prefer,
however the packaging should be reviewed through our git repository.

> If you're asking me to remove the debian directories from the upstream
> branch, no need, there is no debian directory in the upstream branch.

I have asked you to remove the debian directory at least from the
release tarballs just to save some KiBs.

> 1. upstream work is allowed in the pkg-multimedia repository

There wouldn't be any particular problem for me. A good workflow may be:

 1. Work on upstream side by committing the changes into a new
upstream.trunk branch.
 2. Once the sources are ready to be released:
   a. Merge "upstream.trunk" into "upstream" and tag the latter
properly ("upstream/%(version)s").
   b. Prepare an orig.tar.gz, commit it into the pristine-tar branch
   c. Merge upstream into master.

> 2. intermediate packaging work is allowed in the pkg-multimedia repository

I fail to catch the point: what does "intermediate packaging work" mean?

> 3. it would be okay to have the github and pkg-multimedia repositories sync
> up. (or at least  share commits).

There would no need to set up such a sync if you follow that workflow
I drafted above.

> 4. Am I supposed to have write access to these repositories, or is that
> reserved for DDs?

You'd just need to have an account on Alioth and join the team.

Cheers,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


jalv_0~svn3409-1_amd64.changes ACCEPTED into unstable

2011-06-20 Thread Debian FTP Masters



Accepted:
jalv_0~svn3409-1.debian.tar.gz
  to main/j/jalv/jalv_0~svn3409-1.debian.tar.gz
jalv_0~svn3409-1.dsc
  to main/j/jalv/jalv_0~svn3409-1.dsc
jalv_0~svn3409-1_amd64.deb
  to main/j/jalv/jalv_0~svn3409-1_amd64.deb
jalv_0~svn3409.orig.tar.bz2
  to main/j/jalv/jalv_0~svn3409.orig.tar.bz2


Override entries for your package:
jalv_0~svn3409-1.dsc - source sound
jalv_0~svn3409-1_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of jalv_0~svn3409-1_amd64.changes

2011-06-20 Thread Debian FTP Masters
jalv_0~svn3409-1_amd64.changes uploaded successfully to localhost
along with the files:
  jalv_0~svn3409-1.dsc
  jalv_0~svn3409.orig.tar.bz2
  jalv_0~svn3409-1.debian.tar.gz
  jalv_0~svn3409-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


lives_1.4.4-1_amd64.changes ACCEPTED into unstable

2011-06-20 Thread Debian FTP Masters



Accepted:
libweed-dbg_1.4.4-1_amd64.deb
  to main/l/lives/libweed-dbg_1.4.4-1_amd64.deb
libweed-dev_1.4.4-1_amd64.deb
  to main/l/lives/libweed-dev_1.4.4-1_amd64.deb
libweed0_1.4.4-1_amd64.deb
  to main/l/lives/libweed0_1.4.4-1_amd64.deb
lives-data_1.4.4-1_all.deb
  to main/l/lives/lives-data_1.4.4-1_all.deb
lives-dbg_1.4.4-1_amd64.deb
  to main/l/lives/lives-dbg_1.4.4-1_amd64.deb
lives_1.4.4-1.debian.tar.gz
  to main/l/lives/lives_1.4.4-1.debian.tar.gz
lives_1.4.4-1.dsc
  to main/l/lives/lives_1.4.4-1.dsc
lives_1.4.4-1_amd64.deb
  to main/l/lives/lives_1.4.4-1_amd64.deb
lives_1.4.4.orig.tar.bz2
  to main/l/lives/lives_1.4.4.orig.tar.bz2


Override entries for your package:
libweed-dbg_1.4.4-1_amd64.deb - extra debug
libweed-dev_1.4.4-1_amd64.deb - optional libdevel
libweed0_1.4.4-1_amd64.deb - optional libs
lives-data_1.4.4-1_all.deb - optional video
lives-dbg_1.4.4-1_amd64.deb - extra debug
lives_1.4.4-1.dsc - source video
lives_1.4.4-1_amd64.deb - optional video

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of lives_1.4.4-1_amd64.changes

2011-06-20 Thread Debian FTP Masters
lives_1.4.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  lives_1.4.4-1.dsc
  lives_1.4.4.orig.tar.bz2
  lives_1.4.4-1.debian.tar.gz
  lives_1.4.4-1_amd64.deb
  libweed0_1.4.4-1_amd64.deb
  libweed-dev_1.4.4-1_amd64.deb
  lives-data_1.4.4-1_all.deb
  libweed-dbg_1.4.4-1_amd64.deb
  lives-dbg_1.4.4-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers