[Pkg-cli-apps-commits] r3646 - in /packages/libbeagle/trunk/debian: ./ changelog compat control libbeagle-dev.dirs libbeagle1.dirs python-beagle.dirs rules watch

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sat Dec 29 21:47:23 UTC 2007


Author: meebey
Date: Sat Dec 29 21:47:23 2007
New Revision: 3646

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3646
Log:
- libbeagle -2 update, builds now inside pbuilder


Removed:
    packages/libbeagle/trunk/debian/libbeagle-dev.dirs
    packages/libbeagle/trunk/debian/libbeagle1.dirs
    packages/libbeagle/trunk/debian/python-beagle.dirs
Modified:
    packages/libbeagle/trunk/debian/   (props changed)
    packages/libbeagle/trunk/debian/changelog
    packages/libbeagle/trunk/debian/compat
    packages/libbeagle/trunk/debian/control
    packages/libbeagle/trunk/debian/rules
    packages/libbeagle/trunk/debian/watch

Propchange: packages/libbeagle/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: packages/libbeagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/changelog?rev=3646&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/changelog (original)
+++ packages/libbeagle/trunk/debian/changelog Sat Dec 29 21:47:23 2007
@@ -1,9 +1,24 @@
 libbeagle (0.3.0-2) unstable; urgency=low
 
+  [ Jose Carlos Garcia Sogo ]
   * debian/control:
     + Change Vcs-* fields to point to svn.debian.org
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Tue, 25 Dec 2007 21:27:49 +0100
+  [ Mirco Bauer ]
+  * debian/control:
+    + Changed Maintainer to Debian CLI Applications Team and moved
+      Jose Carlos Garcia Sogo to Uploaders.
+    + Added myself to uploaders.
+    + Updated build-dependencies according to configure checks, fixes FTBFS.
+      (Closes: #457758)
+    + Changed section of libbeagle-dev to libdevel.
+  * debian/*.dirs:
+    + Dropped, they are unneeded as dh_install creates the directories
+      automatically.
+  * debian/compat:
+    + Updated to 5.
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 29 Dec 2007 22:13:41 +0100
 
 libbeagle (0.3.0-1) unstable; urgency=low
 

Modified: packages/libbeagle/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/compat?rev=3646&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/compat (original)
+++ packages/libbeagle/trunk/debian/compat Sat Dec 29 21:47:23 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libbeagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/control?rev=3646&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/control (original)
+++ packages/libbeagle/trunk/debian/control Sat Dec 29 21:47:23 2007
@@ -1,12 +1,13 @@
 Source: libbeagle
 Section: libs
 Priority: optional
-Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), dpatch, intltool, libglib2.0-dev, autotools-dev, python-all-dev (>= 2.3.5-11), python2.4-gtk2, python-gtk2-dev, python-support (>= 0.4), gtk-doc-tools
+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
 Standards-Version: 3.7.3
-Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/libbeagle
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps
-Homepage: http://www.beagle-project.org
+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/
 
 Package: libbeagle1
 Architecture: any
@@ -22,7 +23,7 @@
 
 Package: libbeagle-dev
 Architecture: any
-Section: devel
+Section: libdevel
 Depends: libbeagle1 (>= ${source:Version})
 Description: library for accessing beagle (C bindings)
  This library allow programmers accessing Beagle daemon and performing searches
@@ -35,7 +36,7 @@
 Package: python-beagle
 Architecture: any
 Section: libs
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python2.4-gtk2
+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)

Modified: packages/libbeagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/rules?rev=3646&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/rules (original)
+++ packages/libbeagle/trunk/debian/rules Sat Dec 29 21:47:23 2007
@@ -22,7 +22,7 @@
 PYVERS=$(shell pyversions -vs)
 
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp: patch-stamp
 	dh_testdir
 	
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
@@ -32,8 +32,7 @@
 	touch configure-stamp
 
 build: build-stamp
-
-build-stamp:  configure-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch build-stamp

Modified: packages/libbeagle/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/libbeagle/trunk/debian/watch?rev=3646&op=diff
==============================================================================
--- packages/libbeagle/trunk/debian/watch (original)
+++ packages/libbeagle/trunk/debian/watch Sat Dec 29 21:47:23 2007
@@ -1,5 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
 version=3
 ftp://ftp.gnome.org/pub/GNOME/sources/libbeagle/0.3/libbeagle-(.*)\.tar\.gz	debian	uupdate




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