diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-20 07:43:17 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-20 07:50:46 +0100 |
commit | e67b9a23d7646d2f1e21bf4039fa71cc66b628c5 (patch) | |
tree | b65ab991db89a7a7398cb328aba3dcbbe2ba099a /test/libapt | |
parent | 6c069a2247781754bcc8574687cb98b493c6ab8a (diff) |
add Description tag for deb822 sources
Diffstat (limited to 'test/libapt')
-rw-r--r-- | test/libapt/sourcelist_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index ae5d11f66..b9dd47207 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -26,8 +26,8 @@ int main(int argc, char *argv[]) "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" |