[Pkg-cli-apps-commits] r5250 - in /packages/beagle/trunk/debian: changelog control patches/fix_build_system.dpatch rules
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Tue Jan 12 23:08:15 UTC 2010
Author: laney-guest
Date: Tue Jan 12 23:08:15 2010
New Revision: 5250
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5250
Log:
* debian/control:
+ Bump mono-devel build-dep to >= 2.4.3 and remove all build-depends on
packages now provided transitively by mono-devel.
+ Replace library build-depends with -dev counterparts which now contain
the pcfiles.
* debian/control, debian/rules: Disable evolution support as evolution-sharp
is broken. Sorry, hopefully we can bring it back in the future. (Closes:
#531428)
* debian/patches/fix_build_system.dpatch: Update compiler to mono-csc
Modified:
packages/beagle/trunk/debian/changelog
packages/beagle/trunk/debian/control
packages/beagle/trunk/debian/patches/fix_build_system.dpatch
packages/beagle/trunk/debian/rules
Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=5250&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Tue Jan 12 23:08:15 2010
@@ -1,3 +1,17 @@
+beagle (0.3.9-4) UNRELEASED; urgency=low
+
+ * debian/control:
+ + Bump mono-devel build-dep to >= 2.4.3 and remove all build-depends on
+ packages now provided transitively by mono-devel.
+ + Replace library build-depends with -dev counterparts which now contain
+ the pcfiles.
+ * debian/control, debian/rules: Disable evolution support as evolution-sharp
+ is broken. Sorry, hopefully we can bring it back in the future. (Closes:
+ #531428)
+ * debian/patches/fix_build_system.dpatch: Update compiler to mono-csc
+
+ -- Iain Lane <laney at ubuntu.com> Tue, 12 Jan 2010 22:50:13 +0000
+
beagle (0.3.9-3) unstable; urgency=low
* debian/control: libgnome2.0-cil -> libgnome2.24-cil for GNOME# transition.
Modified: packages/beagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/control?rev=5250&op=diff
==============================================================================
--- packages/beagle/trunk/debian/control (original)
+++ packages/beagle/trunk/debian/control Tue Jan 12 23:08:15 2010
@@ -15,24 +15,18 @@
unzip,
gtk-doc-tools,
xdg-utils,
- mono-devel (>= 2.0.1),
- libmono-dev (>= 2.0.1),
- libmono-system-runtime2.0-cil,
- libmono-sharpzip2.84-cil,
- libmono-sqlite2.0-cil,
- libmono-cairo2.0-cil,
+ mono-devel (>= 2.4.3),
+ monodoc-base (>= 2.4.3),
libgtk2.0-cil (>= 2.4),
- libglade2.0-cil,
- libgconf2.0-cil,
- libgnome2.24-cil,
+ libglade2.0-cil-dev,
+ libgconf2.0-cil-dev,
+ libgnome2.0-cil-dev,
libgmime2.2a-cil,
- libevolution5.0-cil,
libgsf0.0-cil (>= 0.6),
- libndesk-dbus-glib1.0-cil,
- libndesk-dbus1.0-cil (>= 0.5.2),
+ libndesk-dbus-glib1.0-cil-dev,
+ libndesk-dbus1.0-cil-dev (>= 0.5.2),
libavahi1.0-cil (>= 0.6.10),
- libtaglib2.0-cil,
- monodoc-base,
+ libtaglib-cil-dev,
libgnome-desktop-dev,
libgtk2.0-dev (>= 2.10),
libsqlite3-dev,
@@ -42,7 +36,7 @@
libxml2-dev (>= 2.6.19),
libwv-dev,
libexif-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/
Homepage: http://www.beagle-project.org/
@@ -58,16 +52,16 @@
.
Beagle project web is at http://beagle-project.org/
-Package: beagle-backend-evolution
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, beagle (>= ${source:Version}), beagle (<< ${source:Version}.1~)
-Description: evolution data backend for beagle
- Backend that allows Beagle indexing calendar and contact entries from
- Evolution.
- .
- Beagle is a desktop search util for indexing and searching user's data.
- At the moment, it can index filesystems, Pidgin logs, Evolution mail
- and data, RSS and other.
+#Package: beagle-backend-evolution
+#Architecture: all
+#Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, beagle (>= ${source:Version}), beagle (<< ${source:Version}.1~)
+#Description: evolution data backend for beagle
+# Backend that allows Beagle indexing calendar and contact entries from
+# Evolution.
+# .
+# Beagle is a desktop search util for indexing and searching user's data.
+# At the moment, it can index filesystems, Pidgin logs, Evolution mail
+# and data, RSS and other.
Package: iceweasel-beagle
Architecture: all
Modified: packages/beagle/trunk/debian/patches/fix_build_system.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/fix_build_system.dpatch?rev=5250&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/fix_build_system.dpatch (original)
+++ packages/beagle/trunk/debian/patches/fix_build_system.dpatch Tue Jan 12 23:08:15 2010
@@ -13,10 +13,10 @@
fi
-AC_PATH_PROG(MCS, gmcs, no)
-+AC_PATH_PROG(MCS, csc, no)
++AC_PATH_PROG(MCS, mono-csc, no)
if test "x$MCS" = "xno"; then
- AC_MSG_ERROR([You need to install the Mono gmcs compiler])
-+ AC_MSG_ERROR([You need to install the Mono csc compiler])
++ AC_MSG_ERROR([You need to install the Mono mono-csc compiler])
fi
AC_MSG_CHECKING([for mono.pc])
Modified: packages/beagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/rules?rev=5250&op=diff
==============================================================================
--- packages/beagle/trunk/debian/rules (original)
+++ packages/beagle/trunk/debian/rules Tue Jan 12 23:08:15 2010
@@ -39,7 +39,8 @@
--enable-avahi \
--enable-gtk-doc \
--disable-internal-taglib \
- --disable-galago
+ --disable-galago \
+ --disable-evolution
touch configure-stamp
build: build-stamp
@@ -88,7 +89,7 @@
dh_installdirs -i
dh_install -i --sourcedir=debian/tmp
- mv debian/beagle/usr/lib/beagle/Backends/Evolution* debian/beagle-backend-evolution/usr/lib/beagle/Backends/
+ #mv debian/beagle/usr/lib/beagle/Backends/Evolution* debian/beagle-backend-evolution/usr/lib/beagle/Backends/
# install Iceweasel and Icedove extensions
unzip firefox-extension/beagle.xpi -d $(CURDIR)/debian/iceweasel-beagle/usr/lib/iceweasel/extensions/{fda00e13-8c62-4f63-9d19-d168115b11ca}/
More information about the Pkg-cli-apps-commits
mailing list