diff options
author | Christoph Berg | 2020-07-17 12:22:53 +0000 |
---|---|---|
committer | Christoph Berg | 2020-07-17 12:22:53 +0000 |
commit | 35ea6cd8732c0a4408450f23c5d478cd057f2391 (patch) | |
tree | 4d5f84220cf694fdf4cb23b2d572928f57d2944c | |
parent | 29b468c4a17fe73768c1e8d025344b86c264a610 (diff) |
Install gdb in chroots.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5a01d9f..d781dd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -pgdg-buildenv (29) UNRELEASED; urgency=medium +pgdg-buildenv (29) sid-pgdg; urgency=medium * Move "Destroy all schroot sessions on reboot" to ansible. + * Install gdb in chroots. - -- Christoph Berg <[email protected]> Wed, 30 Oct 2019 16:42:50 +0100 + -- Christoph Berg <[email protected]> Fri, 17 Jul 2020 14:22:43 +0200 pgdg-buildenv (28) sid-pgdg; urgency=medium diff --git a/debian/control b/debian/control index ab01a6b..bbfb9b3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Debian PostgreSQL Maintainers <[email protected]> Uploaders: Christoph Berg <[email protected]> -Standards-Version: 4.1.4 +Standards-Version: 4.5.0 Build-Depends: debhelper (>= 9~) Vcs-Browser: https://git.postgresql.org/gitweb/?p=pgapt.git Vcs-Git: https://git.postgresql.org/git/pgapt.git @@ -28,6 +28,7 @@ Depends: ${misc:Depends}, # autopkgtest autodep8, pkg-perl-autopkgtest, autopkgtest, newpid, sudo, + gdb, lintian, Description: metapackage to install in pgdg build chroots metapackage to install in pgdg build chroots for apt.postgresql.org |