r23909 - in /packages/unstable/zeitgeist/debian: changelog control control.in rules source/ source/format

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Tue Apr 20 13:54:56 UTC 2010


Author: rainct-guest
Date: Tue Apr 20 13:54:47 2010
New Revision: 23909

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23909
Log:
* New upstream release:
   - Added new ReturnTypes ({Most,Least}{PopularActor,RecentActor}).
   - Added DataSourceRegistry extension and support for extensions
     identifying callers (when methods are executed through D-Bus).
   - Overhauled FindRelatedUris for better results and improved performance.
   - Several other changes and bug fixes (LP: #549567, #531793).
* debian/control, debian/rules:
   - Get ride of CDBS (switch to dh7).
   - Bump Standards-Version to 3.8.4.
* Add debian/source/format file with content "1.0".

Added:
    packages/unstable/zeitgeist/debian/source/
    packages/unstable/zeitgeist/debian/source/format
Removed:
    packages/unstable/zeitgeist/debian/control.in
Modified:
    packages/unstable/zeitgeist/debian/changelog
    packages/unstable/zeitgeist/debian/control
    packages/unstable/zeitgeist/debian/rules

Modified: packages/unstable/zeitgeist/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/changelog?rev=23909&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/changelog [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/changelog [utf-8] Tue Apr 20 13:54:47 2010
@@ -1,3 +1,18 @@
+zeitgeist (0.3.3-1) unstable; urgency=low
+
+  * New upstream release:
+     - Added new ReturnTypes ({Most,Least}{PopularActor,RecentActor}).
+     - Added DataSourceRegistry extension and support for extensions
+       identifying callers (when methods are executed through D-Bus).
+     - Overhauled FindRelatedUris for better results and improved performance.
+     - Several other changes and bug fixes (LP: #549567, #531793).
+  * debian/control, debian/rules:
+     - Get ride of CDBS (switch to dh7).
+     - Bump Standards-Version to 3.8.4.
+  * Add debian/source/format file with content "1.0".
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Tue, 20 Apr 2010 14:38:53 +0200
+
 zeitgeist (0.3.2-1) unstable; urgency=low
 
   * New upstream release:
@@ -62,4 +77,3 @@
     and has files with unclear licensing.
 
  -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Wed, 08 Jul 2009 00:34:59 +0200
-

Modified: packages/unstable/zeitgeist/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/control?rev=23909&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/control [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/control [utf-8] Tue Apr 20 13:54:47 2010
@@ -1,20 +1,13 @@
-# This file is autogenerated. DO NOT EDIT!
-# 
-# Modifications should be made to debian/control.in instead.
-# This file is regenerated automatically in the clean target.
-
 Source: zeitgeist
 Section: utils
 Priority: optional
 Maintainer: Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
-Build-Depends: cdbs (>= 0.4.49),
- debhelper (>= 5.0.38),
- gnome-pkg-tools,
+Build-Depends: debhelper (>= 7.0.50),
  intltool
 Build-Depends-Indep:
  python-support (>= 0.5.3)
 Homepage: http://zeitgeist-project.com/
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: zeitgeist
 Architecture: all
@@ -60,7 +53,7 @@
  python-dbus,
  python-gconf,
  python-gobject (>= 2.16.0),
- zeitgeist-core
+ zeitgeist-core (>= 0.3.3)
 Recommends: python-gtk2 (>= 2.14.1)
 Description: event logging framework - passive logging daemon
  Zeitgeist is a service which logs the user's activities and events (files

Modified: packages/unstable/zeitgeist/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/rules?rev=23909&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/rules [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/rules [utf-8] Tue Apr 20 13:54:47 2010
@@ -1,19 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+%:
+	dh --with python-support $@
 
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
-
-install/zeitgeist-core::
+override_dh_auto_install:
+	dh_auto_install
 	dh_installdirs -pzeitgeist-core -Pdebian/tmp etc/bash_completion.d
 	install -m 644 $(CURDIR)/extra/zeitgeist-daemon.bash_completion \
 		$(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon
 
-binary-install/zeitgeist-core::
-	dh_pysupport /usr/share/zeitgeist
-
-binary-install/zeitgeist-datahub::
-	dh_pysupport /usr/share/zeitgeist
+override_dh_install:
+	dh_install --sourcedir=$(CURDIR)/debian/tmp

Added: packages/unstable/zeitgeist/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/source/format?rev=23909&op=file
==============================================================================
--- packages/unstable/zeitgeist/debian/source/format (added)
+++ packages/unstable/zeitgeist/debian/source/format [utf-8] Tue Apr 20 13:54:47 2010
@@ -1,0 +1,1 @@
+1.0




More information about the pkg-gnome-commits mailing list