summaryrefslogtreecommitdiff
path: root/rules
Commit message (Collapse)AuthorAge
* Pass --build and --host args to ./configure as necessary, for cross-buildingvorlon2007-09-09
| | | | | | support.
* Drop -Wl,-z,defs, upstream is already using -no-undefinedvorlon2007-09-09
|
* s/CRACKLIB_DICT/CRACKLIB_DICTS/, consistent with other #define presentvorlon2007-08-30
| | | | | | upstream
* On upgrades from versions prior to 0.99.7.1-3, restart known PAM-usingvorlon2007-08-28
| | | | | | | | | | | services so that they get the new libpam symbols, since otherwise the newer PAM modules will fail to load. Postinst taken from libssl0.9.8; thanks to Christoph Martin for the fine example! Closes: #439835. Build-depend on po-debconf to support l10n of the debconf questions from the above.
* default to NULL instead of a specific dictionary path when none is definedvorlon2007-08-27
| | | | | | | for consistency with the new upstream version of cracklib, and define our path in debian/rules.
* switch to dh_install for libpam-runtime, so we at least only have to callvorlon2007-08-26
| | | | | | dh_install w/o dh_movefiles in the arch-indep target.
* Don't include the section 5 manpages by name, because namespace.conf.5 isvorlon2007-08-22
| | | | | | only present on Linux.
* Add lintian overrides for known false-positivesvorlon2007-08-21
|
* pam.8 doesn't belong in libpam-modules, the real pam.7 is already invorlon2007-08-21
| | | | | | libpam-runtime
* handle pam_getenv.8 in the build/clean rule instead of in the binary rulevorlon2007-08-21
|
* libpam0g.docs: install the Debian-PAM-MiniPolicy from here, furthervorlon2007-08-21
| | | | | | cleaning up debian/rules
* add libpam0g-dev.manpages, to simplify the debian/rules invocationvorlon2007-08-20
| | | | | | add the manpages for per-module config files to libpam-modules
* make sure we don't try to call dh_installman twice for arch-indep packagesvorlon2007-08-20
|
* install all section-8 manpages into libpam-modulesvorlon2007-08-20
| | | | | | | manually create the pam(7) symlink to PAM(7), since dh_installman is getting mightily confused on its own
* Set the permissions on /sbin/unix_chkpwd by hand, since upstream no longervorlon2007-08-20
| | | | | | sets them for us
* libpam-modules.manpages, libpam-runtime.manpages: put all the manpages invorlon2007-08-20
| | | | | | the correct packages.
* add debian/libpam-doc.install for moving the docs to the right place; forvorlon2007-08-20
| | | | | | the moment this means we're using both dh_movefiles and dh_install...
* Keep the pam_end, pam_close_session, and pam_get_item manpages in place,vorlon2007-08-20
| | | | | | | since upstream now documents these in separate manpages from their partner functions.
* Don't ship Makefiles as part of the libpam0g-dev examples.vorlon2007-08-20
|
* fix double-invocation of dh_installdocs -ivorlon2007-08-20
|
* Don't try to clean Linux-PAM/bin separately in the clean target anymorevorlon2007-08-20
|
* Clean up .la and .a files for PAM modules; all we care about are the .sovorlon2007-08-20
| | | | | | files.
* Update to debhelper v5.vorlon2007-08-20
|
* Really get the targets right so that the binary target doesn't have tovorlon2007-08-20
| | | | | | re-make the package
* drop the local module_check target in favor of using -Wl,-z,defs in LDFLAGSvorlon2007-08-20
| | | | | | to enforce correct linkage of all objects at build time
* don't touch configure in debian/rules, the quilt patch takes care of thisvorlon2007-08-20
| | | | | | for us.
* Fix up the clean target to not ignore errors; thanks to Roger Leigh.vorlon2007-08-20
|
* bump the shlibsvorlon2007-08-20
|
* upstream changelog is now 'ChangeLog' instead of 'CHANGELOG'; installvorlon2007-08-20
| | | | | | accordingly
* pass --enable-static and --enable-shared to configure, to try to get bothvorlon2007-08-20
| | | | | | | | built remove .la files from the install tree
* Drop debian/local/unix_chkpwd.8 in favor of the upstream manpage.vorlon2007-08-20
|
* kill off references to unused variablesvorlon2007-08-20
| | | | | | make binary-arch also depend on the install target, and streamline the rules
* clean up some dead varsvorlon2007-08-20
|
* Rename OS_CFLAGS to CFLAGS.vorlon2007-08-20
|
* ... but set the dependency right so that it's inherited by the build rule,vorlon2007-08-20
| | | | | | which was only looking at configure-stapm
* Remember to make the quilt patch target a dependency of the configure target,vorlon2007-08-20
| | | | | | hee
* debian/patches-applied/PAM-manpage-section: "PAM" is not a daemon, manpagevorlon2007-08-20
| | | | | | | | belongs in section 7, not in section 8. Actually ship the pam, pam.conf, and pam.d manpages in libpam-runtime.
* Updates for documentation handling:vorlon2007-08-19
| | | | | | | | | | | | - move debian/local/pam-*-guide to debian/libpam-doc.doc-base.foo-guide, and invoke dh_installdocs instead of installing these by hand. - drop libpam-doc.{postinst,prerm}, which are no longer needed. - add an install target to debian/rules, and have binary-indep depend on it instead of trying to install doc files individually from the source tree - consequently, drop libpam-doc.dirs as well which is no longer needed and no longer accurate
* switch to quilt instead of keeping all patches applied in the source package,vorlon2007-08-18
| | | | | | | so that we have viable patch management and can make some forward progress on syncing with upstream
* Fix debian/rules so that make clean doesn't remove ./configure whenvorlon2005-09-27
| | | | | | the timestamp on configure.in is newer.
* er, but make sure LC_COLLATE is set *before* the range is expanded...vorlon2005-09-26
|
* Set LC_COLLATE=C when using alphabetic range expressions invorlon2005-09-26
| | | | | | | debian/rules; bah, so *that's* what kept happening to my README file when trying to build out of svn! Closes: #295296.
* Install pam_getenvhartmans2004-04-29
|
* Install pam_getenvhartmans2004-04-29
|
* Fix clean rulehartmans2004-01-12
|
* More minor packaging cleanupshartmans2004-01-11
|
* Document changes and update pam mini-policyhartmans2003-09-01
|
* Apply nmu patch;hartmans2003-08-31
| | | | | move other back to a conffile; add common-password
* Document version and update standards versionhartmans2003-05-04
|
* Call bootstrap-libpamhartmans2002-11-25
|