The branch, master has been updated via c9c813ad59d8f233bc75043af3cdb9bf78cf2ce7 (commit) from 989b7450ad7bf5fe10718c4ceb39ce4913e71a92 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c9c813ad59d8f233bc75043af3cdb9bf78cf2ce7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 22:09:00 2012 +0100 remove .a and .la files from /lib/security ----------------------------------------------------------------------- Summary of changes: debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) The diff of changes is: diff --git a/debian/rules b/debian/rules index e355a09..2e0ece7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/clean-la.mk include /usr/share/cdbs/1/class/autotools.mk + +# Remove .a and .la files from /lib/security +binary-post-install/libpam-x2go:: + find $(DEB_DESTDIR)/lib/security -type f \ + \( -name '*.a' -o -name '*.la' \) \ + -exec rm '{}' + \ No newline at end of file hooks/post-receive -- libpam-x2go.git (Remote login session via X2Go (PAM module)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).