Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Bernhard, Bernhard R. Link brl...@debian.org writes: Please also consider codesearch-golang. Especially with longer package names not everything can show the full name so the beginning should be the more important information. Given that we already have python-* and ruby-*, I’d find

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Shawn, Shawn shawnland...@gmail.com writes: Henceforth when a go program depends on a go library, those go libraries are ALWAYS compiled in statically. Static linking causes many problems for distributions like Debian, and therefore this Can you please tell us which specific problems are

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Vincent Bernat
❦ 2 janvier 2013 09:15 CET, Michael Stapelberg stapelb...@debian.org : Henceforth when a go program depends on a go library, those go libraries are ALWAYS compiled in statically. Static linking causes many problems for distributions like Debian, and therefore this Can you please tell us

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Bernhard R. Link
* Michael Stapelberg stapelb...@debian.org [130102 09:13]: Given that we already have python-* and ruby-*, I’d find golang-* more consistent. We also have lib*-perl. Ruby seems to have changed recently from lib*-ruby to ruby-*. (Does anyone know of the reason that changed? For I only remember

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Bernhard, Bernhard R. Link brl...@debian.org writes: (and of course just “codesearch” for the binaries). I assume s/binaries/sources/? And I'd suggest to just not policy the No, I really meant binaries, as in “cgrep”, “cindex” and “csearch” in this specific case. And what is the name

Re: lib*-java, D packaging

2013-01-02 Thread Thomas Koch
Bernhard R. Link: * Michael Stapelberg stapelb...@debian.org [130102 09:13]: Given that we already have python-* and ruby-*, I’d find golang-* more consistent. We also have lib*-perl. and lib*-java, but the java packaging might not be the best place to look for best practices? (Since

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Guillem Jover
On Wed, 2013-01-02 at 09:15:59 +0100, Michael Stapelberg wrote: Shawn shawnland...@gmail.com writes: Henceforth when a go program depends on a go library, those go libraries are ALWAYS compiled in statically. Static linking causes many problems for distributions like Debian, and therefore

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Florian Weimer
* Paul Wise: On Wed, Jan 2, 2013 at 12:14 AM, Michael Stapelberg wrote: Only when not using the “official” compiler (gc), e.g. gccgo has support for dynamic linking. Then we should use gccgo until the official compiler supports this. gccgo supports dynamic linking, but Go 1 API changes may

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Dmitrijs Ledkovs
On 1 January 2013 19:47, Michael Stapelberg stapelb...@debian.org wrote: Hi Dmitrijs, Dmitrijs Ledkovs x...@debian.org writes: What about multiarch? I tried to address this on the wiki page, see http://wiki.debian.org/MichaelStapelberg/GoPackaging#Multi-Arch.2Fcross-compiling I was more

Re: Knowing the release names in advance (was: Feedback)

2013-01-02 Thread Simon Paillard
On Tue, Jan 01, 2013 at 10:56:53AM +0800, Paul Wise wrote: On Mon, Dec 31, 2012 at 7:18 PM, Dmitrijs Ledkovs wrote: $ man debian-distro-info Debian OS provides API to query such information. In addition, stable alias names are also provided (stable, testing, unstable, experimental).

Re: Knowing the release names in advance (was: Feedback)

2013-01-02 Thread Dmitrijs Ledkovs
On 2 January 2013 14:32, Simon Paillard spaill...@debian.org wrote: On Tue, Jan 01, 2013 at 10:56:53AM +0800, Paul Wise wrote: On Mon, Dec 31, 2012 at 7:18 PM, Dmitrijs Ledkovs wrote: $ man debian-distro-info Debian OS provides API to query such information. In addition, stable alias

Re: Knowing the release names in advance (was: Feedback)

2013-01-02 Thread Paul Wise
On Wed, Jan 2, 2013 at 8:32 PM, Simon Paillard wrote: Like a machine-readable http://http.debian.net/debian/dists/README ? Yeah, or something like this: http://changelogs.ubuntu.com/meta-release -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to

Re: Knowing the release names in advance (was: Feedback)

2013-01-02 Thread Paul Wise
On Wed, Jan 2, 2013 at 8:51 PM, Dmitrijs Ledkovs wrote: Maybe distro-info-data's csv file should be published on mirrors, to even provide historical names.

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Guillem, Thanks for your explanations, most points make sense to me. Two questions remain: Guillem Jover guil...@debian.org writes: - Private dependencies, as they leak to rdeps. When a library uses another library privately this dependency gets linked in directly in all

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Sune Vuorela
On 2013-01-02, Michael Stapelberg stapelb...@debian.org wrote: * We might need to keep the sources for all library instances that have been linked into any other package, to comply with license conditions (see the Built-Using comment on this thread too). How is this any different

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Matthias Klose
Am 02.01.2013 03:54, schrieb Paul Wise: On Wed, Jan 2, 2013 at 12:14 AM, Michael Stapelberg wrote: Only when not using the “official” compiler (gc), e.g. gccgo has support for dynamic linking. Then we should use gccgo until the official compiler supports this. AFAIK not, but I will add

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Jakub Wilk
* Matthias Klose d...@debian.org, 2013-01-02, 15:17: I don't mind having a second compiler in the archives How generous of you! -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

binutils debian cross build misses ldscripts

2013-01-02 Thread Franz Zinn
Hi, I am trying to build a cross version of binutils (Squeeze version 2.20.1) using the directions in debian/README.cross with the command line TARGET=sparc fakeroot debian/rules binary-cross However trying to assemble and link for a sun4 system (-m sun4 argument to sparc-linux-gnu-ld ),

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Matthias, Matthias Klose d...@debian.org writes: Calling gc the official compiler seems to be misleading. gccgo in That’s why I called it “official”, not official. wheezy supports the Go API 1.0, and the standard library 1.0.3, supports dynamic linking, supports multiarch, makes the

Re: [RFC] Go (golang) packaging

2013-01-02 Thread shawnlandden
Michael Stapelberg stapelb...@debian.org wrote: Hi Matthias, Matthias Klose d...@debian.org writes: Calling gc the official compiler seems to be misleading. gccgo in That’s why I called it “official”, not official. wheezy supports the Go API 1.0, and the standard library 1.0.3, supports

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Shawn, shawnland...@gmail.com writes: I am not sure how or if lld works on .a files, but I am pretty sure that this binary is linked against libc6 and libgo1. If I invoke gccgo directly that is the result. If by “this binary” you mean godebiancontrol.a, then no: ldd

Re: Knowing the release names in advance

2013-01-02 Thread Neil McGovern
On Tue, Jan 01, 2013 at 03:55:22AM +0800, Thomas Goirand wrote: Wouldn't it be more simple to just choose a name and we would never ever have to talk about it again, and never ever have to process any of such unblocks? Sure thing: The next release after Jessie will be called Thomas. [0]

Re: [RFC] Go (golang) packaging

2013-01-02 Thread shawnlandden
Michael Stapelberg stapelb...@debian.org wrote: Hi Shawn, shawnland...@gmail.com writes: I am not sure how or if lld works on .a files, but I am pretty sure that this binary is linked against libc6 and libgo1. If I invoke gccgo directly that is the result. If by “this binary” you mean

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Michael Stapelberg
Hi Shawn, shawnland...@gmail.com writes: [...] use of these .a files. You have to look at the resulting binaries. But in this discussion we are talking about building _library_ packages, not binaries. I would like to focus on the question of how to build a Go package (such as

Re: [RFC] Go (golang) packaging

2013-01-02 Thread Wouter Verhelst
On Wed, Jan 02, 2013 at 01:05:46PM +0100, Guillem Jover wrote: - Private dependencies, as they leak to rdeps. When a library uses another library privately this dependency gets linked in directly in all other rdeps, when that library stop depending on that private

Bug#697234: ITP: libjs-jquery-slides -- Simple slideshow plugin for jQuery

2013-01-02 Thread Agustin Henze
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org Package name: libjs-jquery-slides Version: 1.1.9 Upstream Author: Nathan Searles URL: http://nathansearles.com License: Apache-2.0 Description: Simple slideshow plugin for jQuery A

Re: binutils debian cross build misses ldscripts

2013-01-02 Thread Neil Williams
On Wed, 2 Jan 2013 14:42:41 + Franz Zinn franz.z...@gmail.com wrote: I am trying to build a cross version of binutils (Squeeze version You'll get more response asking on the debian-embedded mailing list, forwarding... 2.20.1) using the directions in debian/README.cross with the command

Bug#697253: ITP: ruby-aruba -- Cucumber extension for CLI applications

2013-01-02 Thread Hideki Yamane
Package: wnpp Severity: wishlist Owner: Hideki Yamane henr...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org, pkg-ruby-extras-maintain...@lists.alioth.debian.org Package name: ruby-aruba Version: 0.5.1 Upstream Author: Aslak Hellesøy, David Chelimsky, Mike Sassak, Matt Wynne

Bug#697259: ITP: ruby-fuubar -- the instafailing RSpec progress bar formatter

2013-01-02 Thread Hideki Yamane
Package: wnpp Severity: wishlist Owner: Hideki Yamane henr...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org, pkg-ruby-extras-maintain...@lists.alioth.debian.org Package name: ruby-fuubar Version: 1.1.0 Upstream Author: Jeff Kreeftmeijer j...@kreeftmeijer.nl URL:

Accepted frogr 0.8-1 (source i386 all)

2013-01-02 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 01 Jan 2013 16:55:55 +0100 Source: frogr Binary: frogr frogr-data Architecture: source i386 all Version: 0.8-1 Distribution: experimental Urgency: low Maintainer: Alberto Garcia agar...@igalia.com Changed-By: Alberto Garcia

Accepted lvm2 2.02.95-6 (source amd64)

2013-01-02 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 11:11:41 +0100 Source: lvm2 Binary: lvm2 lvm2-udeb libdevmapper-dev libdevmapper1.02.1 libdevmapper1.02.1-udeb dmsetup dmsetup-udeb libdevmapper-event1.02.1 dmeventd liblvm2app2.2 liblvm2cmd2.02 liblvm2-dev

Accepted live-boot 3.0~b11-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 11:32:21 +0100 Source: live-boot Binary: live-boot live-boot-doc live-boot-initramfs-tools Architecture: source all Version: 3.0~b11-1 Distribution: unstable Urgency: low Maintainer: Debian Live Project

Accepted live-boot 4.0~a4-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 11:37:12 +0100 Source: live-boot Binary: live-boot live-boot-doc live-boot-initramfs-tools Architecture: source all Version: 4.0~a4-1 Distribution: experimental Urgency: low Maintainer: Debian Live Project

Accepted chromium-browser 22.0.1229.94~r161065+dfsg-0.1 (source all amd64)

2013-01-02 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Dec 2012 15:47:12 -0400 Source: chromium-browser Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n chromium-browser-inspector chromium chromium-dbg chromium-l10n chromium-inspector Architecture: source

Accepted live-build 3.0~b5-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 11:45:30 +0100 Source: live-build Binary: live-build live-build-cgi Architecture: source all Version: 3.0~b5-1 Distribution: unstable Urgency: low Maintainer: Debian Live Project debian-l...@lists.debian.org

Accepted live-build 4.0~a7-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 11:50:55 +0100 Source: live-build Binary: live-build live-build-cgi Architecture: source all Version: 4.0~a7-1 Distribution: experimental Urgency: low Maintainer: Debian Live Project debian-l...@lists.debian.org

Accepted live-config 3.0.16-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 12:13:55 +0100 Source: live-config Binary: live-config live-config-doc live-config-systemd live-config-sysvinit live-config-upstart Architecture: source all Version: 3.0.16-1 Distribution: unstable Urgency: low

Accepted live-config 4.0~a10-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 12:23:35 +0100 Source: live-config Binary: live-config live-config-doc live-config-systemd live-config-sysvinit live-config-upstart Architecture: source all Version: 4.0~a10-1 Distribution: experimental Urgency: low

Accepted live-tools 3.0.17-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 12:32:09 +0100 Source: live-tools Binary: live-tools Architecture: source all Version: 3.0.17-1 Distribution: unstable Urgency: low Maintainer: Debian Live Project debian-l...@lists.debian.org Changed-By: Daniel

Accepted live-tools 4.0~a7-1 (source all)

2013-01-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 12:37:23 +0100 Source: live-tools Binary: live-tools Architecture: source all Version: 4.0~a7-1 Distribution: experimental Urgency: low Maintainer: Debian Live Project debian-l...@lists.debian.org Changed-By: Daniel

Accepted grub2 1.99-26 (source i386)

2013-01-02 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Jan 2013 11:54:50 + Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-pc-bin grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot grub-efi-ia32-bin grub-efi-ia32

Accepted mercurial 2.4.2-1 (source all i386)

2013-01-02 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 13:01:27 +0100 Source: mercurial Binary: mercurial-common mercurial Architecture: source all i386 Version: 2.4.2-1 Distribution: experimental Urgency: low Maintainer: Python Applications Packaging Team

Accepted accountsservice 0.6.21-8 (source amd64)

2013-01-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 13:45:12 + Source: accountsservice Binary: accountsservice libaccountsservice0 libaccountsservice-dev gir1.2-accountsservice-1.0 libaccountsservice-dbg Architecture: source amd64 Version: 0.6.21-8 Distribution:

Accepted foreign 0.8.52-1 (source i386)

2013-01-02 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 09:08:55 -0600 Source: foreign Binary: r-cran-foreign Architecture: source i386 Version: 0.8.52-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted horgand 1.14-5 (source amd64 all)

2013-01-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 14:06:58 + Source: horgand Binary: horgand horgand-data Architecture: source amd64 all Version: 1.14-5 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers

Accepted python2.7 2.7.3-6 (source all amd64)

2013-01-02 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 01:12:22 +0100 Source: python2.7 Binary: python2.7 python2.7-minimal libpython2.7 python2.7-examples python2.7-dev idle-python2.7 python2.7-doc python2.7-dbg Architecture: source all amd64 Version: 2.7.3-6

Accepted tar 1.26+dfsg-0.1 (source amd64)

2013-01-02 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Dec 2012 11:05:50 -0400 Source: tar Binary: tar Architecture: source amd64 Version: 1.26+dfsg-0.1 Distribution: unstable Urgency: low Maintainer: Bdale Garbee bd...@gag.com Changed-By: David Prévot taf...@debian.org

Accepted gcc-4.8 4.8-20130102-1 (source all amd64)

2013-01-02 Thread Matthias Klose
-dbg libn32stdc++-4.8-dev libn32stdc++6-4.8-dbg libx32stdc++-4.8-dev libx32stdc++6-4.8-dbg libstdc++-4.8-doc gcc-4.8-soft-float fixincludes gcc-4.8-source Architecture: source all amd64 Version: 4.8-20130102-1 Distribution: experimental Urgency: low Maintainer: Debian GCC Maintainers debian

Accepted gtypist 2.9.1-2.1 (source amd64)

2013-01-02 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Dec 2012 12:44:40 -0400 Source: gtypist Binary: gtypist Architecture: source amd64 Version: 2.9.1-2.1 Distribution: unstable Urgency: low Maintainer: Ben Armstrong sy...@sanctuary.nslug.ns.ca Changed-By: David Prévot

Accepted openguides 0.65-3 (source all)

2013-01-02 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 17:38:31 + Source: openguides Binary: openguides Architecture: source all Version: 0.65-3 Distribution: unstable Urgency: low Maintainer: Dominic Hargreaves d...@earth.li Changed-By: Dominic Hargreaves

Accepted openguides 0.70-1 (source all)

2013-01-02 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 18:14:25 + Source: openguides Binary: openguides Architecture: source all Version: 0.70-1 Distribution: experimental Urgency: low Maintainer: Dominic Hargreaves d...@earth.li Changed-By: Dominic Hargreaves

Accepted banshee 2.6.0-5 (source amd64 all)

2013-01-02 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Jan 2013 01:45:55 +0800 Source: banshee Binary: banshee banshee-meego banshee-dbg monodoc-banshee-manual Architecture: source amd64 all Version: 2.6.0-5 Distribution: experimental Urgency: low Maintainer: Debian CLI

Accepted exim4 4.80-7 (source i386 all)

2013-01-02 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Wed, 02 Jan 2013 19:37:21 +0100 Source: exim4 Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy exim4-daemon-custom eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg

Accepted puppet-lint 0.3.2-1 (source all)

2013-01-02 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 02 Jan 2013 13:03:10 -0500 Source: puppet-lint Binary: puppet-lint Architecture: source all Version: 0.3.2-1 Distribution: experimental Urgency: low Maintainer: Puppet Package Maintainers

Accepted git-annex 3.20130102 (source i386)

2013-01-02 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Jan 2013 13:21:34 -0400 Source: git-annex Binary: git-annex Architecture: source i386 Version: 3.20130102 Distribution: unstable Urgency: low Maintainer: Joey Hess jo...@debian.org Changed-By: Joey Hess jo...@debian.org

Accepted gnupg 1.4.12-7 (source all amd64)

2013-01-02 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 19:48:36 +0100 Source: gnupg Binary: gnupg gnupg-curl gpgv gnupg-udeb gpgv-udeb gpgv-win32 Architecture: source all amd64 Version: 1.4.12-7 Distribution: unstable Urgency: high Maintainer: Debian GnuPG-Maintainers

Accepted gnome-menus 3.4.2-6 (source amd64)

2013-01-02 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 21:12:12 +0100 Source: gnome-menus Binary: gnome-menus libgnome-menu-3-0 libgnome-menu-3-dev gir1.2-gmenu-3.0 Architecture: source amd64 Version: 3.4.2-6 Distribution: unstable Urgency: low Maintainer: Debian GNOME

Accepted libtry-tiny-perl 0.12-1 (source all)

2013-01-02 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 02 Jan 2013 20:01:47 +0100 Source: libtry-tiny-perl Binary: libtry-tiny-perl Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted python-mzml 0.7.4-dfsg-2 (source all)

2013-01-02 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 20:38:47 +0100 Source: python-mzml Binary: python-mzml python-mzml-doc Architecture: source all Version: 0.7.4-dfsg-2 Distribution: unstable Urgency: low Maintainer: The Debichem Group

Accepted ticgit 1.0.2.11-2 (source all)

2013-01-02 Thread Michael Schutte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 02 Jan 2013 20:56:00 +0100 Source: ticgit Binary: ticgit ticgitweb Architecture: source all Version: 1.0.2.11-2 Distribution: unstable Urgency: low Maintainer: Michael Schutte mi...@debian.org Changed-By: Michael Schutte

Accepted flash-kernel 3.4 (source armel)

2013-01-02 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 22:16:38 +0100 Source: flash-kernel Binary: flash-kernel flash-kernel-installer Architecture: source armel Version: 3.4 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted swami 2.0.0+svn389-2 (source amd64)

2013-01-02 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 21:11:49 + Source: swami Binary: swami libswami0 libswami-dev swami-dbg Architecture: source amd64 Version: 2.0.0+svn389-2 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers

Accepted flash-kernel 3.5 (source armel)

2013-01-02 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 22:29:11 +0100 Source: flash-kernel Binary: flash-kernel flash-kernel-installer Architecture: source armel Version: 3.5 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted lowmem 1.38 (source i386 all)

2013-01-02 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 22:33:30 +0100 Source: lowmem Binary: lowmemcheck lowmem Architecture: source i386 all Version: 1.38 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted linuxtv-dvb-apps 1.1.1+rev1483-2 (source amd64)

2013-01-02 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 02 Jan 2013 23:15:24 +0100 Source: linuxtv-dvb-apps Binary: dvb-apps Architecture: source amd64 Version: 1.1.1+rev1483-2 Distribution: unstable Urgency: low Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org

Accepted source-highlight 3.1.6-1.1 (source amd64 all)

2013-01-02 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 31 Dec 2012 18:02:54 -0400 Source: source-highlight Binary: source-highlight libsource-highlight-dev libsource-highlight4 libsource-highlight-common Architecture: source amd64 all Version: 3.1.6-1.1 Distribution: unstable

Accepted python-crypto 2.6-3 (source amd64 all)

2013-01-02 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 03 Jan 2013 00:32:03 +0100 Source: python-crypto Binary: python-crypto python-crypto-dbg python3-crypto python3-crypto-dbg python-crypto-doc Architecture: source amd64 all Version: 2.6-3 Distribution: unstable Urgency: low

Accepted gnome-shell 3.4.2-5 (source all amd64)

2013-01-02 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Jan 2013 00:59:55 +0100 Source: gnome-shell Binary: gnome-shell gnome-shell-common gnome-shell-dbg Architecture: source all amd64 Version: 3.4.2-5 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted gjs 1.32.0-5 (source amd64)

2013-01-02 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 03 Jan 2013 01:35:29 +0100 Source: gjs Binary: gjs libgjs0b libgjs-dev Architecture: source amd64 Version: 1.32.0-5 Distribution: unstable Urgency: low Maintainer: Debian GNOME Maintainers

Accepted tsung 1.4.2-1.1 (source i386)

2013-01-02 Thread Julián Moreno Patiño
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 30 Dec 2012 14:55:54 -0500 Source: tsung Binary: tsung Architecture: source i386 Version: 1.4.2-1.1 Distribution: unstable Urgency: low Maintainer: Ignace Mouzannar mouzan...@gmail.com Changed-By: Julián Moreno Patiño