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 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541
|
multistrap (2.2.11) unstable; urgency=medium
* QA upload.
* Fix FTBS.
-- Adam Borowski <kilobyte@angband.pl> Mon, 23 Mar 2020 00:37:44 +0100
multistrap (2.2.10) unstable; urgency=medium
* Orphaning the package, See #914282
* Include and use a copy of the ancient po4a-build script. (Closes: #906386)
-- Johannes 'josch' Schauer <josch@debian.org> Wed, 21 Nov 2018 15:00:46 +0100
multistrap (2.2.9) unstable; urgency=medium
* Fix foreign-multiarch multistraps
-- Wookey <wookey@debian.org> Tue, 24 Jan 2017 03:33:22 +0000
multistrap (2.2.8) unstable; urgency=medium
* Add missing whitespace between arguments in system() command
* Install more default configurations (for trusty, wheezy, jessie, stretch,
and sid)
-- Johannes Schauer <josch@debian.org> Sat, 24 Dec 2016 02:37:05 +0100
multistrap (2.2.7) unstable; urgency=medium
* Since bash completion was moved away from /etc, invoke rm_conffile in
maintainer script (Thanks, Helmut Grohne)
-- Johannes Schauer <josch@debian.org> Mon, 05 Dec 2016 16:37:21 +0100
multistrap (2.2.6) unstable; urgency=medium
* Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of
trusted.gpg.d (Thanks, Steve Langasek)
* Add Ubuntu examples for Trusty (closes: #847061)
-- Johannes Schauer <josch@debian.org> Mon, 05 Dec 2016 15:06:05 +0100
multistrap (2.2.5) unstable; urgency=medium
* Remove Neil Williams from Uploaders
-- Johannes Schauer <josch@debian.org> Mon, 05 Dec 2016 10:14:48 +0100
multistrap (2.2.4) unstable; urgency=medium
* handle keyring download differently:
- do not (re)install keyring package on the host system (closes: #787438 )
- do not disable SecureApt when using fakeroot (closes: #846776)
-- Johannes Schauer <josch@debian.org> Sun, 04 Dec 2016 01:37:28 +0100
multistrap (2.2.3) unstable; urgency=medium
* The B-D-A header doesn't make any sense without Architecture:any packages
to be built. Move them to B-D-I.
-- Johannes Schauer <josch@debian.org> Sat, 03 Dec 2016 22:54:46 +0100
multistrap (2.2.2) unstable; urgency=medium
* New maintainer (Closes: #835909)
* Move development to dgit
* Move B-D on po4a to Build-Depends-Arch (it's not needed for the clean
target)
* Bump debhelper compatibility level to 10
* Switch debian/rules to dh and drop cdbs
* Use dh_bash-completion to install bash completion script into the right
location (fixes lintian warning about deprecated /etc/bash_completion.d/)
* Do not try to feed GPG keybox database version 1 files to apt (closes:
#845963)
* Allow uppercase letters in paths (closes: #751896)
* Allow shell special characters (including spaces) in paths (closes:
#803365)
* Stop creating /etc/dpkg/dpkg.cfg.d/multiarch (closes: #819103)
-- Johannes Schauer <josch@debian.org> Sat, 03 Dec 2016 18:53:43 +0100
multistrap (2.2.1) unstable; urgency=medium
* Move to github with alioth copy.
* Switch example mirror in usage information. (Closes: #774476)
* Update for Jessie release
* [INTL:pt] Updated Portuguese translation of manpage
(Closes: #756217)
* Drop old crossbuild support reliant on outdated support.
* Use environment variables for apt configuration instead of Dir::Etc.
Patch from Pip Cet <pipcet@gmail.com> (Closes: #774698)
-- Neil Williams <codehelp@debian.org> Sun, 03 May 2015 11:08:32 +0100
multistrap (2.2.0) unstable; urgency=low
* Add option to specify the apt default release directly and
change the manpage content to advise on how this further
complicates the permutations of apt configuration. Add
commands to direct apt at the apt.conf.d and preferences.d
directories within the chroot. (Closes: #717886)
-- Neil Williams <codehelp@debian.org> Sun, 11 Aug 2013 14:20:40 +0100
multistrap (2.1.23) unstable; urgency=low
* Carry changes from experimental into unstable.
-- Neil Williams <codehelp@debian.org> Fri, 17 May 2013 21:31:57 +0100
multistrap (2.1.22) experimental; urgency=low
* Support marking dependencies as auto-installed using apt-mark.
(Closes: #702036)
* Fix filehandle typo when configuring multiarch (Closes: #695843)
-- Neil Williams <codehelp@debian.org> Thu, 21 Mar 2013 19:21:56 +0000
multistrap (2.1.21) experimental; urgency=low
* Add Foreign arch support to each cross-building configuration.
(Closes: #688628). Drop some unused configuration files.
* Aim at experimental.
* Add warning if the config script is not executable.
* Delete only sources lists created by multistrap.(Closes: #702033)
* [INTL:fr] French program (runtime) translation update
(Closes: #674771)
* [INTL:fr] French documentation (po4a) translation update
(Closes: #674772)
-- Neil Williams <codehelp@debian.org> Mon, 24 Sep 2012 13:39:56 +0100
multistrap (2.1.20) unstable; urgency=low
* [INTL:da] Danish translation of multistrap (Closes: #669879)
* [INTL:pt] Updated Portuguese manpage translation.
(Closes: #670402)
* Add an update-alternatives helper.
* [INTL:de] updated German translation (Closes: #670835)
* Streamline some unique sorting repetitions with a function. Patch
from Andres Salomon
* [INTL:da] Danish translation of multistrap manual
(Closes: #671104)
* [INTL:de] update German manpage translation (Closes: #671708)
* Upload to unstable.
-- Neil Williams <codehelp@debian.org> Wed, 16 May 2012 20:32:57 +0100
multistrap (2.1.19) experimental; urgency=low
* Fix multiarch/unstable support for packages listings.
* Fix sprintf formatting for new multiarch warning string.
-- Neil Williams <codehelp@debian.org> Sat, 21 Apr 2012 14:53:22 +0100
multistrap (2.1.18) experimental; urgency=low
* Reverse logic of ignorenativearch, thanks to
Andres Salomon <dilinger@queued.net>. (Closes: #669211)
* Fix logic in dump_config for missing packages lines.
(Closes: #669206)
* Check values of the keyring hash. (Closes: #669205)
* Update pdebuild-cross conf files to get toolchains from Squeeze.
* Improve MultiArch support, still experimental
-- Neil Williams <codehelp@debian.org> Fri, 20 Apr 2012 21:36:54 +0100
multistrap (2.1.17) experimental; urgency=low
* [l10n] French manpages translation (Closes: #656418)
* Remove .control files inside the multistrap chroot.
(Closes: #668941)
* Improve fakeroot environment variable tests. (Closes: #647240)
* Implement support to copy an apt preferences file into place.
(Closes: #616420)
* Support not configuring packages for native arch. (Closes: #651885)
* Upload to experimental.
-- Neil Williams <codehelp@debian.org> Tue, 17 Apr 2012 21:14:30 +0100
multistrap (2.1.16) unstable; urgency=low
* Allow empty aptsources lines. (Closes: #633525)
* Add support for MultiArch configuration files and checks for a
suitable version of dpkg.
* Allow multiple keyring packages to be imported. (Closes: #635584)
* Add support for shortcuts to use configuration files in known
locations like /usr/share/multistrap and /etc/multistrap.d/
* Package an example of multiarch support.
* Simplify the test for a multiarch-aware dpkg, thanks to Steve
Langasek.
* Override APT::Default-Release (Closes: #637434)
* [INTL:da] Danish translation of multistrap (Closes: #637776)
* Update French translation, patch from Julien Patriarca.
* [INTL:de] Initial German translation of multistrap (runtime)
(Closes: #639308)
* [INTL:pt] Updated Portuguese translation (Closes: #639444)
-- Neil Williams <codehelp@debian.org> Tue, 06 Sep 2011 19:54:56 +0100
multistrap (2.1.15) unstable; urgency=low
* Clean up the retainsources behaviour (Closes: #627179)
* Implement some code for omitpreinst support.
* typo fix in manpage (Closes: #630314)
-- Neil Williams <codehelp@debian.org> Sat, 18 Jun 2011 16:17:13 +0100
multistrap (2.1.14) unstable; urgency=low
* Improve device-table incrementing
* Disable multi-arch field handling for same and wrap foreign and
allowed. dpkg does not currently support changes in /var/lib/dpkg/info
* Read the dpkg status file to look for source packages even when no
packages needed to be downloaded or unpacked. (Closes: #623563)
-- Neil Williams <codehelp@debian.org> Wed, 11 May 2011 20:30:03 +0100
multistrap (2.1.13) unstable; urgency=low
* [INTL:da] Danish translation of multistrap (Closes: #614306)
* [INTL:pt] Updated European Portuguese translation for
manpage/documentation" (Closes: #614381)
* Fix device-table.pl to use correct minor device number in
iterative mode (Closes: #615819)
* Disable SecureApt if fakeroot is detected.
* Protect device-table.pl realpath usage to allow relative
directories.
* [INTL:de] Updated german translation (Closes: #616527)
* Use perl realpath support and drop dependency.
* [INTL:da] Add Danish translation of multistrap documentation
(Closes: #619069)
* Improve source download method to get packages individually - avoids
breakage if the repository is incomplete.
* Complete the support for 'flat' repositories (Closes: #619959)
* Update config files for build and cross chroot (Closes: #610631)
* Initial support for Multi-Arch paths. (Closes: #616111)
-- Neil Williams <codehelp@debian.org> Fri, 01 Apr 2011 22:44:10 +0100
multistrap (2.1.12) unstable; urgency=low
* Fix hook implementation if no hooks in use
* Accumulate warnings from system calls and hooks and report to user
at the end of the operation.
* Ensure that realpath does really exist (local test debugging) and
guard against an undefined keyring pkg variable.
-- Neil Williams <codehelp@debian.org> Wed, 09 Feb 2011 17:19:37 +0000
multistrap (2.1.11) unstable; urgency=low
* Fix examples in comments within device_table.txt to
use consistent tabs. (Closes: #611808)
* Add example for wheezy and use permanent codenames.
* Remove workaround for apt from lenny.
* Improve the fix for #553599 and generalise it. Handle making a real
directory for amd64 to cope with libc6-amd64 [i386].
* Add hook directory support, per configuration file, similar to
pbuilder support.
-- Neil Williams <codehelp@debian.org> Mon, 07 Feb 2011 12:21:33 +0000
multistrap (2.1.10) experimental; urgency=low
* Fix typo in sysvinit chroot.sh script.
* run preinst scripts install command instead of upgrade
(Closes: #611744)
* Run the preinst scripts ahead of calling configure -a in native
mode. Thanks to Daniel Baumann for spotting it.
-- Neil Williams <codehelp@debian.org> Tue, 01 Feb 2011 22:25:59 +0000
multistrap (2.1.9) experimental; urgency=low
* Allow missing packages lines and add note about using omitdebsrc
with debian-ports.
* Allow multiple packages lines per section to support very long
lists.
* Update the trustdb.gpg with keyrings, to fix gpgv errors on
missing file.
* Document changes in packages key support and advise on reporting
bugs via the BTS
* Add support for addimportant in the general section only.
(Closes: #610634)
* Fix unpack option to look only for 'true' values.
* Experimental support for debconf preseed files (Closes: #610614)
* Add sysvinit method to existing upstart support in script for native
chroots to disable starting daemons. (Closes: #611188)
-- Neil Williams <codehelp@debian.org> Sat, 29 Jan 2011 15:43:39 +0000
multistrap (2.1.8) experimental; urgency=low
[ Wookey ]
* Add support for 'flat' apt-ftparchive-style URLs
* Include chroot.sh preventing services being started during
chroot creation (Closes: #599056)
[ Neil Williams ]
* Improve the omitdebsrc handling for detection of 'true'.
* Add more synopsis information to manual page. (Closes: #592621)
* Aim 2.1.8 at experimental as squeeze is frozen and this version
includes possibly disruptive changes.
* Remove aptsources lists in bootstrap phase (Closes: #593561)
* Improve check-deps to find missing packages
* Drop all use of forceyes - no longer necessary.
* Handle missing 'include' files cleanly and early. (Closes: #595006)
* Expand the --simulate option output further.
* Document the reinstall and additional fields. Add advice in manpage
on what to check before filing bugs.
* Add a note about redirecting output in manpage. (Closes: #593326)
* Bump to debhelper 7 compat for dh_prep usage.
-- Neil Williams <codehelp@debian.org> Sat, 16 Oct 2010 15:36:06 +0100
multistrap (2.1.7) unstable; urgency=low
* Add all packages to the source dir, including calculated
dependencies.
* [INTL:pt] Updated Portuguese translation for manpages
(Closes: #595308)
* [INTL:da] Danish translation of multistrap (Closes: #595391)
* [INTL:pt] Updated Portuguese translation for program messages
(Closes: #597144)
* [INTL:fr] French manpage translation (Closes: #597385)
* [INTL:de] german manpage translation (Closes: #597505)
* [INTL:vi] Vietnamese program translation update (Closes: #598476)
* Pre-handle keyring packages using GPG for use with apt >= 0.8
(Closes: #595017)
* [INTL:fr] French program translation update (Closes: #598873)
-- Neil Williams <codehelp@debian.org> Sat, 02 Oct 2010 19:26:02 +0100
multistrap (2.1.6) unstable; urgency=low
* [INTL:fr] French manpage translation update (Closes: #584679)
* Allow check-deps.sh to proceed when detecting errors.
* Avoid unitialised Priority value.
* Call dpkg --print-architecture for determination of host
architecture. (Closes: #589713)
* Add aptitude to crosschroot configs as pbuilder now requires it.
* Allow check-deps.sh to detect | dependencies.
-- Neil Williams <codehelp@debian.org> Wed, 28 Jul 2010 19:30:25 +0100
multistrap (2.1.5) unstable; urgency=low
* [INTL:pt] Updated Portuguese program output translation
(Closes: #581251)
* [INTL:da] Danish translation of multistrap program
(Closes: #581496)
* [INTL:pt] Updated Portuguese translation for manpage messages
(Closes: #581673)
* [INTL:fr] French program output translation (Closes: #582059)
* Add support for omitdebsrc and change suite behaviour to be non-
default, usable by selecting explicitsuite to true.
* When moving downloaded packages to a sourcedir, also download the
source packages for GPL compliance.
* Handle fakeroot with native architectures.
* Extend device table format to support creating symlinks and
hardlinks.
-- Neil Williams <codehelp@debian.org> Mon, 31 May 2010 20:15:56 +0100
multistrap (2.1.4) unstable; urgency=low
* Add support for configurable single cross-toolchains in
the chroot - using the dpkg-cross default_arch, if any.
* Clarify documentation of bootstrap and aptsources sections
(Closes: #579626)
* Clarify error reporting in the --simulate option, warn if
sections are not defined. (Closes: #579627)
* [INTL:vi] Vietnamese program translation update (Closes: #580623)
* Report parsing errors in config files (Closes: #580687)
* Move from experimental into unstable.
-- Neil Williams <codehelp@debian.org> Sat, 08 May 2010 11:38:58 +0100
multistrap (2.1.3) experimental; urgency=low
* Fix armel.conf to specify the right sources.
-- Neil Williams <codehelp@debian.org> Sun, 25 Apr 2010 09:35:28 +0100
multistrap (2.1.2) experimental; urgency=low
* Add support to avoid running preinst scripts and
always ignore the bash preinst which does not respect
DEBIAN_FRONTEND=noninteractive
* fix handling of omitrequired and configsh when empty
* add force-yes when using noauth
* split the package list even if using only spaces, not commas
* Add support for compressing the filesystem into a tarball.
* Add support for reinstalling packages known to fail due to preinst
problems.
* Add a simple C file to test the compiler inside the chroot
* sort duplicate sources list entries and use dedicated sources list
files
-- Neil Williams <codehelp@debian.org> Wed, 21 Apr 2010 15:23:23 +0100
multistrap (2.1.1) experimental; urgency=low
* Add --simulate mode for cascading configuration testing.
* Split out the POD - not needed in the runtime script.
* Add cascading configuration to support standard Emdebian cross
architectures.
-- Neil Williams <codehelp@debian.org> Sat, 17 Apr 2010 22:25:45 +0100
multistrap (2.1.0) experimental; urgency=low
* Experimental branch to replace pbuilder support in Crush.
* Drop emsandbox and use experimental multistrap.
* Add initial crosschroot.conf for multistrap support.
* Add device-table.pl helper - internal support to follow.
* Add explicit support for running preinst scripts in native mode.
-- Neil Williams <codehelp@debian.org> Wed, 14 Apr 2010 20:54:44 +0100
emdebian-rootfs (2.0.9) unstable; urgency=low
* Fix typos in translated strings.
* Allow empty keyring values.
* Fix separation of debootstrap vs aptsources and remove reliance on
the section label matching the lists name.
* Add check-deps.sh and device-table.pl helper scripts.
* Leave device_table.txt uncompressed for use with device-table.pl
* Actually need to specify apt once Recommends: are switched off.
-- Neil Williams <codehelp@debian.org> Wed, 14 Apr 2010 20:35:20 +0100
emdebian-rootfs (2.0.8) unstable; urgency=low
* Add missing realpath dependency
-- Wookey <wookey@debian.org> Tue, 30 Mar 2010 15:16:53 +0100
emdebian-rootfs (2.0.7) unstable; urgency=low
* [INTL:pt] Updated Portuguese program output translation
(Closes: #572929)
* Handle relative directories from the command line.
* Add subroutines to replace functionality from Emdebian::Tools
in shell scripts. Drop Emdebian::Tools dependency. (LP: #531143)
* [INTL:fr] French program output translation (Closes: #575314)
* Add a check-deps script to parse the Depends of an individual .deb
-- Neil Williams <codehelp@debian.org> Sun, 28 Mar 2010 07:45:00 +0100
emdebian-rootfs (2.0.6) unstable; urgency=low
* Clean up component support and ensure a sane default exists.
-- Neil Williams <codehelp@debian.org> Thu, 04 Mar 2010 09:26:21 +0000
emdebian-rootfs (2.0.5) unstable; urgency=low
* Add shortcut conf files
* Add component support to multistrap.
* Add intltool to build-depends for program message translation
support.
-- Neil Williams <codehelp@debian.org> Tue, 02 Mar 2010 21:20:49 +0000
emdebian-rootfs (2.0.4) unstable; urgency=low
* [INTL:fr] French manpage translation update (Closes: #552198)
* Check for symlinks from lib64 to /lib and warn if not unset.
(Closes: #553599)
* Use genmanpages code from svn-buildpackage for translated content.
* Apply useNativeDist to package POT file
* Add support for translated program output in multistrap
* [INTL:pt] Initial Portuguese program translation (Closes: #555485)
* improve flexibility of genmanpages with changes from po4a.
* [INTL:pt] Portuguese translation for manpage (Closes: #556293)
* Add support for adding extra packages at the end of the run. Work
around dash and dpkg-divert issue. Use dpkg -X to avoid problems
with data.tar.bz2 and check that the /bin/sh symlink exists.
* Switch to po4a-build for manpage generation and translation.
* Use default config filename for po4a-build.
-- Neil Williams <codehelp@debian.org> Tue, 24 Nov 2009 08:37:09 +0000
emdebian-rootfs (2.0.3) unstable; urgency=low
* [INTL:pt] Portuguese manpage translation. (Closes: #544953)
* Include example config and provide sensible default
configuration values. (Closes: #545488)
* [l10n:fr] French manpage translation (Closes: #547325)
-- Neil Williams <codehelp@debian.org> Fri, 18 Sep 2009 19:16:47 +0100
emdebian-rootfs (2.0.2) unstable; urgency=low
* emrootfslib : Add provide_empty_dpkg_divert function for Crush.
* Update default values for MIRROR (Closes: #532764)
* emrootfslib : Add for empty scripts to replace adduser
* Examples moved into /usr/share/doc/emdebian-rootfs/examples
(Closes: #533236)
-- Neil Williams <codehelp@debian.org> Mon, 22 Jun 2009 17:10:11 +0100
emdebian-rootfs (2.0.1) unstable; urgency=low
* Expand long description for multistrap (Closes: #527364)
* Tweak the update-rc.d replacement to avoid using a backslash.
(Closes: #530076)
-- Neil Williams <codehelp@debian.org> Mon, 25 May 2009 17:39:21 +0100
emdebian-rootfs (2.0.0) unstable; urgency=low
* Debian release.
* Add Recommends: on gcc so that dpkg-architecture works properly.
* Add complaint when workingdir is not set in /etc/emsource.conf
(Closes: #521474)
* em_multistrap does not need Emdebian::Tools - new package removes
this dependency. (Closes: #520087)
* Update download location in debian/copyright
-- Neil Williams <codehelp@debian.org> Sat, 25 Apr 2009 23:29:42 +0100
emdebian-rootfs (1.9.0) unstable; urgency=low
* Emdebian release
* Add docbook-xml to Build-Depends-Indep
-- Neil Williams <codehelp@debian.org> Sun, 29 Mar 2009 19:52:41 +0100
emdebian-rootfs (1.8.0) unstable; urgency=low
* Initial split from emdebian-tools source package.
* pbuilder/em_multistrap : Allow retention of source packages outside
the rootfs for source distribution and allow separate configuration
of the apt sources inside the rootfs.
-- Neil Williams <codehelp@debian.org> Sun, 29 Mar 2009 19:30:43 +0100
|