Processing of x-tile_2.5-3_amd64.changes
x-tile_2.5-3_amd64.changes uploaded successfully to localhost along with the files: x-tile_2.5-3_all.deb x-tile_2.5-3.dsc x-tile_2.5-3.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/e1xmivk-uo...@franck.debian.org
x-tile_2.5-3_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 26 Aug 2014 17:14:31 +0200 Source: x-tile Binary: x-tile Architecture: source all Version: 2.5-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Ricardo Mones Description: x-tile - tile selected windows in different ways Changes: x-tile (2.5-3) unstable; urgency=medium . * QA upload. * debian/control - Orphaned package: set maintainer to Debian QA Group - Update Standards-Version to 3.9.5 (no other changes required) - Update Vcs-* fields to canonical URIs Checksums-Sha1: 62346bb3766b8ac70adc32eb342beb9a8c6f3df2 1832 x-tile_2.5-3.dsc 5f4bf029bd822bf6409bcdbb90521312e56ec313 2404 x-tile_2.5-3.debian.tar.xz e0f10e07392bc838f0b7f7ab8dbe55d456afc2d3 78508 x-tile_2.5-3_all.deb Checksums-Sha256: e97e8b48a07d3f00cb67564cb6832a2239b29ea5d03610aab52b90b311a9b4ed 1832 x-tile_2.5-3.dsc 160b8a3464d347c08f7be1e05132d6d77b9d24e7d648154b22decd30e308a353 2404 x-tile_2.5-3.debian.tar.xz eb391a9d11fd0acac5a05b4ab68d80651be3ccf2b2167ade5f4863288b65f1f1 78508 x-tile_2.5-3_all.deb Files: e7323da60e2a24d7d2a63552633117a4 78508 x11 optional x-tile_2.5-3_all.deb b8de5c16fbd9a7f7cc623660be42065b 1832 x11 optional x-tile_2.5-3.dsc 2114ba2b93c0a7b5588404a3aaab74b9 2404 x11 optional x-tile_2.5-3.debian.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJT/KpTAAoJEB8PCojeW8ymm2sQAKIUqFEznntUyKILpkkunsRS cBMVkyqDeHISLA1MPcmocb+lL6iJH3xvY9dORpXK4MWC+vlHiAgHY2vZvLff6Kgi +WsbN7UJYR9AEENAqFFlHAcs9OEXw6BEihtEVfw2ytjXs7wPC1bZNcu5vIqkcuJh Zj+hektVA5Wi4VCnisnlYsk3fHB1dGyYjNf9BNTC4v3/mN9hVtH7yevxRikRbJcq rXE9qU1Lpc5CZFFAL1KoDUq07Kz2dZgvhoNSQOfGN9CDMLHLjIj4q0TBFiln6ryb B2pJUvF1UpT1hIro6cqfFstXkkPYUKDBkxsPuy6I/IxquLlFI+p2oY4SKKrfi8rY hMnPMJGHPCy0SgMGmWS5zOMiSr0Qh0DgOdVFpHuwFHZrgH1+pxNe9GtlGkuYcLfQ V5HnfqS5fxd2btUU5INjcZr5/27VfFEA25GljrdlwQfsVqlpuyxjURjFQgVQhiRW z0szTmsB4a9y+L2yj/HyyY1Y1FJNAs9NwOguryTRvmJlEb4eHJ7zTwZJp+ST5Mq8 jdeXfBk6h3mEUx/biHL86AoUUGMxqumU3y7HiQ0FmHF1GLOntOEsXBhhVCjZsrCG eht6/ynh9nRXWB5C6mMENR/vNdPBWCzOnhHmZj82lpNVUeUadkEjgvpOdzEdjC1j JtT+ENNbhTTbDTWyXqrM =t/IK -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/e1xmj07-0001vj...@franck.debian.org
Bug#759399: adjtimex(8) manpage needs minor update
Package: adjtimex Version: 1.29-2.2 Severity: minor Dear Maintainer, Under the -p, --print section the time_status kernel variable needs updating. It does not discuss time_status for kernels newer than 2.6. I noticed because on my 3.2 systems I have time_status of 8193, so apparently 8192 is a new value that needs to be added. New values from the kernel source: #define STA_NANO0x2000 /* resolution (0 = us, 1 = ns) (ro) */ #define STA_MODE0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ #define STA_CLK 0x8000 /* clock source (0 = A, 1 = B) (ro) */ Here't the complete 3.2 list for ease of access. #define STA_PLL 0x0001 /* enable PLL updates (rw) */ #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */ #define STA_INS 0x0010 /* insert leap (rw) */ #define STA_DEL 0x0020 /* delete leap (rw) */ #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ #define STA_FREQHOLD0x0080 /* hold frequency (rw) */ #define STA_PPSSIGNAL 0x0100 /* PPS signal present (ro) */ #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */ #define STA_PPSWANDER 0x0400 /* PPS signal wander exceeded (ro) */ #define STA_PPSERROR0x0800 /* PPS signal calibration error (ro) */ #define STA_CLOCKERR0x1000 /* clock hardware fault (ro) */ #define STA_NANO0x2000 /* resolution (0 = us, 1 = ns) (ro) */ #define STA_MODE0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ #define STA_CLK 0x8000 /* clock source (0 = A, 1 = B) (ro) */ Thanks. -- System Information: Debian Release: 7.6 APT prefers stable APT policy: (900, 'stable'), (350, 'proposed-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages adjtimex depends on: ii debconf [debconf-2.0] 1.5.49 ii libc6 2.13-38+deb7u3 adjtimex recommends no packages. Versions of packages adjtimex suggests: ii ntpdate 1:4.2.6.p5+dfsg-2.snl -- debconf-show failed -- 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/20140826234602.30124.25789.report...@sagan.snl.salk.edu
sprox is marked for autoremoval from testing
sprox 0.6.4-5 is marked for autoremoval from testing on 2014-09-25 It (build-)depends on packages with these RC bugs: 757928: python3-webob: python3-webob doesn't ship an egg file -- 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/e1xmv0i-5x...@franck.debian.org
python-toscawidgets is marked for autoremoval from testing
python-toscawidgets 0.9.7.2-3 is marked for autoremoval from testing on 2014-09-25 It (build-)depends on packages with these RC bugs: 757928: python3-webob: python3-webob doesn't ship an egg file -- 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/e1xmv0h-5t...@franck.debian.org