[Pkg-xfce-commits] r3601 - in desktop/branches/experimental: . garcon garcon/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 18 08:54:26 UTC 2009
Author: corsac
Date: 2009-10-18 08:54:26 +0000 (Sun, 18 Oct 2009)
New Revision: 3601
Added:
desktop/branches/experimental/garcon/
desktop/branches/experimental/garcon/debian/
desktop/branches/experimental/garcon/debian/changelog
desktop/branches/experimental/garcon/debian/compat
desktop/branches/experimental/garcon/debian/control
desktop/branches/experimental/garcon/debian/copyright
desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-0.install
desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-dev.install
desktop/branches/experimental/garcon/debian/rules
desktop/branches/experimental/garcon/debian/watch
Log:
move garcon to experimental branch
Property changes on: desktop/branches/experimental/garcon/debian
___________________________________________________________________
Added: mergewithupstream
+ +1
Added: desktop/branches/experimental/garcon/debian/changelog
===================================================================
--- desktop/branches/experimental/garcon/debian/changelog (rev 0)
+++ desktop/branches/experimental/garcon/debian/changelog 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,5 @@
+garcon (0.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 28 Feb 2009 12:13:15 +0100
Added: desktop/branches/experimental/garcon/debian/compat
===================================================================
--- desktop/branches/experimental/garcon/debian/compat (rev 0)
+++ desktop/branches/experimental/garcon/debian/compat 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1 @@
+7
Added: desktop/branches/experimental/garcon/debian/control
===================================================================
--- desktop/branches/experimental/garcon/debian/control (rev 0)
+++ desktop/branches/experimental/garcon/debian/control 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,39 @@
+Source: garcon
+Priority: optional
+Section: xfce
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Mike Massonnet <mmassonnet at gmail.com>
+Build-Depends: debhelper (>= 7), intltool (>= 0.31), pkg-config,
+ libglib2.0-dev, libgtk2.0-dev
+Standards-Version: 3.8.3
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/garcon
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/garcon
+
+Package: libgarcon-0.1-dev
+Section: libdevel
+Architecture: any
+Depends: libgarcon-0.1-0 (= ${binary:Version})
+Suggests: devhelp
+Description: Development files for garcon
+ This package contains the headers and the static library
+ for garcon.
+ .
+
+Package: libgarcon-0.1-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: freedesktop.org compliant menu implementation for Xfce
+ garcon is a menu implementation that is compliant with the Desktop Menu
+ Specification of freedesktop.org
+ .
+ It replaces libxfce4menu and is not Xfce specific.
+
+Package: garcon-0.1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, libgarcon-0.1-0 (= ${binary:Version})
+Description: debugging symbols for libgarcon
+ This package contains debugging symbols and informations for garcon.
Added: desktop/branches/experimental/garcon/debian/copyright
===================================================================
--- desktop/branches/experimental/garcon/debian/copyright (rev 0)
+++ desktop/branches/experimental/garcon/debian/copyright 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,31 @@
+This package was debianized by Yves-Alexis Perez <corsac at debian.org> on
+Sat, 10 Oct 2009 10:33:06 +0200
+
+It was downloaded from http://www.xfce.org
+
+Upstream Author and Copyright holder is:
+
+garcon/* © 2006-2008 Jannis Pohlmann <jannis at xfce.org>
+
+The Debian packaging is
+ © 2008-2009 Yves-Alexis Perez <corsac at debian.org>
+and is licensed under the GPL, version 2.
+
+The documentation (files in doc/*) is released under the GNU Free Documentation
+License, version 1.1 or later, with no invariant sections, using the following
+statement:
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.1 or
+ any later version published by the Free Software Foundation; with no
+ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+ Texts.
+
+On Debian systems, the complete text of the GNU Lesser General Public
+License can be found in `/usr/share/common-licenses/LGPL'.
+
+The complete text of the GNU Free Documentation License can be found on the
+file “/usr/share/common-licenses/GFDL”.
+
+The complete text of the GNU General Public License (version 2) can be
+found in `/usr/share/common-licenses/GPL-2'.
Added: desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-0.install
===================================================================
--- desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-0.install (rev 0)
+++ desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-0.install 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+usr/share/locale/
Added: desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-dev.install
===================================================================
--- desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-dev.install (rev 0)
+++ desktop/branches/experimental/garcon/debian/libxfce4menu-0.1-dev.install 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/gtk-doc/html/libxfce4menu/*
Added: desktop/branches/experimental/garcon/debian/rules
===================================================================
--- desktop/branches/experimental/garcon/debian/rules (rev 0)
+++ desktop/branches/experimental/garcon/debian/rules 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
Property changes on: desktop/branches/experimental/garcon/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: desktop/branches/experimental/garcon/debian/watch
===================================================================
--- desktop/branches/experimental/garcon/debian/watch (rev 0)
+++ desktop/branches/experimental/garcon/debian/watch 2009-10-18 08:54:26 UTC (rev 3601)
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/libs/garcon/([\d\.]+)/ \
+ garcon-([\d\.]+)\.tar\.(?:gz|bz2)
More information about the Pkg-xfce-commits
mailing list