diff options
| author | James McCoy <jamessan@debian.org> | 2025-09-30 21:08:59 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-10-01 04:39:43 +0000 |
| commit | 49a93687e993814c8b3151ac7e6b02ec9d2074f4 (patch) | |
| tree | 5812b86fcf53e18402ac3988b6cbbbc278cd637a | |
| parent | c99ba2f695751f40dbe802dbd9ed1316ecb25914 (diff) | |
6.1.0-2 (patches unapplied)HEADimport/6.1.0-2ubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Revert "Move all non-debhelper Build-Depends to Build-Depends-Arch"
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 9024061..e4a2b21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +msgpack-c (6.1.0-2) unstable; urgency=medium + + * Revert "Move all non-debhelper Build-Depends to Build-Depends-Arch" + + -- James McCoy <jamessan@debian.org> Tue, 30 Sep 2025 21:08:59 -0400 + msgpack-c (6.1.0-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 8dc475f..eeb4d51 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,17 @@ Source: msgpack-c Section: libs Priority: optional Maintainer: James McCoy <jamessan@debian.org> -Build-Depends: - debhelper-compat (= 13), -Build-Depends-Arch: - cmake (>= 2.8.12), - libgtest-dev <!nocheck>, - ninja-build, - zlib1g-dev, Build-Depends-Indep: doxygen <!nodoc>, doxygen-latex <!nodoc>, graphviz <!nodoc>, jdupes <!nodoc>, +Build-Depends: + cmake (>= 2.8.12), + debhelper-compat (= 13), + libgtest-dev <!nocheck>, + ninja-build, + zlib1g-dev, Standards-Version: 4.7.2 Homepage: https://github.com/msgpack/msgpack-c/ Vcs-Git: https://salsa.debian.org/debian/msgpack-c.git |
