|
|
@@ -23,15 +23,15 @@ int main(int argc, char *argv[])
|
|
|
{
|
|
|
const char contents[] = ""
|
|
|
"Type: deb\n"
|
|
|
- "URL: http://ftp.debian.org/debian\n"
|
|
|
- "Dist: stable\n"
|
|
|
+ "Uri: http://ftp.debian.org/debian\n"
|
|
|
+ "Suite: stable\n"
|
|
|
"Section: main\n"
|
|
|
"Comment: Some random string\n"
|
|
|
" that can be very long\n"
|
|
|
"\n"
|
|
|
"Type: deb\n"
|
|
|
- "URL: http://ftp.debian.org/debian\n"
|
|
|
- "Dist: unstable\n"
|
|
|
+ "Uri: http://ftp.debian.org/debian\n"
|
|
|
+ "Suite: unstable\n"
|
|
|
"Section: main non-free\n"
|
|
|
;
|
|
|
|