Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package dose3 The upload fixes #772875, by demoting a trigger from (implicit) "await" to "noawait"; there was no real reason for blocking in the first place. The upload also include a oneline change to debian/watch, to include a uversionmangle (tentatively ACK-ed on #debian-release). Here is a debdiff: ------------------------------------------------------------------------- diff -Nru dose3-3.3~beta1/debian/apt-cudf.triggers dose3-3.3~beta1/debian/apt-cudf.triggers --- dose3-3.3~beta1/debian/apt-cudf.triggers 2014-10-21 20:53:10.000000000 +0200 +++ dose3-3.3~beta1/debian/apt-cudf.triggers 2014-12-12 16:41:11.000000000 +0100 @@ -1 +1 @@ -interest /usr/share/cudf/solvers +interest-noawait /usr/share/cudf/solvers diff -Nru dose3-3.3~beta1/debian/changelog dose3-3.3~beta1/debian/changelog --- dose3-3.3~beta1/debian/changelog 2014-10-21 20:53:10.000000000 +0200 +++ dose3-3.3~beta1/debian/changelog 2014-12-12 16:41:11.000000000 +0100 @@ -1,3 +1,16 @@ +dose3 (3.3~beta1-3) unstable; urgency=medium + + [ Stefano Zacchiroli ] + * demote trigger on /usr/share/cudf/solvers from "interest" to + "interest-noawait": there is no real need to block, and doing so avoid + trigger cycles. Thanks Guillem Jover for the heads-up. + (Closes: #772875) + + [ Johannes Schauer ] + * fix debian/watch (add uversionmangle) + + -- Stefano Zacchiroli <[email protected]> Fri, 12 Dec 2014 16:39:24 +0100 + dose3 (3.3~beta1-1) unstable; urgency=low [ Ralf Treinen ] diff -Nru dose3-3.3~beta1/debian/watch dose3-3.3~beta1/debian/watch --- dose3-3.3~beta1/debian/watch 2014-10-21 20:53:10.000000000 +0200 +++ dose3-3.3~beta1/debian/watch 2014-12-12 16:41:11.000000000 +0100 @@ -1,2 +1,3 @@ version=3 -https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz \ No newline at end of file +opts=uversionmangle=s/-/~/ \ +https://gforge.inria.fr/frs/?group_id=4395 .*/dose3-(.*)\.tar\.gz ------------------------------------------------------------------------- unblock dose3/3.3~beta1-3 -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

