Op zondag 31 maart 2013 12:45:50 schreef Thijs Kinkhorst:
> > #v+
> > allowed_distributions   = (?!UNRELEASED|.*-security|.*-backports)
> > #v-
> 
> I'll take care of updates to dput for the current situation.

So here's my patch. As the previous NMU from half a year ago hasn't been 
acknowledged yet, I'm taking the liberty to upload straight away.


Cheers.
Thijs
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 <th...@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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to