[Pkg-cli-apps-commits] r3759 - in /packages/libbeagle/trunk/debian: changelog control libbeagle-dev.docs python-beagle.install pyversions rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sat Mar 1 12:16:17 UTC 2008


Author: meebey
Date: Sat Mar  1 12:16:17 2008
New Revision: 3759

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3759
Log:
0.3.0-3 update


Added:
    packages/libbeagle/trunk/debian/libbeagle-dev.docs
Removed:
    packages/libbeagle/trunk/debian/pyversions
Modified:
    packages/libbeagle/trunk/debian/changelog
    packages/libbeagle/trunk/debian/control
    packages/libbeagle/trunk/debian/python-beagle.install
    packages/libbeagle/trunk/debian/rules

Modified: packages/libbeagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/changelog?rev=3759&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/changelog (original)
+++ packages/libbeagle/trunk/debian/changelog Sat Mar  1 12:16:17 2008
@@ -1,10 +1,24 @@
-libbeagle (0.3.0-3) UNRELEASED; urgency=low
+libbeagle (0.3.0-3) unstable; urgency=low
 
+  [ Sebastian Dröge ]
   * debian/python-beagle.install:
     + Make the python module path python version independent to make it
       possible to change the default python version with a rebuild only.
 
- -- Sebastian Dröge <slomo at debian.org>  Tue, 08 Jan 2008 20:06:30 +0100
+  [ Mirco Bauer ]
+  * debian/control:
+    + Lowered debhelper build-dependency to >= 5, as we use python-support.
+    + Added libglib2.0-dev and libxml2-dev dependencies to libbeagle-dev.
+      (Closes: #468756)
+    + Renamed Gaim references to Pidgin. (Closes: #463965)
+  * debian/rules
+    debian/libbeagle-dev.docs
+    + Ship examples/ in /usr/share/doc/libbeagle-dev/example/.
+      (Closes: #460657)
+  * debian/pyversions:
+    + Removed, seems to be unused.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 01 Mar 2008 12:08:12 +0100
 
 libbeagle (0.3.0-2) unstable; urgency=low
 

Modified: packages/libbeagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/control?rev=3759&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/control (original)
+++ packages/libbeagle/trunk/debian/control Sat Mar  1 12:16:17 2008
@@ -3,11 +3,21 @@
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), dpatch, intltool, libglib2.0-dev (>= 2.6), libxml2-dev (>= 2.6.19), autotools-dev, python-dev (>= 2.3), python-gtk2-dev, python-support (>= 0.4), gtk-doc-tools
+Build-Depends: debhelper (>= 5),
+ dpatch,
+ intltool,
+ libglib2.0-dev (>= 2.6),
+ libxml2-dev (>= 2.6.19),
+ autotools-dev,
+ python-dev (>= 2.3),
+ python-gtk2-dev,
+ python-support (>= 0.4),
+ gtk-doc-tools
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/libbeagle/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/
 Homepage: http://www.beagle-project.org/
+XS-Python-Version: >= 2.3
 
 Package: libbeagle1
 Architecture: any
@@ -18,31 +28,32 @@
  using C language.
  .
  Beagle is a desktop search util for indexing and searching user's data. 
- At the moment, it can index filesystems, Gaim logs, Evolution mail 
+ At the moment, it can index filesystems, Pidgin logs, Evolution mail 
  and data, RSS and other.
 
 Package: libbeagle-dev
 Architecture: any
 Section: libdevel
-Depends: libbeagle1 (>= ${source:Version})
+Depends: libbeagle1 (>= ${source:Version}), libxml2-dev, libglib2.0-dev
 Description: library for accessing beagle (C bindings)
  This library allow programmers accessing Beagle daemon and performing searches
  using C language. Contains files needed for development.
  .
  Beagle is a desktop search util for indexing and searching user's data.
- At the moment, it can index filesystems, Gaim logs, Evolution mail
+ At the moment, it can index filesystems, Pidgin logs, Evolution mail
  and data, RSS and other.
 
 Package: python-beagle
 Architecture: any
 Section: libs
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-gtk2
 Provides: ${python:Provides}
 Conflicts: python2.4-beagle (<< 0.2.7-1)
 Replaces: python2.4-beagle (<< 0.2.7-1)
-Description: python bindings for beagle
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-gtk2
+Description: Python bindings for beagle
+XB-Python-Version: ${python:Versions}
  Allow accessing Beagle daemon and peforming searches using Python.
  .
  Beagle is a desktop search util for indexing and searching user's data. 
- At the moment, it can index filesystems, Gaim logs, Evolution mail 
+ At the moment, it can index filesystems, Pidgin logs, Evolution mail 
  and data, RSS and other.

Added: packages/libbeagle/trunk/debian/libbeagle-dev.docs
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/libbeagle-dev.docs?rev=3759&op=file
==============================================================================
--- packages/libbeagle/trunk/debian/libbeagle-dev.docs (added)
+++ packages/libbeagle/trunk/debian/libbeagle-dev.docs Sat Mar  1 12:16:17 2008
@@ -1,0 +1,1 @@
+examples/

Modified: packages/libbeagle/trunk/debian/python-beagle.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/python-beagle.install?rev=3759&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/python-beagle.install (original)
+++ packages/libbeagle/trunk/debian/python-beagle.install Sat Mar  1 12:16:17 2008
@@ -1,1 +1,1 @@
-usr/lib/python2.*
+usr/lib/python*/

Modified: packages/libbeagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/rules?rev=3759&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/rules (original)
+++ packages/libbeagle/trunk/debian/rules Sat Mar  1 12:16:17 2008
@@ -10,16 +10,12 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-
 CFLAGS = -Wall -g
-
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
 endif
-
-PYVERS=$(shell pyversions -vs)
 
 configure: configure-stamp
 configure-stamp: patch-stamp
@@ -57,6 +53,9 @@
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
+	# we don't those binaries
+	cd $(CURDIR)/examples && make clean
+	
 	dh_install -a --sourcedir=debian/tmp
 	
 	find debian/python-beagle -name '*.a' -delete
@@ -74,15 +73,15 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs -a ChangeLog
-	dh_installdocs -a
+	dh_installdocs -a -X .deps/
 	dh_installexamples -a
 	dh_installmenu -a
 	dh_installman -a
-	dh_makeshlibs -plibbeagle1 -V
-	dh_pysupport -ppython-beagle
+	dh_makeshlibs -p libbeagle1 -V
+	dh_pysupport -p python-beagle
 	dh_link -a
 	dh_strip -a
-	dh_compress -a
+	dh_compress -a -X examples/
 	dh_fixperms -a
 	dh_installdeb -a
 	dh_shlibdeps -a -L libbeagle1 -l debian/libbeagle1/usr/lib




More information about the Pkg-cli-apps-commits mailing list