[Pkg-xfce-commits] r1350 - in goodies/xfce4-places-plugin/trunk: . debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Sep 12 15:03:15 UTC 2007
Author: hanska-guest
Date: 2007-09-12 15:03:15 +0000 (Wed, 12 Sep 2007)
New Revision: 1350
Added:
goodies/xfce4-places-plugin/trunk/debian/
goodies/xfce4-places-plugin/trunk/debian/README.Debian
goodies/xfce4-places-plugin/trunk/debian/changelog
goodies/xfce4-places-plugin/trunk/debian/compat
goodies/xfce4-places-plugin/trunk/debian/control
goodies/xfce4-places-plugin/trunk/debian/copyright
goodies/xfce4-places-plugin/trunk/debian/docs
goodies/xfce4-places-plugin/trunk/debian/rules
goodies/xfce4-places-plugin/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: goodies/xfce4-places-plugin/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: goodies/xfce4-places-plugin/trunk/debian/README.Debian
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/README.Debian (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/README.Debian 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,6 @@
+xfce4-places-plugin for Debian
+------------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- David Paleino <d.paleino at gmail.com> Wed, 12 Sep 2007 11:53:45 +0200
Added: goodies/xfce4-places-plugin/trunk/debian/changelog
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/changelog (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/changelog 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,6 @@
+xfce4-places-plugin (0.9.991-1) unstable; urgency=low
+
+ * Initial release (Closes: #442001)
+
+ -- David Paleino <d.paleino at gmail.com> Wed, 12 Sep 2007 11:53:45 +0200
+
Added: goodies/xfce4-places-plugin/trunk/debian/compat
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/compat (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/compat 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1 @@
+5
Added: goodies/xfce4-places-plugin/trunk/debian/control
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/control (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/control 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,23 @@
+Source: xfce4-places-plugin
+Section: utils
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>
+Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libgtk2.0-dev (>= 2.6.0), libxfce4util-dev (>= 4.3.99.1), xfce4-panel-dev (>= 4.3.99.1), libxfcegui4-dev (>= 4.3.99.1), libthunar-vfs-1-dev (>= 0.4.0), libexo-0.3-dev (>= 0.3.1.10)
+Standards-Version: 3.7.2
+XS-VCS-Svn: svn://svn.debian.org/svn/pkg-xfce/goodies/xfce4-places-plugin
+XS-VCS-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-places-plugin
+
+Package: xfce4-places-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: quick access to folders, documents and removable media
+ This plugin brings much of the functionality of GNOME’s Places menu to Xfce.
+ It puts a simple button on the panel. Clicking on this button opens up a menu
+ with 4 sections:
+ - System-defined directories (home folder, trash, desktop, file system)
+ - Removable media (using thunar-vfs)
+ - User-defined bookmarks (reads ~/.gtk-bookmarks)
+ - Recent documents submenu
+ .
+ Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Added: goodies/xfce4-places-plugin/trunk/debian/copyright
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/copyright (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/copyright 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,39 @@
+This package was debianized by David Paleino <d.paleino at gmail.com> on
+Wed, 12 Sep 2007 11:53:45 +0200.
+
+It was downloaded from http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
+
+Upstream Author:
+
+ Diego Ongaro <ongardie at gmail.com>
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
+is licensed under the GPL, see above.
+
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
Added: goodies/xfce4-places-plugin/trunk/debian/docs
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/docs (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/docs 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
Added: goodies/xfce4-places-plugin/trunk/debian/rules
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/rules (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/rules 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+config.status: configure
+ dh_testdir
+ ./configure \
+ --host=$(DEB_HOST_GNU_TYPE) \
+ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+ --libexecdir=\$${prefix}/lib \
+ CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+build-stamp: config.status
+ dh_testdir
+
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+
+ [ ! -f Makefile ] || $(MAKE) distclean
+
+ dh_clean build-stamp
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/xfce4-places-plugin install
+
+binary-indep: build install
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: goodies/xfce4-places-plugin/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: goodies/xfce4-places-plugin/trunk/debian/watch
===================================================================
--- goodies/xfce4-places-plugin/trunk/debian/watch (rev 0)
+++ goodies/xfce4-places-plugin/trunk/debian/watch 2007-09-12 15:03:15 UTC (rev 1350)
@@ -0,0 +1,2 @@
+version=3
+http://goodies.xfce.org/releases/xfce4-places-plugin/xfce4-places-plugin-([[:digit:]].*)\.tar\.bz2
More information about the Pkg-xfce-commits
mailing list