[Pkg-cli-apps-commits] r4140 - in /packages/libbeagle/trunk/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Sep 20 08:30:47 UTC 2008


Author: hanska-guest
Date: Sat Sep 20 08:30:46 2008
New Revision: 4140

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4140
Log:
Added libbeagle-dbg package (Closes: #498526)

Modified:
    packages/libbeagle/trunk/debian/changelog
    packages/libbeagle/trunk/debian/control
    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=4140&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/changelog (original)
+++ packages/libbeagle/trunk/debian/changelog Sat Sep 20 08:30:46 2008
@@ -1,3 +1,9 @@
+libbeagle (0.3.5-2) UNRELEASED; urgency=low
+
+  * Added libbeagle-dbg package (Closes: #498526)
+
+ -- David Paleino <d.paleino at gmail.com>  Sat, 20 Sep 2008 10:23:59 +0200
+
 libbeagle (0.3.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libbeagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/control?rev=4140&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/control (original)
+++ packages/libbeagle/trunk/debian/control Sat Sep 20 08:30:46 2008
@@ -31,6 +31,20 @@
  At the moment, it can index filesystems, Pidgin logs, Evolution mail 
  and data, RSS and other.
 
+Package: libbeagle-dbg
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, libbeagle1 (= ${binary:Version})
+Description: library for accessing beagle using C - debugging symbols
+ This library allow programmers accessing Beagle daemon and performing searches
+ using C language.
+ .
+ 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.
+ .
+ This package contains debugging symbols for libbeagle1.
+
 Package: libbeagle-dev
 Architecture: any
 Section: libdevel

Modified: packages/libbeagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/rules?rev=4140&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/rules (original)
+++ packages/libbeagle/trunk/debian/rules Sat Sep 20 08:30:46 2008
@@ -80,7 +80,7 @@
 	dh_makeshlibs -p libbeagle1 -V
 	dh_pysupport -p python-beagle
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=libbeagle-dbg
 	dh_compress -a -X examples/
 	dh_fixperms -a
 	dh_installdeb -a




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