* 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.
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -2,9 +2,9 @@ Source: shadow
|
||||
Section: admin
|
||||
Priority: required
|
||||
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
|
||||
Standards-Version: 3.9.2
|
||||
Standards-Version: 3.9.3
|
||||
Uploaders: Christian Perrier <bubulle@debian.org>, Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>
|
||||
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/
|
||||
|
||||
7
debian/rules
vendored
7
debian/rules
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user