r42210 - in /desktop/experimental/gnome-flashback: ./ debian/ debian/scripts/ debian/source/

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Aug 20 15:36:59 UTC 2014


Author: mitya57-guest
Date: Wed Aug 20 15:36:59 2014
New Revision: 42210

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42210
Log:
Initial packaging for gnome-flashback

Closes: #758721.

Added:
    desktop/experimental/gnome-flashback/
    desktop/experimental/gnome-flashback/debian/
    desktop/experimental/gnome-flashback/debian/changelog
    desktop/experimental/gnome-flashback/debian/clean
    desktop/experimental/gnome-flashback/debian/compat
    desktop/experimental/gnome-flashback/debian/control
    desktop/experimental/gnome-flashback/debian/control.in
    desktop/experimental/gnome-flashback/debian/copyright
    desktop/experimental/gnome-flashback/debian/gnome-session-flashback.install
    desktop/experimental/gnome-flashback/debian/gnome-wm.desktop
    desktop/experimental/gnome-flashback/debian/rules   (with props)
    desktop/experimental/gnome-flashback/debian/scripts/
    desktop/experimental/gnome-flashback/debian/scripts/gnome-wm   (with props)
    desktop/experimental/gnome-flashback/debian/source/
    desktop/experimental/gnome-flashback/debian/source/format
    desktop/experimental/gnome-flashback/debian/watch

Added: desktop/experimental/gnome-flashback/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/changelog?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/changelog	(added)
+++ desktop/experimental/gnome-flashback/debian/changelog	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,5 @@
+gnome-flashback (3.10.0-1) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: #758721).
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 20 Aug 2014 19:05:01 +0400

Added: desktop/experimental/gnome-flashback/debian/clean
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/clean?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/clean	(added)
+++ desktop/experimental/gnome-flashback/debian/clean	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,2 @@
+Makefile.in
+ltmain.sh

Added: desktop/experimental/gnome-flashback/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/compat?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/compat	(added)
+++ desktop/experimental/gnome-flashback/debian/compat	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1 @@
+9

Added: desktop/experimental/gnome-flashback/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/control?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/control	(added)
+++ desktop/experimental/gnome-flashback/debian/control	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,59 @@
+Source: gnome-flashback
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Shachnev <mitya57 at gmail.com>,
+Standards-Version: 3.9.5
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 9),
+               dh-autoreconf,
+               gnome-pkg-tools,
+               libgnome-desktop-3-dev (>= 3.8.0),
+               libgtk-3-dev (>= 3.10.0)
+Homepage: https://wiki.gnome.org/action/show/Projects/GnomeFlashback
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/gnome-flashback
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/gnome-flashback
+
+Package: gnome-session-flashback
+Architecture: any
+Depends: gnome-panel (>= 3.0),
+         gnome-screensaver,
+         gnome-session-bin,
+         gnome-session-common,
+         gnome-settings-daemon (>= 3.0),
+         metacity (>= 2.30),
+         nautilus (>= 3.8),
+         notification-daemon (>= 0.7),
+         policykit-1-gnome,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: gnome-power-manager
+Suggests: desktop-base, gnome-keyring, gnome-user-guide
+Breaks: gnome-session-fallback (<< 3.6.2)
+Replaces: gnome-session (<< 3.0),
+          gnome-session-bin (<< 3.0),
+          gnome-session-fallback (<< 3.6.2)
+Provides: x-session-manager
+Description: GNOME Session Manager - GNOME Flashback session
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This package contains the required components for the GNOME Flashback
+ session, based on GNOME Panel 3. It can be started from a display
+ manager such as GDM, and doesn’t have specific hardware requirements.
+
+Package: gnome-session-fallback
+Architecture: all
+Priority: extra
+Section: oldlibs
+Depends: gnome-session-flashback, ${misc:Depends}
+Description: GNOME Session Manager - GNOME Flashback (transitional package)
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This is a transitional package to ease upgrades to gnome-session-flashback.
+ It can be safely removed.

Added: desktop/experimental/gnome-flashback/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/control.in?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/control.in	(added)
+++ desktop/experimental/gnome-flashback/debian/control.in	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,59 @@
+Source: gnome-flashback
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Shachnev <mitya57 at gmail.com>, @GNOME_TEAM@
+Standards-Version: 3.9.5
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 9),
+               dh-autoreconf,
+               gnome-pkg-tools,
+               libgnome-desktop-3-dev (>= 3.8.0),
+               libgtk-3-dev (>= 3.10.0)
+Homepage: https://wiki.gnome.org/action/show/Projects/GnomeFlashback
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/gnome-flashback
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/gnome-flashback
+
+Package: gnome-session-flashback
+Architecture: any
+Depends: gnome-panel (>= 3.0),
+         gnome-screensaver,
+         gnome-session-bin,
+         gnome-session-common,
+         gnome-settings-daemon (>= 3.0),
+         metacity (>= 2.30),
+         nautilus (>= 3.8),
+         notification-daemon (>= 0.7),
+         policykit-1-gnome,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: gnome-power-manager
+Suggests: desktop-base, gnome-keyring, gnome-user-guide
+Breaks: gnome-session-fallback (<< 3.6.2)
+Replaces: gnome-session (<< 3.0),
+          gnome-session-bin (<< 3.0),
+          gnome-session-fallback (<< 3.6.2)
+Provides: x-session-manager
+Description: GNOME Session Manager - GNOME Flashback session
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This package contains the required components for the GNOME Flashback
+ session, based on GNOME Panel 3. It can be started from a display
+ manager such as GDM, and doesn’t have specific hardware requirements.
+
+Package: gnome-session-fallback
+Architecture: all
+Priority: extra
+Section: oldlibs
+Depends: gnome-session-flashback, ${misc:Depends}
+Description: GNOME Session Manager - GNOME Flashback (transitional package)
+ The GNOME Session Manager is in charge of starting the core components
+ of the GNOME desktop, and applications that should be launched at
+ login time. It also features a way to save and restore currently
+ running applications.
+ .
+ This is a transitional package to ease upgrades to gnome-session-flashback.
+ It can be safely removed.

Added: desktop/experimental/gnome-flashback/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/copyright?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/copyright	(added)
+++ desktop/experimental/gnome-flashback/debian/copyright	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,132 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2014, Alberts Muktupāvels <alberts.muktupavels at gmail.com>
+License: GPL-3+
+
+Files: aclocal.m4
+Copyright: 1996-2013, Free Software Foundation, Inc.
+           2004,      Scott James Remnant <scott at netsplit.com>
+License:
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+
+Files: config.sub
+       config.guess
+Copyright: 1992-2014, Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: gnome-flashback/flashback-inhibit-dialog.*
+Copyright: 2008, William Jon McCann <mccann at jhu.edu>
+License: GPL-3+
+
+Files: install-sh
+Copyright: 1994, X Consortium
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ .
+ FSF changes to this file are in the public domain.
+
+Files: ltmain.sh
+Copyright: 1996-2011, Free Software Foundation, Inc.
+License: GPL-2+ with Libtool exception
+ GNU Libtool is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+
+Files: m4/*
+Copyright: 1996-2011, Free Software Foundation, Inc.
+License:
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+
+Files: m4/intltool.m4
+Copyright: 2001, Eazel, Inc.
+License: GPL-2+ with Autoconf exception
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+
+Files: po/Makefile.in.in
+Copyright: 1995-1997, Ulrich Drepper <drepper at gnu.ai.mit.edu>
+           2004-2008, Rodney Dawes <dobey.pwns at gmail.com>
+License:
+ This file may be copied and used freely without restrictions.  It may
+ be used in projects which are not available under a GNU Public License,
+ but which still want to provide support for the GNU gettext functionality.
+
+Files: INSTALL
+Copyright: 1994-2013, Free Software Foundation, Inc.
+License:
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.  This file is offered as-is,
+ without warranty of any kind.
+
+Files: debian/*
+Copyright: 2014, Dmitry Shachnev <mitya57 at gmail.com>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.

Added: desktop/experimental/gnome-flashback/debian/gnome-session-flashback.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/gnome-session-flashback.install?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/gnome-session-flashback.install	(added)
+++ desktop/experimental/gnome-flashback/debian/gnome-session-flashback.install	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,2 @@
+debian/gnome-wm.desktop /usr/share/applications
+debian/scripts/gnome-wm /usr/bin

Added: desktop/experimental/gnome-flashback/debian/gnome-wm.desktop
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/gnome-wm.desktop?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/gnome-wm.desktop	(added)
+++ desktop/experimental/gnome-flashback/debian/gnome-wm.desktop	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,107 @@
+[Desktop Entry]
+Type=Application
+Name=Window Manager
+Name[af]=Vensterbestuurder
+Name[am]=መስኮቱን መቆጣጠሪያ
+Name[ar]=مدير النوافذ
+Name[as]=সংযোগক্ষেত্ৰ পৰিচালক
+Name[ast]=Alministrador de Ventanes
+Name[az]=Pəncərə İdarəçisi
+Name[be]=Кіраўнік вокнаў
+Name[be at latin]=Kiraŭnik voknaŭ
+Name[bg]=Мениджър на прозорци
+Name[bn]=উইন্ডো ম্যানেজার
+Name[bn_IN]=উইন্ডো পরিচালন ব্যবস্থা
+Name[br]=ardoer prenestroù
+Name[bs]=Menadžer prozora
+Name[ca]=Gestor de finestres
+Name[ca at valencia]=Gestor de finestres
+Name[crh]=Pencere İdarecisi
+Name[cs]=Správce oken
+Name[cy]=Rheolwr Ffenestri
+Name[da]=Vindueshåndtering
+Name[de]=Fenstermanager
+Name[dz]=སྒོ་སྒྲིག་འཛིན་སྐྱོང་པ།
+Name[el]=Διαχειριστής παραθύρων
+Name[en at shaw]=𐑢𐑦𐑯𐑛𐑴 𐑥𐑨𐑯𐑩𐑡𐑼
+Name[en_CA]=Window Manager
+Name[en_GB]=Window Manager
+Name[eo]=Fenestradministrilo
+Name[es]=Gestor de ventanas
+Name[et]=Aknahaldur
+Name[eu]=Leiho-kudeatzailea
+Name[fa]=مدیر پنجره‌ها
+Name[fi]=Ikkunointiohjelma
+Name[fr]=Gestionnaire de fenêtres
+Name[fur]=Window Manager
+Name[ga]=Bainisteoir Fuinneoga
+Name[gl]=Xestor de xanelas
+Name[gu]=વિન્ડો સંચાલક
+Name[ha]=Manajan Taga
+Name[he]=Window Manager
+Name[hi]=विन्डो मैनेजर
+Name[hr]=Upravitelj prozora
+Name[hu]=Ablakkezelő
+Name[hy]=Պատուհանի մենեջեր
+Name[id]=Pengatur Jendela
+Name[ig]=Onyenlekọta Windo 
+Name[is]=Gluggastjóri
+Name[it]=Window manager
+Name[ja]=ウインドウ・マネージャ
+Name[ka]=ფანჯარათა მმართველი
+Name[kn]=ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕ
+Name[ko]=창 관리자
+Name[ku]=Menajerê Paceyan
+Name[lt]=Langų valdyklė
+Name[lv]=Logu pārvaldnieks
+Name[mai]=विन्डो मैनेजर
+Name[mg]=Mpandrindra fikandrana
+Name[mk]=Менаџер за прозорци
+Name[ml]=ജാലക പാലകന്‍
+Name[mn]=Цонхны менежер
+Name[mr]=खिडकी व्यवस्थापक
+Name[ms]=Pengurus Tetingkap
+Name[nb]=Vindushåndterer
+Name[nds]=Finsteroppasser
+Name[ne]=सञ्झ्याल प्रबन्धक
+Name[nl]=Windowmanager
+Name[nn]=Vindaugehandsamar
+Name[nso]=Molaodi wa Lefesetere
+Name[oc]=Gestionari de fenèstras
+Name[or]=ୱିଣ୍ଡୋ ପରିଚାଳକ
+Name[pa]=ਵਿੰਡੋ ਮੈਨੇਜਰ
+Name[pl]=Menedżer okien
+Name[ps]=کړکۍ سمبالګر
+Name[pt]=Gestor de Janelas
+Name[pt_BR]=Gerenciador de janelas
+Name[ro]=Administrator de ferestre
+Name[ru]=Менеджер окон
+Name[rw]=Umuyobozi w'idirishya
+Name[si]=කවුළු කළමණාකරු
+Name[sk]=Správca okien
+Name[sl]=Upravljalnik oken
+Name[sq]=Organizuesi i dritareve
+Name[sr]=Управник прозора
+Name[sr at latin]=Upravnik prozora
+Name[sv]=Fönsterhanterare
+Name[ta]=சாளரமேலாளர்
+Name[te]=గవాక్ష నిర్వాహకి
+Name[th]=โปรแกรมจัดการหน้าต่าง
+Name[tk]=Äpişge Müdiri
+Name[tr]=Pencere Yöneticisi
+Name[uk]=Віконний менеджер
+Name[uz]=Oyna boshqaruvchisi
+Name[uz at cyrillic]=Ойна бошқарувчиси
+Name[vi]=Bộ quản lý cửa sổ
+Name[wa]=Manaedjeu di purneas
+Name[xh]=Umlawuli Wefestile
+Name[yo]=Alábòójútó Fèrèsé
+Name[zh_CN]=窗口管理器
+Name[zh_HK]=視窗管理員
+Name[zh_TW]=視窗管理員
+Name[zu]=Umphathi wefasitela
+Exec=gnome-wm
+NoDisplay=true
+X-GNOME-Autostart-Phase=WindowManager
+X-GNOME-Provides=windowmanager
+X-GNOME-Autostart-Notify=true

Added: desktop/experimental/gnome-flashback/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/rules?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/rules	(added)
+++ desktop/experimental/gnome-flashback/debian/rules	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/autoreconf.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Propchange: desktop/experimental/gnome-flashback/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/gnome-flashback/debian/scripts/gnome-wm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/scripts/gnome-wm?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/scripts/gnome-wm	(added)
+++ desktop/experimental/gnome-flashback/debian/scripts/gnome-wm	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,38 @@
+#!/bin/sh
+
+# The user can specify his prefered WM by setting the WINDOW_MANAGER
+# environment variable.
+#
+# If this is not set, we search a list of known windowmanagers and use
+# the first one that is found in the users's PATH
+
+# Avoid looping if the session configuration tells us to use gnome-wm or if
+# the user forces gnome-wm via WINDOW_MANAGER
+if [ "x$WINDOW_MANAGER" = "xgnome-wm" ]; then
+  WINDOW_MANAGER=""
+fi
+
+if [ -z "$WINDOW_MANAGER" ] ; then
+  # Create a list of window manager we can handle, trying to only use the
+  # compositing ones when it makes sense
+
+  KNOWN_WM="metacity mutter sawfish"
+
+  for wm in $KNOWN_WM; do
+    if [ -x /usr/bin/"$wm" ]; then
+      WINDOW_MANAGER=/usr/bin/"$wm"
+      break
+    fi
+  done
+
+fi
+
+# Look for the default window manager on the system
+
+if [ -z "$WINDOW_MANAGER" ] ; then
+  WINDOW_MANAGER=$(readlink /etc/alternatives/x-window-manager 2>/dev/null)
+fi
+
+exec "$WINDOW_MANAGER" "$@"
+
+echo "ERROR: No window manager could run!"

Propchange: desktop/experimental/gnome-flashback/debian/scripts/gnome-wm
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/gnome-flashback/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/source/format?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/source/format	(added)
+++ desktop/experimental/gnome-flashback/debian/source/format	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1 @@
+3.0 (quilt)

Added: desktop/experimental/gnome-flashback/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-flashback/debian/watch?rev=42210&op=file
==============================================================================
--- desktop/experimental/gnome-flashback/debian/watch	(added)
+++ desktop/experimental/gnome-flashback/debian/watch	[utf-8] Wed Aug 20 15:36:59 2014
@@ -0,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/gnome-flashback/([\d\.]+[02468])/gnome-flashback-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list