[Pkg-cli-apps-commits] r4513 - in /packages/gnome-do-plugins/trunk/debian: changelog control copyright rules
raof-guest at users.alioth.debian.org
raof-guest at users.alioth.debian.org
Fri Feb 6 09:41:40 UTC 2009
Author: raof-guest
Date: Fri Feb 6 09:41:40 2009
New Revision: 4513
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4513
Log:
* New upstream version
* debian/control:
+ gnome-sharp2 transition
+ Add banshee build-dep
+ Drop monodevelop build-dep; upstream uses mautil rather than mdtool now
+ Bump required gnome-do version in Build-Dep & Depends.
+ Suggest Banshee
* debian/copyright:
+ Refresh for new upstream version; new plugins added.
* debian/rules:
+ Rework clean target to simply delete files generated by autoreconf,
rather than trying to preserve them.
+ Remove XDG_CONFIG_DIR hack needed for mdtool
Modified:
packages/gnome-do-plugins/trunk/debian/changelog
packages/gnome-do-plugins/trunk/debian/control
packages/gnome-do-plugins/trunk/debian/copyright
packages/gnome-do-plugins/trunk/debian/rules
Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=4513&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Fri Feb 6 09:41:40 2009
@@ -1,3 +1,21 @@
+gnome-do-plugins (0.8.0.2+dfsg-1) UNRELEASED; urgency=low
+
+ * New upstream version
+ * debian/control:
+ + gnome-sharp2 transition
+ + Add banshee build-dep
+ + Drop monodevelop build-dep; upstream uses mautil rather than mdtool now
+ + Bump required gnome-do version in Build-Dep & Depends.
+ + Suggest Banshee
+ * debian/copyright:
+ + Refresh for new upstream version; new plugins added.
+ * debian/rules:
+ + Rework clean target to simply delete files generated by autoreconf,
+ rather than trying to preserve them.
+ + Remove XDG_CONFIG_DIR hack needed for mdtool
+
+ -- Christopher James Halse Rogers <raof at ubuntu.com> Thu, 05 Feb 2009 16:58:51 +1100
+
gnome-do-plugins (0.6.0.1+dfsg-1) experimental; urgency=low
[ Christopher James Halse Rogers ]
Modified: packages/gnome-do-plugins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/control?rev=4513&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/control (original)
+++ packages/gnome-do-plugins/trunk/debian/control Fri Feb 6 09:41:40 2009
@@ -10,21 +10,21 @@
mono-devel (>= 2.0)
autotools-dev,
automake,
- gnome-do (>= 0.6),
+ gnome-do (>= 0.8),
+ banshee (>= 1.4.2),
pkg-config,
intltool,
libtool,
libglib2.0-dev,
- monodevelop,
libevolution3.0-cil,
libflickrnet2.1.5-cil,
- libgconf2.0-cil,
+ libgconf2.24-cil,
libglade2.0-cil,
libglib2.0-cil,
libgnomedesktop2.20-cil,
libgnome-keyring1.0-cil,
- libgnome2.0-cil,
- libgnome-vfs2.0-cil,
+ libgnome2.24-cil,
+ libgnome-vfs2.24-cil,
libgtk2.0-cil,
libmono-addins0.2-cil,
libmono-addins-gui0.2-cil,
@@ -43,11 +43,12 @@
Package: gnome-do-plugins
Architecture: all
Depends: ${cli:Depends},
- gnome-do (>= 0.6)
+ gnome-do (>= 0.8)
Recommends: mlocate | slocate | locate
Conflicts: gnome-do-plugin-amarok, gnome-do-plugin-rhythmbox
Replaces: gnome-do-plugin-amarok, gnome-do-plugin-rhythmbox
-Suggests: epiphany-browser,
+Suggests: banshee,
+ epiphany-browser,
evolution,
iceweasel | firefox,
pidgin,
Modified: packages/gnome-do-plugins/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/copyright?rev=4513&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/copyright (original)
+++ packages/gnome-do-plugins/trunk/debian/copyright Fri Feb 6 09:41:40 2009
@@ -23,6 +23,10 @@
Files: Archive/src/*.cs
Copyright: © 2008 Guillaume Béland
+License: GPL-2+
+
+Files: Cl.ickable/src/*.cs
+Copyright: © 2008 IdeaLab
License: GPL-2+
File: DiskMounter/src/DriveItem.cs
Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=4513&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Fri Feb 6 09:41:40 2009
@@ -8,30 +8,20 @@
include /usr/share/cli-common/cli.make
include /usr/share/dpatch/dpatch.make
-# mdtool for some reason wants to write to $XDG_CONFIG_HOME
-# Set this to something we can write to during the build
-TEMP_CONFIG = $(CURDIR)/build-temp-config
-export XDG_CONFIG_HOME=$(TEMP_CONFIG)
-
configure: configure-stamp
-configure-stamp: configure.upstream Makefile.in.upstream patch-stamp
+configure-stamp: patch-stamp
autoreconf -I m4/shamrock
touch $@
-
-%.upstream:
- mv $(basename $@) $@
build: configure
MCS=/usr/bin/csc dh $@
clean: realclean unpatch
- [ -f configure.upstream ] && mv configure.upstream configure || true
- [ -f Makefile.in.upstream ] && mv Makefile.in.upstream Makefile.in || true
-
-realclean:
dh clean
- rm -rf $(TEMP_CONFIG)
+# Clean buildsystem changes
+ find . -iname Makefile.in -delete
+ rm configure
install: build
dh $@
More information about the Pkg-cli-apps-commits
mailing list