Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear release team, There is a bug (#561678) causing lot of extra work to security and release teams and the maintainer has not been very responsive lately. I was wondering uploading a nmu with the diff attached would be considered for unblocking and could make it to the wheezy release. Thank you and please, think of the children. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (100, 'unstable'), (50, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru dput-0.9.6.3/dcut.1 dput-0.9.6.3+nmu1/dcut.1 --- dput-0.9.6.3/dcut.1 2012-03-06 07:15:07.000000000 +0000 +++ dput-0.9.6.3+nmu1/dcut.1 2012-10-14 16:40:16.000000000 +0100 @@ -160,6 +160,19 @@ -----END PGP SIGNATURE----- .fi +If you've uploaded packages with the --delayed option (uploaded to +\fBDEFERRED\fR queue), then use the \fBcancel\fR command with a .changes +file. + +.in +4n +.nf +$ dcut cancel dput_0.9.4_i386.changes +.fi + +.in +This creates and uploads a commands file just like the other commands. +.nf + .SH LICENSE This program is distributed under the terms of the Gnu General Public License, Version 2 or later. diff -Nru dput-0.9.6.3/debian/changelog dput-0.9.6.3+nmu1/debian/changelog --- dput-0.9.6.3/debian/changelog 2012-03-06 07:15:07.000000000 +0000 +++ dput-0.9.6.3+nmu1/debian/changelog 2012-10-14 16:22:48.000000000 +0100 @@ -1,3 +1,13 @@ +dput (0.9.6.3+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * Discourage people to upload packages to the wrong archive (Closes: #561678) + * Deleted obsolete comment about gluck (Closes: #674585) + * Use case and example about dcut added to man page. Thanks + Hideki Yamane <henr...@debian.or.jp> (Closes: #688871) + + -- Alberto Á. Fuentes <paj...@gmail.com> Sun, 14 Oct 2012 13:04:37 +0100 + dput (0.9.6.3) unstable; urgency=low * volatile archive has been discontinued (Closes: #661374) diff -Nru dput-0.9.6.3/dput.cf dput-0.9.6.3+nmu1/dput.cf --- dput-0.9.6.3/dput.cf 2012-03-06 07:15:07.000000000 +0000 +++ dput-0.9.6.3+nmu1/dput.cf 2012-10-14 13:54:17.000000000 +0100 @@ -23,6 +23,9 @@ login = anonymous allow_dcut = 1 method = ftp +# Please, upload your package to the proper archive +# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload +allowed_distributions = (?!UNRELEASED|.*-security|.*-backports) # http://lists.debian.org/debian-project/2009/05/msg00036.html [ftp-eu] @@ -31,6 +34,9 @@ incoming = /pub/UploadQueue/ login = anonymous allow_dcut = 1 +# Please, upload your package to the proper archive +# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload +allowed_distributions = (?!UNRELEASED|.*-security|.*-backports) # http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html [ssh-upload] @@ -40,6 +46,9 @@ method = scp incoming = /srv/upload.debian.org/UploadQueue/ allow_dcut = 1 +# Please, upload your package to the proper archive +# http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security-upload +allowed_distributions = (?!UNRELEASED|.*-security|.*-backports) # And if you want to override one of the defaults, add it here. # For example, comment out the next line @@ -72,9 +81,6 @@ incoming = /pub/Incoming/upload login = anonymous -### Delayed Upload queue will move off gluck. -### please use [ftp-master] (aka ftp.upload.debian.org) - [backports] fqdn = backports-master.debian.org method = ftp