- Oct 05, 2014
-
-
Andreas Henriksson authored
-
Andreas Henriksson authored
-
Andreas Henriksson authored
"build-sys: use -lutil for BSD only" debian/patches/build-sys-use-lutil-for-BSD-only.patch Git-Dch: Full
-
Andreas Henriksson authored
The ‘uuid-runtime’ package has the primary purpose of installing user-facing utility programs. It is not a runtime library package, so the “libs” section is incorrect for this package. Closes: #764039 Thanks: Ben Finney for the suggestion
-
- Oct 04, 2014
-
-
Ben Hutchings authored
In some cases (klibc) the initramfs might not have touch. Use shell redirection to create the file instead. Closes: #763823
-
- Oct 03, 2014
-
-
Andreas Henriksson authored
-
Ben Hutchings authored
initramfs-tools [0.117] has started mounting and fscking both / and /usr in the initramfs, and that means we need to set the system clock properly as well. (#763777) Currently /lib/udev/hwclock-set will happily adjust the system time twice if the RTC uses local time and it is run in both the initramfs and the main init system. Closes: #763823
-
Andreas Henriksson authored
The different small systemd utility libraries has been merged into one. Update build-dependencies accordingly instead of using the transitional packages. Closes: #763808
-
- Sep 30, 2014
-
-
Andreas Henriksson authored
If there is a running uuidd while executing the usermod command it will error out. Attempt to stop it and hope that it doesn't get (socket) activated before we get a chance to run the usermod command. (Also hope that there are no other running processes under this user for some funky reason.) This should atleast catch most cases. Please note that uuidd is not getting restarted.... Hopefully it'll get socket activated if really needed. Also libuuid still should work even if uuidd is not running. The user rename should happen so rarely that this should not be an issue. Patches to improve this welcome. LP: #1374648
-
- Sep 29, 2014
-
-
Andreas Henriksson authored
-
Andreas Henriksson authored
This was initially introduced in: commit 4e0adb16 "Use correct configure options on non-linux" .. as a workaround for an upstream build system bug, which was fixed in: commit 6749ce1e "build-sys: fix switch_root/pivot_root cut-n-paste error in configure.ac" ... which was part of v2.25.1, so it's no longer needed.
-
- Sep 25, 2014
-
-
Andreas Henriksson authored
libmount-dev doesn't need to depend on uuid-dev since it doesn't reference it anywhere directly, but ofcourse this doesn't really make any practical difference as the libblkid-dev dependency pulls in uuid-dev anyway.
-
Andreas Henriksson authored
The mount.pc file references blkid.pc and the package thus needs to depend on that package to work correctly. LP: #1096581
-
- Sep 08, 2014
-
-
Andreas Henriksson authored
-
Andreas Henriksson authored
Lintian complained that it was named BSD (without anything declaring which version / how many clauses), but we're not referencing it anywhere and already has one 3-clause version included so just drop it.
-
- Sep 07, 2014
-
-
Andreas Henriksson authored
Upstream version 2.25.1 # gpg: Signature made mån 8 sep 2014 01:48:30 CEST using DSA key ID BDE5F1EE # gpg: Good signature from "Andreas Henriksson <andreas@fatal.se>" # gpg: aka "Andreas Henriksson <ah@debian.org>"
-
Andreas Henriksson authored
-
Andreas Henriksson authored
Just in case the user doesn't have uuid-runtime installed duplicate the postinst part converting the user to make sure everyone gets converted over. This should be dropped once it has shipped in a stable release.
-
- Sep 03, 2014
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Wei-Lun Chao authored
-
Trần Ngọc Quân authored
-
Yuri Chornoivan authored
-
Rafael Ferreira authored
-
Jakub Bogusz authored
-
Benno Schulenberg authored
-
David Prévot authored
-
Mario Blättermann authored
-
Joe Hansen authored
-
Petr Písař authored
-
Michael Marineau authored
When building outside the source tree there is nothing to guarantee the target directory exists before writing to it. Most of the time this just happens to work because something else creates the directory but not always. For example: $ mkdir build $ cd build $ ../configure --disable-dependency-tracking $ make libuuid/uuid.pc GEN libuuid/uuid.pc /bin/sh: line 2: libuuid/uuid.pc.tmp: No such file or directory make: *** [libuuid/uuid.pc] Error 1
-
- Aug 31, 2014
-
-
Andreas Henriksson authored
-
- Aug 30, 2014
-
-
Andreas Henriksson authored
-
Andreas Henriksson authored
Disclaimer: I, Andreas Henriksson, will *not* maintain the patches. Git-Dch: Full
-
Andreas Henriksson authored
-
Andreas Henriksson authored
-
Andreas Henriksson authored
These patches rips out the guts of libmount ("context") which makes it mostly useless, but it still contains enough for fsck (which needs libmount) to build.... The library just can't mount anything on non-linux.
-
Andreas Henriksson authored
This is in preparation for making libmount build (without the context part of the library) on non-linux (as needed by fsck).
-
Andreas Henriksson authored
- Drop patches for things fixed in new upstream release: debian/patches/cfdisk-reenable-cursor-when-quitting.patch debian/patches/fdisk-fix-l-device.patch debian/patches/tests-allow-non-inotify-tailf-to-keep-up.patch debian/patches/tests-fix-fdisk-bsd-for-the-two-possible-sectors-off.patch - Refresh remaining patches. Git-Dch: Full
-