1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
rust-peg (0.8.5-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* bump project versions in virtual packages and autopkgtests
* declare compliance with Debian Policy 4.7.2
-- Jonas Smedegaard <dr@jones.dk> Sun, 02 Mar 2025 21:37:28 +0100
rust-peg (0.8.4-3) unstable; urgency=medium
* stop mention dh-cargo in long description
* declare rust-related build-dependencies unconditionally,
i.e. drop broken nocheck annotations
* add metadata about upstream project
* update git-buildpackage config:
+ filter out debian subdir
+ improve usage comment
* update watch file:
+ improve filename mangling
+ use Github API
+ drop unused repack suffix
* update copyright info: update coverage
-- Jonas Smedegaard <dr@jones.dk> Fri, 07 Feb 2025 13:33:22 +0100
rust-peg (0.8.4-2) unstable; urgency=medium
* tighten build rules to catch failure in loop
* reduce autopkgtest to check single-feature tests only on amd64
-- Jonas Smedegaard <dr@jones.dk> Wed, 31 Jul 2024 21:47:17 +0200
rust-peg (0.8.4-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* autopkgtest-depend on dh-rust (not dh-cargo)
* autopkgtest embedded crates peg-macros peg-runtime
* tighten substvars: use ${rust:Version:*} with full package name
(see bug#1076434)
-- Jonas Smedegaard <dr@jones.dk> Fri, 26 Jul 2024 00:48:56 +0200
rust-peg (0.8.3-2) unstable; urgency=medium
* simplify packaging;
build-depend on dh-sequence-rust
(not dh-cargo libstring-shellquote-perl)
-- Jonas Smedegaard <dr@jones.dk> Fri, 12 Jul 2024 15:12:08 +0200
rust-peg (0.8.3-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* bump project versions in virtual packages and autopkgtests
* update dh-cargo fork
* update copyright info: update coverage
* declare compliance with Debian Policy 4.7.0
* relax to build- and autopkgtest-depend unversioned
when version is satisfied in Debian stable
* drop patches 1001 1002 semingly fixed upstream
-- Jonas Smedegaard <dr@jones.dk> Fri, 14 Jun 2024 07:59:38 +0200
rust-peg (0.8.2-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* bump project version in virtual packages and autopkgtests
* add patch 2001 to avoid feature unstable
* build- and autopkgtest-depend on package for crate version_check
* autopkgtest-depend on feature-specific packages
* provide and autopkgtest features std trace
* update dh-cargo fork
* update copyright info: update coverage
-- Jonas Smedegaard <dr@jones.dk> Mon, 16 Oct 2023 18:10:34 +0200
rust-peg (0.8.1-4) unstable; urgency=medium
* update dh-cargo fork;
closes: bug#1047410, thanks to Lucas Nussbaum
-- Jonas Smedegaard <dr@jones.dk> Sat, 19 Aug 2023 23:28:42 +0200
rust-peg (0.8.1-3) unstable; urgency=medium
* add patch 1001 to drop tests using unstable syntax now gone
* add patch 1002 to avoid test not deterministic with rustc 1.65
-- Jonas Smedegaard <dr@jones.dk> Wed, 28 Jun 2023 14:35:12 +0200
rust-peg (0.8.1-2) unstable; urgency=low
* no-changes source-only upload to enable testing migration
-- Jonas Smedegaard <dr@jones.dk> Fri, 23 Jun 2023 22:25:31 +0200
rust-peg (0.8.1-1) unstable; urgency=low
* initial release;
closes: Bug#1033949
-- Jonas Smedegaard <dr@jones.dk> Sat, 27 May 2023 09:15:07 +0200
|