From gitlab at salsa.debian.org Wed Aug 8 16:24:17 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 08 Aug 2018 15:24:17 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-terminal][debian/master] add build-dep on libutempter-dev and enable utempter support Message-ID: <5b6b0b21eb7c0_3562b210e69be3c44271a@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / xfce4-terminal Commits: 7ae96444 by Yves-Alexis Perez at 2018-08-07T11:55:25Z add build-dep on libutempter-dev and enable utempter support closes: #904789 - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: chrpath, libglib2.0-dev, libgtk-3-dev, libstartup-notification0-dev, + libutempter-dev, libvte-2.91-dev, libxfce4ui-2-dev, libxml-perl, ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf xdt-autogen +override_dh_auto_configure: + dh_auto_configure -- --with-utempter + override_dh_auto_install: dh_auto_install View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-terminal/commit/7ae96444e00b81eddb0b508db743cd4a4a1421d6 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-terminal/commit/7ae96444e00b81eddb0b508db743cd4a4a1421d6 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 8 16:24:35 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 08 Aug 2018 15:24:35 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-terminal][debian/master] update changelog Message-ID: <5b6b0b33e3162_3562b210e69be3c4430fb@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / xfce4-terminal Commits: 065cbe65 by Yves-Alexis Perez at 2018-08-08T15:24:22Z update changelog - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfce4-terminal (0.8.7.4-2) UNRELEASED; urgency=medium + + * add build-dep on libutempter (closes: #904789) + + -- Yves-Alexis Perez Tue, 07 Aug 2018 13:43:56 +0200 + xfce4-terminal (0.8.7.4-1) unstable; urgency=medium * New upstream version 0.8.7.4 View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-terminal/commit/065cbe651bd91c21d494a47b8561ef06498d4f0d -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-terminal/commit/065cbe651bd91c21d494a47b8561ef06498d4f0d You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 8 16:24:09 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 08 Aug 2018 15:24:09 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/exo][debian/master] 8 commits: drop chrpath calls, not needed anymore Message-ID: <5b6b0b196445c_3563fa25459a5e8442514@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / exo Commits: a0bbc19c by Yves-Alexis Perez at 2018-08-08T07:20:39Z drop chrpath calls, not needed anymore - - - - - 0b4cf73c by Yves-Alexis Perez at 2018-08-08T11:11:28Z d/control: suggests sensible-utils - - - - - 3dfab137 by Yves-Alexis Perez at 2018-08-08T11:11:49Z add patch to use /u/b/perl directly as interpreter for exo-compose-mail-1 - - - - - f8869ba7 by Yves-Alexis Perez at 2018-08-08T13:15:44Z d/control: drop obsolete Breaks/Replaces - - - - - 5a73fee6 by Yves-Alexis Perez at 2018-08-08T14:50:18Z move exo-compose-mail to arch:all libexo-helpers package move to a architecture-independant path since it's a perl script, and put it along the .desktop helpers file - - - - - 34a55bff by Yves-Alexis Perez at 2018-08-08T14:51:26Z d/control: drop Lionel Le Folgoc from uploaders, thanks to him - - - - - a91857fa by Yves-Alexis Perez at 2018-08-08T15:19:32Z switch to compat 10 drop parallel and autoreconf addons, now handled by dh 10 - - - - - ce545e69 by Yves-Alexis Perez at 2018-08-08T15:23:19Z update changelog - - - - - 8 changed files: - debian/changelog - debian/compat - debian/control - debian/libexo-1-0.install - debian/libexo-helpers.install - + debian/patches/0001-use-u-b-perl-instead-of-env-as-interpreter-path.patch - + debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +exo (0.12.2-2) UNRELEASED; urgency=medium + + * drop chrpath calls, not needed anymore + * d/control: suggests sensible-utils + * add patch to use /u/b/perl directly as interpreter for exo-compose-mail-1 + * d/control: drop obsolete Breaks/Replaces + * move exo-compose-mail to arch:all libexo-helpers package + * d/control: drop Lionel Le Folgoc from uploaders, thanks to him + * switch to compat 10 + + -- Yves-Alexis Perez Wed, 08 Aug 2018 17:20:08 +0200 + exo (0.12.2-1) unstable; urgency=medium * add gbp.conf following DEP-14 ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -2,11 +2,8 @@ Source: exo Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers -Uploaders: Yves-Alexis Perez , - Lionel Le Folgoc -Build-Depends: chrpath, - debhelper (>= 9), - dh-autoreconf, +Uploaders: Yves-Alexis Perez +Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), gtk-doc-tools, intltool, @@ -123,7 +120,7 @@ Architecture: all Multi-Arch: foreign Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: libexo-0.3-0 (<< 0.3.104-3) +Suggests: sensible-utils Description: libexo common files libexo is a library for Xfce that contains a bunch of additional widgets and a framework for editable toolbars (an improved version of the framework @@ -140,7 +137,9 @@ Section: libs Architecture: all Multi-arch: foreign Depends: libexo-common, ${misc:Depends}, ${shlibs:Depends} -Replaces: libexo-0.3-0 (<< 0.3.104-3), libexo-common (<< 0.6.2-3) +Breaks: libexo-1-0 (<< 0.12.2-2) +Replaces: libexo-1-0 (<< 0.12.2-2) +Suggests: sensible-utils Description: helpers for the exo library libexo is a library for Xfce that contains a bunch of additional widgets and a framework for editable toolbars (an improved version of the framework ===================================== debian/libexo-1-0.install ===================================== --- a/debian/libexo-1-0.install +++ b/debian/libexo-1-0.install @@ -1,5 +1,4 @@ usr/lib/*/libexo-1*.so.* -usr/lib/*/xfce4/exo-1/exo-compose-mail-1 usr/lib/*/xfce4/exo-1/exo-helper-1 usr/share/locale/*/*/exo-1.mo usr/share/pixmaps/exo-1 ===================================== debian/libexo-helpers.install ===================================== --- a/debian/libexo-helpers.install +++ b/debian/libexo-helpers.install @@ -1 +1,2 @@ usr/share/xfce4 +usr/lib/*/xfce4/exo-1/exo-compose-mail-1 usr/share/xfce4/exo-1/ ===================================== debian/patches/0001-use-u-b-perl-instead-of-env-as-interpreter-path.patch ===================================== --- /dev/null +++ b/debian/patches/0001-use-u-b-perl-instead-of-env-as-interpreter-path.patch @@ -0,0 +1,18 @@ +From: Yves-Alexis Perez +Date: Wed, 8 Aug 2018 13:10:29 +0200 +Subject: use /u/b/perl instead of env as interpreter path + +--- + exo-helper/helpers/exo-compose-mail-1 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/exo-helper/helpers/exo-compose-mail-1 b/exo-helper/helpers/exo-compose-mail-1 +index fead65c..b98a0d6 100755 +--- a/exo-helper/helpers/exo-compose-mail-1 ++++ b/exo-helper/helpers/exo-compose-mail-1 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/bin/perl + # + # exo-compose-mail-1 - Perl script to parse mailto:-URIs and invoke the + # various included MailReaders with the appropriate ===================================== debian/patches/series ===================================== --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-use-u-b-perl-instead-of-env-as-interpreter-path.patch ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -12,11 +12,11 @@ EXO2_SONAME=libexo-$(EXO2_LIBNAME)-$(EXO_SOVERSION) MSGFMT = /usr/bin/msgfmt --endianness little %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_autoreconf: mkdir -p m4 - NOCONFIGURE=1 dh_autoreconf xdt-autogen + dh_autoreconf override_dh_auto_configure: MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules --enable-gtk3 @@ -27,18 +27,16 @@ override_dh_install: -e 's/TerminalEmulator=.*/TerminalEmulator=debian-x-terminal-emulator/' \ debian/tmp/etc/xdg/xfce4/helpers.rc - chrpath -d -k debian/tmp/usr/bin/exo-csource \ - debian/tmp/usr/bin/exo-desktop-item-edit \ - debian/tmp/usr/bin/exo-open \ - debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/exo-$(EXO_LIBNAME)/exo-helper-$(EXO_LIBNAME) \ - debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libexo-$(EXO_LIBNAME).so.* \ - debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libexo-$(EXO2_LIBNAME).so.* - # Create a muttng helper from the mutt one sed -e 's/utt/uttng/;s/Icon=muttng/Icon=mutt/' \ debian/tmp/usr/share/xfce4/helpers/muttng.desktop + # Drop multi-arch path from mail helpers since we install the perl script + # exo-compose-mail-1 in a non-multiarch directory (/u/s/xfce4/exo-1) + sed -i -e '/X-XFCE-CommandsWithParameter=.*exo-compose-mail-1/ s#lib/$(DEB_HOST_MULTIARCH)#share#' \ + debian/tmp/usr/share/xfce4/helpers/*.desktop + dh_install -X .la override_dh_missing: View it on GitLab: https://salsa.debian.org/xfce-team/desktop/exo/compare/133a5dec66f2ba8fc7cec9011db3ebdf70813eee...ce545e69edbb7c1e8920019cb44c5e6b318a9a1c -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/exo/compare/133a5dec66f2ba8fc7cec9011db3ebdf70813eee...ce545e69edbb7c1e8920019cb44c5e6b318a9a1c You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 14:38:32 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 13:38:32 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4][debian/master] 11 commits: d/control: add back libepoxy-dev b-d now that #901789 is fixed Message-ID: <5b72db585db35_30452aecb2efcaa81897d9@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / xfwm4 Commits: ada427fb by Yves-Alexis Perez at 2018-08-14T11:33:14Z d/control: add back libepoxy-dev b-d now that #901789 is fixed - - - - - eb847fcb by Yves-Alexis Perez at 2018-08-14T11:40:54Z d/watch updated to track latest branches - - - - - 1f04d4a5 by Yves-Alexis Perez at 2018-08-14T11:41:12Z New upstream version 4.13.1 - - - - - 1e90a1b3 by Yves-Alexis Perez at 2018-08-14T11:41:15Z Update upstream source from tag 'upstream/4.13.1' Update to upstream version '4.13.1' with Debian dir bfd1ac85b9fa7ddc10dccd084e944c91cecd258b - - - - - e0fae717 by Yves-Alexis Perez at 2018-08-14T11:44:01Z d/patches: drop 01_fix-move, included upstream - - - - - d4986c8d by Yves-Alexis Perez at 2018-08-14T11:59:01Z d/control: update b-d for new upstream, handle conversion to GTK-3 - - - - - 7da9e003 by Yves-Alexis Perez at 2018-08-14T13:31:37Z update to compat version 10 - - - - - 4e7ab550 by Yves-Alexis Perez at 2018-08-14T13:31:51Z d/control: drop useless chrpath b-d - - - - - f0976d49 by Yves-Alexis Perez at 2018-08-14T13:32:06Z d/rules: disable-silent-rules is not the default, drop it - - - - - 8d5ad35d by Yves-Alexis Perez at 2018-08-14T13:32:49Z finalize changelog - - - - - c558a044 by Yves-Alexis Perez at 2018-08-14T13:37:34Z upload xfwm4 4.13.1-1 to experimental - - - - - 13 changed files: - COMPOSITOR - ChangeLog - INSTALL - Makefile.am - Makefile.in - aclocal.m4 - + common/Makefile.am - + common/Makefile.in - + common/xfwm-common.c - + common/xfwm-common.h - compile - config.guess - config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/compare/bef573130035402c46410d8d67322f0cba72cdee...c558a044037c8fe227c9d18ab7a9b5290f82991b -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/compare/bef573130035402c46410d8d67322f0cba72cdee...c558a044037c8fe227c9d18ab7a9b5290f82991b You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 14:38:33 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 13:38:33 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4][pristine-tar] pristine-tar data for xfwm4_4.13.1.orig.tar.bz2 Message-ID: <5b72db5957a28_30452aecb41e73d418998@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at xfce / desktop / xfwm4 Commits: f5880480 by Yves-Alexis Perez at 2018-08-14T11:41:15Z pristine-tar data for xfwm4_4.13.1.orig.tar.bz2 - - - - - 2 changed files: - + xfwm4_4.13.1.orig.tar.bz2.delta - + xfwm4_4.13.1.orig.tar.bz2.id Changes: ===================================== xfwm4_4.13.1.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/xfwm4_4.13.1.orig.tar.bz2.delta differ ===================================== xfwm4_4.13.1.orig.tar.bz2.id ===================================== --- /dev/null +++ b/xfwm4_4.13.1.orig.tar.bz2.id @@ -0,0 +1 @@ +57f90202cecdaa1d2a6ee47098a3907b86ef772b View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/f588048022a5dcb5aaa982dd2736597904d58b52 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/f588048022a5dcb5aaa982dd2736597904d58b52 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 14:38:34 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 13:38:34 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4][upstream/latest] New upstream version 4.13.1 Message-ID: <5b72db5a453a7_30452aecb41e73d4190183@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / desktop / xfwm4 Commits: 1f04d4a5 by Yves-Alexis Perez at 2018-08-14T11:41:12Z New upstream version 4.13.1 - - - - - 13 changed files: - COMPOSITOR - ChangeLog - INSTALL - Makefile.am - Makefile.in - aclocal.m4 - + common/Makefile.am - + common/Makefile.in - + common/xfwm-common.c - + common/xfwm-common.h - compile - config.guess - config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/1f04d4a51fd5d7f9cd08e33fa4c742866ca85f0a -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/1f04d4a51fd5d7f9cd08e33fa4c742866ca85f0a You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 14:38:35 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 13:38:35 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new tag debian/4.13.1-1 Message-ID: <5b72db5bada7_30452aecb41e73d41903c1@godard.mail> Yves-Alexis Perez pushed new tag debian/4.13.1-1 at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/debian/4.13.1-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 14:38:35 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 13:38:35 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new tag upstream/4.13.1 Message-ID: <5b72db5b18072_30453fec71a0be80190587@godard.mail> Yves-Alexis Perez pushed new tag upstream/4.13.1 at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/upstream/4.13.1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 15:16:03 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 14:16:03 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4][pristine-tar] pristine-tar data for xfwm4_4.12.5.orig.tar.bz2 Message-ID: <5b72e4235147_30453fec0b49fc3c195462@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at xfce / desktop / xfwm4 Commits: 410a4b07 by Yves-Alexis Perez at 2018-08-14T13:54:44Z pristine-tar data for xfwm4_4.12.5.orig.tar.bz2 - - - - - 2 changed files: - + xfwm4_4.12.5.orig.tar.bz2.delta - + xfwm4_4.12.5.orig.tar.bz2.id Changes: ===================================== xfwm4_4.12.5.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/xfwm4_4.12.5.orig.tar.bz2.delta differ ===================================== xfwm4_4.12.5.orig.tar.bz2.id ===================================== --- /dev/null +++ b/xfwm4_4.12.5.orig.tar.bz2.id @@ -0,0 +1 @@ +beadc419aa6686e119d3c8b7f809a0ecb73901f9 View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/410a4b07a74919a09e554c9af3f9541dc28be7f7 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/commit/410a4b07a74919a09e554c9af3f9541dc28be7f7 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 15:16:19 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 14:16:19 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new branch debian/sid Message-ID: <5b72e43373f28_30452aecb2efcaa8195662@godard.mail> Yves-Alexis Perez pushed new branch debian/sid at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/debian/sid You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 15:16:26 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 14:16:26 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new branch upstream/sid Message-ID: <5b72e43aed802_30452aecb2efcaa81958ae@godard.mail> Yves-Alexis Perez pushed new branch upstream/sid at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/upstream/sid You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 15:16:30 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 14:16:30 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new tag debian/4.12.5-1 Message-ID: <5b72e43e22093_30452aecb2efcaa8196050@godard.mail> Yves-Alexis Perez pushed new tag debian/4.12.5-1 at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/debian/4.12.5-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 14 15:16:30 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 14 Aug 2018 14:16:30 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfwm4] Pushed new tag upstream/4.12.5 Message-ID: <5b72e43edae98_30453fec75c0f1741962a6@godard.mail> Yves-Alexis Perez pushed new tag upstream/4.12.5 at xfce / desktop / xfwm4 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfwm4/tree/upstream/4.12.5 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 17 15:00:51 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 17 Aug 2018 14:00:51 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-archive-plugin] Pushed new tag debian/0.4.0-1 Message-ID: <5b76d5134cd50_34b2ae465330ae440632c@godard.mail> Yves-Alexis Perez pushed new tag debian/0.4.0-1 at xfce / goodies / thunar-archive-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/tree/debian/0.4.0-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 17 15:00:52 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 17 Aug 2018 14:00:52 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-archive-plugin][debian/master] 3 commits: d/control: drop Lionel from uploaders, thanks to him Message-ID: <5b76d5144d21d_34b3fa28b5163744065cf@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / thunar-archive-plugin Commits: b3626527 by Yves-Alexis Perez at 2018-08-17T13:43:00Z d/control: drop Lionel from uploaders, thanks to him - - - - - 810840e7 by Yves-Alexis Perez at 2018-08-17T13:43:38Z finalize changelog - - - - - 14263834 by Yves-Alexis Perez at 2018-08-17T13:43:47Z upload thunar-archive-plugin to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -thunar-archive-plugin (0.4.0-1) UNRELEASED; urgency=medium +thunar-archive-plugin (0.4.0-1) unstable; urgency=medium [ Yves-Alexis Perez ] * Moved the package to git on salsa.debian.org * Updated the maintainer address to debian-xfce at lists.debian.org + closes: #899708 + * d/control: drop Lionel from uploaders, thanks to him [ Andreas Rönnquist ] * New upstream release. @@ -32,7 +34,7 @@ thunar-archive-plugin (0.4.0-1) UNRELEASED; urgency=medium - Drop autoreconf override, dh-autoreconf is Xfce aware now. - Use dh_missing instead of dh_install for --fail-missing. - -- Yves-Alexis Perez Thu, 10 May 2018 18:13:20 +0200 + -- Yves-Alexis Perez Fri, 17 Aug 2018 15:43:43 +0200 thunar-archive-plugin (0.3.1-4) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: thunar-archive-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers -Uploaders: Yves-Alexis Perez , - Lionel Le Folgoc +Uploaders: Yves-Alexis Perez Build-Depends: debhelper (>= 11), intltool, libexo-2-dev, View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/65a07e3b6729c65038f2cbd359c6de4048413f71...14263834b311c32d3822b62231043d5a7b989d02 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/65a07e3b6729c65038f2cbd359c6de4048413f71...14263834b311c32d3822b62231043d5a7b989d02 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:26:32 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:26:32 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/ristretto] Pushed new tag debian/0.8.3-1 Message-ID: <5b7c2f28d2891_3932abf533c32541480ec@godard.mail> Yves-Alexis Perez pushed new tag debian/0.8.3-1 at xfce / apps / ristretto -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/ristretto/tree/debian/0.8.3-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:26:34 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:26:34 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/ristretto][debian/master] finalize changelog Message-ID: <5b7c2f2a520d1_3932abf533c2fac14826b@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / apps / ristretto Commits: ee7b3ad0 by Yves-Alexis Perez at 2018-08-21T15:21:27Z finalize changelog - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ristretto (0.8.3-1) UNRELEASED; urgency=medium +ristretto (0.8.3-1) unstable; urgency=medium [ Yves-Alexis Perez ] * Moved the package to git on salsa.debian.org @@ -19,7 +19,7 @@ ristretto (0.8.3-1) UNRELEASED; urgency=medium * Update Standards-Version to 4.1.5. * Remove trailing whitespace from a previous entry. - -- Yves-Alexis Perez Fri, 06 Jul 2018 23:34:04 +0200 + -- Yves-Alexis Perez Tue, 21 Aug 2018 17:21:24 +0200 ristretto (0.8.2-1) unstable; urgency=medium View it on GitLab: https://salsa.debian.org/xfce-team/apps/ristretto/commit/ee7b3ad0a64df5673a1c4122b5390158099467cb -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/ristretto/commit/ee7b3ad0a64df5673a1c4122b5390158099467cb You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:42:51 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:42:51 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin][debian/master] 4 commits: New upstream version 0.2.0 Message-ID: <5b7c32fb5f2d9_3932abf533c32541499a0@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / thunar-vcs-plugin Commits: a348a363 by Yves-Alexis Perez at 2018-08-21T15:31:24Z New upstream version 0.2.0 - - - - - 64040e50 by Yves-Alexis Perez at 2018-08-21T15:31:25Z Update upstream source from tag 'upstream/0.2.0' Update to upstream version '0.2.0' with Debian dir 8fe182e8d00b70cd4de314a99fcbb2dd5694b541 - - - - - 34e31806 by Yves-Alexis Perez at 2018-08-21T15:37:36Z finalize changelog - - - - - 49f74e55 by Yves-Alexis Perez at 2018-08-21T15:42:15Z upload thunar-vcs-plugin 0.2.0-1 to unstable - - - - - 6 changed files: - NEWS - configure - configure.ac - debian/changelog - po/be.po - po/bg.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/compare/7625a566a254c48e4ecea52bb40a5a0570d24a6c...49f74e5580aab4ec5f1989fa60dbe7bad57a0b17 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/compare/7625a566a254c48e4ecea52bb40a5a0570d24a6c...49f74e5580aab4ec5f1989fa60dbe7bad57a0b17 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:42:52 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:42:52 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin][pristine-tar] pristine-tar data for thunar-vcs-plugin_0.2.0.orig.tar.bz2 Message-ID: <5b7c32fc61d32_3932abf533c2fac15016d@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at xfce / goodies / thunar-vcs-plugin Commits: e818caff by Yves-Alexis Perez at 2018-08-21T15:31:25Z pristine-tar data for thunar-vcs-plugin_0.2.0.orig.tar.bz2 - - - - - 2 changed files: - + thunar-vcs-plugin_0.2.0.orig.tar.bz2.delta - + thunar-vcs-plugin_0.2.0.orig.tar.bz2.id Changes: ===================================== thunar-vcs-plugin_0.2.0.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/thunar-vcs-plugin_0.2.0.orig.tar.bz2.delta differ ===================================== thunar-vcs-plugin_0.2.0.orig.tar.bz2.id ===================================== --- /dev/null +++ b/thunar-vcs-plugin_0.2.0.orig.tar.bz2.id @@ -0,0 +1 @@ +88c39792a5da2c993f2a6886ddbc4e7e86546ae7 View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/commit/e818caff542d2475c4530dea4ac670b38598b62b -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/commit/e818caff542d2475c4530dea4ac670b38598b62b You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:42:53 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:42:53 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin][upstream/latest] New upstream version 0.2.0 Message-ID: <5b7c32fd3161c_3932abf5338ff6c150371@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / goodies / thunar-vcs-plugin Commits: a348a363 by Yves-Alexis Perez at 2018-08-21T15:31:24Z New upstream version 0.2.0 - - - - - 5 changed files: - NEWS - configure - configure.ac - po/be.po - po/bg.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/commit/a348a3636349a9fd4b9be4546354e39f7e5a51bd -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/commit/a348a3636349a9fd4b9be4546354e39f7e5a51bd You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:42:53 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:42:53 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin] Pushed new tag debian/0.2.0-1 Message-ID: <5b7c32fde9614_3932abf533c3254150582@godard.mail> Yves-Alexis Perez pushed new tag debian/0.2.0-1 at xfce / goodies / thunar-vcs-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/tree/debian/0.2.0-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:42:54 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:42:54 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin] Pushed new tag upstream/0.2.0 Message-ID: <5b7c32fea7d68_3932abf5338ff6c1507e@godard.mail> Yves-Alexis Perez pushed new tag upstream/0.2.0 at xfce / goodies / thunar-vcs-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/tree/upstream/0.2.0 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:54:33 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:54:33 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-media-tags-plugin] Pushed new tag debian/0.3.0-1 Message-ID: <5b7c35b9dfccb_3932abf533c31001514e2@godard.mail> Yves-Alexis Perez pushed new tag debian/0.3.0-1 at xfce / goodies / thunar-media-tags-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/tree/debian/0.3.0-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 21 16:54:35 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 21 Aug 2018 15:54:35 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-media-tags-plugin][debian/master] 3 commits: d/control: drop Lionel from uploaders, thanks! Message-ID: <5b7c35bb1cac0_3932abf533960d8151691@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / thunar-media-tags-plugin Commits: baae49c7 by Yves-Alexis Perez at 2018-08-21T15:48:22Z d/control: drop Lionel from uploaders, thanks! - - - - - ada02b70 by Yves-Alexis Perez at 2018-08-21T15:49:12Z finalize changelog - - - - - e5e7211b by Yves-Alexis Perez at 2018-08-21T15:53:47Z upload thunar-media-tags-plugin 0.3.0-1 to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -thunar-media-tags-plugin (0.3.0-1) UNRELEASED; urgency=low +thunar-media-tags-plugin (0.3.0-1) unstable; urgency=medium [ Evgeni Golov ] * Correct Vcs-* URLs to point to anonscm.debian.org @@ -6,6 +6,8 @@ thunar-media-tags-plugin (0.3.0-1) UNRELEASED; urgency=low [ Yves-Alexis Perez ] * Moved the package to git on salsa.debian.org * Updated the maintainer address to debian-xfce at lists.debian.org + closes: #899887 + * d/control: drop Lionel from uploaders, thanks! [ Andreas Rönnquist ] * New upstream release. @@ -26,7 +28,7 @@ thunar-media-tags-plugin (0.3.0-1) UNRELEASED; urgency=low - Use dh_missing instead of dh_install for --fail-missing. * Remove trailing whitespace from old changelog entries. - -- Evgeni Golov Mon, 15 Jul 2013 21:57:28 +0200 + -- Yves-Alexis Perez Tue, 21 Aug 2018 17:49:21 +0200 thunar-media-tags-plugin (0.2.1-1) unstable; urgency=low ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: thunar-media-tags-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers -Uploaders: Yves-Alexis Perez , - Lionel Le Folgoc +Uploaders: Yves-Alexis Perez Build-Depends: debhelper (>= 11), intltool, libexo-2-dev, View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/compare/b7580148ebcb3af4f79fb034cbde6d9ed8362ec9...e5e7211b1b94e2e81635c82a4ce3d26fa65d7728 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/compare/b7580148ebcb3af4f79fb034cbde6d9ed8362ec9...e5e7211b1b94e2e81635c82a4ce3d26fa65d7728 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 11:46:04 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 10:46:04 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder] Pushed new branch debian/sid Message-ID: <5b7d3eecf0d7a_3932abf505678742547e2@godard.mail> Yves-Alexis Perez pushed new branch debian/sid at xfce / desktop / xfce4-appfinder -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/tree/debian/sid You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 12:14:17 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 11:14:17 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder][debian/master] 12 commits: Initial upstream branch. Message-ID: <5b7d458926d35_3932abf505678742567ed@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / xfce4-appfinder Commits: 22de79ea by Yves-Alexis Perez at 2018-08-22T09:10:07Z Initial upstream branch. - - - - - 7942e0f4 by Yves-Alexis Perez at 2018-08-22T10:46:48Z New upstream version 4.13.1 - - - - - 23483f82 by Yves-Alexis Perez at 2018-08-22T10:46:49Z Update upstream source from tag 'upstream/4.13.1' Update to upstream version '4.13.1' with Debian dir 60dd560ed61141376bed26d9557b107e5d947ea8 - - - - - 5364914e by Yves-Alexis Perez at 2018-08-22T10:47:23Z run wrap-and-sort - - - - - 469a89d0 by Yves-Alexis Perez at 2018-08-22T10:47:42Z d/control: drop Lionel from Uploaders, thanks! - - - - - f69d6faa by Yves-Alexis Perez at 2018-08-22T10:49:10Z d/control: update build-dep for new release (GTK-3) - - - - - 14c30d91 by Yves-Alexis Perez at 2018-08-22T10:57:41Z d/control: update standards version to 4.2.0 - - - - - 5449682e by Yves-Alexis Perez at 2018-08-22T10:58:57Z drop xfce4-appfinder menu file - - - - - 23634c29 by Yves-Alexis Perez at 2018-08-22T11:04:37Z update dh compat to 10 - - - - - 37d0240a by Yves-Alexis Perez at 2018-08-22T11:08:00Z d/control: drop useless build-deps - - - - - 1c4e49ac by Yves-Alexis Perez at 2018-08-22T11:08:48Z finalize changelog - - - - - 59176cd3 by Yves-Alexis Perez at 2018-08-22T11:13:41Z upload xfce4-appfinder 4.13.1-1 to experimental - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + TODO - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/compare/f1b1ec3128bde51fd280cc5def331cc472e72371...59176cd30979cf06f411a107de2afb38b45fcf8f -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/compare/f1b1ec3128bde51fd280cc5def331cc472e72371...59176cd30979cf06f411a107de2afb38b45fcf8f You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 12:14:24 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 11:14:24 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder][upstream/latest] New upstream version 4.13.1 Message-ID: <5b7d45901f9a6_3932abf505678742569f8@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / desktop / xfce4-appfinder Commits: 7942e0f4 by Yves-Alexis Perez at 2018-08-22T10:46:48Z New upstream version 4.13.1 - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + TODO - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/commit/7942e0f46ebe108214ff292241a05c7db57d5311 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/commit/7942e0f46ebe108214ff292241a05c7db57d5311 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 12:14:24 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 11:14:24 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder] Pushed new branch pristine-tar Message-ID: <5b7d45909e49d_3933fe543f5ee302571c3@godard.mail> Yves-Alexis Perez pushed new branch pristine-tar at xfce / desktop / xfce4-appfinder -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/tree/pristine-tar You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 12:14:28 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 11:14:28 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder] Pushed new tag debian/4.13.1-1 Message-ID: <5b7d4594731e0_3932abf508c028c2573e6@godard.mail> Yves-Alexis Perez pushed new tag debian/4.13.1-1 at xfce / desktop / xfce4-appfinder -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/tree/debian/4.13.1-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 12:14:30 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 11:14:30 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-appfinder] Pushed new tag upstream/4.13.1 Message-ID: <5b7d4596bce46_3932abf50567874257537@godard.mail> Yves-Alexis Perez pushed new tag upstream/4.13.1 at xfce / desktop / xfce4-appfinder -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-appfinder/tree/upstream/4.13.1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:21:50 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:21:50 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-screenshooter][debian/master] 5 commits: New upstream version 1.9.3 Message-ID: <5b7d555e1de95_3933fe543f5ee3026911c@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / xfce4-screenshooter Commits: 071b5ee6 by Yves-Alexis Perez at 2018-08-22T12:10:44Z New upstream version 1.9.3 - - - - - b6b55528 by Yves-Alexis Perez at 2018-08-22T12:10:45Z Update upstream source from tag 'upstream/1.9.3' Update to upstream version '1.9.3' with Debian dir 04f3526817366f11fbdfbfd86329a11ca382a72f - - - - - 4631c71e by Yves-Alexis Perez at 2018-08-22T12:17:18Z drop Lionel from Uploaders, thanks! - - - - - 4ec3aa5b by Yves-Alexis Perez at 2018-08-22T12:18:10Z finalize changelog - - - - - 7283717a by Yves-Alexis Perez at 2018-08-22T12:21:08Z upload xfce4-screenshooter 1.9.3-1 to unstable - - - - - 17 changed files: - ChangeLog - NEWS - aclocal.m4 - configure - configure.ac - debian/changelog - debian/control - lib/screenshooter-capture.c - lib/screenshooter-dialogs.c - lib/screenshooter-utils.c - po/be.po - po/el.po - po/es.po - po/fi.po - po/fr.po - po/gl.po - po/hr.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/compare/36097ded75eba54871ecbd8752e56438d2bf16b1...7283717a5f3dcd858950b82fd09fc6bd7a18bab7 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/compare/36097ded75eba54871ecbd8752e56438d2bf16b1...7283717a5f3dcd858950b82fd09fc6bd7a18bab7 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:22:02 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:22:02 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-screenshooter][pristine-tar] pristine-tar data for xfce4-screenshooter_1.9.3.orig.tar.bz2 Message-ID: <5b7d556a8d399_3933fe543f5ee30269356@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at xfce / goodies / xfce4-screenshooter Commits: 3e167677 by Yves-Alexis Perez at 2018-08-22T12:10:45Z pristine-tar data for xfce4-screenshooter_1.9.3.orig.tar.bz2 - - - - - 2 changed files: - + xfce4-screenshooter_1.9.3.orig.tar.bz2.delta - + xfce4-screenshooter_1.9.3.orig.tar.bz2.id Changes: ===================================== xfce4-screenshooter_1.9.3.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/xfce4-screenshooter_1.9.3.orig.tar.bz2.delta differ ===================================== xfce4-screenshooter_1.9.3.orig.tar.bz2.id ===================================== --- /dev/null +++ b/xfce4-screenshooter_1.9.3.orig.tar.bz2.id @@ -0,0 +1 @@ +b554305517d8be2f80f962537630eb4c7828a3d9 View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/commit/3e167677a1d825ebce06057f3cf98c659bddcb52 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/commit/3e167677a1d825ebce06057f3cf98c659bddcb52 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:22:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:22:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-screenshooter] Pushed new tag debian/1.9.3-1 Message-ID: <5b7d556e22e1e_3932abf504053f02695ec@godard.mail> Yves-Alexis Perez pushed new tag debian/1.9.3-1 at xfce / goodies / xfce4-screenshooter -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/tree/debian/1.9.3-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:22:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:22:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-screenshooter] Pushed new tag upstream/1.9.3 Message-ID: <5b7d556e87a75_3932abf59f141e82697b1@godard.mail> Yves-Alexis Perez pushed new tag upstream/1.9.3 at xfce / goodies / xfce4-screenshooter -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/tree/upstream/1.9.3 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:22:07 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:22:07 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-screenshooter][upstream/latest] New upstream version 1.9.3 Message-ID: <5b7d556f9bad8_3932abf505678742699be@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / goodies / xfce4-screenshooter Commits: 071b5ee6 by Yves-Alexis Perez at 2018-08-22T12:10:44Z New upstream version 1.9.3 - - - - - 16 changed files: - ChangeLog - NEWS - aclocal.m4 - configure - configure.ac - lib/screenshooter-capture.c - lib/screenshooter-dialogs.c - lib/screenshooter-utils.c - po/be.po - po/el.po - po/es.po - po/fi.po - po/fr.po - po/gl.po - po/hr.po - po/it.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/commit/071b5ee6c7adba4654dbc821290437cc56fe9e70 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-screenshooter/commit/071b5ee6c7adba4654dbc821290437cc56fe9e70 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:31:23 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:31:23 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-session][debian/master] 6 commits: New upstream version 4.13.1 Message-ID: <5b7d579b205b7_3933fe543f5ee30273132@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / xfce4-session Commits: 491650ed by Yves-Alexis Perez at 2018-08-14T13:40:13Z New upstream version 4.13.1 - - - - - b29fe8c5 by Yves-Alexis Perez at 2018-08-14T13:40:15Z Update upstream source from tag 'upstream/4.13.1' Update to upstream version '4.13.1' with Debian dir 996e5a01fc407fb72d44438b7d3829cb254e0e71 - - - - - a9bd0ea5 by Yves-Alexis Perez at 2018-08-14T13:46:47Z update dh compat to 10 - - - - - 4299264a by Yves-Alexis Perez at 2018-08-14T13:47:07Z d/rules: drop disable-silent-rules since it's now the default - - - - - b3a5a19d by Yves-Alexis Perez at 2018-08-22T12:26:19Z finalize changelog - - - - - 355b7e34 by Yves-Alexis Perez at 2018-08-22T12:30:38Z upload xfce4-session 4.13.1-1 to experimental - - - - - 25 changed files: - ChangeLog - INSTALL - Makefile.in - NEWS - aclocal.m4 - compile - config.guess - config.h.in - config.sub - configure - configure.ac - debian/changelog - debian/compat - debian/control - debian/rules - depcomp - doc/Makefile.in - engines/Makefile.in - engines/balou/Makefile.in - engines/balou/scripts/Makefile.in - engines/balou/themes/Default/Makefile.in - engines/balou/themes/Makefile.in - engines/mice/Makefile.in - engines/simple/Makefile.in - icons/128x128/Makefile.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/compare/f430ef0cae213ceb6fefcf1b3c01eb356f86b5bf...355b7e3457b7644db0468fd29df69b3a36999d82 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/compare/f430ef0cae213ceb6fefcf1b3c01eb356f86b5bf...355b7e3457b7644db0468fd29df69b3a36999d82 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:31:27 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:31:27 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-session][pristine-tar] pristine-tar data for xfce4-session_4.13.1.orig.tar.bz2 Message-ID: <5b7d579f766be_3932abf505678742733e7@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at xfce / desktop / xfce4-session Commits: 22492d87 by Yves-Alexis Perez at 2018-08-14T13:40:15Z pristine-tar data for xfce4-session_4.13.1.orig.tar.bz2 - - - - - 2 changed files: - + xfce4-session_4.13.1.orig.tar.bz2.delta - + xfce4-session_4.13.1.orig.tar.bz2.id Changes: ===================================== xfce4-session_4.13.1.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/xfce4-session_4.13.1.orig.tar.bz2.delta differ ===================================== xfce4-session_4.13.1.orig.tar.bz2.id ===================================== --- /dev/null +++ b/xfce4-session_4.13.1.orig.tar.bz2.id @@ -0,0 +1 @@ +3bdcbe1930bb4f26a66f541e2f45646f206cd0ed View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/commit/22492d87e819d771e3052839cc52c80532dcab74 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/commit/22492d87e819d771e3052839cc52c80532dcab74 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:31:30 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:31:30 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-session][upstream/latest] New upstream version 4.13.1 Message-ID: <5b7d57a2d6670_3933fe543f5ee30273580@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / desktop / xfce4-session Commits: 491650ed by Yves-Alexis Perez at 2018-08-14T13:40:13Z New upstream version 4.13.1 - - - - - 22 changed files: - ChangeLog - INSTALL - Makefile.in - NEWS - aclocal.m4 - compile - config.guess - config.h.in - config.sub - configure - configure.ac - depcomp - doc/Makefile.in - engines/Makefile.in - engines/balou/Makefile.in - engines/balou/scripts/Makefile.in - engines/balou/themes/Default/Makefile.in - engines/balou/themes/Makefile.in - engines/mice/Makefile.in - engines/simple/Makefile.in - icons/128x128/Makefile.in - icons/48x48/Makefile.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/commit/491650ed7e2f6c3f43083d6cfb5ba449d6abdd31 -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/commit/491650ed7e2f6c3f43083d6cfb5ba449d6abdd31 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:31:33 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:31:33 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-session] Pushed new tag debian/4.13.1-1 Message-ID: <5b7d57a556786_3932abf504053f027378b@godard.mail> Yves-Alexis Perez pushed new tag debian/4.13.1-1 at xfce / desktop / xfce4-session -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/tree/debian/4.13.1-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Wed Aug 22 13:31:36 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Wed, 22 Aug 2018 12:31:36 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/desktop/xfce4-session] Pushed new tag upstream/4.13.1 Message-ID: <5b7d57a8e8be1_3932abf5056787427413d@godard.mail> Yves-Alexis Perez pushed new tag upstream/4.13.1 at xfce / desktop / xfce4-session -- View it on GitLab: https://salsa.debian.org/xfce-team/desktop/xfce4-session/tree/upstream/4.13.1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 24 13:49:47 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 24 Aug 2018 12:49:47 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-mount-plugin][debian/master] 8 commits: Initial upstream branch. Message-ID: <5b7ffeeb65425_3843fc56220dae8175740@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / xfce4-mount-plugin Commits: 8200692f by Yves-Alexis Perez at 2018-08-24T09:27:56Z Initial upstream branch. - - - - - 6edd815e by Yves-Alexis Perez at 2018-08-24T09:44:15Z New upstream version 1.1.3 - - - - - a4a9f088 by Yves-Alexis Perez at 2018-08-24T09:44:16Z Update upstream source from tag 'upstream/1.1.3' Update to upstream version '1.1.3' with Debian dir 0e7d2edc79e94bd79f323a4c3125325f62ea3355 - - - - - 2a50998e by Yves-Alexis Perez at 2018-08-24T11:52:50Z d/control: drop Lionel from uploaders, thanks! - - - - - 68d19117 by Yves-Alexis Perez at 2018-08-24T11:53:08Z d/rules: drop --parallel, automatic in dh 10 - - - - - fbb079ef by Yves-Alexis Perez at 2018-08-24T12:33:55Z d/rules: simplify autoreconf handling - - - - - 043d1309 by Yves-Alexis Perez at 2018-08-24T12:40:05Z finalize changelog - - - - - 67450ae8 by Yves-Alexis Perez at 2018-08-24T12:46:29Z upload xfce4-mount-plugin 1.1.3-1 to unstable - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + TODO - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/compare/8a7f823bb62901444a5c8855cf1be9e399d12983...67450ae801e6e2f634cd104d84e83e584939da1d -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/compare/8a7f823bb62901444a5c8855cf1be9e399d12983...67450ae801e6e2f634cd104d84e83e584939da1d You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 24 13:49:48 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 24 Aug 2018 12:49:48 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-mount-plugin][upstream/latest] New upstream version 1.1.3 Message-ID: <5b7ffeec53c96_3843fc5a7af3a5017599f@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / goodies / xfce4-mount-plugin Commits: 6edd815e by Yves-Alexis Perez at 2018-08-24T09:44:15Z New upstream version 1.1.3 - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + TODO - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/commit/6edd815e0e62e01d6a2629e0494674465cb53ea6 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/commit/6edd815e0e62e01d6a2629e0494674465cb53ea6 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 24 13:49:49 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 24 Aug 2018 12:49:49 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-mount-plugin] Pushed new tag upstream/1.1.3 Message-ID: <5b7ffeeddb211_3843fc56220dae81763ae@godard.mail> Yves-Alexis Perez pushed new tag upstream/1.1.3 at xfce / goodies / xfce4-mount-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/tree/upstream/1.1.3 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 24 13:49:49 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 24 Aug 2018 12:49:49 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-mount-plugin] Pushed new tag debian/1.1.3-1 Message-ID: <5b7ffeed29a63_3843fc56220dae81761ba@godard.mail> Yves-Alexis Perez pushed new tag debian/1.1.3-1 at xfce / goodies / xfce4-mount-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/tree/debian/1.1.3-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Aug 24 13:49:56 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Fri, 24 Aug 2018 12:49:56 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-mount-plugin] Pushed new branch pristine-tar Message-ID: <5b7ffef49af25_3843fc5a7af3a501765b8@godard.mail> Yves-Alexis Perez pushed new branch pristine-tar at xfce / goodies / xfce4-mount-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-mount-plugin/tree/pristine-tar You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Aug 27 10:32:05 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Mon, 27 Aug 2018 09:32:05 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/xfce4-taskmanager][debian/master] 11 commits: New upstream version 1.2.1 Message-ID: <5b83c51546fce_6ab62af78c936d783318b1@godard.mail> Yves-Alexis Perez pushed to branch debian/master at xfce / apps / xfce4-taskmanager Commits: 33653079 by Yves-Alexis Perez at 2018-08-27T08:55:50Z New upstream version 1.2.1 - - - - - 8ebf7cea by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/p/01_configure-kfreebsd refreshed for new upstream - - - - - e51ff9db by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/rules: create m4 directory before running autoreconf - - - - - 3137ac02 by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/control: run wrap-and-sort - - - - - 5c867bdc by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/control: add build-dep on libxmu-dev - - - - - a0372ced by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/control: update standards version to 4.2.0 - - - - - 04f57c77 by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/control: drop Lionel from Uploaders, thanks for the work - - - - - bf8b53e7 by Yves-Alexis Perez at 2018-08-27T08:55:50Z d/control: drop useless versions from build-deps - - - - - d89753b3 by Yves-Alexis Perez at 2018-08-27T08:55:50Z bump dh compat to 10 - - - - - 3260e941 by Yves-Alexis Perez at 2018-08-27T09:28:46Z finalize changelog - - - - - 8ee506df by Yves-Alexis Perez at 2018-08-27T09:31:29Z upload xfce4-taskmanager 1.2.1-1 to unstable - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + THANKS - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/compare/5c75b2ebf1d64173ece7311fabe3c70629258936...8ee506dfa6a88472547096f22f084c65cd526fbe -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/compare/5c75b2ebf1d64173ece7311fabe3c70629258936...8ee506dfa6a88472547096f22f084c65cd526fbe You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Aug 27 10:32:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Mon, 27 Aug 2018 09:32:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/xfce4-taskmanager][upstream/latest] New upstream version 1.2.1 Message-ID: <5b83c516181ac_6ab62af78c115450332235@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at xfce / apps / xfce4-taskmanager Commits: ef2e3d49 by Yves-Alexis Perez at 2018-08-27T08:02:07Z New upstream version 1.2.1 - - - - - 13 changed files: - + AUTHORS - + COPYING - + ChangeLog - + INSTALL - + Makefile.am - + Makefile.in - + NEWS - + README - + THANKS - + aclocal.m4 - + compile - + config.guess - + config.h.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/commit/ef2e3d49ab4f50b57a8f8016c4815ce781c54ac7 -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/commit/ef2e3d49ab4f50b57a8f8016c4815ce781c54ac7 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Aug 27 10:32:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Mon, 27 Aug 2018 09:32:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/xfce4-taskmanager] Pushed new tag debian/1.2.1-1 Message-ID: <5b83c516116dd_6ab62af78bcd8d3833216f@godard.mail> Yves-Alexis Perez pushed new tag debian/1.2.1-1 at xfce / apps / xfce4-taskmanager -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/tree/debian/1.2.1-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Aug 27 10:32:07 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Mon, 27 Aug 2018 09:32:07 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/xfce4-taskmanager] Pushed new tag upstream/1.2.1 Message-ID: <5b83c5175e27e_6ab62af78c115450332498@godard.mail> Yves-Alexis Perez pushed new tag upstream/1.2.1 at xfce / apps / xfce4-taskmanager -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/tree/upstream/1.2.1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Aug 27 10:32:09 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Mon, 27 Aug 2018 09:32:09 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/apps/xfce4-taskmanager] Pushed new branch pristine-tar Message-ID: <5b83c519d777a_6ab62af78bcd8d383326a2@godard.mail> Yves-Alexis Perez pushed new branch pristine-tar at xfce / apps / xfce4-taskmanager -- View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfce4-taskmanager/tree/pristine-tar You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 09:06:07 2018 From: gitlab at salsa.debian.org (Unit 193) Date: Tue, 28 Aug 2018 08:06:07 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][debian/master] 3 commits: New upstream version 2.2.1 Message-ID: <5b85026fea682_6ab62af78d6330e451444@godard.mail> Unit 193 pushed to branch debian/master at xfce / goodies / xfce4-whiskermenu-plugin Commits: f10b703c by Unit 193 at 2018-08-28T07:56:30Z New upstream version 2.2.1 - - - - - 209caef8 by Unit 193 at 2018-08-28T07:56:33Z Update upstream source from tag 'upstream/2.2.1' Update to upstream version '2.2.1' with Debian dir d80c930132efe99279c9e290e8adac6ed17c006b - - - - - 745a5aea by Unit 193 at 2018-08-28T07:57:24Z Update Standards-Version to 4.2.1. - - - - - 30 changed files: - CMakeLists.txt - − ChangeLog - NEWS - debian/control - panel-plugin/plugin.cpp - panel-plugin/plugin.h - panel-plugin/whiskermenu.desktop - panel-plugin/window.cpp - panel-plugin/window.h - po/am.po - po/ar.po - po/ast.po - po/be.po - po/bg.po - po/ca.po - po/ca at valencia.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en_GB.po - po/eo.po - po/es.po - po/et.po - po/eu.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hr.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/compare/058bb3f2bede0dd5dd281be3c105bd59f4bd841a...745a5aea4543540e68104e96128fcfa0cad60ad8 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/compare/058bb3f2bede0dd5dd281be3c105bd59f4bd841a...745a5aea4543540e68104e96128fcfa0cad60ad8 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 09:06:09 2018 From: gitlab at salsa.debian.org (Unit 193) Date: Tue, 28 Aug 2018 08:06:09 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][pristine-tar] pristine-tar data for xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2 Message-ID: <5b850271309d_6ab62af78d585084514652@godard.mail> Unit 193 pushed to branch pristine-tar at xfce / goodies / xfce4-whiskermenu-plugin Commits: d98ee579 by Unit 193 at 2018-08-28T07:56:33Z pristine-tar data for xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2 - - - - - 2 changed files: - + xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2.delta - + xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2.id Changes: ===================================== xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2.delta ===================================== Binary files /dev/null and b/xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2.delta differ ===================================== xfce4-whiskermenu-plugin_2.2.1.orig.tar.bz2.id ===================================== @@ -0,0 +1 @@ +57948bb866135d4e374e1f492ad5b60f143865d6 View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/commit/d98ee57991614af14d6e751f6014017233998906 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/commit/d98ee57991614af14d6e751f6014017233998906 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 09:06:09 2018 From: gitlab at salsa.debian.org (Unit 193) Date: Tue, 28 Aug 2018 08:06:09 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][upstream/latest] New upstream version 2.2.1 Message-ID: <5b850271989dc_6ab62af78d6330e4514858@godard.mail> Unit 193 pushed to branch upstream/latest at xfce / goodies / xfce4-whiskermenu-plugin Commits: f10b703c by Unit 193 at 2018-08-28T07:56:30Z New upstream version 2.2.1 - - - - - 30 changed files: - CMakeLists.txt - − ChangeLog - NEWS - panel-plugin/plugin.cpp - panel-plugin/plugin.h - panel-plugin/whiskermenu.desktop - panel-plugin/window.cpp - panel-plugin/window.h - po/am.po - po/ar.po - po/ast.po - po/be.po - po/bg.po - po/ca.po - po/ca at valencia.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en_GB.po - po/eo.po - po/es.po - po/et.po - po/eu.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hr.po - po/hu.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/commit/f10b703c60b7e82d44fe91aa753123da11f315b0 -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/commit/f10b703c60b7e82d44fe91aa753123da11f315b0 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 09:06:10 2018 From: gitlab at salsa.debian.org (Unit 193) Date: Tue, 28 Aug 2018 08:06:10 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin] Pushed new tag upstream/2.2.1 Message-ID: <5b8502725a845_6ab62af78d6330e45150af@godard.mail> Unit 193 pushed new tag upstream/2.2.1 at xfce / goodies / xfce4-whiskermenu-plugin -- View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/tree/upstream/2.2.1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 10:39:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 28 Aug 2018 09:39:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm][debian/master] upload lightdm 1.26.0-2 to unstable Message-ID: <5b85183a97af8_6ab62af78d6330e461903b@godard.mail> Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm Commits: 95f652b2 by Yves-Alexis Perez at 2018-08-28T09:38:21Z upload lightdm 1.26.0-2 to unstable - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,9 @@ -lightdm (1.26.0-2) UNRELEASED; urgency=medium +lightdm (1.26.0-2) unstable; urgency=medium * d/gbp.conf added, following DEP-14 + * Upload to unstable. - -- Yves-Alexis Perez Mon, 21 May 2018 17:44:51 +0200 + -- Yves-Alexis Perez Tue, 28 Aug 2018 11:29:22 +0200 lightdm (1.26.0-1) experimental; urgency=medium View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/commit/95f652b2e50a6905aab1389eb22e0edd286d6f92 -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/commit/95f652b2e50a6905aab1389eb22e0edd286d6f92 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 10:39:06 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 28 Aug 2018 09:39:06 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm] Pushed new tag debian/1.26.0-2 Message-ID: <5b85183aa4a50_6ab63fab36adecbc619253@godard.mail> Yves-Alexis Perez pushed new tag debian/1.26.0-2 at Xfce external packages / lightdm -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/tree/debian/1.26.0-2 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Tue Aug 28 10:39:11 2018 From: gitlab at salsa.debian.org (Yves-Alexis Perez) Date: Tue, 28 Aug 2018 09:39:11 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm] Pushed new branch pristine-tar Message-ID: <5b85183fdd23e_6ab62af78d6330e46194bb@godard.mail> Yves-Alexis Perez pushed new branch pristine-tar at Xfce external packages / lightdm -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/tree/pristine-tar You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: