public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] conf/distro: Fix deb-src for debian-sid-ports
@ 2021-11-18  6:33 Anton Mikanovich
  0 siblings, 0 replies; only message in thread
From: Anton Mikanovich @ 2021-11-18  6:33 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-18  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18  6:33 [PATCH] conf/distro: Fix deb-src for debian-sid-ports Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox