Accepted gdm 2.18.1-1 (source i386)
Loic Minier
lool at dooz.org
Wed May 2 21:02:03 UTC 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 02 May 2007 18:50:19 +0200
Source: gdm
Binary: gdm
Architecture: source i386
Version: 2.18.1-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier <lool at dooz.org>
Changed-By: Loic Minier <lool at dooz.org>
Description:
gdm - GNOME Display Manager
Closes: 357988 361436 365606 403928 408043 409428 414387 415274 416238 417981 419392
Changes:
gdm (2.18.1-1) unstable; urgency=low
.
* Adopt package; set myself as Maintainer; thanks Ryan Murray for your
maintenance until now!
* Ack Porter NMU by Aurélien Jarno; thanks!
* GNOME Team uploads.
- Use a control.in.
- Build-depend on gnome-pkg-tools and include uploaders.mk.
* Use the quilt patch system instead of keeping changes in the .diff.gz.
- Apply / unapply patches in rules; "patch" is PHONY.
- Split the current .diff.gz into 20 patches.
- Create a series file with all patches.
- Build-depend on quilt.
- "make distclean" before unpatching.
* New patch, 68_doc-build-add-revnumber, fixes build with newer
gnome-doc-utils.
* Use full path to gdmsetup in menu file.
* Fix "closes:" in 2.2.5.2-1 and 2.13.0.10-1.
* Version the debhelper build-dep to >= 4 and set Debhelper compatibility
level via debian/compat to 4 instead of via DH_COMPAT in rules.
* Depend on "debconf (>= 0.5) | debconf-2.0" instead of the only virtual
"debconf-2.0".
* Wrap build-deps and deps.
* Update copyright file.
- Use full download URL.
- Include full GPL blob.
- List GNOME Team as new maintainer.
* Include AUTHORS in docs.
* Compute DEB_VERSION, DEB_NOEPOCH_VERSION, and DEB_UPSTREAM_VERSION
similarly to CDBS and finally compute MAJOR_MINOR for the GNOME version
included in the footer of man pages.
* Update watch file to track all stable releases.
* Misc cleanups.
* Bump up Debhelper compatibility level to 5.
* Rework the install / binary-arch targets completely to me more
debhelper-ish.
- Stop shipping *.a and *.la files for Gtk modules.
* Pass --disable-scrollkeeper to configure.
* Factorize manpages generation.
* Rename various debian/* files to debian/gdm.*.
* Add ${misc:Depends}.
* Misc updates to debian-moreblue.
- Cleanup indentation of this file.
- Merge patch by Michael Biebl to properly display wrapped login text;
closes: #408043.
* Apply update to templates; thanks Christian Perrier; closes: #417981.
* Drop postinst upgrade snippet for version <= 2.0-0.beta4.6; upgrades of
version before sarge don't have to be supported.
* Check for the usability of deluser and delgroup before running these in
gdm.postrm.
* Start gdm in S30 instead of S21; thanks Sjoerd Simons; closes: #419392.
* Rework gdm.postinst to only run version-specific upgrade code during
upgrades from these versions and to always run update-rc.d in these cases.
* Suggest xserver-xephyr | xnest; closes: #416238.
* New patch, 69_misc-config-typos, fixes misc typos in gdm.conf; thanks
J S Bygott; closes: #361436.
* Configure with --enable-ipv6=yes; GNOME #385451; Ubuntu #75254;
closes: #409428.
* New upstream releases.
- Build-dep on libdbus-glib-1-dev (>= 0.30) for ConsoleKit support.
- Refresh patches 30_hardcode-standard-x-server, 41_config-files,
42_pam-and-timed-login, 48_random-greeter-theme,
53_remove-ok-and-cancel-from-included-themes, 57_gdm-is-local,
62_reference-manual-docbook-entity-reference, 64_vt-auto-allocation-fix,
67_C-locale-fallback, 68_doc-build-add-revnumber, 69_misc-config-typos.
- Drop patches:
. 55_hurd-no-pipe-buf, merged upstream.
. 68_doc-build-add-revnumber: merged upstream.
- Update patches:
. 35_gdm.conf: Update reference to System Configuration file.
. 45_use-gksu-for-gdmsetup: Update to use the full path to gdmsetup.
. 50_close-fds: Update to match upstream changes which closed even more
fds than in the past; convert some Debian specific closes to use
VE_IGNORE_EINTR() too; leave the upstream code in the source.
. 65_french-translation-typo: Update to upstream rewording of this
string.
. 70_mandatory-relibtoolize: Relibtoolize.
- Works with sites using automounting since 2.17.0; GNOME #356869;
closes: #365606.
- Fixes typo in German translation with 2.18.1; GNOME #421661;
closes: #414387.
- Fixes incomprehensible Czech translation with 2.18.1; GNOME #421664;
closes: #415274.
- Fixed language selection issues since 2.17.5; GNOME #384603;
closes: #403928.
* Drop "--with-tags=" from configure args; libtool should autodetect this
properly.
* Build-dep on x11proto-core-dev for XDMCP.
* Configure with "--with-prefetch=yes"; PreFetchProgram is empty by default
in Debian though.
* New patch, 90_from_svn_fix_gdm_restart, fixed restarting of gdm when
Ctrl-Alt-Backspace is pressed; from SVN; found in the Ubuntu package.
* New patch, 37_manpage-binaries, removes mentions of various executables
not present in the Debian package; closes: #357988.
* New patch, 66_socket-in-var-run-for-fhs, use /var/run for the gdm_socket
file to comply with the FHS and to avoid issues with bootclean;
Ubuntu #79620; found in the Ubuntu package.
* New patch, 55_use-theme-gtkrc, look for gtk-2.0/gtkrc in the theme
directory and use it; found in the Ubuntu package.
* New patch, 46_kde-substitude-uid, add X-KDE-SubstituteUID=true to the
gdmsetup desktop file to hide the entry for non-admin users in KDE.
* Disabling patch 66_socket-in-var-run-for-fhs for now as it requires
changes in gnome-session, gnome-panel, and fast-switch-user-applet at the
same time; thanks Sébastien Bacher.
* Split patches:
. 42_pam-and-timed-login into 42_timed-login and 68_pam-authinfo-unavail.
. 43_clearenv-no-lang-and-buf-decl into 43_clearenv-no-lang and
63_buf-decl.
. 50_close-fds into 50_close-fds and 51_misc-env-var-fixes.
* Add GNOME bug to 66_socket-in-var-run-for-fhs.
Files:
b9a30ab17efc9973d628223ad52f604e 973 gnome optional gdm_2.18.1-1.dsc
1b1f8c14d9941879bc819877299f81fc 5329700 gnome optional gdm_2.18.1.orig.tar.gz
47d0ceb06a33694c27c568586ee8c798 216437 gnome optional gdm_2.18.1-1.diff.gz
c596ac8c972e37ef7f965bc7db96418e 4328660 gnome optional gdm_2.18.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGOPc44VUX8isJIMARAhdZAJ4rVfviCHaZi0nf6ff+GkWjofMmzgCfdjSE
JpUDxBqspydJW14RWwCfVCc=
=M+7v
-----END PGP SIGNATURE-----
Accepted:
gdm_2.18.1-1.diff.gz
to pool/main/g/gdm/gdm_2.18.1-1.diff.gz
gdm_2.18.1-1.dsc
to pool/main/g/gdm/gdm_2.18.1-1.dsc
gdm_2.18.1-1_i386.deb
to pool/main/g/gdm/gdm_2.18.1-1_i386.deb
gdm_2.18.1.orig.tar.gz
to pool/main/g/gdm/gdm_2.18.1.orig.tar.gz
More information about the pkg-gnome-maintainers
mailing list