lp://qastaging/debian/mdadm

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp://qastaging/debian/mdadm
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

41. By Michael Tokarev <email address hidden>

* use-tempnode-not-devnode.patch: change udev rules file to use
  $tempnode which works both on wheezy and jessie udev, instead
  of $devnode which only works in jessie. At this stage it is
  better to make rules file compatible with old version instead
  of adding versioned dependency. Should be removed for jessie+1.
  (Closes: #770883)
* fix Closes: list in previous entry (Closes: #771852)

40. By Michael Tokarev <email address hidden>

* really remove /var/lib/mdadm in postinst, fixing a brown-paper bag
  bug in previous upload (I fixed it earlier but forgot to commit it
  before 3.3.2-3 release). (Closes: #764036 #771852)
* mention closing of #588965 #599352 #694513 by 3.3-1

39. By Michael Tokarev <email address hidden>

* remove /var/lib/mdadm dir in postinst to clean up from old pkg,
  remove config files on purge (restore extraneous cleanup from
  last change) (Closes: #764036)
* remove set -u (error on unset variables) from maintscripts
  (Closes: #766308)
* rebuildmap-strip-local-host-name-from-device-name.patch - a patch
  from upstream fixing a bug when mdadm have to re-create device
  nodes after assembling arrays (eg, when switching from initramfs
  without preserving /dev and /run), to choose the same device names
  as when doing inital assembly
* readlink-path.patch: readlink is in /bin not /usr/bin on debian
  (Closes: #766416)
* mdmonitor-service-simplify.diff: simplify mdmonitor.service
  systemd file, do not try to read non-existing files (Closes: #764647)

38. By Michael Tokarev <email address hidden>

* remove more leftovers from old versions
* do not embed $VERSION to mkconf and bugscript
* removed unneeded lintian-overrides file
* removed examples/mdadd.sh
* removed references to MAIL_TO from /etc/default/mdadm (pre-2.x mdadm)
* removed AUTOSTART variable from /etc/default/mdadm
  (system will start arrays listed in mdadm.conf)
* simplify d/rules, build udeb in a subdir (for now, to be removed)
* install systemd services and disable some initscripts (mask them)
  when systemd is running (Closes: #763959)
* build-sys-no-check_rundir.patch: stop (re)linking executables
  at install time

37. By Michael Tokarev <email address hidden>

* new minor/bugfix upstream release (Closes: #731884, #763080)
* removed remove-bashism-from-makefile.patch (applied upstream)
* copy 64-md-raid-assembly.rules to initramfs too, this should
  bring us array auto-assemble during initramfs run (Closes: #678691)
* denote inability to initialize md subsystem in local-top script
  from fatal error to warning (Closes: #733574)
* create /etc/modprobe.d/mdadm.conf to set start_ro=1 there
  instead of doing it in the initramfs
* use install -D in d/rules consistently and remove dirs from d/mdadm.dirs
* remove references to old (2.x and 1.x) mdadm versions (Closes: #728804)
* remove references to very old (pre-wheeze) breaks/replaces/depends
* remove support of makedev
* reformat mdadm-raid initscript a bit
* remove rebuilding-raid.html (had invisible refs) and
  RAID5_versus_RAID10.txt docs. Maybe it's a good idea to remove
  other docs shipped with the package, since these becoming stale
  and these days, better alternatives exist online
* removed debian-specific mdadm-startall script which does nothing more than
  "mdadm --assemble --scan". Remove docbook-to-man from build-deps.
* pass dpkg-buildflags to upstream build system and
  stop using our own -O0, -Os etc
* remove separate CFLAGS for udeb and simplify *FLAGS handling
* bump Standards-Version to 3.9.5 (no changes needed)
* fix VCS links to point to anonscm.d.o

36. By Michael Tokarev <email address hidden>

* use 63-md-raid-arrays.rules instead of old 64-md-raid.rules
  (Closes: #726237)
* do not use builtin blkid in udev rules, as our udev (at least
  on wheezy) does not have it (use-external-blkid.diff)

35. By Michael Tokarev <email address hidden>

[ Michael Tokarev ]
* new upstream 3.3 release (Closes: #718896)
  See ANNOUNCE-3.3 for details.
  Patches:
  - refreshed debian-conffile-location.diff
    (added .conf.d)
  - removed debian-disable-udev-incr-assembly.diff
    (do not ship udev-md-raid-assembly.rules for now)
  - refreshed debian-no-Werror.diff
  - refreshed sha1-includes.diff
  - removed patches (included upstream)A:
     spelling-and-manpages.patch
     fix-enough-function-for-RAID10.patch
     fix-segfaults-in-detail.patch
     super0-do-not-override-uuid-with-homehost.patch
     mdmon-allow-takeover-when-original-was-started-with-.patch
     mdmon-fix-arg-parsing.patch
     mdmon-fix-arg-processing-for-a.path
  Install udev-md-raid-arrays.rules instead of udev-md-raid.rules,
  don't install new udev-md-raid-assembly.rules for now.
* remove Martin F. Krafft from uploaders per his request.
  Thank you for your contributions!
* added remove-bashism-from-makefile.patch patch to work around
  newly introduced bashism
* remove debian/source/options, there's no need to set compression
  options for debian.tar.gz.
* remove outdated debian/docs/md_superblock_formats.txt and
  debian/docs/md.txt (Closes: #714977, #714978)
* ship ANNOUNCE-*, external-reshape-design.txt, mdmon-design.txt
  files as documentation (Closes: #715324)

[ Dmitrijs Ledkovs ]
* Properly remove 65-mdadm.vol_id.rules, instead of trying to remove a
  never-existed 65_mdadm.vol_id.rules (note the 65- vs 65_).

34. By Michael Tokarev <email address hidden>

add (empty) restart and force-reload actions to mdadm-waitidle
script -this script is used only when the system needs to be
shut down or rebooted, there's nothing to start or restart.

33. By Michael Tokarev <email address hidden>

* revert "Drop unused debconf templates" change -- the templates
  are actually being (indirectly) used in debian/mdadm.config
* fix initramfs-script config name (slipped in the initramfs fixes)

32. By Michael Tokarev <email address hidden>

[ Sergey B Kirpichev ]
* Fix mdadm.lintian-overrides
* Fix spelling in binaries, fix lintian warnings
  manpage-has-errors-from-man and hyphen-used-as-minus-sign
* Drop unused debconf templates
* Implement status option for mdadm-raid init.d script
* Fix lintian info's conflicts-with-version: Conflicts -> Breaks

[ Michael Tokarev ]
* fix spelling mistakes in previous changelog entry
* some cleanups for checkarray:
 - change --help printing and shorten/simplify the text
 - make --quiet cumulative and stop documenting --real-quiet
 - do not prduce help in case of incorrect usage, and exit with 1
* fixes for initramfs integration (Closes: #644389, #678262, #685161):
 - check INITRDSTART=none early
 - do not explicitly load raid level modules (modprobe/kmod does this)
 - do not collect needed raid levels (we include all modules anyway)
 - load md_mod explicitly since we need to change global parameter

[ Dmitrijs Ledkovs ]
* Use dh_installinit with --no-restart-on-upgrade, which will start
  arrays, but will not stop them during upgrade. (Closes: 678971)
* Copy local administrator's modified udev rules as well as the system
  one. (Closes: #678973)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers