summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* Make sure shared library links are also installed to the multiarchSteve Langasek2019-01-08
| | | | | | directory, not just the .a files; otherwise the static libs get found first by the linker. Thanks to Russ Allbery for catching this. Closes: #642952.
* Don't set --sbindir when calling configure; upstream takes care of thisSteve Langasek2019-01-08
| | | | for us
* Build-depend on debhelper 8.9.4 and bump debian/compat to 9 forSteve Langasek2019-01-08
| | | | | dpkg-buildflags integration, and drop manual setting of -g -O options in CFLAGS now that we can let dh do it for us
* fix the sed rule for libpam0g-dev.install.inSteve Langasek2019-01-08
|
* Move debian/libpam0g-dev.install to debian/libpam0g-dev.install.inSteve Langasek2019-01-08
| | | | | | and substitute the multiarch path at build time, so our .a files go to the multiarch dir instead of to /usr/lib. Thanks to Riku Voipio for pointing out the bug.
* Pull in final multiarch support from Ubuntu:Steve Langasek2019-01-08
| | | | | | | | | - bump the debhelper build-dep - add Pre-Depends: ${misc:Pre-Depends} for multiarch-support - add Pre-Depends: libpam0g (>= 1.1.3-2) to libpam-modules - bump the version in libpam-modules-bin's replaces: of libpam-modules - use DEB_HOST_MULTIARCH, not DEB_HOST_GNU_TYPE
* merge from squeezeSteve Langasek2019-01-08
|\
| * debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimitSteve Langasek2019-01-08
| | | | | | | | interface. Closes: #579402.
* | merge from trunkSteve Langasek2019-01-08
|\|
| * guard the other libpam-modules-specific bit, and get the sense of theSteve Langasek2019-01-08
| | | | | | | | dh_listpackages check right
| * Drop dh_makeshlibs -V; everything from lenny on should use the .symbolsSteve Langasek2019-01-08
| | | | | | | | | | file instead, making the shlibs redundant so we don't need to care what version gets listed there.
| * use dh_listpackages instead of DH_INTERNAL_OPTIONS, per JoeySteve Langasek2019-01-08
| |
* | fix a minor mis-merge (unix_chkpwd in libpam-modules-bin)Steve Langasek2019-01-08
| |
* | merge from trunkSteve Langasek2019-01-08
|\|
| * make sure we only munge the unix_chkpwd perms when we're not in a binary-indepSteve Langasek2019-01-08
| | | | | | | | target
| * Move pam_cracklib manpage to the libpam-cracklib package, and add theSteve Langasek2019-01-08
| | | | | | | | requisite Replaces
| * consolidate, comment the override targetsSteve Langasek2019-01-08
| |
| * Explicitly add -O0 to CFLAGS when noopt is set.Steve Langasek2019-01-08
| |
| * Drop CFLAGS that we don't need anymore (-fPIC, -D_REENTRANT,Steve Langasek2019-01-08
| | | | | | | | -D_GNU_SOURCE).
| * Convert debian/rules to debhelper 7 and add versioned build-dependenciesSteve Langasek2019-01-08
| | | | | | | | on debhelper and quilt to suit.
* | Split libpam-modules into libpam-modules and libpam-modules-bin, so that weSteve Langasek2019-01-08
| | | | | | | | | | only have to have one copy of the helper binaries installed.
* | treat /lib/security as our 'extra' dir, so thatSteve Langasek2019-01-08
| | | | | | | | | | | | a) the multiarch dir is always preferred, and b) we don't have to have /lib/security on the system to resolve the other path
* | install all our libs and modules in the multiarch pathsSteve Langasek2019-01-08
|/
* Drop ./configure options that are no-opsSteve Langasek2019-01-08
|
* no reason to specify a particular package, dh_makeshlibs will DTRTSteve Langasek2019-01-08
|
* include fewer manpages that we don't want, so that there are fewer we have toSteve Langasek2019-01-08
| | | | remove after
* tighten up our list of examples, so we don't have to remove stuff by hand afterSteve Langasek2019-01-08
|
* Use debian/clean instead of rm -f'ing files in debian/rules clean targetSteve Langasek2019-01-08
|
* Drop superfluous options to dh_installchangelogs, dh_shlibdepsSteve Langasek2019-01-08
|
* move more stuff out of debian/rules into .install filesSteve Langasek2019-01-08
|
* move complexity out of debian/rules that can be represented fine inSteve Langasek2019-01-08
| | | | libpam-runtime.install
* Rename debian/*.lintian to debian/*.lintian-overrides and use dh_lintianSteve Langasek2019-01-08
|
* misc cleanup of useless code in debian/rulesSteve Langasek2019-01-08
|
* Switch all packages over to dh_installSteve Langasek2019-01-08
|
* Switch libpam-modules over to dh_installSteve Langasek2019-01-08
|
* Build with LDFLAGS=-Wl,-z,defs to guard against the possibility ofSteve Langasek2019-01-08
| | | | | any undefined symbols (due to typos or otherwise) at build time. Closes: #10231.
* Bump the shlibs version as well, for our dpkg-shlibdeps fallback.Steve Langasek2019-01-08
|
* Fix lintian overrides for libpam-runtimeSam Hartman2019-01-08
|
* catch up with Debian unstableSteve Langasek2019-01-03
|\
| * debian/rules: call chgrp *before* calling chmod, lest the sgid bitSteve Langasek2019-01-03
| | | | | | | | | | on unix_chkpwd be cleared during the build when using -rsudo. Closes: #496983.
* | ... and /install/ the lintian overrides, tooSteve Langasek2019-01-03
| |
* | mkdir before trying to install to /usr/share/pam-configsSteve Langasek2019-01-03
| |
* | merge from trunkSteve Langasek2019-01-03
|\|
| * deleting a file under debian/libpam-modules in the install target isn't goingSteve Langasek2019-01-03
| | | | | | | | to do us any good...
* | install our configs into /usr/share/pam-configs/Steve Langasek2019-01-03
| |
* | call dh_installdebconf -i, so that debconf templates are added correctly toSteve Langasek2019-01-03
|/ | | | | libpam-runtime
* new symbol in libpam.so.0, pam_modutil_audit_write; shlibs bump, andSteve Langasek2019-01-03
| | | | do another round of service restarts on upgrade.
* The password-changing helper functionality for SELinux systems has beenSteve Langasek2019-01-03
| | | | | | split out into a separate unix_update binary, so at long last we can change unix_chkpwd to be sgid shadow instead of suid root. Closes: #155583.
* BUILD_TREE is now , since we're no longer munging the upstream tarballSteve Langasek2019-01-03
|
* use --disable-audit, to avoid libaudit being linked inSteve Langasek2019-01-03
| | | | accidentally