The branch, build-main has been updated
via 05d95fb0cce001c862e65233793157f5c1033570 (commit)
from edd14a06a92de3b1275f4aeb377d8fa3852f823e (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/…
[View More]changelog | 2 ++
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d11de31..beabd44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,7 @@ libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low
* Initial upstream release. Forked from libpam-freerdp.
* Adaptations of the forked original to work with X2Go:
- Check the authentication token via libssh (ssh login to the remote server).
+ * /debian/rules:
+ - Use dh-autoreconf with debhelper.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 09 Nov 2012 01:10:25 +0100
diff --git a/debian/control b/debian/control
index a66b106..fd04615 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
libpam0g-dev,
libssh-dev,
pkg-config,
+ dh-autoreconf,
Standards-Version: 3.9.3
Homepage: http://wiki.x2go.org
Vcs-Git: git://code.x2go.org/libpam-x2go.git
diff --git a/debian/rules b/debian/rules
index a438aed..a69e88d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with-autoreconf
override_dh_install:
dh_install
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)).
[View Less]
The branch, build-main has been updated
via f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3 (commit)
from b5d6533ef74d187d42bab4ab2d0de33296410e10 (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:
src/Makefile.…
[View More]am | 3 +++
1 file changed, 3 insertions(+)
The diff of changes is:
diff --git a/src/Makefile.am b/src/Makefile.am
index 0fafb8a..34d1ddd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,9 @@ pam_freerdp_la_CFLAGS = \
-DAUTH_CHECK="\"$(pkglibexecdir)/freerdp-auth-check\"" \
$(COVERAGE_CFLAGS)
+pam_freerdp_la_LIBADD = \
+ $(builddir)/libfreerdpcore.la
+
noinst_LTLIBRARIES = \
libfreerdpcore.la
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)).
[View Less]
The branch, build-main has been updated
via b5d6533ef74d187d42bab4ab2d0de33296410e10 (commit)
from 6af8fab5b1df788bc57e5d174fc090824c9c0065 (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:
configure.ac …
[View More]| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/configure.ac b/configure.ac
index cee665d..c54f087 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libpam-freerdp], [0.4.0])
+AC_INIT([libpam-freerdp], [1.0.0])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
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)).
[View Less]
The branch, build-main has been updated
via 9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33 (commit)
from f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3 (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:
The diff of …
[View More]changes is:
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)).
[View Less]
The branch, build-main has been updated
via c06ef184d455532c267526f82fb73f00081f70f9 (commit)
from 9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33 (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:
configure.ac …
[View More]| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/configure.ac b/configure.ac
index c54f087..424c5f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libpam-freerdp], [1.0.0])
+AC_INIT([libpam-freerdp], [1.0.1])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 -Wno-portability])
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)).
[View Less]
The branch, build-main has been updated
via b3857b0cb9d0ad808a40b39ae099feaac82d8b2b (commit)
from 58d01c2ab63c6e8ff3797e0b8a04117e413fa111 (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:
tests/test-…
[View More]freerdp-wrapper.cc | 2 ++
1 file changed, 2 insertions(+)
The diff of changes is:
diff --git a/tests/test-freerdp-wrapper.cc b/tests/test-freerdp-wrapper.cc
index 889aedb..e53d94b 100644
--- a/tests/test-freerdp-wrapper.cc
+++ b/tests/test-freerdp-wrapper.cc
@@ -62,6 +62,8 @@ namespace {
EXPECT_EQ (PAM_SUCCESS,
pam_sm_open_session (pamh, 0, 0, argv));
+ EXPECT_EQ (PAM_SUCCESS,
+ pam_sm_close_session (pamh, 0, 0, argv));
}
}
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)).
[View Less]