Processing of gsimplecal_2.0-1_amd64.changes
gsimplecal_2.0-1_amd64.changes uploaded successfully to localhost along with the files: gsimplecal_2.0-1_amd64.deb gsimplecal_2.0-1.dsc gsimplecal_2.0.orig.tar.gz gsimplecal_2.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xd6c2-0002xj...@franck.debian.org
gsimplecal_2.0-1_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 26 Jul 2014 13:21:40 -0400 Source: gsimplecal Binary: gsimplecal Architecture: source amd64 Version: 2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Unit 193 Description: gsimplecal - lightweight GUI calendar application Changes: gsimplecal (2.0-1) unstable; urgency=medium . * QA upload. * Update maintainer to Debian QA Group. * Imported Upstream version 2.0 * d/copyright: Update copyright years. * d/control, d/compat: Update to debhelper compat 9. * d/control, d/rules: Drop use of hardening-wrapper, enable all hardening options. * d/watch: Move away from the github redirect, no longer needed. * Update to standards-version 3.9.5. * d/control: Update build-dep and description for GTK3. * d/control: Update VCS links to use collab-maint. Checksums-Sha1: d0f66e3d28768392f91509ad55d94a24aa82c565 1239 gsimplecal_2.0-1.dsc cd07de24b1d45d3a1425cc1d27ddbc01d3578240 13675 gsimplecal_2.0.orig.tar.gz eb04f8dd75c9c57fc32ad2b2d125eb5decb4c5f5 3336 gsimplecal_2.0-1.debian.tar.xz c200ab278d9948db291b5b1dff7f755146975b0f 21100 gsimplecal_2.0-1_amd64.deb Checksums-Sha256: 6053477df13d2bb29f8d6dc8c974a5fd28de89451387a9b13601301c1eb6f357 1239 gsimplecal_2.0-1.dsc 6d151d7ffe3328837fce0d92b77c7aea8522eccc707697693426f2ed98a27d58 13675 gsimplecal_2.0.orig.tar.gz ca43c64f80f68aa8650985a069400531723a31e028d73a295583aea43848d7bd 3336 gsimplecal_2.0-1.debian.tar.xz 9f0c484258b1f82db32844fb42b751dba919584e860a2122ab6647c453a2136b 21100 gsimplecal_2.0-1_amd64.deb Files: 498d16cdd8ef454b3898d099c4eef4b4 21100 misc extra gsimplecal_2.0-1_amd64.deb ac3f880962711d849a18bac5a3b86a6a 1239 misc extra gsimplecal_2.0-1.dsc ae839d5470c9f9a80d2b6a12164ae232 13675 misc extra gsimplecal_2.0.orig.tar.gz e48b20f6df7e3e2580818e83869c1227 3336 misc extra gsimplecal_2.0-1.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iEYEARECAAYFAlPbNqYACgkQN+HBdXAJatFqiwCePT0l6MSRXByA9fSImq1qGEqF eSsAnjuOSjxz9dael2gSPUzAVFsWRujd =hoxJ -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1xd6e1-0003ug...@franck.debian.org
Bug#756677: libvigraimpex: [hdf5 transition] please support hdf5 1.8.13 new packaging layout
On 2014-08-01 Gilles Filippini wrote: > Source: libvigraimpex > Version: 1.9.0+dfsg-8 > Severity: important > Tags: patch > User: p...@debian.org > Usertags: HDF5-transition > Hi, > The hdf5 1.8.13 package in experimental features a new layout for > headers and libraries, so that all the binary packages are now > co-installable. > Please find attached a patch proposal to support both the current > and the new layouts. > Because this bug is in the way of the hdf5 transition I intend to NMU > in a few days. I apologize for the urge, and I hope this approach won't > offend you. Please tell me otherwise. [...] Hello, please be aware that libvigraimpex is orphaned/QA maintained. And it is also somewhat broken. * 1.9.0 nowadays FTBFS with a testsuite error in ix86 * 1.10 (experimental) FTBFS on mips (I could not reproduce the amd64 error there.) cu Andreas -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140801165520.ga2...@downhill.g.la
ALERTE : Retour au GMT+1 ce samedi 2 août
Se désinscrire de la liste: http://link.email.wib.me/u/443/16bc80c6f0cbda979e3151fd89e07319c1117f11875b2e4b Avenue Abdelmoumen, Rue Calavon n 4, Casablanca, 2, Maroc
Bug#756794: vsftpd: FTBFS on kfreebsd-*
Source: vsftpd Version: 3.0.2-15 Severity: serious Justification: fails to build from source (but built successfully in the past) vsftpd failed to build on kfreebsd-* with: | gcc -c sysdeputil.c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -idirafter dummyinc | sysdeputil.c: In function 'do_checkcap': | sysdeputil.c:622:3: error: unknown type name 'cap_t' |cap_t current_caps = cap_get_proc(); |^ | sysdeputil.c:624:20: warning: comparison between pointer and integer |if (current_caps != NULL) | ^ | sysdeputil.c: In function 'vsf_sysdep_adopt_capabilities': | sysdeputil.c:635:3: error: unknown type name 'cap_value_t' |cap_value_t cap_value; |^ | sysdeputil.c:636:3: error: unknown type name 'cap_t' |cap_t adopt_caps = cap_init(); |^ | sysdeputil.c:639:17: error: 'CAP_CHOWN' undeclared (first use in this function) | cap_value = CAP_CHOWN; | ^ | sysdeputil.c:639:17: note: each undeclared identifier is reported only once for each function it appears in | sysdeputil.c:640:30: error: 'CAP_EFFECTIVE' undeclared (first use in this function) | cap_set_flag(adopt_caps, CAP_EFFECTIVE, 1, &cap_value, CAP_SET); | ^ | sysdeputil.c:640:60: error: 'CAP_SET' undeclared (first use in this function) | cap_set_flag(adopt_caps, CAP_EFFECTIVE, 1, &cap_value, CAP_SET); | ^ | sysdeputil.c:641:30: error: 'CAP_PERMITTED' undeclared (first use in this function) | cap_set_flag(adopt_caps, CAP_PERMITTED, 1, &cap_value, CAP_SET); | ^ | sysdeputil.c:645:17: error: 'CAP_NET_BIND_SERVICE' undeclared (first use in this function) | cap_value = CAP_NET_BIND_SERVICE; | ^ | make[2]: *** [sysdeputil.o] Error 1 Build logs are available from https://buildd.debian.org/status/package.php?p=vsftpd. Please take a look. Cheers -- Sebastian Ramacher signature.asc Description: Digital signature