#829214 Please allow specifying suites with Debian version number (eg. "Debian8")

#829214#5
Date:
2016-07-01 13:40:40 UTC
From:
To:
Hi,

 Package repository's README (e.g. http://ftp.debian.org/debian/README ) says

$ cat /etc/apt/sources.list
deb http://ftp.jp.debian.org/debian/ jessie main contrib non-free


How about to be enabled to specify it as

$ cat /etc/apt/sources.list
deb http://ftp.jp.debian.org/debian/ Debian8 main contrib non-free



Pros)
- It's more easier to understand which version we're using now.
 (sometimes people forget which codename is which version ;)

Cons)
- need changes to code (I don't know it's much or not)
- ?

#829214#10
Date:
2018-10-22 09:07:24 UTC
From:
To:
I think this is a good idea. Even as a Debian contributor for 10 years,
I still get mixed up about the order of codename releases.

#829214#17
Date:
2018-10-22 13:41:34 UTC
From:
To:
Hideki Yamane wrote:

Works for me but although this is just painfully cliched bike-
shedding, there's something about the capital "D" I don't like.

For example:

  deb http://deb.debian.org/debian/ debian8 main contrib non-free

… just "fits" better to my eyes.  *grin*


Regards,

#829214#22
Date:
2018-10-26 10:43:17 UTC
From:
To:
Hi!

Ack.

Well, there's existing precedent in archive.debian.org by ftp-masters, :)
such as <http://archive.debian.org/debian/dists/Debian-3.1/> or
<http://archive.debian.org/debian/dists/Debian-6.0/>.

Personally what seems like a wart is the name and the version stitched
together w/o a separator.

To keep consistency with the archive.d.o, I'd just go with Debian-V, and
as V is no longer N.M but just N (starting with 7), we'd get Debian-6.0,
Debian-7, Debian-8, etc.

Thanks,
Guillem

#829214#27
Date:
2018-10-27 14:41:31 UTC
From:
To:
Hi!

Hmm, actually just noticed today that we also have stuff like:

  <http://ftp.debian.org/debian/dists/Debian7.11/>
  <http://ftp.debian.org/debian/dists/Debian8.11/>
  <http://ftp.debian.org/debian/dists/Debian9.5/>

Which includes the whole version (and not just the major part) and does
not use a separator, unlike archive.d.o, so we have inconsistent usage
already. :(

Thanks,
Guillem

#829214#32
Date:
2018-10-28 05:58:23 UTC
From:
To:
Hi,

 ;)

 Then, I prefer to use "debianX" (X is major version) since it's simple
 and easier for users.

 debianX -> DebianX.Y -> stable/testing/oldstable...

 # then Maybe I would update debootstrap to deal with