cupt (2.10.4+nmu2) [PTS] [DDPO]
OLD: VCS is behind the version in the archive: 2.10.4 < 2.10.4+nmu2.Hint: This git repository uses http. You might need to run git update-server-info to update the auxiliary info files.
- Git: https://github.com/jackyf/cupt.git
- Branch: master
- Path: debian/changelog
- Repo size: 4153344
- Browser: https://github.com/jackyf/cupt/tree/master
- Last scan: 2025-02-18 14:42:27+00
- Next scan: 2025-02-19 10:57:00+00
- Debian changelog in Git:
cupt (2.10.4) unstable; urgency=low * console: - Auto-detect color support for more variants of 'xterm'-terminals. * lib: - cache: - Parsing sources.list records: fix parsing option values containing commas. - Parsing sources.list records: fix parsing options where there is no whitespace between '[' and the option key. * cmakelists: - Remove explicit setting of the policy CMP0037. Presumably, since CMake 3.11 the target 'test' is no longer auto-reserved. -- Eugene V. Lyubimkin <jackyf@debian.org> Sun, 10 Nov 2019 10:53:34 +0100
- This branch is 37 commits ahead of tag 2.10.3
- Git log:
commit a6f61e2f11e0d1b14076b1e3458fc1ec26de20b6 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Nov 10 10:54:03 2019 +0100 all: 2.10.4 release commit b832e9da4ec08dd98c7ce3542d3ddbdd583fbc69 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Nov 9 19:43:42 2019 +0100 cpp: lib: internal: cachefiles: getReleaseInfo: remove unused parameter commit 0c066644e4a91c2399b0b6b176864bacae5ce37b Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Nov 9 13:34:06 2019 +0100 test: cmakelists: remove explicit setting of the policy CMP0037 commit 71884bca2c50437f45bfdebb1af3a5a920e1168b Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 17:16:49 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: allow non-space-surrounded brackets commit be87b2aa1f3f8513df0d0f9bbc364f14b8749907 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 18:21:45 2019 +0200 cpp: lib: internal: regex: rsplit() commit 2b6f1b95e384e49c03f59c5953967641fe85f74b Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 17:58:07 2019 +0200 cpp: lib: internal: regex: include declarations for vector/string commit df6a2eff80588bfd892e3a08e38ddb573c98919c Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 16:09:46 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: split out parseSourceListComponents() commit 0669ca86493ffad91f02274004fba05e33a5507c Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 15:55:26 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: split out parseSourceListDistribution() commit 6169b64ed1019e2926eab7cb742795d08c09d5b3 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 15:43:01 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: split out parseSourceListUri() commit 1739d342f8930e0e62dd9977fb5bebc6fb76741a Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 15:37:55 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: split out parseSourceListType() commit fe43556d444d3d9c23bbbc68cd5e42db88ff3509 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 15:33:46 2019 +0200 cpp: lib: internal: cacheimpl: parseSourceListLine: remove IndexEntry typedef commit 66a520ed4f80a71342766e4b6b455bfbc3b97bd8 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Aug 4 15:16:04 2019 +0200 test: query: policy: sources-list-syntax: main: added separator cases commit fa593941497ca5e29ed325ba82b6528594a604ba Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 27 16:19:57 2019 +0200 test: query: download: metadata: easy-entry: added commit 1eb3f370d277e43768a83a8fa63e21f01a81a3b2 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 27 15:24:40 2019 +0200 test: TestCupt: remote_ps_callback: support for easy entries commit edd8f92f0fcfb63454ff948b4f81062c4f2a4402 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 21 13:29:22 2019 +0200 test: query: policy: sources-list-syntax: main: initial commit 87a1dde8e6f9ddcb5c023a134ee093979c4cbefd Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 21 13:44:53 2019 +0200 test: query: policy: sources-list-syntax: common: also show original output on failures commit bed406ef9f546038b8b9a904ddd5e16448c81eab Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 21 13:29:05 2019 +0200 test: query: policy: sources-list-syntax: common: show final lines on failures commit a649ac8a5fc21498a6dad0486f05fcfa21e96227 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 21 11:50:29 2019 +0200 test: query: policy: sources-list-syntax: common: extracted Provides the generalisation of hooks (which now cover the whole line) and checks (which are now more explicit). commit 5c205c241d7551dbd562887ee021cd90779cc812 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 21 10:41:28 2019 +0200 test: query: policy: option-syntax: move to sources-list-syntax/ commit 05c9596bd4e4743813140789f7e690e6889a99fb Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 20 11:24:05 2019 +0200 test: query: search: fse: algebraic: cases for shortcut syntax priorities commit 4000f7a282d0ca918afa84f232d3ee187a81d9d6 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jul 14 10:53:15 2019 +0200 test: query: search: fse: quoting: added commit 219eec373066c245fefdf7eb8b750bb1164c71de Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 13 14:12:48 2019 +0200 cpp: lib: internal: cacheimpl: parseOutKeyValueOptions: space as token separator A space, not a comma, is the correct inter-option separator. commit 0cc09197bca2419dc056dbd82892255dc8d8a68d Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 13 13:47:29 2019 +0200 test: query: policy: option-syntax: also check output entries commit d096a18325fac6158cb734714b4d277dc40e4fc0 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 13 13:29:44 2019 +0200 test: query: policy: option-syntax: added commit 236d4ff63e5919a16f538e420d841936e19f3a72 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sat Jul 13 13:28:13 2019 +0200 test: TestCupt: get_sources_list_option_string: support a hook commit 1599963ae6f048404f175c58a5aa7ba11738997c Author: Ievgen Liubymkin <jackyf@debian.org> Date: Mon Jun 10 18:20:38 2019 +0200 test: query: repo-signatures: yes-no: added cases of explicit trustedness commit 15283942b038ddc073ec0c6d1ee90a224fad87b3 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Mon Jun 10 18:11:05 2019 +0200 test: query: repo-signatures: common: get_output: pass parameters by name commit cf607435123b8f499d2580dbd3d163784ca42267 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Mon Jun 10 17:55:05 2019 +0200 test: query: repo-signatures: common: check for undefined variables commit 647aaf9395dc369eae1a5c71064a07b93fc4277d Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 19:46:48 2019 +0200 cpp: console: colorizer: detect 'xterm-*' as color-supporting commit eca678f9b0650f3d527e5b619cfa86cebd4593d4 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 19:40:17 2019 +0200 cpp: console: colorizer: constructor: reorganise commit f2a871f00067469c124a542e84889e030a079b8c Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 19:35:09 2019 +0200 cpp: console: colorizer: refactoring: 'guessColorSupport()' commit 4718e2e0c83439b4e23fff788ad931bd74f9498f Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 18:58:18 2019 +0200 test: manage: preview: color-detection: added commit 0f5aad062d5027e0ba83bfd67be8fb69388ab4dd Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 19:19:21 2019 +0200 test: CuptInteractive: constructor: make prompt optional commit e95e3c48375ac7cf704850fa03c950b2361d0c63 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 18:57:47 2019 +0200 test: manage: preview: color-check: split out commit bbee3ec98b51517efb8de8e2644a0aacbf03e07c Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 13:25:34 2019 +0200 test: query: repo-signatures: validation-errors: remove_read_permission: check result of 'chmod' commit 63a2341038612198ad1be0625606623fa75c7480 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 12:57:12 2019 +0200 test: query: repo-signatures: validation-errors: make top-level test names unique commit f220fe73493cb8df4be7e7f07e73e66b9f35acf3 Author: Ievgen Liubymkin <jackyf@debian.org> Date: Sun Jun 9 12:42:49 2019 +0200 all: starting development of 2.10.4