diff --git a/debian-11-cockpit/suite/bullseye/debian/changelog b/debian-11-cockpit/suite/bullseye/debian/changelog index b8b52fa70c5cafe0b41513ab022cd30dd2c62941..92c599f65dbc3caf8e353fb6bfef568a6ce4a6ed 100644 --- a/debian-11-cockpit/suite/bullseye/debian/changelog +++ b/debian-11-cockpit/suite/bullseye/debian/changelog @@ -1,8 +1,16 @@ -cockpit (261-1rcnee0~bullseye+20220125) bullseye; urgency=low +cockpit (262-1rcnee0~bullseye+20220205) bullseye; urgency=low * Rebuild for repos.rcn-ee.com - -- Robert Nelson <robertcnelson@gmail.com> Tue, 25 Jan 2022 17:08:00 -0600 + -- Robert Nelson <robertcnelson@gmail.com> Sat, 05 Feb 2022 10:53:18 -0600 + +cockpit (262-1) unstable; urgency=medium + + * New upstream release: + - Overview: Show scheduled shutdowns + - Networking: Add firewall service description + + -- Martin Pitt <mpitt@debian.org> Wed, 02 Feb 2022 14:36:39 +0100 cockpit (261-1) unstable; urgency=medium diff --git a/debian-11-cockpit/version.sh b/debian-11-cockpit/version.sh index 6ce47ef7aad75a6737b3ec37a52db8135bb5c3d9..e5f246cd5f3a3adada07c2b4a3d59ac6373191ee 100644 --- a/debian-11-cockpit/version.sh +++ b/debian-11-cockpit/version.sh @@ -7,7 +7,7 @@ mirror="http://http.debian.net/debian" package_name="cockpit" debian_pkg_name="${package_name}" -package_version="261" +package_version="262" package_source="${debian_pkg_name}_${package_version}.orig.tar.xz" src_dir="${package_name}-${package_version}" @@ -21,4 +21,4 @@ debian_untar="${package_name}_${debian_version}.debian.tar.xz" debian_patch="" local_patch="rcnee0" -bullseye_version="~bullseye+20220125" +bullseye_version="~bullseye+20220205"