[Pkg-xfce-commits] r8157 - in /goodies/trunk/xfce4-embed-plugin: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/ debian/source/format debian/watch
Jackson Doak
noskcaj-guest at moszumanska.debian.org
Thu Jan 9 21:01:01 UTC 2014
Author: noskcaj-guest
Date: Thu Jan 9 21:01:01 2014
New Revision: 8157
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8157
Log:
Initial Release. Closes: #733637
Added:
goodies/trunk/xfce4-embed-plugin/
goodies/trunk/xfce4-embed-plugin/debian/
goodies/trunk/xfce4-embed-plugin/debian/changelog
goodies/trunk/xfce4-embed-plugin/debian/compat
goodies/trunk/xfce4-embed-plugin/debian/control
goodies/trunk/xfce4-embed-plugin/debian/copyright
goodies/trunk/xfce4-embed-plugin/debian/rules (with props)
goodies/trunk/xfce4-embed-plugin/debian/source/
goodies/trunk/xfce4-embed-plugin/debian/source/format
goodies/trunk/xfce4-embed-plugin/debian/watch
Added: goodies/trunk/xfce4-embed-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/changelog?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/changelog (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/changelog Thu Jan 9 21:01:01 2014
@@ -0,0 +1,5 @@
+xfce4-embed-plugin (1.4.1-1) UNRELEASED; urgency=low
+
+ * Initial Release. Closes: #733637
+
+ -- Jackson Doak <noskcaj at ubuntu.com> Mon, 06 Jan 2014 09:00:39 +1100
Added: goodies/trunk/xfce4-embed-plugin/debian/compat
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/compat?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/compat (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/compat Thu Jan 9 21:01:01 2014
@@ -0,0 +1 @@
+9
Added: goodies/trunk/xfce4-embed-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/control?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/control (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/control Thu Jan 9 21:01:01 2014
@@ -0,0 +1,25 @@
+Source: xfce4-embed-plugin
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>,
+ Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk2.0-dev,
+ xfce4-panel-dev (>= 4.8.0), libxfce4util-dev, libxfce4ui-1-dev, intltool
+Standards-Version: 3.9.5
+Homepage: http://goodies.xfce.org/
+Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-embed-plugin/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-embed-plugin/
+
+Package: xfce4-embed-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Plugin for embedding arbitrary app windows into the Xfce panel
+ This plugin enables the embedding of arbitrary application windows into the
+ Xfce panel. The window is resized into the panel space available, and the
+ associated program can be automatically launched if it is not open.
+ .
+ Example uses include embedding an instant messaging buddy list, a mail
+ client's new mail ticker, a simple media application, or a fancy clock
+ or timer. Combining with Xfce's ability to auto-hide panels can make this
+ very convenient.
Added: goodies/trunk/xfce4-embed-plugin/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/copyright?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/copyright (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/copyright Thu Jan 9 21:01:01 2014
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xfce4-weather-plugin
+Source: http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin
+
+Files: *
+Copyright: 2006-2014, Xfce Development Team
+License: GPL-2+
+
+Files: ltmain.sh
+Copyright: 1996-2011, Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014, Jackson Doak <noskcaj at ubuntu.com>
+License: GPL-2+
+
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 or later can be found in
+ `/usr/share/common-licenses/GPL-2'.
+
Added: goodies/trunk/xfce4-embed-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/rules?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/rules (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/rules Thu Jan 9 21:01:01 2014
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+%:
+ dh $@ --parallel
+
+override_dh_auto_configure:
+# NOCONFIGURE=1 xdt-autogen
+ dh_auto_configure -- --disable-silent-rules
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian/*/ -name '*.la' -delete
+
Propchange: goodies/trunk/xfce4-embed-plugin/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: goodies/trunk/xfce4-embed-plugin/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/source/format?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/source/format (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/source/format Thu Jan 9 21:01:01 2014
@@ -0,0 +1 @@
+3.0 (quilt)
Added: goodies/trunk/xfce4-embed-plugin/debian/watch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-embed-plugin/debian/watch?rev=8157&op=file
==============================================================================
--- goodies/trunk/xfce4-embed-plugin/debian/watch (added)
+++ goodies/trunk/xfce4-embed-plugin/debian/watch Thu Jan 9 21:01:01 2014
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/([\d\.]+)/ \
+ xfce4-embed-plugin-([\d\.]+)\.tar\.(?:gz|bz2)
More information about the Pkg-xfce-commits
mailing list