[SCM] ALURE packaging branch, master, updated. debian/1.1-3-18-ge9d23a1

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch: commit e9d23a16327d34f54a1f5966f5ce0145d86accf3 Author: Andres Mejia mcita...@gmail.com Date: Mon Aug 1 10:05:23 2011 -0400 Only keep manpages. Don't autogenerate them during build. This will minimize the number of build

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-19-gb0fe035

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch: commit b0fe0358e8e5c00d0375a16c3bdaececbec3c141 Author: Andres Mejia mcita...@gmail.com Date: Mon Aug 1 10:10:28 2011 -0400 Revert Fix debian/compat. This reverts commit 0a97741e6f4db98b9159ada3194f4a464fc7577c. diff --git

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-20-gc62eb3d

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch: commit c62eb3df26139596b37053e93a71f90021d7 Author: Andres Mejia mcita...@gmail.com Date: Mon Aug 1 10:19:05 2011 -0400 Add DEP-3 patch descriptions and refresh patches. diff --git a/debian/patches/compiler-flags-change.patch

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-21-ga016d90

2011-08-01 Thread Andres Mejia
The following commit has been merged in the master branch: commit a016d904a80ba61b902c2837daf6bc9092e7e3fc Author: Andres Mejia mcita...@gmail.com Date: Mon Aug 1 10:35:30 2011 -0400 Update changelog. diff --git a/debian/changelog b/debian/changelog index 66dff2b..838ece8 100644

[SCM] ALURE packaging annotated tag, debian/1.2-1, created. debian/1.2-1

2011-08-01 Thread Andres Mejia
The annotated tag, debian/1.2-1 has been created at 511f4d97c1b9e108cd54bcfd48bc48701a9f1736 (tag) tagging a016d904a80ba61b902c2837daf6bc9092e7e3fc (commit) replaces debian/1.1-3 tagged by Andres Mejia on Mon Aug 1 10:35:47 2011 -0400 - Shortlog

[PATCH 2/6] Include old AM_PATH_GTK definition directly with lame.

2011-08-01 Thread Andres Mejia
--- acinclude.m4 | 193 ++ 1 files changed, 193 insertions(+), 0 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 0b8f869..eef0c3d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -85,4 +85,197 @@ int main(void)

[PATCH 4/6] Include libtool macros in source.

2011-08-01 Thread Andres Mejia
--- Makefile.am |2 + acinclude.m4| 281 --- configure.in|1 + m4/acinclude.m4 | 281 +++ 4 files changed, 284 insertions(+), 281 deletions(-) delete mode 100644

[PATCH 3/6] Make debian directory an extra directory to include in lame source tarball. This eliminates the need to go into debian directory during builds.

2011-08-01 Thread Andres Mejia
--- Makefile.am|3 ++- configure.in |2 +- debian/Makefile.am | 21 - 3 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 debian/Makefile.am diff --git a/Makefile.am b/Makefile.am index 24b60f4..ee731bc 100644 --- a/Makefile.am +++

[PATCH 6/6] Replace portableio code. Only portableio.h is required and all functions in the header are inline.

2011-08-01 Thread Andres Mejia
header file * - * Intel-like machines (PCs, Sequent) - * pack bytes from low to high (the are little-endian). - * Use the LowHigh routines to match the native format - * of these machines. + * Copyright (C) 2011 Andres Mejia * - * These routines have been tested on the following machines

[PATCH 5/6] Fix issue with parallel builds on i386. It seems both object files (.o files) and libtool files (.lo files) are never generated in .libs directory, so saying that pic/non-pic objects are i

2011-08-01 Thread Andres Mejia
--- libmp3lame/i386/Makefile.am |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/libmp3lame/i386/Makefile.am b/libmp3lame/i386/Makefile.am index a375225..295f1bc 100644 --- a/libmp3lame/i386/Makefile.am +++ b/libmp3lame/i386/Makefile.am @@ -53,11 +53,9 @@

Re: [Lame-dev] New lame upstream release?

2011-08-01 Thread Andres Mejia
2011/7/29 Rogério Brito rbr...@ime.usp.br: Hi there. Just an update to the LAME-side of the discussion, LAME just got accepted (with the replacement of the files by Apple) in Debian's unstable distribution, by inclusion of the following patch of Andres: 2011/7/28 Andres Mejia mcita

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch: commit af76efc19cf0b06ec5c741ece2db7e1687b6787d Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 31 23:47:59 2011 -0400 Add gbp.conf to add pristine-tar option on by default. diff --git a/debian/gbp.conf b/debian/gbp.conf new

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch: commit 0a97741e6f4db98b9159ada3194f4a464fc7577c Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 31 23:54:00 2011 -0400 Fix debian/compat. Also get rid of lintian override for wrong debhelper version warning. diff --git

[SCM] ALURE packaging branch, master, updated. debian/1.1-3-16-g3a60cd6

2011-07-31 Thread Andres Mejia
The following commit has been merged in the master branch: commit 3a60cd6a40c50f7c8548cc84d464d3b8cc89aeb3 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 31 23:57:50 2011 -0400 Get rid of unneccesary lintian overrides. At least I don't get these warnings on my machine. diff

Re: [SCM] mjpegtools/master: Correct copyright information about code from the MPEG Software Simulation Group.

2011-07-30 Thread Andres Mejia
On Sat, Jul 30, 2011 at 1:57 PM, ceros-gu...@users.alioth.debian.org wrote: The following commit has been merged in the master branch: commit 39dd042a15a286f7c70b3f59048dd6fb1146e938 Author: Andres Mejia mcita...@gmail.com Date:   Sat Jul 30 13:57:08 2011 -0400    Correct copyright

Accepted lame 3.98.4+repack2-1 (source all amd64)

2011-07-29 Thread Andres Mejia
maintainers pkg-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: lame - MP3 encoding library (frontend) lame-doc - MP3 encoding library (documentation) libmp3lame-dev - MP3 encoding library (development) libmp3lame0 - MP3 encoding library

Accepted lame 3.98.4+repack2-2 (source all amd64)

2011-07-29 Thread Andres Mejia
maintainers pkg-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: lame - MP3 encoding library (frontend) lame-doc - MP3 encoding library (documentation) libmp3lame-dev - MP3 encoding library (development) libmp3lame0 - MP3 encoding library

Bug#635941: www.debian.org: Software that can't be packaged page should be updated

2011-07-29 Thread Andres Mejia
Package: www.debian.org Severity: normal The page at 'http://www.debian.org/devel/wnpp/unable-to-package' should be updated. LAME has been accepted into Debian, thus the bullet point mentioning LAME and other packages similar to LAME is no longer true. See also

Bug#635941: www.debian.org: Software that can't be packaged page should be updated

2011-07-29 Thread Andres Mejia
Package: www.debian.org Severity: normal The page at 'http://www.debian.org/devel/wnpp/unable-to-package' should be updated. LAME has been accepted into Debian, thus the bullet point mentioning LAME and other packages similar to LAME is no longer true. See also

Bug#635941: www.debian.org: Software that can't be packaged page should be updated

2011-07-29 Thread Andres Mejia
Package: www.debian.org Severity: normal The page at 'http://www.debian.org/devel/wnpp/unable-to-package' should be updated. LAME has been accepted into Debian, thus the bullet point mentioning LAME and other packages similar to LAME is no longer true. See also

Re: [Lame-dev] New lame upstream release?

2011-07-28 Thread Andres Mejia
On Jul 28, 2011 1:28 PM, Andres Mejia mcita...@gmail.com wrote: On Jul 28, 2011 12:43 PM, Rogério Brito rbr...@ime.usp.br wrote: Hi, Andres On Thu, Jul 28, 2011 at 13:26, Andres Mejia mcita...@gmail.com wrote: On Jul 28, 2011 3:15 AM, Rogério Brito rbr...@ime.usp.br wrote: Can you

Re: [Lame-dev] New lame upstream release?

2011-07-28 Thread Andres Mejia
then. -- Regards, Andres Mejia ___ 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-dev] New lame upstream release?

2011-07-28 Thread Andres Mejia
On Thu, Jul 28, 2011 at 6:09 PM, Andres Mejia mcita...@gmail.com wrote: 2011/7/28 Gabriel Bouvigne bouvi...@mp3-tech.org: Rogério Brito a écrit : We outright disable the use of the GTK frontend, since it requires a very old version of GTK. I think there are better tools out now (audacity

Re: [Lame-dev] New lame upstream release?

2011-07-27 Thread Andres Mejia
, Andres Mejia mcita...@gmail.com wrote: On Jul 26, 2011 12:49 PM, robert robert.hegem...@gmx.de wrote: Hi Rogério. Am 26.07.2011, 16:24 Uhr, schrieb Rogério Brito rbr...@ime.usp.br: We're just waiting for a new release of lame with all the license clarification changes before

Re: [Lame-dev] New lame upstream release?

2011-07-27 Thread Andres Mejia
, using the last few drops of energy of notebook battery and a 3G connection, so I will be brief. (Oh, please keep in the CC'ies to me). The energy just came back and I'm taking that time to charge my battery, but I won't be able to compile stuff here. On Tue, Jul 26, 2011 at 14:41, Andres Mejia

Accepted x264 2:0.116.2037+gitf8ebd4a-1 (source amd64)

2011-07-26 Thread Andres Mejia
-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: libx264-116 - x264 video coding library libx264-dev - development files for libx264 x264 - video encoder for the H.264/MPEG-4 AVC standard Closes: 405212 Changes: x264 (2:0.116.2037

Accepted xvidcore 2:1.3.2-3 (source amd64)

2011-07-26 Thread Andres Mejia
-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Closes: 531040 Launchpad-Bugs-Fixed: 306399 530876 Description: libxvidcore4 - Open source MPEG-4 video codec (library) libxvidcore-dev - Open source MPEG-4 video codec (development) Changes: xvidcore (2:1.3.2-3) unstable

Accepted x264 2:0.116.2037+gitf8ebd4a-2 (source amd64)

2011-07-26 Thread Andres Mejia
-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: libx264-116 - x264 video coding library libx264-dev - development files for libx264 x264 - video encoder for the H.264/MPEG-4 AVC standard Changes: x264 (2:0.116.2037+gitf8ebd4a-2) unstable

Re: New lame upstream release?

2011-07-26 Thread Andres Mejia
On Mon, Jul 25, 2011 at 9:59 PM, Andres Mejia mcita...@gmail.com wrote: Hi, I'm curious to know if there will be another release of lame soon. I ask since it seems with some recent activity in Debian, lame will finally be allowed to be distributed in Debian. Also, could this patch

Re: xvidcore_1.3.2-3_amd64.changes REJECTED

2011-07-26 Thread Andres Mejia
On Jul 26, 2011 7:40 AM, Debian FTP Masters ftpmas...@ftp-master.debian.org wrote: Reject Reasons: xvidcore_1.3.2.orig.tar.gz file already exists in the New directory. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload

Re: [Lame-dev] New lame upstream release?

2011-07-26 Thread Andres Mejia
On Jul 26, 2011 10:24 AM, Rogério Brito rbr...@ime.usp.br wrote: Hi, Andres. On Jul 26 2011, Andres Mejia wrote: On Mon, Jul 25, 2011 at 9:59 PM, Andres Mejia mcita...@gmail.com wrote: x264 which was in a similar situation as lame was just accepted into Debian. http://lists.debian.org

Re: [Lame-dev] New lame upstream release?

2011-07-26 Thread Andres Mejia
On Jul 26, 2011 12:49 PM, robert robert.hegem...@gmx.de wrote: Hi Rogério. Am 26.07.2011, 16:24 Uhr, schrieb Rogério Brito rbr...@ime.usp.br: We're just waiting for a new release of lame with all the license clarification changes before uploading lame to Debian. :-) I don't think that

Re: x264_0.98.1653+git88b90d9-2_i386.changes REJECTED

2011-07-25 Thread Andres Mejia
On Jul 25, 2011 4:28 PM, Mark Hymers ftpmas...@debian.org wrote: Dear Maintainer, I've REJECTed your package for the following reasons: * common/x86/x86inc.asm is licensed under MIT: please add this to the copyright file * extras/stdint.h is public domain: please add this info to the

New lame upstream release?

2011-07-25 Thread Andres Mejia
a copy of the GNU Library General Public\n +License along with this program. If not, see\n +http://www.gnu.org/licenses/.\n); return 0; } Note the single space at the end. -- Regards, Andres Mejia --- a/frontend/parse.c +++ b/frontend/parse.c @@ -396,32 +396,24

Accepted directfb 1.2.10.0-4.1 (source amd64)

2011-07-24 Thread Andres Mejia
-dbg Architecture: source amd64 Version: 1.2.10.0-4.1 Distribution: unstable Urgency: low Maintainer: Debian DirectFB Team pkg-directfb-de...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: libdirectfb-1.2-9 - direct frame buffer graphics - shared libraries

Accepted libnfs 0.0~git20110724.48593f5-1 (source amd64)

2011-07-24 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 24 Jul 2011 14:16:15 -0400 Source: libnfs Binary: libnfs-dev libnfs0 Architecture: source amd64 Version: 0.0~git20110724.48593f5-1 Distribution: unstable Urgency: low Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres

Bug#635269: nmu: sdl-image1.2_1.2.10-2.1

2011-07-24 Thread Andres Mejia
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu sdl-image1.2_1.2.10-2.1 . ALL . -m Migrate to libjpeg8 I'm requesting a binNMU of sdl-image1.2 to build against libjpeg8. No changes are needed for sdl-image1.2. -- System Information:

Bug#625178: directfb: FTBFS: configure: error: C compiler cannot create executables

2011-07-24 Thread Andres Mejia
Hi, Any status on fixing these bugs (#625178, #624875)? I suppose since there hasn't been any response from the maintainers in over 2 months, I could upload an NMU with the fix for these bugs. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#635286: nmu: tiff_3.9.5-1

2011-07-24 Thread Andres Mejia
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu tiff_3.9.5-1 . ALL . -m Migrate to libjpeg8 I'm requesting a binnmu of tiff to build against libjpeg8. No changes were needed for tiff to build against libjpeg8. -- System Information:

Bug#624807: libav 0.7 transition

2011-07-24 Thread Andres Mejia
Has there been any work on transitioning to libav-0.7? -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

libav 0.7 transition

2011-07-24 Thread Andres Mejia
Has there been any work on transitioning to libav-0.7? -- Regards, Andres Mejia ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia

Bug#635269: nmu: sdl-image1.2_1.2.10-2.1

2011-07-24 Thread Andres Mejia
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu sdl-image1.2_1.2.10-2.1 . ALL . -m Migrate to libjpeg8 I'm requesting a binNMU of sdl-image1.2 to build against libjpeg8. No changes are needed for sdl-image1.2. -- System Information:

Bug#635286: nmu: tiff_3.9.5-1

2011-07-24 Thread Andres Mejia
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu tiff_3.9.5-1 . ALL . -m Migrate to libjpeg8 I'm requesting a binnmu of tiff to build against libjpeg8. No changes were needed for tiff to build against libjpeg8. -- System Information:

Bug#624807: libav 0.7 transition

2011-07-24 Thread Andres Mejia
Has there been any work on transitioning to libav-0.7? -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CALgfg4j=n5splfw

Accepted libbluray 1:0.0~git20110717.3477b65-1 (source all amd64)

2011-07-19 Thread Andres Mejia
Multimedia Maintainers pkg-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia ame...@debian.org Description: libbluray-bdj - Blu-ray disc playback support library (BD-J library) libbluray-dev - Blu-ray disc playback support library (development files) libbluray-doc - Blu

[SCM] beansbinding packaging branch, master, updated. debian/1.2.1-1-3-g6f63c7c

2011-07-17 Thread Andres Mejia
revisions in full, below. - Log - commit 6f63c7c1f10dd1a709ef3debdc95fd2d535752a5 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:04:44 2011 -0400 Update changelog. commit c02cf43d1f564f429f61a447a2b06390b06e8dd8

[SCM] bindex packaging branch, master, updated. debian/2.2-1-3-g4b036b3

2011-07-17 Thread Andres Mejia
- commit 4b036b30505c4563f1a76845612213e95f710686 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:07:19 2011 -0400 Update changelog. commit bb83d829ba1b2b8ad35ecae8323daf85d0be Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:06:14 2011

[SCM] bsaf packaging branch, master, updated. debian/1.9-3-1-gefbdfb6

2011-07-17 Thread Andres Mejia
efbdfb6e80f6f24809d911f5bbd7307b710becb5 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:18:27 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2 files changed

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.6.2-exp-1-35-g47db9ac

2011-07-17 Thread Andres Mejia
- commit 47db9ac472245e5155af8f9a82db4074f59fe47c Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:23:58 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6

[SCM] felix-framework packaging branch, master, updated. debian/2.0.5-2-1-gd6f1ee2

2011-07-17 Thread Andres Mejia
d6f1ee2317d3fb28da438b3005ed016475484bd9 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:37:59 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2

[SCM] felix-main packaging branch, master, updated. debian/2.0.5-2-1-g89a465a

2011-07-17 Thread Andres Mejia
89a465a5588a60986040de3ba44900ae84e8c604 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:40:52 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2 files

[SCM] felix-osgi-obr packaging branch, master, updated. debian/1.0.2-2-1-g7faecc1

2011-07-17 Thread Andres Mejia
7faecc10830eb70c38cb2aad994d0ba4606336a6 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:43:06 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2

[SCM] ini4j packaging branch, master, updated. debian/0.5.2-SNAPSHOT-1-1-g1ce66a7

2011-07-17 Thread Andres Mejia
1ce66a7096d95e3a80a296c012699a4bf65a5737 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:49:34 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2 files changed

[SCM] jvyamlb packaging branch, master, updated. debian/0.2.5-2-1-gfb610c1

2011-07-17 Thread Andres Mejia
fb610c17dcc7d93f0004169528a6efd3128021ad Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 13:54:26 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2 files

[SCM] libnb-javaparser-java packaging branch, master, updated. debian/6.9-1-1-g9d31b32

2011-07-17 Thread Andres Mejia
9d31b322a81b7c7f6023ff73a3aa24fd77bd Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 14:03:31 2011 -0400 Remove myself as an uploader for this package. Going to focus more effort on eclipse instead of netbeans

[SCM] svnclientadapter packaging branch, master, updated. debian/0.9.100-1-1-g5cec7ca

2011-07-17 Thread Andres Mejia
5cec7cad830a31a595bb7ca898da16dbf85b0c2d Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 14:25:48 2011 -0400 Update to my @debian.org email. --- Summary of changes: debian/changelog |6 ++ debian/control |2 +- 2

Accepted crystalhd 1:0.0~git20110715.fdd2f19-1 (source amd64)

2011-07-17 Thread Andres Mejia
Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres Mejia ame...@debian.org Description: crystalhd-dkms - Crystal HD Video Decoder (Linux kernel driver) gstreamer0.10-crystalhd - Crystal HD Video Decoder (GStreamer plugin) libcrystalhd-dev - Crystal HD Video Decoder (development files

Accepted libnfs 0.0~git20110716.8c27363-1 (source amd64)

2011-07-17 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 16 Jul 2011 20:14:02 -0400 Source: libnfs Binary: libnfs-dev libnfs0 Architecture: source amd64 Version: 0.0~git20110716.8c27363-1 Distribution: unstable Urgency: low Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres

Accepted crystalhd 1:0.0~git20110715.fdd2f19-2 (source amd64)

2011-07-17 Thread Andres Mejia
Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres Mejia ame...@debian.org Description: crystalhd-dkms - Crystal HD Video Decoder (Linux kernel driver) gstreamer0.10-crystalhd - Crystal HD Video Decoder (GStreamer plugin) libcrystalhd-dev - Crystal HD Video Decoder (development files

Accepted crystalhd 1:0.0~git20110715.fdd2f19-3 (source amd64)

2011-07-17 Thread Andres Mejia
Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres Mejia ame...@debian.org Description: crystalhd-dkms - Crystal HD Video Decoder (Linux kernel driver) gstreamer0.10-crystalhd - Crystal HD Video Decoder (GStreamer plugin) libcrystalhd-dev - Crystal HD Video Decoder (development files

Accepted crystalhd 1:0.0~git20110715.fdd2f19-4 (source amd64)

2011-07-17 Thread Andres Mejia
Maintainer: Andres Mejia ame...@debian.org Changed-By: Andres Mejia ame...@debian.org Description: crystalhd-dkms - Crystal HD Video Decoder (Linux kernel driver) gstreamer0.10-crystalhd - Crystal HD Video Decoder (GStreamer plugin) libcrystalhd-dev - Crystal HD Video Decoder (development files

[SCM] ALURE packaging branch, master, updated. debian/1.1-2-10-g7e5f77e

2011-07-17 Thread Andres Mejia
The following commit has been merged in the master branch: commit 7e5f77e47b70e9dee5694f86ec843e304e8f53ce Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 12:59:14 2011 -0400 Mark package as UNRELEASED. diff --git a/debian/changelog b/debian/changelog index 48ace79..a1af020 100644

[SCM] ALURE packaging branch, master, updated. debian/1.1-2-10-g7e5f77e

2011-07-17 Thread Andres Mejia
The following commit has been merged in the master branch: commit 016040864b417e4279f9168a630c420d765fbe06 Author: Andres Mejia mcita...@gmail.com Date: Sun Jul 17 12:58:25 2011 -0400 Update to my @debian.org email address. diff --git a/debian/changelog b/debian/changelog index e791b2f

Bug#634086: ITP: libnfs -- NFS client library

2011-07-16 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia ame...@debian.org * Package name: libnfs Version : git snapshot Upstream Author : Ronnie Sahlberg ronniesahlb...@gmail.com * URL : https://github.com/sahlberg/libnfs/ * License : Library is LGPL-2.1, Utility

Bug#634086: ITP: libnfs -- NFS client library

2011-07-16 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia ame...@debian.org * Package name: libnfs Version : git snapshot Upstream Author : Ronnie Sahlberg ronniesahlb...@gmail.com * URL : https://github.com/sahlberg/libnfs/ * License : Library is LGPL-2.1, Utility

Bug#634086: ITP: libnfs -- NFS client library

2011-07-16 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia ame...@debian.org * Package name: libnfs Version : git snapshot Upstream Author : Ronnie Sahlberg ronniesahlb...@gmail.com * URL : https://github.com/sahlberg/libnfs/ * License : Library is LGPL-2.1, Utility

Re: LAME status

2011-06-20 Thread Andres Mejia
On Jun 19, 2011 12:51 PM, Felipe Sateler fsate...@gmail.com 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:

Accepted eclipse 3.6.2~exp-1 (source all amd64)

2011-05-27 Thread Andres Mejia
Distribution: experimental Urgency: low Maintainer: Debian Orbital Alignment Team pkg-java-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia mcita...@gmail.com Description: eclipse- Extensible Tool Platform and Java IDE eclipse-jdt - Eclipse Java Development Tools (JDT) eclipse

Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119

2011-05-25 Thread Andres Mejia
http://sourceware.org/bugzilla/show_bug.cgi?id=12518 -- Aurelien Jarno aure...@debian.org Wed, 11 May 2011 22:15:31 +0200 -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119

2011-05-25 Thread Andres Mejia
http://sourceware.org/bugzilla/show_bug.cgi?id=12518 -- Aurelien Jarno aure...@debian.org Wed, 11 May 2011 22:15:31 +0200 -- Regards, Andres Mejia ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org

Re: Continue NM Application With New Key

2011-05-16 Thread Andres Mejia
On Monday 16 May 2011 6:12:09 am Enrico Zini wrote: On Sun, May 15, 2011 at 06:40:09PM -0400, Andres Mejia wrote: I believe it's going to be much simpler (at least for me) to continue the NM process with my new key instead of my old key, instead of waiting to meet someone who's willing

Continue NM Application With New Key

2011-05-15 Thread Andres Mejia
Mejia mcita...@gmail.com uid Andres Mejia ce...@xbmc.org uid Andres Mejia amej...@gmu.edu uid Andres Mejia andres.mej...@gmail.com sub 4096R/0A753348 2011-04-07 -- Regards, Andres Mejia signature.asc Description: This is a digitally signed

Bug#587742: eclipse 3.6 building in sbuild and running in unstable

2011-05-13 Thread Andres Mejia
Niels, I just built and tested the latest changes you introduced and eclipse is working for me with no issue. For me, it's ready to be uploaded. -- Regards, Andres Mejia __ This is the maintainer address of Debian's Java team http://lists.alioth.debian.org/mailman/listinfo/pkg-java

Bug#587742: eclipse 3.6 building in sbuild and running in unstable

2011-05-13 Thread Andres Mejia
Niels, I just built and tested the latest changes you introduced and eclipse is working for me with no issue. For me, it's ready to be uploaded. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: [Lame-dev] [PATCH] lame --license output change

2011-05-11 Thread Andres Mejia
; } -- Regards, Andres Mejia ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

NM Application Rejected

2011-05-11 Thread Andres Mejia
. Here are the fingerprints for both keys. Old key pub 1024D/E5F13196 2007-05-08 Key fingerprint = 3278 70A0 1696 E190 3AEF 0DD1 82C1 5B02 E5F1 3196 uid Andres Mejia mcita...@gmail.com uid Andres Mejia amej...@gmu.edu uid Andres Mejia

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-199-g3de47f5

2011-05-08 Thread Andres Mejia
- commit 3de47f5fa1f94ea55e81fe6b727ac8e2ce192f42 Author: Andres Mejia mcita...@gmail.com Date: Sun May 8 10:42:53 2011 -0400 Numerous changes to eclipse packaging just to get eclipse building using sbuild. * Changes introduced to eclipse so that it builds with latest ant

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-203-g1cfb619

2011-05-08 Thread Andres Mejia
that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 1cfb61901577e6b6631061a5aefcd562cd7bfb27 Author: Andres Mejia mcita...@gmail.com Date: Sun May

[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-207-gb4c9881

2011-05-08 Thread Andres Mejia
that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit b4c9881e977b67aefc2cf7e0ec917cd5098959ac Author: Andres Mejia mcita...@gmail.com Date: Sun May

Bug#587742: eclipse 3.6 building in sbuild and running in unstable

2011-05-08 Thread Andres Mejia
of repositories that have eclipse plugins available. See [1]. This would eliminate the need to modify the *.prefs files in ~/.eclipse in the eclipse script. This is something that can wait to be implemented until another upload of eclipse. -- Regards, Andres Mejia 1. http://help.eclipse.org/helios

Bug#587742: eclipse 3.6 building in sbuild and running in unstable

2011-05-08 Thread Andres Mejia
of repositories that have eclipse plugins available. See [1]. This would eliminate the need to modify the *.prefs files in ~/.eclipse in the eclipse script. This is something that can wait to be implemented until another upload of eclipse. -- Regards, Andres Mejia 1. http://help.eclipse.org/helios

Re: Helping with LAME Packaging

2011-05-07 Thread Andres Mejia
2011/5/7 Rogério Brito rbr...@ime.usp.br: Hi there, Andres. On May 06 2011, Andres Mejia wrote: I'm sending this mail to you outside of lame-dev. If you want to help with Debian packaging, you should start by taking a look at [1]. Just so you know, it's not clear whether LAME will even

Re: Helping with LAME Packaging

2011-05-07 Thread Andres Mejia
On Sat, May 7, 2011 at 12:07 PM, Alessio Treglia ales...@debian.org wrote: On Sat, May 7, 2011 at 5:36 PM, Andres Mejia mcita...@gmail.com wrote: 2011/5/7 Rogério Brito rbr...@ime.usp.br: My login on alioth is rbrito-guest. Added, welcome aboard! -- Alessio Treglia

Re: LAME LGPL Modifications

2011-05-06 Thread Andres Mejia
On Fri, May 6, 2011 at 1:44 PM, Andres Mejia mcita...@gmail.com wrote: On Fri, May 6, 2011 at 1:39 PM, Mark Taylor m...@mp3dev.org wrote: Hi Andres, I'd be happy to just delete this text from the README. Not sure if my sourceforge account will still work.  It would be quicker one

[PATCH] lame --license output change

2011-05-06 Thread Andres Mejia
believe. However, I think it's best not to give legal interpretations of the LGPL and instead simply give the generic LGPL header information. -- Regards, Andres Mejia Description: Patch to simply print LGPL licence header when using lame --license --- lame-3.98.4.orig/frontend/parse.c +++ lame-3.98.4

Re: [PATCH] lame --license output change

2011-05-06 Thread Andres Mejia
On Fri, May 6, 2011 at 4:52 PM, Jonas Smedegaard d...@jones.dk wrote: On 11-05-06 at 04:31pm, Andres Mejia wrote: +            This library is free software; you can redistribute it and/or\n +            modify it under the terms of the GNU Lesser General Public\n +            License

Re: [PATCH] lame --license output change

2011-05-06 Thread Andres Mejia
On Fri, May 6, 2011 at 5:31 PM, Jonas Smedegaard d...@jones.dk wrote: On 11-05-06 at 04:55pm, Andres Mejia wrote: On Fri, May 6, 2011 at 4:52 PM, Jonas Smedegaard d...@jones.dk wrote: On 11-05-06 at 04:31pm, Andres Mejia wrote: +            This library is free software; you can redistribute

Re: [Lame-dev] [PATCH] lame --license output change

2011-05-06 Thread Andres Mejia
).\n -\n); +You should have received a copy of the GNU Lesser General Public\n +License along with this program. If not, see\n +http://www.gnu.org/licenses/.\n); + return 0; } On May 06 2011, Andres Mejia wrote: On Fri, May 6, 2011 at 4:52

Helping with LAME Packaging

2011-05-06 Thread Andres Mejia
. -- Regards, Andres Mejia 1. http://wiki.debian.org/DebianMultimedia/Join ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Re: When to update public key?

2011-05-06 Thread Andres Mejia
On Fri, May 6, 2011 at 3:19 AM, Niels Thykier ni...@thykier.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2011-05-06 03:35, Andres Mejia wrote: Hi all, I want to update my outdated public key signed by one DD (it's a 1024D key). I already have a new key (4096R key) signed

Re: When to update public key?

2011-05-06 Thread Andres Mejia
On Thu, May 5, 2011 at 11:16 PM, Jonathan McDowell nood...@earth.li wrote: On Thu, May 05, 2011 at 10:25:27PM -0400, Andres Mejia wrote: This is an earlier message I sent but to the wrong mailing list. I want to update my outdated public key signed by one DD (it's a 1024D key). I already have

When to update public key?

2011-05-05 Thread Andres Mejia
in the NM process. Should I wait until I complete the NM process or can I update my key now? -- Regards, Andres Mejia signature.asc Description: This is a digitally signed message part.

Re: RFS: nvidia-cg-toolkit (updated package)

2011-05-02 Thread Andres Mejia
-toolkit. You could ask Federico to see if he still wants to maintain this package. Also, I believe the license could allow nvidia-cg-toolkit sources and binaries to be included in non-free, thus there would be no need for the downloader tool. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email

Putting Netbeans on Hold

2011-05-01 Thread Andres Mejia
effort to provide eclipse 3.6.2 in Debian instead. I have been using eclipse for some time now and have become accustomed to it in any case. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: What to do about the situation with id3v2

2011-04-28 Thread Andres Mejia
, Andres Mejia -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/banlktim1p+t_uqfaynv3fh241h7cu9r...@mail.gmail.com

Accepted libbluray 0.2~git20110427.8b86664-1 (source all amd64)

2011-04-28 Thread Andres Mejia
Multimedia Maintainers pkg-multimedia-maintain...@lists.alioth.debian.org Changed-By: Andres Mejia mcita...@gmail.com Description: libbluray-bdj - Blu-ray disc playback support library (BD-J library) libbluray-dev - Blu-ray disc playback support library (development files) libbluray-doc - Blu

Bug#624388: javahelper: Error building packages with dh --parallel

2011-04-27 Thread Andres Mejia
Package: javahelper Version: 0.33 Severity: normal I get the following error trying to build libbluray with dh --parallel enabled. make[1]: Leaving directory `/home/andres/debian_package_builds/libbluray/libbluray' jh_linkjars -O--parallel Invalid option: O Usage: jh_linkjars [options]

Bug#624388: javahelper: Error building packages with dh --parallel

2011-04-27 Thread Andres Mejia
Package: javahelper Version: 0.33 Severity: normal I get the following error trying to build libbluray with dh --parallel enabled. make[1]: Leaving directory `/home/andres/debian_package_builds/libbluray/libbluray' jh_linkjars -O--parallel Invalid option: O Usage: jh_linkjars [options]

Update libbluray package.

2011-04-27 Thread Andres Mejia
Hello, Would any DD here be so kind as to upload the updated version of libbluray from the git repos to unstable? It introduces two new packages and there has been no decision as to whether I'm approved to be a DD or not, thus I can't upload it myself. -- Regards, Andres Mejia

Bug#623007: openal-soft: FTBFS: sed: unterminated 's' command

2011-04-23 Thread Andres Mejia
this problem using sbuild. Also, none of the buildd machines had this particular problem building openal-soft. I would check your pbuilder setup, and perhaps generate a new pbuilder tarball. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

<    2   3   4   5   6   7   8   9   10   11   >