summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* 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.
* 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
* fix-up commit for grafting svn history onto git historySteve Langasek2019-01-02