public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] conf/distro: Fix deb-src for debian-sid-ports
Date: Thu, 18 Nov 2021 09:33:40 +0300	[thread overview]
Message-ID: <20211118063340.233842-1-amikan@ilbers.de> (raw)

The repo http://deb.debian.org/debian-ports do not have source packages
so setting it as deb-src leads to the issue:

E: You must put some 'deb-src' URIs in your sources.list

Set http://deb.debian.org/debian instead.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/conf/distro/debian-sid-ports.list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/debian-sid-ports.list b/meta/conf/distro/debian-sid-ports.list
index 7b5328e8..a354dcca 100644
--- a/meta/conf/distro/debian-sid-ports.list
+++ b/meta/conf/distro/debian-sid-ports.list
@@ -1,2 +1,2 @@
 deb	http://deb.debian.org/debian-ports sid main
-deb-src	http://deb.debian.org/debian-ports sid main
+deb-src	http://deb.debian.org/debian sid main
-- 
2.20.1


                 reply	other threads:[~2021-11-18  6:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211118063340.233842-1-amikan@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox