URI: http://example.com
Suites: stable
Sections: component1 component2
+ Description: short
+ long long long
[option1]: [option1-value]
Type: deb-src
Suites: stable
Sections: component1 component2
[option1]: [option1-value]
+ Description: short
+ long long long
</literallayout>
</para>
URI: http://ftp.debian.org/debian
Suites: stable
Sections: main
-Comment: Some random string
- that can be very long"
+Description: summay
+ and the long part"
# simple case
echo "$BASE" > $SOURCES
-
testequalwithmsg "Simple deb822 sources.list works" "'http://ftp.debian.org/debian/dists/stable/main/binary-i386/Packages.bz2' ftp.debian.org_debian_dists_stable_main_binary-i386_Packages 0 :
'http://ftp.debian.org/debian/dists/stable/main/i18n/Translation-en.bz2' ftp.debian.org_debian_dists_stable_main_i18n_Translation-en 0 :
'http://ftp.debian.org/debian/dists/stable/InRelease' ftp.debian.org_debian_dists_stable_InRelease 0 " aptget update --print-uris
testequalwithmsg "Invalid deb822 sources.list file gives proper error" "E: Malformed stanza 0 in source list $TMPWORKINGDIRECTORY/rootdir/etc/apt/sources.list (URI parse)
E: The list of sources could not be read." aptget update --print-uris
+
"URI: http://ftp.debian.org/debian\n"
"Suites: stable\n"
"Sections: main\n"
- "Comment: Some random string\n"
- " that can be very long\n"
+ "Description: short\n"
+ " long description that can be very long\n"
"\n"
"Type: deb\n"
"URI: http://ftp.debian.org/debian\n"