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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
|
linux-base (4.14) unstable; urgency=medium
* Upload to unstable
* d/salsa-ci.yml: Remove obsolete lintian error suppression
-- Ben Hutchings <benh@debian.org> Fri, 18 Jul 2025 14:19:44 +0200
linux-base (4.13) experimental; urgency=medium
[ Salvatore Bonaccorso ]
* postinst hook: Use reboot-required to flag required reboot
(Closes: #1010699)
[ Ben Hutchings ]
* postinst hook: Fix installation directory
-- Ben Hutchings <benh@debian.org> Fri, 11 Jul 2025 13:20:04 +0200
linux-base (4.12) unstable; urgency=medium
* d/changelog: Word-wrap previous entry to under 80 characters
* d/copyright: Replace old FSF addresses with current GNU license URL
* Add linux-run-hooks command for use by package maintainer scripts
* man: Fix some minor formatting issues, thanks to Bjarni Ingi Gislason
(Closes: #1095744, #1100702)
* kernel-img.conf(5): Remove documentation of kernel-package
(Closes: #1099472)
* kernel-img.conf(5): Simplify description of support status
* linux-sysctl-defaults: Increase vm.max_map_count to 1048576
(Closes: #1076510)
-- Ben Hutchings <benh@debian.org> Sun, 25 May 2025 21:16:36 +0200
linux-base (4.11) unstable; urgency=medium
[ Carles Pina i Estany ]
* Update Catalan debconf template translations (poc senderi)
(Closes: #1091708)
[ Noah Meyerhans ]
* Set Priority: important for linux-sysctl-defaults
linux-sysctl-defaults should be installed by default on the typical Debian
system. Although it is recommended by several components of the default
install, Recommends are not applied during debootstrap, so it isn't
installed. Raising the priority to important ensures that it's installed
in expected places. (Closes: #1090811)
[ Salvatore Bonaccorso ]
* Declare compliance with Debian policy 4.7.0
* Update copyright years for debian/* packaging files
* linux-sysctl-defaults: dh_install: Make target path relative to package
build directory
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 01 Jan 2025 13:33:30 +0100
linux-base (4.10.1) unstable; urgency=medium
* No-change source upload for testing migration
-- Ben Hutchings <benh@debian.org> Tue, 25 Jun 2024 00:48:43 +0200
linux-base (4.10) unstable; urgency=medium
[ Gioele Barabucci ]
* d/control: Bump Standards-Version to 4.6.2 (no changes needed)
* d/lintian-overrides: Update syntax
* d/lintian-overrides: Ignore templates used by linux-check-removal
* d/copyright: Fix spelling of Portuguese
[ Ben Hutchings ]
* Add linux-sysctl-defaults package for sysctl default configuration
* d/copyright: Split out translation copyrights by filename
* d/copyright: Correct copyright holder for debian/po/vi.po
* d/copyright: Add missing copyright holders and dates
* linux-update-symlinks: Run restorecon on symlinks if possible
(Closes: #906729)
* Update debconf template translations:
- Update Spanish (Camaleón) (Closes: #1029025)
- Update Turkish (Mert Dirik) (Closes: #1030837)
- Add Romanian (Remus-Gabriel Chelu) (Closes: #1032336)
-- Ben Hutchings <benh@debian.org> Sun, 23 Jun 2024 21:03:28 +0200
linux-base (4.9) unstable; urgency=medium
[ Ben Hutchings ]
* d/salsa-ci.yml: Add CI configuration for salsa.debian.org
* d/control: Use my debian.org email in Uploaders field
* Remove perf wrappers, as linux-perf now provides an unversioned perf
command (Closes: #983314, #990165)
- d/control: Add versioned Breaks on linux-perf to avoid leaving users
with no perf command
* linux-version: Skip detached signature files when listing kernels
(Closes: #906873)
[ dann frazier ]
* linux-version: Fix sorting of versions provided via stdin to match
the output when provided via argv (Closes: #987851)
[ Gioele Barabucci ]
* debian/NEWS: Remove outdated file
* po/fr: Store in canonical form
* debian/rules: Remove stray `--with bash-completion`
* debian/control: Remove unused dependency on `bash-completion`
-- Ben Hutchings <benh@debian.org> Thu, 19 May 2022 04:05:24 +0200
linux-base (4.8) unstable; urgency=medium
* po: fr.po: Updated French man page translation (Closes: #1003731)
* debian/copyright: Update copyright information for German and French
translations
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 16 Jan 2022 17:42:36 +0100
linux-base (4.7) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* man: perf.1: Remove doubled word 'are' in manpage.
Thanks to Ivan Kharpalev for the report and patch (Closes: #931506)
* po: de.po: Updated German man page translation.
Thanks to Helge Kreutzmann (Closes: #977939)
* Set Rules-Requires-Root to no
* Annotate test-only build dependencies with <!nocheck>
* debian/copyright: Convert to machine-readable format 1.0
* Declare compliance with Debian policy 4.6.0
* postinst: Use 'set -e' in script body instead of passing -e to shell in
shebang line
* Add myself to Uploaders
[ Debian Janitor ]
* Bump debhelper from deprecated 9 to 13.
* Set debhelper-compat version in Build-Depends.
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 27 Dec 2021 13:21:16 +0100
linux-base (4.6) unstable; urgency=medium
* debian/control: Remove everyone else from Uploaders field, since no-one
else has actually uploaded this
* Fix typo in linux-update-symlinks.1, thanks to Sven Joachim
(Closes: #876215)
* debian/control: Point Vcs URLs to Salsa
* linux-check-removal: Assume we're in a container if
/run/systemd/container exists
* linux-check-removal: Work around debconf cache management bug (see #908001)
* Add unit tests for image_list() function used by linux-version
* Change image_list() to match /boot/vmlinu[xz]-* regardless of architecture
(Closes: #925379)
* Take over kernel-img.conf(5) manual page from kernel-common
(Closes: #925415)
* kernel-img.conf(5): Update various text to be independent of kernel-package
* kernel-img.conf(5): Document differences in support between package
creators
* kernel-img.conf(5): Document variables used by linux-update-symlinks
* kernel-img.conf(5): Fix some spelling errors
* kernel-img.conf(5): Update the summary of what uses the file
* Add translations of kernel-img.conf(5) from kernel-package
-- Ben Hutchings <ben@decadent.org.uk> Sun, 07 Apr 2019 17:58:17 +0100
linux-base (4.5) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* Update Danish debconf template translation.
Thanks to Joe Dalton <joedalton2@yahoo.dk> (Closes: #830587)
* Update Brazilian Portuguese debconf templates translation.
Thanks to Diego Neves <diego@diegoneves.eti.br> (Closes: #830691)
[ Ben Hutchings ]
* Update Dutch debconf template translations (Frans Spiesschaert)
(Closes: #837097)
* perf: Drop support for versions older than 3.2
* Use dh with debhelper compat level 9
* Add bash completion wrapper for perf (Closes: #702482)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 17 Sep 2016 00:59:15 +0100
linux-base (4.4) unstable; urgency=medium
[ Ben Hutchings ]
* Update debconf template translations:
- Portuguese (Américo Monteiro) (Closes: #826779)
- Polish (Łukasz Dulny)
- Japanese (Victory)
- Russian (Yuri Kozlov) (Closes: #828772)
- German (Markus Hiereth)
- French (Jean-Pierre Giraud) (Closes: #830171)
* linux-check-removal: Fix substitution of package name in debconf title
[ Salvatore Bonaccorso ]
* Update Swedish debconf template translation.
Thanks to Martin Bagge <brother@bsnet.se> (Closes: #828725)
* Update Czech debconf template translation.
Thanks to Michal Simunek <michal.simunek@gmail.com> (Closes: #828944)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 08 Jul 2016 17:54:11 +0200
linux-base (4.3) unstable; urgency=medium
* Add linux-check-removal command for use by package prerm scripts
- Override lintian warning and error for this unusual debconf usage
-- Ben Hutchings <ben@decadent.org.uk> Mon, 06 Jun 2016 17:06:15 +0100
linux-base (4.2) unstable; urgency=medium
* Change source format to 3.0 (native) so that .git directory is excluded
by default
* Add manual page for linux-update-symlinks
* read_kernelimg_conf(): Quietly ignore settings used only by kernel-package
* debian/rules: Add build-{arch,indep} targets
* debian/control: Update policy version to 3.9.8; no changes required
-- Ben Hutchings <ben@decadent.org.uk> Sun, 05 Jun 2016 23:03:37 +0100
linux-base (4.1) unstable; urgency=medium
* Adjust for migration to git:
- Add .gitignore files
- debian/control: Update Vcs-* fields (Closes: #824748)
* Add image_stem() and read_kernelimg_conf() functions to Perl module
* Add linux-update-symlinks command for use by package maintainer scripts
-- Ben Hutchings <ben@decadent.org.uk> Sun, 05 Jun 2016 02:13:38 +0100
linux-base (4.0) unstable; urgency=low
* Remove obsolete postinst upgrade code and translations
(Closes: #580435, #660670, #670775, #686211, #686384, #686431, #686445,
#686459, #686480, #686602, #686610, #686662, #686687, #686704, #686705,
#686717, #686720, #686748, #698203)
* Run version_cmp() unit tests at build time
* linux-version: Fix sorting of version strings containing -trunk
(Closes: #761614)
* perf: Update error message for missing perf executable, to refer to
linux-perf-<version> for Linux 4.1 onward
* debian/control: Drop support for pre-multiarch releases
* debian/control: Update Vcs-* fields to use anonscm.debian.org
* debian/control: Update policy version to 3.9.6; no changes required
-- Ben Hutchings <ben@decadent.org.uk> Tue, 04 Aug 2015 21:24:05 +0100
linux-base (3.5) unstable; urgency=low
* debian/control: Set Multi-Arch: foreign to allow for installation
of foreign linux-image packages
-- Ben Hutchings <ben@decadent.org.uk> Sun, 04 Mar 2012 15:21:57 +0000
linux-base (3.4) unstable; urgency=low
* perf: Fix lookup of the real command and package names for official
packages of Linux 3.1 onward and for custom kernels with stable
updates
-- Ben Hutchings <ben@decadent.org.uk> Mon, 14 Nov 2011 05:42:35 +0000
linux-base (3.3) unstable; urgency=low
* debian/control: Fix VCS URLs (Closes: #620609)
* Update debconf template translations:
- Slovak (Slavko) (Closes: #622118)
- Dutch (Jeroen Schot) (Closes: #629389)
* linux-version: Fix interpolation of command name in help, thanks to
Jakub Wilk (Closes: #624795)
* debian/postinst: Fix warning produced when checking a device that
does not exist or has no recognisable filesystem (Closes: #620608)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 04 Jul 2011 05:12:18 +0100
linux-base (3.2) unstable; urgency=low
* Add the linux-version command, providing:
- compare and sort operations on Linux kernel version strings
- list of installed versions (and optionally the image paths)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 01 Apr 2011 04:07:32 +0100
linux-base (3.1) unstable; urgency=low
* Consider a boot-loader package as installed if it is only unpacked
(Closes: #618958)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 28 Mar 2011 04:54:52 +0100
linux-base (3) unstable; urgency=low
* Update device names for the cciss/hpsa transition, similarly to the
libata transition (Closes: #617256)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 16 Mar 2011 13:15:05 +0000
linux-base (3~experimental) experimental; urgency=low
* Separate linux-base from the linux-2.6 source package
-- Ben Hutchings <ben@decadent.org.uk> Sat, 12 Mar 2011 08:50:41 +0000
|