[Pkg-mono-svn-commits] rev 2913 -
beagle/branches/experimental/debian
Jose Carlos Garcia Sogo
jsogo at alioth.debian.org
Mon Jan 29 22:42:11 UTC 2007
Author: jsogo
Date: 2007-01-29 23:42:11 +0100 (Mon, 29 Jan 2007)
New Revision: 2913
Removed:
beagle/branches/experimental/debian/beagled-kde.desktop
beagle/branches/experimental/debian/beagled.desktop
Modified:
beagle/branches/experimental/debian/beagle.install
beagle/branches/experimental/debian/changelog
beagle/branches/experimental/debian/control
beagle/branches/experimental/debian/libbeagle-dev.install
beagle/branches/experimental/debian/rules
Log:
beagle
+ Actually delete *.desktop files
+ Update sqlite mono bindings to libmono-sqlite2.0-cil
+ Add unzip as a build-dependency
+ Build libbeagle documentation and install in libbeagle-dev package
Modified: beagle/branches/experimental/debian/beagle.install
===================================================================
--- beagle/branches/experimental/debian/beagle.install 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/beagle.install 2007-01-29 22:42:11 UTC (rev 2913)
@@ -1,5 +1,9 @@
usr/lib/beagle
usr/bin
usr/sbin
-usr/share
+usr/share/applications
+usr/share/beagle
+usr/share/locale
+usr/share/man
+usr/share/pixmaps
etc
Deleted: beagle/branches/experimental/debian/beagled-kde.desktop
===================================================================
--- beagle/branches/experimental/debian/beagled-kde.desktop 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/beagled-kde.desktop 2007-01-29 22:42:11 UTC (rev 2913)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Beagle Search Tool
-Comment=Index files on your desktop
-Icon=system-search
-Exec=beagled
-Terminal=false
-Type=Application
-Categories=
-X-KDE-autostart-after=panel
-X-KDE-StartupNotify=false
-X-KDE-UniqueApplet=true
-NoDisplay=true
Deleted: beagle/branches/experimental/debian/beagled.desktop
===================================================================
--- beagle/branches/experimental/debian/beagled.desktop 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/beagled.desktop 2007-01-29 22:42:11 UTC (rev 2913)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Beagle Search Tool
-Comment=Index files on your desktop
-Icon=system-search
-Exec=beagled
-Terminal=false
-Type=Application
-Categories=
-OnlyShowIn=GNOME;
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=beagle
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Autostart-enabled=true
Modified: beagle/branches/experimental/debian/changelog
===================================================================
--- beagle/branches/experimental/debian/changelog 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/changelog 2007-01-29 22:42:11 UTC (rev 2913)
@@ -1,3 +1,12 @@
+beagle (0.2.15.1-2) experimental; urgency=low
+
+ * Actually delete *.desktop files.
+ * Add unzip to Build-Depends
+ * Update sqlite mono bindings build dependency to libmono-sqlite2.0-cil
+ * Generate libbeagle documentation and install within libbeagle-dev package.
+
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org> Mon, 29 Jan 2007 23:37:42 +0100
+
beagle (0.2.15.1-1) experimental; urgency=low
* New upstream release.
Modified: beagle/branches/experimental/debian/control
===================================================================
--- beagle/branches/experimental/debian/control 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/control 2007-01-29 22:42:11 UTC (rev 2913)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), intltool, mono-gmcs | c-sharp-2.0-compiler, libmono-dev (>= 1.0), libgnome2.0-cil, libgmime2.2-cil, libevolution2.0-cil, libgtk2.0-dev, libexif-dev, libsqlite3-dev, libmono-sqlite1.0-cil, libxss-dev, zip, libgnomevfs2-dev (>= 2.6), libgnome2-dev (>= 2.6), libgalago1.0-cil, cli-common-dev (>= 0.4.4), dpatch, autotools-dev, python-all-dev (>= 2.3.5-11), python2.4-gtk2, python-gtk2-dev, librsvg2-dev, libxml2-dev (>= 2.6.19), libxss-dev, libmono-sharpzip0.6-cil, libwv-dev, libgsf0.0-cil, python-support (>= 0.4)
-Build-Depends-Indep: unzip
+Build-Depends: debhelper (>= 5.0.37.2), intltool, mono-gmcs | c-sharp-2.0-compiler, libmono-dev (>= 1.0), libgnome2.0-cil, libgmime2.2-cil, libevolution2.0-cil, libgtk2.0-dev, libexif-dev, libsqlite3-dev, libmono-sqlite2.0-cil, libxss-dev, zip, libgnomevfs2-dev (>= 2.6), libgnome2-dev (>= 2.6), libgalago1.0-cil, cli-common-dev (>= 0.4.4), dpatch, autotools-dev, python-all-dev (>= 2.3.5-11), python2.4-gtk2, python-gtk2-dev, librsvg2-dev, libxml2-dev (>= 2.6.19), libxss-dev, libmono-sharpzip0.6-cil, libmono-system-runtime2.0-cil, libwv-dev, libgsf0.0-cil, python-support (>= 0.4), unzip, gtk-doc-tools
+Build-Depends-Indep: unzip, gtk-doc-tools
Standards-Version: 3.7.2
XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/beagle/trunk
Modified: beagle/branches/experimental/debian/libbeagle-dev.install
===================================================================
--- beagle/branches/experimental/debian/libbeagle-dev.install 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/libbeagle-dev.install 2007-01-29 22:42:11 UTC (rev 2913)
@@ -3,3 +3,4 @@
usr/lib/libbeagle*.la
usr/lib/pkgconfig/libbeagle*
usr/include/
+usr/share/gtk-doc
Modified: beagle/branches/experimental/debian/rules
===================================================================
--- beagle/branches/experimental/debian/rules 2007-01-27 15:16:58 UTC (rev 2912)
+++ beagle/branches/experimental/debian/rules 2007-01-29 22:42:11 UTC (rev 2913)
@@ -30,7 +30,8 @@
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man \
--sysconfdir=/etc --localstatedir=/var \
- --infodir=\$${prefix}/share/info --enable-libbeagle --enable-python --enable-webservices=no --enable-thunderbird
+ --infodir=\$${prefix}/share/info --enable-libbeagle --enable-python \
+ --enable-webservices=no --enable-thunderbird --enable-gtk-doc
touch configure-stamp
More information about the Pkg-mono-svn-commits
mailing list