r24010 - in /packages/unstable/gnome-hearts/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sat Apr 24 22:13:53 UTC 2010
Author: pochu
Date: Sat Apr 24 22:13:53 2010
New Revision: 24010
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24010
Log:
* debian/rules:
- No need to force pysupport to byte compile gnome-hearts for a
specific version instead of the default one.
Modified:
packages/unstable/gnome-hearts/debian/changelog
packages/unstable/gnome-hearts/debian/rules
Modified: packages/unstable/gnome-hearts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/changelog?rev=24010&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-hearts/debian/changelog [utf-8] Sat Apr 24 22:13:53 2010
@@ -1,7 +1,13 @@
gnome-hearts (0.3-3) UNRELEASED; urgency=low
+ [ Josselin Mouette ]
* Build-conflict with rarian-compat; it generates OMF files unsuitable
for scrollkeeper for this package.
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/rules:
+ - No need to force pysupport to byte compile gnome-hearts for a
+ specific version instead of the default one.
-- Josselin Mouette <joss at debian.org> Sun, 30 Nov 2008 10:10:57 +0100
Modified: packages/unstable/gnome-hearts/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-hearts/debian/rules?rev=24010&op=diff
==============================================================================
--- packages/unstable/gnome-hearts/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-hearts/debian/rules [utf-8] Sat Apr 24 22:13:53 2010
@@ -13,4 +13,4 @@
binary-post-install/gnome-hearts::
mv debian/gnome-hearts/usr/bin debian/gnome-hearts/usr/games
- dh_pysupport -p$(cdbs_curpkg) -V`pyversions -dv`
+ dh_pysupport -p$(cdbs_curpkg)
More information about the pkg-gnome-commits
mailing list