[Pkg-xfce-commits] r3847 - in goodies/branches/lenny-backports/xfce4-verve-plugin: . debian
Jan Wagner
waja at alioth.debian.org
Mon Feb 8 10:23:56 UTC 2010
Author: waja
Date: 2010-02-08 10:23:55 +0000 (Mon, 08 Feb 2010)
New Revision: 3847
Added:
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/changelog
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/compat
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/control
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/copyright
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/rules
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/verve-focus.1
goodies/branches/lenny-backports/xfce4-verve-plugin/debian/watch
Log:
import 0.3.6-1~bpo50+1
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/changelog
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/changelog (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/changelog 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,64 @@
+xfce4-verve-plugin (0.3.6-1~bpo50+1) lenny-backports; urgency=low
+
+ * Rebuild for lenny-backports.
+
+ -- Jan Wagner <waja at cyconet.org> Fri, 05 Feb 2010 10:53:23 +0100
+
+xfce4-verve-plugin (0.3.6-1) unstable; urgency=low
+
+ * New upstream release.
+ - fix crash during initialization of completion system. closes: #470726
+ * debian/control:
+ - update standards version to 3.8.0.
+ - remove Martin and Rudy from Uploaders:, thanks to them!
+ - add build-dep on intltool.
+ * debian/patches:
+ - 01_typo-fr.po dropped, merged upstream.
+ * debian/watch:
+ - update url to match tarball renaming.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 28 Feb 2009 20:38:09 +0100
+
+xfce4-verve-plugin (0.3.5-3) unstable; urgency=low
+
+ * debian/patches: 01_typo-fr.po added, thanks Cyril Brulebois.closes: #435477
+ * debian/control:
+ - updated standard versions.
+ - updated my email address.
+ * debian/copyright: update, add © sign and dates.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 27 Apr 2008 19:22:11 +0200
+
+xfce4-verve-plugin (0.3.5-2) unstable; urgency=low
+
+ * Add Vcs-* headers to debian/control
+ * Add dependency on new exo-utils for exo-open
+
+ -- Simon Huggins <huggie at earth.li> Mon, 28 Jan 2008 11:34:36 +0000
+
+xfce4-verve-plugin (0.3.5-1) unstable; urgency=low
+
+ (Yves-Alexis Perez)
+ * New upstream release.
+ (Simon Huggins)
+ * Build against latest and greatest xfce.
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Mon, 16 Apr 2007 18:55:33 +0100
+
+xfce4-verve-plugin (0.3.4-1) unstable; urgency=low
+
+ (Yves-Alexis Perez)
+ * New upstream release
+ * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2).
+ * Updated standards version to 3.7.2.
+ (Simon Huggins)
+ * Add manpage for verve-focus.
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sat, 05 Aug 2006 17:18:44 +0100
+
+xfce4-verve-plugin (0.3.0-1) unstable; urgency=low
+
+ * Initial release Closes: #363466
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sun, 14 May 2006 14:56:46 +0100
+
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/compat
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/compat (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/compat 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1 @@
+4
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/control
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/control (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/control 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,19 @@
+Source: xfce4-verve-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Jan Wagner <waja at cyconet.org>
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs,
+ libexo-0.3-dev (>= 0.3.2-3), xfce4-panel-dev (>= 4.4.1), libpcre3-dev,
+ libstartup-notification0-dev, libxml-parser-perl, libdbus-glib-1-dev,
+ intltool
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-verve-plugin/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-verve-plugin/
+
+Package: xfce4-verve-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, exo-utils
+Description: Verve (command line) plugin for Xfce 4.4 panel
+ Verve plugin is a command line plugin for 4.4 Xfce panel, with autocompletion
+ and command history
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/copyright
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/copyright (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/copyright 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,15 @@
+This package was debianized by Yves-Alexis Perez <corsac at corsac.net> on
+Tue, 18 Apr 2006 20:32:40 +0200
+
+It was downloaded from http://xfce-goodies.berlios.de
+
+Copyright:
+© 2006-2007 Jannis Pohlmann <jannis at xfce.org>
+
+License:
+
+You are free to distribute this software under the terms of
+the GNU General Public License (version 2 or later).
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'
+
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/rules
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/rules (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/rules 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+
+DEB_INSTALL_MANPAGES_xfce4-verve-plugin := debian/verve-focus.1
Property changes on: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/rules
___________________________________________________________________
Added: svn:executable
+
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/verve-focus.1
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/verve-focus.1 (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/verve-focus.1 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,16 @@
+.\" Copyright (C) 2006 Simon Huggins
+.TH VERVE-FOCUS "1" "August 2006" "verve-focus" "User Commands"
+.SH NAME
+verve-focus \- Focus the xfce4-verve-plugin input area
+.SH SYNOPSIS
+.B verve-focus
+.SH DESCRIPTION
+.PP
+Running this command focuses the xfce4-verve-plugin's input area from the
+commandline. It may be especially useful to bind to a menu item or a key
+press while using the xfce4-verve-plugin.
+.SH AUTHOR
+verve-focus was written by Jannis Pohlmann <jannis at xfce.org>
+.PP
+This manual page was written by Simon Huggins <huggie at earth.li> for the
+Debian project and is free software; see the source for copying conditions.
Added: goodies/branches/lenny-backports/xfce4-verve-plugin/debian/watch
===================================================================
--- goodies/branches/lenny-backports/xfce4-verve-plugin/debian/watch (rev 0)
+++ goodies/branches/lenny-backports/xfce4-verve-plugin/debian/watch 2010-02-08 10:23:55 UTC (rev 3847)
@@ -0,0 +1,4 @@
+version=3
+http://goodies.xfce.org/releases/xfce4-verve-plugin/ \
+ xfce4-verve-plugin-(.*)\.tar\.bz2
+
More information about the Pkg-xfce-commits
mailing list