r14385 - in /packages/unstable/brasero/debian: changelog control control.in rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Jan 29 19:50:15 UTC 2008
Author: lool
Date: Tue Jan 29 19:50:15 2008
New Revision: 14385
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14385
Log:
* Build with beagle support; drop --disable-search and add a libbeagle-dev
(>= 0.3.0) build-dep.
Modified:
packages/unstable/brasero/debian/changelog
packages/unstable/brasero/debian/control
packages/unstable/brasero/debian/control.in
packages/unstable/brasero/debian/rules
Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=14385&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Tue Jan 29 19:50:15 2008
@@ -28,6 +28,8 @@
not require the -dev package; Launchpad #134828; from Ubuntu.
* Drop patch 004_fix-windows-size, upstream fixed the initial window size
differently.
+ * Build with beagle support; drop --disable-search and add a libbeagle-dev
+ (>= 0.3.0) build-dep.
-- Alan Baghumian <alan at memphis> Tue, 29 Jan 2008 13:00:42 +0330
Modified: packages/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control?rev=14385&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control (original)
+++ packages/unstable/brasero/debian/control Tue Jan 29 19:50:15 2008
@@ -22,7 +22,8 @@
libnotify-dev,
libglib2.0-dev (>= 2.6.0),
quilt,
- libc6-dev (>= 2.5-1)
+ libc6-dev (>= 2.5-1),
+ libbeagle-dev (>= 0.3.0)
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
Standards-Version: 3.7.3
Modified: packages/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control.in?rev=14385&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control.in (original)
+++ packages/unstable/brasero/debian/control.in Tue Jan 29 19:50:15 2008
@@ -22,7 +22,8 @@
libnotify-dev,
libglib2.0-dev (>= 2.6.0),
quilt,
- libc6-dev (>= 2.5-1)
+ libc6-dev (>= 2.5-1),
+ libbeagle-dev (>= 0.3.0)
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.3
Modified: packages/unstable/brasero/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/rules?rev=14385&op=diff
==============================================================================
--- packages/unstable/brasero/debian/rules (original)
+++ packages/unstable/brasero/debian/rules Tue Jan 29 19:50:15 2008
@@ -8,6 +8,5 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS += \
- --disable-search \
--disable-libburnia
More information about the pkg-gnome-commits
mailing list