diffstat of debian/ for systemd_204-2 systemd_204-2tanglu1 changelog | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++ control | 7 +-- copyright | 2 extra/udev.startup | 2 systemd.maintscript | 8 +-- 5 files changed, 117 insertions(+), 8 deletions(-) --- systemd-204/debian/changelog 2013-07-24 22:46:23.000000000 +0000 +++ systemd-204/debian/changelog 2013-07-27 13:13:56.000000000 +0000 @@ -1,3 +1,12 @@ +systemd (204-2tanglu1) aequorea; urgency=low + + * Merge with debian experimental, remaining changes: + - mount /dev as devtmpfs, not tmpfs + - Adjust maintscript version-numbers to Tanglu packaging + - systemd is a required component + + -- Philip Muškovac Sat, 27 Jul 2013 14:12:08 +0200 + systemd (204-2) experimental; urgency=low [ Daniel Schaal ] @@ -99,6 +108,102 @@ -- Michael Biebl Fri, 19 Jul 2013 00:32:36 +0200 +systemd (204-0tanglu2) aequorea; urgency=low + + * Adjust maintscript version-numbers to Tanglu packaging + * Remove obsolete udev-mtab init-script + - Thanks to Michael Biebl for the hint! + + -- Matthias Klumpp Fri, 19 Jul 2013 18:54:49 +0200 + +systemd (204-0tanglu1) aequorea; urgency=low + + * New upstream release + + -- Matthias Klumpp Fri, 28 Jun 2013 22:48:52 +0200 + +systemd (201-0tanglu4) aequorea; urgency=low + + * Make sure debian-fixup.service runs after systemd-remount-fs.service, + which has been renamed. + + -- Matthias Klumpp Thu, 23 May 2013 22:28:45 +0200 + +systemd (201-0tanglu3) aequorea; urgency=low + + * debian/extra/udev.startup: Mount /dev as devtmpfs instead of tmpfs + + -- Philip Muškovac Tue, 21 May 2013 01:47:17 +0200 + +systemd (201-0tanglu2) aequorea; urgency=low + + * Make systemd a required component + + -- Matthias Klumpp Sat, 27 Apr 2013 22:55:46 +0200 + +systemd (201-0tanglu1) aequorea; urgency=low + + * Build for Tanglu, adjusting dependencies + + -- Matthias Klumpp Tue, 23 Apr 2013 20:16:45 +0200 + +systemd (204-1~test0) UNRELEASED; urgency=low + + * New upstream release. Closes: #675175, #675177 + - In v183 the udev sources have been merged into the systemd source tree. + - Fixes build failures with glibc 2.17. The clock_* functions were moved + from librt into the core libc so the configure check had to be updated. + Closes: #701364 + * The graphical frontends have been moved into a separate source package + named systemd-ui. Drop the systemd-gui binary package along with the + corresponding Build-Depends and configure flags. + * Drop Suggests on the various python packages from systemd. The + systemd-analyze tool has been reimplemented in C. + * Add binary packages from the udev 175-7 source package. + * Wrap dependencies. + * Don't hard-code Pre-Depends in udev but use ${misc:Pre-Depends} instead. + * Set Maintainer to pkg-systemd-maintainers@lists.alioth.debian.org. Add + Tollef, Marco and myself as Uploaders. + * Drop old Conflicts and Breaks from udev which are no longer necessary. + * Make libgudev-1.0-dev depend on gir1.2-gudev-1.0 as per GObject + introspection mini-policy. Closes: #691313 + * The hwdb builtin has replaced pci-db and usb-db in udev. Drop the + Recommends on pciutils and usbutils accordingly. + * Update Build-Depends: + - Drop libudev-dev, no longer required. + - Add gtk-doc-tools and libglib2.0-doc for the API documentation in + libudev and libgudev. + - Add libgirepository1.0-dev and gobject-introspection for GObject + introspection support in libgudev. + - Add libgcrypt11-dev for encryption support in the journal. + - Add libblkid-dev for the blkid udev builtin. + * Drop our faketime hack. Upstream uses a custom xsl style sheet now to + generate the man pages which no longer embeds the build date. + * Rename libudev0 → libudev1 for the SONAME bump. + * Update symbols files. libudev now uses symbols versioning as the other + libsystemd libraries. + * Run gtkdocize on autoreconf. + * Enable python bindings for the journal API. Ship them in a new package + named python-systemd. + * Add Depends on libpam-runtime (>= 1.0.1-6) to libpam-systemd as we are + using pam-auth-update. + * Tighten Depends on libsystemd-id128-dev for libsystemd-journal-dev as per + libsystemd-journal.pc. + * Remove bash-completion scripts on upgrades. They were shipped as conffiles + in /etc/bash_completion.d/. Nowadays they are installed in + /usr/share/bash-completion. + * Rename conffiles for logind and journald. + * Use gir dh addon to ensure ${gir:Depends} is properly set. + * Stop shipping static libraries for libudev and libgudev. + * Fix firmware loading in initramfs. + * Drop write_dev_root_rule and the alternate /dev path support from udev + SysV init script. + * Pull a few fixes from upstream Git. + * Make sure debian-fixup.service runs after systemd-remount-fs.service, + which has been renamed. + + -- Michael Biebl Sun, 24 Mar 2013 00:12:56 +0100 + systemd (44-12) unstable; urgency=low * Cherry-pick e17187 from upstream to fix build failures with newer glibc @@ -618,3 +723,4 @@ * Initial release, upload to experimental. Closes: #580814 -- Tollef Fog Heen Fri, 30 Apr 2010 21:02:25 +0200 + --- systemd-204/debian/control 2013-07-24 22:46:23.000000000 +0000 +++ systemd-204/debian/control 2013-07-27 12:55:57.000000000 +0000 @@ -1,7 +1,8 @@ Source: systemd Section: admin -Priority: optional -Maintainer: Debian systemd Maintainers +Priority: required +Maintainer: Tanglu Developers +XSBC-Original-Maintainer: Debian systemd Maintainers Uploaders: Tollef Fog Heen , Michael Biebl , Marco d'Itri Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-systemd/systemd.git -b debian @@ -42,7 +43,7 @@ Package: systemd Architecture: linux-any Section: admin -Priority: optional +Priority: required Recommends: libpam-systemd Suggests: systemd-ui Pre-Depends: ${misc:Pre-Depends} --- systemd-204/debian/copyright 2013-07-24 22:46:23.000000000 +0000 +++ systemd-204/debian/copyright 2013-07-27 12:52:26.000000000 +0000 @@ -7,6 +7,8 @@ Copyright: 2010-2013 Tollef Fog Heen 2013 Michael Biebl 2013 Michael Stapelberg + 2013 Matthias Klumpp + 2013 Philip Muškovac License: LGPL-2.1+ Files: * --- systemd-204/debian/extra/udev.startup 2013-07-24 22:46:23.000000000 +0000 +++ systemd-204/debian/extra/udev.startup 2013-07-27 12:31:07.000000000 +0000 @@ -17,7 +17,7 @@ echo > /sys/kernel/uevent_helper if ! grep -E -q "^[^[:space:]]+ /dev (dev)?tmpfs" /proc/mounts; then - mount -n -o mode=0755 -t tmpfs tmpfs /dev + mount -n -o mode=0755 -t devtmpfs tmpfs /dev fi make_extra_nodes --- systemd-204/debian/systemd.maintscript 2013-07-24 22:46:23.000000000 +0000 +++ systemd-204/debian/systemd.maintscript 2013-07-27 12:55:06.000000000 +0000 @@ -2,7 +2,7 @@ rm_conffile /etc/tmpfiles.d/legacy.conf 29-1~ systemd rm_conffile /etc/tmpfiles.d/systemd.conf 29-1~ systemd rm_conffile /etc/tmpfiles.d/x11.conf 29-1~ systemd -rm_conffile /etc/bash_completion.d/systemctl-bash-completion.sh 204-1~ systemd -rm_conffile /etc/bash_completion.d/systemd-bash-completion.sh 204-1~ systemd -mv_conffile /etc/systemd/systemd-logind.conf /etc/systemd/logind.conf 204-1~ systemd -mv_conffile /etc/systemd/systemd-journald.conf /etc/systemd/journald.conf 204-1~ systemd +rm_conffile /etc/bash_completion.d/systemctl-bash-completion.sh 204-0tanglu2~ systemd +rm_conffile /etc/bash_completion.d/systemd-bash-completion.sh 204-0tanglu2~ systemd +mv_conffile /etc/systemd/systemd-logind.conf /etc/systemd/logind.conf 204-0tanglu2~ systemd +mv_conffile /etc/systemd/systemd-journald.conf /etc/systemd/journald.conf 204-0tanglu2~ systemd