[Pkg-xfce-commits] r9146 - in /goodies/trunk/xfdashboard: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules debian/source/ debian/source/format debian/watch

Sean Davis bluesabre-guest at moszumanska.debian.org
Sat May 16 13:35:39 UTC 2015


Author: bluesabre-guest
Date: Sat May 16 13:35:39 2015
New Revision: 9146

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9146
Log:
Fix xfdashboard directory structure

Added:
    goodies/trunk/xfdashboard/
    goodies/trunk/xfdashboard/debian/
    goodies/trunk/xfdashboard/debian/changelog
    goodies/trunk/xfdashboard/debian/compat
    goodies/trunk/xfdashboard/debian/control
    goodies/trunk/xfdashboard/debian/copyright
    goodies/trunk/xfdashboard/debian/docs
    goodies/trunk/xfdashboard/debian/rules   (with props)
    goodies/trunk/xfdashboard/debian/source/
    goodies/trunk/xfdashboard/debian/source/format
    goodies/trunk/xfdashboard/debian/watch

Added: goodies/trunk/xfdashboard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/changelog?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/changelog	(added)
+++ goodies/trunk/xfdashboard/debian/changelog	Sat May 16 13:35:39 2015
@@ -0,0 +1,5 @@
+xfdashboard (0.4.0-1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Unit 193 <unit193 at ubuntu.com>  Mon, 11 May 2015 22:59:35 -0400

Added: goodies/trunk/xfdashboard/debian/compat
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/compat?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/compat	(added)
+++ goodies/trunk/xfdashboard/debian/compat	Sat May 16 13:35:39 2015
@@ -0,0 +1 @@
+9

Added: goodies/trunk/xfdashboard/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/control?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/control	(added)
+++ goodies/trunk/xfdashboard/debian/control	Sat May 16 13:35:39 2015
@@ -0,0 +1,45 @@
+Source: xfdashboard
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Unit 193 <unit193 at ubuntu.com>, Sean Davis <smd.seandavis at gmail.com>
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ gettext,
+ intltool,
+ libclutter-1.0-dev,
+ libdbus-glib-1-dev,
+ libgarcon-1-0-dev (>= 0.2.0),
+ libglib2.0-dev,
+ libwnck-3-dev,
+ libxcomposite-dev,
+ libxdamage-dev,
+ libxfce4util-dev,
+ libxfconf-0-dev (>= 4.10.0),
+ pkg-config
+Standards-Version: 3.9.6
+Homepage: http://goodies.xfce.org/projects/applications/xfdashboard/start
+Vcs-Browser: https://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfdashboard/
+
+Package: xfdashboard
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GNOME shell like dashboard for Xfce
+ xfdashboard provides an overview of applications currently open enabling the
+ user to switch between different applications. The search feature works like
+ Xfce's appfinder which makes it convenient to search for and start
+ applications.
+
+Package: xfdashboard-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, xfdashboard (= ${binary:Version})
+Description: GNOME shell like dashboard for Xfce - debugging symbols
+ xfdashboard provides an overview of applications currently open enabling the
+ user to switch between different applications. The search feature works like
+ Xfce's appfinder which makes it convenient to search for and start
+ applications.
+ .
+ This package contains the debugging symbols for xfdashboard.

Added: goodies/trunk/xfdashboard/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/copyright?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/copyright	(added)
+++ goodies/trunk/xfdashboard/debian/copyright	Sat May 16 13:35:39 2015
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xfdashboard
+Source: http://git.xfce.org/apps/xfdashboard/
+
+Files: *
+Copyright: 2012-2015 Stephan Haller <nomad at froevel.de>
+License: GPL-2+
+
+Files: xfdashboard/click-action.*
+Copyright: 2012-2015 Stephan Haller <nomad at froevel.de>
+           Emmanuele Bassi <ebassi at linux.intel.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014-2015 Unit 193 <unit193 at ubuntu.com>
+License: BSD-3-Clause
+
+License: GPL-2+
+ This package 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 package 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the copyright holder nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: goodies/trunk/xfdashboard/debian/docs
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/docs?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/docs	(added)
+++ goodies/trunk/xfdashboard/debian/docs	Sat May 16 13:35:39 2015
@@ -0,0 +1,2 @@
+NEWS
+README

Added: goodies/trunk/xfdashboard/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/rules?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/rules	(added)
+++ goodies/trunk/xfdashboard/debian/rules	Sat May 16 13:35:39 2015
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+	dh $@  --with autotools-dev
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
+override_dh_installchangelogs:
+	dh_installchangelogs ChangeLog
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/xfdashboard
+
+override_dh_strip:
+	dh_strip --dbg-package=xfdashboard-dbg

Propchange: goodies/trunk/xfdashboard/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: goodies/trunk/xfdashboard/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/source/format?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/source/format	(added)
+++ goodies/trunk/xfdashboard/debian/source/format	Sat May 16 13:35:39 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: goodies/trunk/xfdashboard/debian/watch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfdashboard/debian/watch?rev=9146&op=file
==============================================================================
--- goodies/trunk/xfdashboard/debian/watch	(added)
+++ goodies/trunk/xfdashboard/debian/watch	Sat May 16 13:35:39 2015
@@ -0,0 +1,2 @@
+version=3
+http://archive.xfce.org/src/apps/xfdashboard/([\d.]+)/ xfdashboard-([\d.]+)\.tar\.bz2




More information about the Pkg-xfce-commits mailing list