This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 2e58782 release 0.0.1.2 new e296913 Revert "release 0.0.1.2" new d9433ac Section: is x11, no such Section: mate. new 4269dd7 debian/rules: Make sure, all .la files are removed. Also on multiarch builds. new 87c2ea3 Drop B-D: libgconf2-dev. new b2077ad Drop remnants of once-used gconf from configure.ac. new 137ea45 Update INSTALL file. new 9d0b8e7 Drop compile file during clean rule. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: INSTALL | 12 ++++++------ configure.ac | 5 ----- debian/changelog | 11 +++++++++-- debian/control | 3 +-- debian/rules | 2 ++ 5 files changed, 18 insertions(+), 15 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit e2969136cd3762eb134d8c144e96a1cd119618f2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 15:15:07 2014 +0200 Revert "release 0.0.1.2" This reverts commit 2e587820ff2ee53eb03e22080be481c4d98c7c6a. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a58c80..b63c092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2gomatebindings (0.0.1.2-0~x2go2) unstable; urgency=low +x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream release (0.0.1.2): @@ -44,7 +44,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) unstable; urgency=low * New upstream version (0.0.1.2): - Add Estonian translation. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 03 Oct 2014 15:10:52 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 18 Aug 2014 15:49:51 +0200 x2gomatebindings (0.0.1.1-0~x2go1) unstable; urgency=low -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 4269dd746f2a3a8a596007b6e5b44bf16d5ca177 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:38:25 2014 +0200 debian/rules: Make sure, all .la files are removed. Also on multiarch builds. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8bab4a2..7c93c19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low + Add B-Ds: libdconf-dev, libstartup-notification0-dev. Required for building against caja (>= 1.8.0). + Section: is x11, no such Section: mate. + * debian/rules: + + Make sure, all .la files are removed. Also on multiarch builds. * debian/source/format: + Switch to format 1.0. * x2gomatebindings.spec: diff --git a/debian/rules b/debian/rules index c769ddb..c01753a 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ override_dh_auto_install: make -C po DESTDIR=../debian/x2gomatebindings install dh_auto_install rm -f debian/x2gomatebindings/usr/lib/caja/extensions-2.0/*.la + rm -f debian/x2gomatebindings/usr/lib/*/caja/extensions-2.0/*.la override_dh_auto_clean: dh_auto_clean -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 87c2ea3786a8837dba67cb1b00d3957e0f73ee16 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:38:48 2014 +0200 Drop B-D: libgconf2-dev. --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c93c19..e48cef9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low + Add B-Ds: libdconf-dev, libstartup-notification0-dev. Required for building against caja (>= 1.8.0). + Section: is x11, no such Section: mate. + + Drop B-D: libgconf2-dev. * debian/rules: + Make sure, all .la files are removed. Also on multiarch builds. * debian/source/format: diff --git a/debian/control b/debian/control index 690dd36..af7c209 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,6 @@ Build-Depends: mate-common (>= 1.6.0), libmatedesktop-dev (>= 1.6.0) | libmate-desktop-dev (>= 1.6.0), libcaja-extension-dev (>= 1.6.0), - libgconf2-dev, pkg-config, libdconf-dev, libstartup-notification0-dev, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit d9433ac5f728d4d3c84115086a285f3cc38b6f61 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 15:16:05 2014 +0200 Section: is x11, no such Section: mate. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b63c092..8bab4a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low + Bump Standards: to 3.9.5. No changes needed. + Add B-Ds: libdconf-dev, libstartup-notification0-dev. Required for building against caja (>= 1.8.0). + + Section: is x11, no such Section: mate. * debian/source/format: + Switch to format 1.0. * x2gomatebindings.spec: diff --git a/debian/control b/debian/control index 84ae8db..690dd36 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: x2gomatebindings -Section: mate +Section: x11 Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> Uploaders: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit b2077ad9152af073004e0d40d9f8f8369eee2304 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:48:12 2014 +0200 Drop remnants of once-used gconf from configure.ac. --- configure.ac | 5 ----- debian/changelog | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0b46740..430831f 100644 --- a/configure.ac +++ b/configure.ac @@ -75,10 +75,6 @@ GNOME_COMPILE_WARNINGS GNOME_COMMON_INIT -dnl **** GConf support *** -AC_PATH_PROG(GCONFTOOL, gconftool-2) -AM_GCONF_SOURCE_2 - # List of supported languages has been moved into po/LINGUAS to make # translators' life easier :) # More info here : http://live.gnome.org/GnomeGoals/PoLinguas @@ -121,7 +117,6 @@ AC_SUBST(DATADIR) AC_SUBST(LOCALEDIR) AC_DEFINE_UNQUOTED(CAJA_X2GOUMOUNT_CONFIG_VERSION, "1.1", [Version of the configuration format]) -AC_DEFINE_UNQUOTED(CAJA_X2GOUMOUNT_CONFIG_GCONF_BASEDIR, "/apps/caja-x2goumount", [GConf base dir where all config will be stored]) AC_OUTPUT([ Makefile diff --git a/debian/changelog b/debian/changelog index e48cef9..d78cde3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low x2gosuspend-mate.desktop. - Use x2gopath in scripts rather than deprecated x2gobasepath. - Update COPYING file (to update FSF address). + - Drop remnants of once-used gconf from configure.ac. * debian/control: + Update LONG_DESCRIPTION. + Add dependency: libgtk2.0-bin | libgtk-3-bin. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 137ea45500ce0e0ddcc1fa32955835f04887bd90 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:48:32 2014 +0200 Update INSTALL file. --- INSTALL | 12 ++++++------ debian/changelog | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index a1e89e1..2099840 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented @@ -309,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== @@ -367,4 +368,3 @@ operates. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. - diff --git a/debian/changelog b/debian/changelog index d78cde3..ac61c16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low - Use x2gopath in scripts rather than deprecated x2gobasepath. - Update COPYING file (to update FSF address). - Drop remnants of once-used gconf from configure.ac. + - Update INSTALL file. * debian/control: + Update LONG_DESCRIPTION. + Add dependency: libgtk2.0-bin | libgtk-3-bin. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 9d0b8e71a6b1635eacc41a893cd828f46add73c0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 3 16:49:07 2014 +0200 Drop compile file during clean rule. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ac61c16..09c5144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ x2gomatebindings (0.0.1.2-0~x2go2) UNRELEASED; urgency=low + Drop B-D: libgconf2-dev. * debian/rules: + Make sure, all .la files are removed. Also on multiarch builds. + + Drop compile file during clean rule. * debian/source/format: + Switch to format 1.0. * x2gomatebindings.spec: diff --git a/debian/rules b/debian/rules index c01753a..48a47bc 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,4 @@ override_dh_auto_clean: rm -f po/Makefile* po/*.gmo po/stamp-it po/POTFILES rm -f extension/Makefile.in rm -f config.h.in intltool-*.in + rm -f compile -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git