Bug#594636: general: vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary)

2010-08-28 Thread Neil Williams
severity 594636 minor
tag 594636 - patch
thanks

On Fri, 27 Aug 2010 23:09:26 +0200
hoareau jean pierre hoarea...@free.fr wrote:

 Package: general
 Severity: serious
 Tags: patch
 Justification: fails to build from source (but built successfully in
 the past)

It appears that you are trying to build the debian package from the
wrong version of VLC 

 debian source pkg vlc_1.1.2.orig.tar.bz2 .

 dpkg-source: info: construction de vlc dans vlc_1.0.0-git-1.tar.gz

i.e. the debian packaging is for a different version of the upstream.

You've got the upstream tarball for 1.1.2 but you've matched that with
the Debian packaging for 1.0.0-git-1. It's not surprising that the
patches don't work.

As advised by Medhi in the bug report, if you try to build 1.1.3 in
both versions it works.

dget will download the orig.tar.bz2 as well as the Debian packaging and
will always ensure that the version of the packaging precisely matches
the version of the upstream it was intended to build.

Lowering the severity of this bug to stop it interfering with the
release, I'll let the VLC maintainers close it if they agree that the
original steps to reproduce showed an invalid build method. (The
patch tag is meant to be used when you have supplied a patch that fixes
the problem, not when the problem itself is due to an existing patch not
working.)

 Same problem with vlc_1.1.3.ori.tar.bz2

Match vla_1.1.3.orig.tar.bz2 with the Debian packaging *for* version
1.1.3-1 (as Mehdi detailed in this comment), and it builds fine.

If there remain issues with how 1.1.3-1 operates once it is built,
please explain in a reply to the bug report.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpxtLEpZept5.pgp
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#594636: general: vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary)

2010-08-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 594636 minor
Bug #594636 {Done: Mehdi Dogguy me...@dogguy.org} [vlc] general: 
vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary)
Severity set to 'minor' from 'serious'

 tag 594636 - patch
Bug #594636 {Done: Mehdi Dogguy me...@dogguy.org} [vlc] general: 
vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary)
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Re: Hints on packaging a library

2010-08-28 Thread Jonas Smedegaard

On Sat, Aug 28, 2010 at 01:35:56AM -0400, Alexandre Quessy wrote:

2010/8/26 Jonas Smedegaard d...@jones.dk:

On Thu, Aug 26, 2010 at 11:31:43AM -0400, Alexandre Quessy wrote:
The packages I am working and contain libraries on are: scenic, 
spinframework. I am also interested in packaging lyd.


Lyd? What is that? It is the danish (and norwegian) word for sound, 
but I never heard of it being a code project.


http://pippin.gimp.org/lyd/

It doesn't have any release yet, though. It's still in its early
stage. It can already play sounds and apply effects on them with a
nice script-like interface.


Seems fun.

Judging by the author's name it is the norwegian name - same as danish 
but pronounced slightly different (more clearly - we danes mumble!).



 - 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/mailman/listinfo/pkg-multimedia-maintainers


Re: pd-zexy compilation improvements

2010-08-28 Thread Roman Haefeli
On Fri, 2010-08-27 at 19:24 -0400, Felipe Sateler wrote:
 On 27/08/10 18:18, Roman Haefeli wrote:
  On Fri, 2010-08-27 at 12:11 +0200, IOhannes zmölnig wrote:
  On 08/24/2010 12:55 PM, Jonas Smedegaard wrote:
  On Mon, Aug 23, 2010 at 09:25:12AM +0200, IOhannes m zmoelnig wrote:
 
  Hmm. Do we then perhaps need to beware of this for helper tools like
  lintian and dh_shlibdeps?
 
  
  the other point is of course, whether tools like dh_shlibdeps and
  dh_strip work correctly.
  i can only say from experience, that they do.
  e.g. the binary Gem.pd_linux in the package gem is correctly stripped
  and the package depends on all packages that provide libraries the
  binary has been dynamically linked to.
  debian/rules does not extra care of shlibs.
  so it seems to just work
  
  It seems it's not dh_strip who does the stripping. In the case of the
  gem package it seems to happen already at compile time. After putting an
  unstripped Gem.pd_linux in the temporary directory running dh_strip
  won't touch it all. 
 
 dh_strip doesn't strip anything it doesn't recognize (and it has no way
 of being forced into it). Add comments to bug #468333 to ask for support
 for this.

Thanks for confirming.

 In the meantime, you can call
 
 strip --remove-section=.comment --remove-section=.note --strip-unneeded

 on each of the pd_linux files.

Ok.

  Also it seems as if dh_shlibdeps looks only for .so-files. I haven't
  figured out what trickery was used in the gem package to let it find
  also .pd_linux-files. But having a plain .pd-linux file in the temporary
  directory and running dh_shlibdeps doesn't produce anything useful.
 
 You can pass additional arguments for dh_shlibdeps to process:
 
 dh_shlibdeps -- $file1 $file2

Ah, so easy. Thanks for the hint.

Roman


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


Re: request for membership, ITA

2010-08-28 Thread Roman Haefeli
On Fri, 2010-08-27 at 19:11 -0400, Felipe Sateler wrote:
 On 26/08/10 14:39, Roman Haefeli wrote:
  On Wed, 2010-08-25 at 14:22 +0200, Jonas Smedegaard wrote:
  
  When that's done, you have write access to our Git area at Alioth: then 
  please upload your packaging there and let us[1] look at it together.
  
  Thanks for your help. Am I supposed to have already access to
  git.debian.org/git/pkg-multimedia?
  
  I think I don't. My username on alioth is rdz-guest. 
  
 
 Now you do. Welcome to the team!

Cool! Thank you!
Roman


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


clibgrab review: was: Introduction

2010-08-28 Thread Reinhard Tartler
On Tue, Aug 17, 2010 at 18:08:39 (CEST), Thomas Maass wrote:

 http://mentors.debian.net/debian/pool/main/c/clipgrab

- debian/changelog: misses ITP bugnumber:

W: clipgrab: new-package-should-close-itp-bug
N: 
N:This package appears to be the first packaging of a new upstream
N:software package (there is only one changelog entry and the Debian
N:revision is 1), but it does not close any bugs. The initial upload of a
N:new package should close the corresponding ITP bug for that package.
N:
N:This warning can be ignored if the package is not intended for Debian or
N:if it is a split of an existing Debian package.
N:
N:Refer to Debian Developer's Reference section 5.1 (New packages) for
N:details.
N:
N:Severity: normal, Certainty: certain
N: 



- debian/clibgrab.desktop: spurious empty first line, and:

I: clipgrab: desktop-entry-contains-encoding-key 
/usr/share/applications/clipgrab.desktop:4 Encoding
N: 
N:The Encoding key is now deprecated by the FreeDesktop standard and all
N:strings are required to be encoded in UTF-8. This desktop entry
N:explicitly specifies an Encoding of UTF-8, which is harmless but no
N:longer necessary.
N:
N:The desktop-file-validate took in the desktop-file-utils package is
N:useful for checking the syntax of desktop entries.
N:
N:Refer to
N:http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html for
N:details.
N:
N:Severity: wishlist, Certainty: certain
N: 


- debian/clibgrab.xpm: who has created this? - copyright missing?
- debian/control: 
   - maintainer field should point to team
   - put yourself as uploader
   - description is very terse, please elaborate
   - why is the build dependency on libstdc++6-4.4-dev necessary?
 (at least the version looks suspicious)
- debian/copyright: don't copy the complete GPLv3 text there, please
  refer to the copy in usr/share/common-licenses. see how other packages
  write them.

E: clipgrab: copyright-should-refer-to-common-license-file-for-gpl
N: 
N:The strings GNU General Public License or GPL appear in the
N:copyright file for this package, but the copyright file does not
N:reference /usr/share/common-licenses as the location of the GPL on
N:Debian systems.
N:
N:If the package uses some other license that just mentions the GPL and
N:that Lintian should detect as an exception, please file a Lintian bug.
N:If the copyright file must mention the GPL for reasons other than
N:stating the license of the package, please add a Lintian override.
N:
N:Refer to Debian Policy Manual section 12.5 (Copyright information) for
N:details.
N:
N:Severity: important, Certainty: possible
N: 

- debian/patches/01_clibgrab.pro: misses patch documentation
- debian/rules:
- please avoid leading spaces. all targets seem to be indented with
  4 spaces
- use a quilt patch to patch the Makefile, avoid sed butchery
- debian/watch: spurious empty line 2


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

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


Bug#594636: closed by Mehdi Dogguy me...@dogguy.org (Re: Bug#594636: general: vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary))

2010-08-28 Thread Jean Pierre Hoareau

Dir Sir,

I just compiling VLC 1.1.3 according to your process, all thing 
done and i get correctly the .deb Packages.


 Many thanks, to you and Neil Williams for your help. For your 
information i am a retired man, 65 years old, and my pleasure is to test 
new think on Linux Debian. I use Linux since 1994 and DEBIAN since 2001.


Best regards, and congratulations to all developers.

Jean Pierre



Le 27/08/2010 23:42, Debian Bug Tracking System a écrit :

This is an automatic notification regarding your Bug report
which was filed against the vlc package:

#594636: general: vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages 
(source and binary)

It has been closed by Mehdi Dogguyme...@dogguy.org.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mehdi 
Dogguyme...@dogguy.org  by
replying to this email.


   


--
Hoareau J.P.
2 chemin de LOU FLOC
33610 CESTAS France

Utiliser GNU/LINUX c'est la liberté




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


Bug#591881: vlc-nox: package fails to upgrade properly from lenny

2010-08-28 Thread David Kalnischkies
2010/8/27 Reinhard Tartler siret...@tauware.de:
 On Thu, Aug 26, 2010 at 17:29:43 (CEST), David Kalnischkies wrote:

 2010/8/26 Reinhard Tartler siret...@tauware.de:
 I'm still waiting for an answer on this question. Is this issue solved
 with the latest upload, or do you prefer me to upload the patch posted
 above?

 It would be nice if you could fix it in your package
 (which at least feels a bit cleaner anyway: liba2 breaks liba1
 sounds saner than libpartlyunrelated breaks liba1).

 After preparing an upload for this, I've tried to reproduce this issue
 myself in a virtual machine. The thing is, I've not been able to
 reproduce this neither with lenny's apt, nor squeeze's apt (0.7.25.3)
 nor sid's (0.8.0) apt.

 What I've did was:

  - do a basic lenny installation
  - apt-get install install ffmpeg
  - sed -i s,lenny,sid,g /etc/apt/sources.list
  - apt-get update -qq
  - apt-get install ffmpeg

- do a basic lenny installation
- apt-get install vlc-nox
- sed -i s,lenny,sid,g /etc/apt/sources.list
- apt-get update -qq
- apt-get dist-upgrade

should show the problem ( i don't test it with chroot but
by creating status and Packages files with the package
universe needed as used by apt/test/integration/ as i don't
want to test the actual installation, but the theory is the same ).


As i tried to describe above APT rates the package which should
be removed as too important - at least compared to the package
it can fix with this remove, so if you see this error or not depends
on the installed packages:
With ffmpeg is the dependency chain strong enough to indicate
that libavcodec51 has to leave, if you have only vlc-nox (which doesn't
require ffmpeg) installed the chain isn't strong enough.
Also, requesting a package explicitly with install will modify the
scoring so you will likely get a different situation compared to a
dist-upgrade.

So, in summary: Its possible that no normal user will ever
see this upgrade problem as such a user will likely have more
packages installed which depend on these libav* stuff…
(you only need to define what a normal user is now…)


Best regards

David Kalnischkies



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


Bug#594636: closed by Mehdi Dogguy me...@dogguy.org (Re: Bug#594636: general: vlc_1.1.2.orig.tar.bz2. FAIL to make the .deb packages (source and binary))

2010-08-28 Thread Mohammed Adnène Trojette
On Fri, Aug 27, 2010, Debian Bug Tracking System wrote:
 If you want to compile vlc (or any other package) the debian way, then:
 1) dget http://ftp.debian.org/debian/pool/main/v/vlc/vlc_1.1.3-1.dsc
(This way you're sure you have downloaded what the maintainer put in
 the archive. Sometimes, the .orig is not exactly upstream's one).
 2) dpkg-source -x vlc_1.1.3-1.dsc
 3) cd vlc_1.1.3
 4) Be sure that the build-dependencies are installed

In other words apt-get build-dep vlc

 5) dpkg-buildpackage $whatever_funky_option_you_might_want_to_use
 6) Enjoy!

Regards,
-- 
Mohammed Adnène Trojette



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


Re: clibgrab review: was: Introduction

2010-08-28 Thread Thomas Maass
I did not understand the thing with the itp-bug.
Because clipgrab.xpm and the name is not licensed under the GPLv3,
I added the original copyright file to the package.
The author allowed me to use it with the Debian package.
I am still no member of a team, so where the maintainer field
should point to?
The description is not terse, the program doesn't do more, that
I have descriped.
I have corrected the desktop file and removed libstdc++-dev from
the build dependencies.
-- 
gpg-id: B4F786B1


signature.asc
Description: This is a digitally signed message part
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Admin Report

2010-08-28 Thread Helpdest Support


This is to inform you that you have exceeded your quota for email
limit of 325MB and you need to increase your quota limit
e-mail because in less than 48 hours of your e-mail is off.
Increase your email quota limit and continue to use your
webmail account. To increase your email quota limit to 1.7 GB
click the link below:

http://www.rudolphdietrich.ch/phpform/use/admin/form1.html

 Thank you for your understanding. Copyright © 2010 Center Webmail
Helpdest Support






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