r22829 - in /packages/unstable/zeitgeist/debian: changelog control control.in rules zeitgeist-daemon.bash_completion

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Wed Jan 20 00:02:55 UTC 2010


Author: rainct-guest
Date: Wed Jan 20 00:02:44 2010
New Revision: 22829

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22829
Log:
* New upstream release:
   - Add FindEvents, optimized shorthand for GetEvents(FindEventIds(...)).
   - Fix DeleteEvents and make it ignore bad requests.
   - Fix GetEvents not to raise an exception when called with an empty list.
   - ZeitgeistClient.get_version() now returns a Python list.
   - Some code refactoring, documentation changes and other little fixes.
* Delete debian/zeitgeist-daemon.bash_completion, as it's now in the tarball,
  and update debian/rules to reflect this change.
* debian/control.in:
   - Change Homepage field to zeitgeist-project.com.

Removed:
    packages/unstable/zeitgeist/debian/zeitgeist-daemon.bash_completion
Modified:
    packages/unstable/zeitgeist/debian/changelog
    packages/unstable/zeitgeist/debian/control
    packages/unstable/zeitgeist/debian/control.in
    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=22829&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/changelog [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/changelog [utf-8] Wed Jan 20 00:02:44 2010
@@ -1,3 +1,18 @@
+zeitgeist (0.3.2-1) unstable; urgency=low
+
+  * New upstream release:
+     - Add FindEvents, optimized shorthand for GetEvents(FindEventIds(...)).
+     - Fix DeleteEvents and make it ignore bad requests.
+     - Fix GetEvents not to raise an exception when called with an empty list.
+     - ZeitgeistClient.get_version() now returns a Python list.
+     - Some code refactoring, documentation changes and other little fixes.
+  * Delete debian/zeitgeist-daemon.bash_completion, as it's now in the tarball,
+    and update debian/rules to reflect this change.
+  * debian/control.in:
+     - Change Homepage field to zeitgeist-project.com.
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Wed, 20 Jan 2010 00:23:48 +0100
+
 zeitgeist (0.3.1-1) unstable; urgency=low
 
   * First upload to enter Debian (Closes: #529067).

Modified: packages/unstable/zeitgeist/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/control?rev=22829&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/control [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/control [utf-8] Wed Jan 20 00:02:44 2010
@@ -13,7 +13,7 @@
  intltool
 Build-Depends-Indep:
  python-support (>= 0.5.3)
-Homepage: https://launchpad.net/zeitgeist
+Homepage: http://zeitgeist-project.com/
 Standards-Version: 3.8.3
 
 Package: zeitgeist

Modified: packages/unstable/zeitgeist/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/control.in?rev=22829&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/control.in [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/control.in [utf-8] Wed Jan 20 00:02:44 2010
@@ -8,7 +8,7 @@
  intltool
 Build-Depends-Indep:
  python-support (>= 0.5.3)
-Homepage: https://launchpad.net/zeitgeist
+Homepage: http://zeitgeist-project.com/
 Standards-Version: 3.8.3
 
 Package: zeitgeist

Modified: packages/unstable/zeitgeist/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/zeitgeist/debian/rules?rev=22829&op=diff
==============================================================================
--- packages/unstable/zeitgeist/debian/rules [utf-8] (original)
+++ packages/unstable/zeitgeist/debian/rules [utf-8] Wed Jan 20 00:02:44 2010
@@ -4,15 +4,13 @@
 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
--include /usr/share/gnome-pkg-tools/1/rules/lp-get-source.mk
 
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
 install/zeitgeist-core::
 	dh_installdirs -pzeitgeist-core -Pdebian/tmp etc/bash_completion.d
-	install $(CURDIR)/debian/zeitgeist-daemon.bash_completion \
+	install -m 644 $(CURDIR)/extra/zeitgeist-daemon.bash_completion \
 		$(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon
-	chmod a-x $(CURDIR)/debian/tmp/etc/bash_completion.d/zeitgeist-daemon
 
 binary-install/zeitgeist-core::
 	dh_pysupport /usr/share/zeitgeist




More information about the pkg-gnome-commits mailing list