[Pkg-mono-svn-commits] rev 2548 - non-group/beagle/trunk/debian

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Tue May 16 21:52:55 UTC 2006


Author: jsogo
Date: 2006-05-16 21:52:54 +0000 (Tue, 16 May 2006)
New Revision: 2548

Modified:
   non-group/beagle/trunk/debian/README.Debian
   non-group/beagle/trunk/debian/beagle.postinst
   non-group/beagle/trunk/debian/changelog
   non-group/beagle/trunk/debian/control
Log:
 + Fixes CVE-2006-1865
 + Move -dev stuff to devel and libraries to libs.


Modified: non-group/beagle/trunk/debian/README.Debian
===================================================================
--- non-group/beagle/trunk/debian/README.Debian	2006-05-12 11:10:37 UTC (rev 2547)
+++ non-group/beagle/trunk/debian/README.Debian	2006-05-16 21:52:54 UTC (rev 2548)
@@ -20,7 +20,7 @@
   ----------
   
  After this, you only have to run "beagled" in a terminal.
- If you are usign GNOME, you will have to go to Session Manager, in
+ If you are using GNOME, you will have to go to Session Manager, in
  Desktop->Preferences, and check if it is listed in start programs tab, and
  if it is enabled (default: true).
  

Modified: non-group/beagle/trunk/debian/beagle.postinst
===================================================================
--- non-group/beagle/trunk/debian/beagle.postinst	2006-05-12 11:10:37 UTC (rev 2547)
+++ non-group/beagle/trunk/debian/beagle.postinst	2006-05-16 21:52:54 UTC (rev 2548)
@@ -7,7 +7,7 @@
    configure)
 
    getent passwd smokeping > /dev/null || \
-       adduser --system beagleindex --home /var/cache/beagle
+       adduser --system --home /var/cache/beagle beagleindex
 
    mkdir -p /var/cache/beagle/indexes
    chown beagleindex /var/cache/beagle/indexes/

Modified: non-group/beagle/trunk/debian/changelog
===================================================================
--- non-group/beagle/trunk/debian/changelog	2006-05-12 11:10:37 UTC (rev 2547)
+++ non-group/beagle/trunk/debian/changelog	2006-05-16 21:52:54 UTC (rev 2548)
@@ -1,8 +1,14 @@
 beagle (0.2.6-2) UNRELEASED; urgency=low
 
-  * Non released yet.
+  * Version 0.2.6 fixes CVE-2006-1865. (Closes: #365371)
+  * debian/control: build depend on missing libmono-sqlite2.0-cil.
+    (Closes: #366229)
+  * beagle.postinst: change order of arguments to be compatible with
+    older adduser packages. (Closes: #366288)
+  * Move beagle-dev to devel section, as well as libbeagle0 and python-beagle
+    to libs section. (Closes: #367309)
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sat,  6 May 2006 11:22:33 +0200
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Tue, 16 May 2006 00:14:02 +0200
 
 beagle (0.2.6-1) unstable; urgency=low
 

Modified: non-group/beagle/trunk/debian/control
===================================================================
--- non-group/beagle/trunk/debian/control	2006-05-12 11:10:37 UTC (rev 2547)
+++ non-group/beagle/trunk/debian/control	2006-05-16 21:52:54 UTC (rev 2548)
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Build-Depends: debhelper (>= 4.1.0), intltool, mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev (>= 1.0), libgnome2.0-cil, libgmime2.1-cil (>= 2.1.19), libevolution-cil, libgtk2.0-dev, libexif-dev, libsqlite0-dev, libxss-dev, zip, libgnomevfs2-dev (>= 2.6), libgnome2-dev (>= 2.6), libgalago-cil, cli-common-dev (>= 0.4.0), dpatch, autotools-dev, python2.4-dev, python2.4-gtk2, python-gtk2-dev, librsvg2-dev, libxml2-dev (>= 2.6.19), libxss-dev
+Build-Depends: debhelper (>= 4.1.0), intltool, mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev (>= 1.0), libgnome2.0-cil, libgmime2.1-cil (>= 2.1.19), libevolution-cil, libgtk2.0-dev, libexif-dev, libsqlite0-dev, libmono-sqlite2.0-cil, libxss-dev, zip, libgnomevfs2-dev (>= 2.6), libgnome2-dev (>= 2.6), libgalago-cil, cli-common-dev (>= 0.4.0), dpatch, autotools-dev, python2.4-dev, python2.4-gtk2, python-gtk2-dev, librsvg2-dev, libxml2-dev (>= 2.6.19), libxss-dev
 Standards-Version: 3.7.2
 
 Package: beagle
@@ -28,6 +28,7 @@
 
 Package: libbeagle0
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: beagle (<< 0.2.0-1)
 Description: library for accessing beagle (development files)
@@ -38,6 +39,7 @@
  
 Package: beagle-dev
 Architecture: any
+Section: devel
 Depends: libbeagle0 (= ${Source-Version})
 Description: library for accessing beagle (development files)
  This library allow programmers accessing Beagle daemon and performing searches,
@@ -48,6 +50,7 @@
 
 Package: python-beagle
 Architecture: any
+Section: libs
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python2.4-gtk2
 Description: python bindings for beagle
  Allow accessing Beagle daemon and peforming searches using Python.




More information about the Pkg-mono-svn-commits mailing list