[Pkg-xfce-commits] r3603 - in desktop/branches/experimental/garcon/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 18 09:33:29 UTC 2009
Author: corsac
Date: 2009-10-18 09:33:28 +0000 (Sun, 18 Oct 2009)
New Revision: 3603
Added:
desktop/branches/experimental/garcon/debian/README.source
desktop/branches/experimental/garcon/debian/libgarcon-1-0-dev.install
desktop/branches/experimental/garcon/debian/libgarcon-1-0.install
desktop/branches/experimental/garcon/debian/patches/
desktop/branches/experimental/garcon/debian/patches/01_disable-tests.patch
desktop/branches/experimental/garcon/debian/patches/series
Removed:
desktop/branches/experimental/garcon/debian/libgarcon-0.1-0.install
desktop/branches/experimental/garcon/debian/libgarcon-0.1-dev.install
Modified:
desktop/branches/experimental/garcon/debian/changelog
desktop/branches/experimental/garcon/debian/control
desktop/branches/experimental/garcon/debian/rules
Log:
use correct package name again
Added: desktop/branches/experimental/garcon/debian/README.source
===================================================================
--- desktop/branches/experimental/garcon/debian/README.source (rev 0)
+++ desktop/branches/experimental/garcon/debian/README.source 2009-10-18 09:33:28 UTC (rev 3603)
@@ -0,0 +1,2 @@
+exo uses quilt patch system to apply patch at build-time. More information
+can be found in /usr/share/doc/quilt/README.source.
Modified: desktop/branches/experimental/garcon/debian/changelog
===================================================================
--- desktop/branches/experimental/garcon/debian/changelog 2009-10-18 08:55:33 UTC (rev 3602)
+++ desktop/branches/experimental/garcon/debian/changelog 2009-10-18 09:33:28 UTC (rev 3603)
@@ -2,4 +2,4 @@
* Initial release.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 28 Feb 2009 12:13:15 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 Oct 2009 11:24:27 +0200
Modified: desktop/branches/experimental/garcon/debian/control
===================================================================
--- desktop/branches/experimental/garcon/debian/control 2009-10-18 08:55:33 UTC (rev 3602)
+++ desktop/branches/experimental/garcon/debian/control 2009-10-18 09:33:28 UTC (rev 3603)
@@ -4,36 +4,37 @@
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
+ libglib2.0-dev, libgtk2.0-dev, quilt
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
+Package: libgarcon-1-0-dev
Section: libdevel
Architecture: any
-Depends: libgarcon-0.1-0 (= ${binary:Version})
+Depends: libgarcon-1-0 (= ${binary:Version}), ${misc:Depends}
Suggests: devhelp
Description: Development files for garcon
This package contains the headers and the static library
for garcon.
.
-Package: libgarcon-0.1-0
+Package: libgarcon-1-0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc: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
+Package: garcon-1-0-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, libgarcon-0.1-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libgarcon-1-0 (= ${binary:Version}),
+ ${misc:Depends}
Description: debugging symbols for libgarcon
This package contains debugging symbols and informations for garcon.
Deleted: desktop/branches/experimental/garcon/debian/libgarcon-0.1-0.install
===================================================================
--- desktop/branches/experimental/garcon/debian/libgarcon-0.1-0.install 2009-10-18 08:55:33 UTC (rev 3602)
+++ desktop/branches/experimental/garcon/debian/libgarcon-0.1-0.install 2009-10-18 09:33:28 UTC (rev 3603)
@@ -1,2 +0,0 @@
-usr/lib/lib*.so.*
-usr/share/locale/
Deleted: desktop/branches/experimental/garcon/debian/libgarcon-0.1-dev.install
===================================================================
--- desktop/branches/experimental/garcon/debian/libgarcon-0.1-dev.install 2009-10-18 08:55:33 UTC (rev 3602)
+++ desktop/branches/experimental/garcon/debian/libgarcon-0.1-dev.install 2009-10-18 09:33:28 UTC (rev 3603)
@@ -1,5 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-usr/share/gtk-doc/html/libxfce4menu/*
Copied: desktop/branches/experimental/garcon/debian/libgarcon-1-0-dev.install (from rev 3602, desktop/branches/experimental/garcon/debian/libgarcon-0.1-dev.install)
===================================================================
--- desktop/branches/experimental/garcon/debian/libgarcon-1-0-dev.install (rev 0)
+++ desktop/branches/experimental/garcon/debian/libgarcon-1-0-dev.install 2009-10-18 09:33:28 UTC (rev 3603)
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/gtk-doc/html/garcon/*
Copied: desktop/branches/experimental/garcon/debian/libgarcon-1-0.install (from rev 3602, desktop/branches/experimental/garcon/debian/libgarcon-0.1-0.install)
===================================================================
--- desktop/branches/experimental/garcon/debian/libgarcon-1-0.install (rev 0)
+++ desktop/branches/experimental/garcon/debian/libgarcon-1-0.install 2009-10-18 09:33:28 UTC (rev 3603)
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+usr/share/locale/
Added: desktop/branches/experimental/garcon/debian/patches/01_disable-tests.patch
===================================================================
--- desktop/branches/experimental/garcon/debian/patches/01_disable-tests.patch (rev 0)
+++ desktop/branches/experimental/garcon/debian/patches/01_disable-tests.patch 2009-10-18 09:33:28 UTC (rev 3603)
@@ -0,0 +1,33 @@
+diff --git a/Makefile.in b/Makefile.in
+index 57c64f1..9512b4a 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -292,7 +292,6 @@ top_srcdir = @top_srcdir@
+ SUBDIRS = \
+ garcon \
+ docs \
+- tests \
+ po
+
+ AUTOMAKE_OPTIONS = \
+diff --git a/configure b/configure
+index ebb5555..f49bde4 100755
+--- a/configure
++++ b/configure
+@@ -17097,7 +17097,7 @@ $as_echo "no" >&6; }
+ ;;
+ esac
+
+-ac_config_files="$ac_config_files Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml garcon/Makefile garcon/garcon-1.pc garcon/garcon-config.h po/Makefile.in tests/Makefile"
++ac_config_files="$ac_config_files Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml garcon/Makefile garcon/garcon-1.pc garcon/garcon-config.h po/Makefile.in"
+
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+@@ -18033,7 +18033,6 @@ do
+ "garcon/garcon-1.pc") CONFIG_FILES="$CONFIG_FILES garcon/garcon-1.pc" ;;
+ "garcon/garcon-config.h") CONFIG_FILES="$CONFIG_FILES garcon/garcon-config.h" ;;
+ "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
+- "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
+ "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
+
+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
Added: desktop/branches/experimental/garcon/debian/patches/series
===================================================================
--- desktop/branches/experimental/garcon/debian/patches/series (rev 0)
+++ desktop/branches/experimental/garcon/debian/patches/series 2009-10-18 09:33:28 UTC (rev 3603)
@@ -0,0 +1 @@
+01_disable-tests.patch
Modified: desktop/branches/experimental/garcon/debian/rules
===================================================================
--- desktop/branches/experimental/garcon/debian/rules 2009-10-18 08:55:33 UTC (rev 3602)
+++ desktop/branches/experimental/garcon/debian/rules 2009-10-18 09:33:28 UTC (rev 3603)
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-xfce-commits
mailing list