From 36595ad2cd03df5f35b1f8949b90775bce599ea9 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 10 May 2009 22:30:50 +0000 Subject: [PATCH] * debian/control: Standards-Version bumped to 3.8.1. No changes. * debian/control: Changed gnome-doc-utils dependency to >= 0.4.3 (instead of >= 0.4.3-1) * debian/control: Added ${misc:Depends} to the passwd's Depends and login's Pre-Depends. --- debian/changelog | 7 ++++++- debian/control | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 57e48a52..eb4ce45c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,8 +31,13 @@ shadow (1:4.1.4-1) unstable; urgency=low newusers and chpasswd now use PAM to update the passwords. Closes: #525153 * debian/login.pam: Updated support for SELinux. Closes: #527106 + * debian/control: Standards-Version bumped to 3.8.1. No changes. + * debian/control: Changed gnome-doc-utils dependency to >= 0.4.3 (instead + of >= 0.4.3-1) + * debian/control: Added ${misc:Depends} to the passwd's Depends and login's + Pre-Depends. - -- Nicolas FRANCOIS (Nekral) Sun, 10 May 2009 23:59:42 +0200 + -- Nicolas FRANCOIS (Nekral) Mon, 11 May 2009 00:25:11 +0200 shadow (1:4.1.3.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 72b79c25..bd486653 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,16 @@ Source: shadow Section: admin Priority: required Maintainer: Shadow package maintainers -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Uploaders: Christian Perrier , Martin Quinson , Nicolas FRANCOIS (Nekral) -Build-Depends: autoconf, automake1.9, libtool, gettext, libpam0g-dev, debhelper (>= 5.0.0), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], gnome-doc-utils (>= 0.4.3-1) +Build-Depends: autoconf, automake1.9, libtool, gettext, libpam0g-dev, debhelper (>= 5.0.0), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], gnome-doc-utils (>= 0.4.3) Vcs-Svn: svn://svn.debian.org/svn/pkg-shadow/debian/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-shadow/debian/trunk Homepage: http://pkg-shadow.alioth.debian.org/ Package: passwd Architecture: any -Depends: ${shlibs:Depends}, libpam-modules, debianutils (>= 2.15.2) +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules, debianutils (>= 2.15.2) Replaces: manpages-tr (<<1.0.5), manpages-zh (<<1.5.1-1) Section: admin Priority: required @@ -23,7 +23,7 @@ Description: change and administer password and group data Package: login Architecture: any -Pre-Depends: ${shlibs:Depends}, libpam-runtime, libpam-modules +Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libpam-modules Conflicts: gnunet (<< 0.7.0c-2), amavisd-new (<<2.3.3-8), python-4suite (<< 0.99cvs20060405-1), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4) Replaces: manpages-de (<< 0.5-3), manpages-tr (<<1.0.5), manpages-zh (<<1.5.1-1) Essential: yes