[X2Go-Commits] libpam-x2go.git - x2gosession (branch) updated: c9c813ad59d8f233bc75043af3cdb9bf78cf2ce7
X2Go dev team
git-admin at x2go.org
Wed Apr 24 18:47:34 CEST 2013
The branch, x2gosession 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
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)).
More information about the x2go-commits
mailing list