Bug#704297: unblock: dput/0.9.6.3+nmu2
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
Please unblock package dput.
This is an update to 0.9.6.3+nmu1 which tries to prevent uploads to the wrong
archive. The changes in nmu1 were correct at the time of going to press, but
recently the backports archive was integrated into the main archive and this
change now works against us for bpo.
unblock dput/0.9.6.3+nmu2
Thanks,
Thijs
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru dput-0.9.6.3+nmu1/debian/changelog dput-0.9.6.3+nmu2/debian/changelog
--- dput-0.9.6.3+nmu1/debian/changelog 2012-10-14 17:22:48.000000000 +0200
+++ dput-0.9.6.3+nmu2/debian/changelog 2013-03-31 13:12:35.000000000 +0200
@@ -1,3 +1,11 @@
+dput (0.9.6.3+nmu2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update dput.cf to deal with backports.org being integrated into
+ the main archive (Closes: #704228).
+
+ -- Thijs Kinkhorst <thijs@debian.org> Sun, 31 Mar 2013 13:09:54 +0200
+
dput (0.9.6.3+nmu1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru dput-0.9.6.3+nmu1/dput.cf dput-0.9.6.3+nmu2/dput.cf
--- dput-0.9.6.3+nmu1/dput.cf 2012-10-14 14:54:17.000000000 +0200
+++ dput-0.9.6.3+nmu2/dput.cf 2013-03-31 13:11:49.000000000 +0200
@@ -25,7 +25,7 @@
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)
+allowed_distributions = (?!UNRELEASED|.*-security)
# http://lists.debian.org/debian-project/2009/05/msg00036.html
[ftp-eu]
@@ -36,7 +36,7 @@
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)
+allowed_distributions = (?!UNRELEASED|.*-security)
# http://lists.debian.org/debian-devel-announce/2008/09/msg00007.html
[ssh-upload]
@@ -48,7 +48,7 @@
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)
+allowed_distributions = (?!UNRELEASED|.*-security)
# And if you want to override one of the defaults, add it here.
# For example, comment out the next line
@@ -81,13 +81,6 @@
incoming = /pub/Incoming/upload
login = anonymous
-[backports]
-fqdn = backports-master.debian.org
-method = ftp
-incoming = /pub/UploadQueue/
-login = anonymous
-allow_dcut = 1
-
[ubuntu]
fqdn = upload.ubuntu.com
method = ftp
Reply to: