diff --git a/debian/changelog b/debian/changelog index 3c4d35a4..deaf1336 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ shadow (1:4.1.5.1-1) unstable; urgency=low bug now fixed more than 10 years ago. * debian/shadowconfig.sh: Display issues, but dot not prompt interactively to fix passwd/group/shadow/gshadow issues. Closes: #638263 + * debian/control: Bump Standards-Version to 3.9.3 (no changes needed). + * debian/rules: Simplify setting of hardening flags. cdbs 0.4.103 needed to + get hardened version of shadow-utils. Restore previous requirement on + dpkg-dev to 1.13.5. [ Christian Perrier ] * Complete Polish translation of logoutd(8). Closes: #668880 diff --git a/debian/control b/debian/control index 125fbb9d..31d630c8 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: shadow Section: admin Priority: required Maintainer: Shadow package maintainers -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Uploaders: Christian Perrier , Nicolas FRANCOIS (Nekral) -Build-Depends: autoconf, automake1.9, libtool, gettext, libpam0g-dev, debhelper (>= 6.0.7~), quilt, dpkg-dev (>= 1.16.1~), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [linux-any], libsemanage1-dev [linux-any], gnome-doc-utils (>= 0.4.3) +Build-Depends: autoconf, automake1.9, libtool, gettext, libpam0g-dev, debhelper (>= 6.0.7~), quilt, dpkg-dev (>= 1.13.5), xsltproc, docbook-xsl, docbook-xml, libxml2-utils, cdbs, libselinux1-dev [linux-any], libsemanage1-dev [linux-any], 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/ diff --git a/debian/rules b/debian/rules index 6f893de9..e0a15157 100755 --- a/debian/rules +++ b/debian/rules @@ -8,15 +8,8 @@ ifeq ($(DEB_HOST_ARCH_OS),hurd) override DEB_ARCH_PACKAGES=passwd endif -# To be set before loading any CDBS files (#651964) -#CDBS_FIX_COMPILE_FLAGS = 1 # Enable PIE, BINDNOW, and possible future flags. -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all -# Unfortunately, this is not working (#651966), set flags manually - export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk include /usr/share/cdbs/1/rules/debhelper.mk # Specify where dh_install will find the files that it needs to move: