[systemd-commits] Changes to 'refs/tags/8-2'
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Aug 25 10:09:59 PDT 2011
Tag '8-2' created by Tollef Fog Heen <tfheen at err.no> at 2010-08-30 20:49 -0700
Release 8-2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABCAAGBQJMfAtDAAoJELZaSHHKGdcXxnQP/A8GVtwxdk6YqOGMmGe0eUe8
WmK/DwVPQc+IA+pzaGdLW/pSrz0o7IrY9a9blmHpp+o7TjwDmercAcrTsofUh3OJ
0lw/8Uha5MIBSW6SoewO1ecbLFtIBMkmWLHDxCK3HmCHNNDBRvAWGhhkfsM2N6v5
tOSj4IOyWvN5UZ7x5P/SwWF/zGofqimS3nL/J51gnJq0zYIIry14hZfrBVzZ9FBv
7roQ8lJINnWGoWsqYE5I/TkMA2JsKtlb64bqYCsg3/mREWEiEOketyp5CakB0GJA
fBWxnf02/Du1shGRTs3Rpj6cZsvoMio8ksXsjcPncTyXgMfTMyseoUt493h87OJv
/nb26dYQl8c5NV78L7yhpPTHZXvI/yIuNk5QgRJATk8iYDa30/TwvilujAtJJdVx
g4J8sxV0XaGiZDWUAYdvGtmbRRn6qXmBo68jB1Wr90nJcVNVucn763iTwbAsvRwg
J5C9oDN3Mn+VHeUppyKvLkKOy3YH3wDdn7RWFW1Zeb/u2b6EGeVRCvzWR1SzYjtu
Bfy6amgPg42LDkz8xuSPxJxlcP1BE+VsJsFtUu4hx3Ztpd4HDLoHJoKZYNDj3McO
ktNQgellRdr+2FE0Kudy8eGL7M4nVNB+JYWfvo+8XAo/Z8iHrWomnX9QzgpTVd3E
QzBKhX9ZmUofLLj42Noh
=6zex
-----END PGP SIGNATURE-----
Changes since v8:
Tollef Fog Heen (70):
Initial packaging
Add systemd-services package
ship /cgroup in the deb
make this a 3.0 native package until we have tarball releases.
Rename --with-distro=none to --with-distro=other
Support setting path and service names from configure
Point the development/bug report address at the fd.o list
Update package URL to point to freedesktop.org
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge remote branch 'origin/master'
Merge branch 'master' into debian
Fix getty invocation on Debian
Add Debian support to unit/
Merge branch 'master' into debian
Merge remote branch 'origin/master'
Merge branch 'master' into debian
Somewhat newer upstream snapshot, still not released
Fix up syntax errors in Makefile.am
Merge remote branch 'origin/master'
Merge branch 'master' into debian
New upstream snapshot
Add some notes regarding the package
Clean up rules file wrt newer configure.ac and get rid of old stuff
Bump cgroup build-dep, remove hard-coding
Write up a real debian/copyright file
More debian/rules cleanups
Update a few gotchas
Add missing build-deps
Add missing build-deps
Merge remote branch 'origin/master'
Get rid of extra %I from getty at .service
Add DefaultDependencies=no for special init scripts
Merge branch 'master' into debian
Only ship /cgroup, not all the subdirs
Pass --with-rootdir= to configure
Add systemd-sysv package which ships the symlinks that replaces sysvinit
Merge remote branch 'origin/master'
Merge branch 'master' into debian
Merge commit 'v3'
Merge branch 'master' into debian
Fix up changelog
Update standards-version, build-deps, add Vcs-* fields
Make this a 3.0 (quilt) package
Merge commit 'v4'
Merge branch 'master' into debian
Merge commit 'v6'
Merge branch 'master' into debian
Update changelog for new upstream version
Adjust build-deps
Merge commit 'v7'
Merge branch 'master' into debian
Update version number in changelog
Merge commit 'v8'
Merge branch 'master' into debian
Update to -8 syntax
Get rid of our own targets; use the ones from upstream instead
Add dependencies to local-fs.target and remote-fs.target
Update README.Debian to explain how to use systemd.
Update standards-version
Update build-depends for v8
Update Conflicts for systemd-sysv
Split package; move systemadm and pam module to own packages
Update for v8
Target experimental
Get rid of obsolete README.source
Hard-code path to udev rules dir in configure call
Add umount.target to shutdown scripts
Release 8-2
---
Makefile.am | 7 +++
debian/README.Debian | 19 ++++++++++
debian/changelog | 27 ++++++++++++++
debian/compat | 1
debian/control | 77 ++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 23 ++++++++++++
debian/dirs | 1
debian/libpam-systemd.install | 2 +
debian/rules | 23 ++++++++++++
debian/source/format | 1
debian/systemd-gui.install | 2 +
debian/systemd-sysv.install | 7 +++
debian/systemd-sysv.links | 7 +++
debian/systemd.install | 18 +++++++++
units/debian/halt.service | 30 ++++++++++++++++
units/debian/killall.service | 28 +++++++++++++++
units/debian/poweroff.service | 29 +++++++++++++++
units/debian/reboot.service | 29 +++++++++++++++
units/local-fs.target | 2 +
units/multi-user.target.m4 | 5 ++
units/remote-fs.target.m4 | 2 -
21 files changed, 339 insertions(+), 1 deletion(-)
---
More information about the systemd-commits
mailing list