[Pkg-mono-svn-commits] rev 1811 - non-group/f-spot/trunk/debian
Brandon Hale
tseng-guest@costa.debian.org
Fri, 03 Jun 2005 10:24:26 +0000
Author: tseng-guest
Date: 2005-06-03 10:24:26 +0000 (Fri, 03 Jun 2005)
New Revision: 1811
Modified:
non-group/f-spot/trunk/debian/changelog
non-group/f-spot/trunk/debian/control
non-group/f-spot/trunk/debian/control.in
non-group/f-spot/trunk/debian/rules
Log:
0.0.13-1ubuntu1, synchronize with Debian
Modified: non-group/f-spot/trunk/debian/changelog
===================================================================
--- non-group/f-spot/trunk/debian/changelog 2005-06-03 10:14:07 UTC (rev 1810)
+++ non-group/f-spot/trunk/debian/changelog 2005-06-03 10:24:26 UTC (rev 1811)
@@ -1,3 +1,17 @@
+f-spot (0.0.13-1ubuntu1) unstable; urgency=low
+
+ * Synchronize with Debian.
+ * We are now hosted on pkg-mono/non-group/f-spot on svn.debian.org
+
+ -- Brandon Hale <brandon@smarterits.com> Fri, 3 Jun 2005 06:22:37 -0400
+
+f-spot (0.0.13-1) unstable; urgency=low
+
+ * New upstream relase
+ * Updated for mono 1.1 (Closes: #311473)
+
+ -- Ondřej Surý <ondrej@sury.org> Thu, 2 Jun 2005 08:42:59 +0200
+
f-spot (0.0.13-0ubuntu1) breezy; urgency=low
* New upstream release
@@ -8,6 +22,12 @@
-- Brandon Hale <brandon@smarterits.com> Fri, 13 May 2005 21:36:29 -0400
+f-spot (0.0.12-1) unstable; urgency=low
+
+ * New upstream release (Closes: #305016)
+
+ -- Ondřej Surý <ondrej@sury.org> Mon, 18 Apr 2005 09:02:33 +0200
+
f-spot (0.0.12-0ubuntu1) hoary; urgency=low
* New upstream release
Modified: non-group/f-spot/trunk/debian/control
===================================================================
--- non-group/f-spot/trunk/debian/control 2005-06-03 10:14:07 UTC (rev 1810)
+++ non-group/f-spot/trunk/debian/control 2005-06-03 10:24:26 UTC (rev 1811)
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, mono-mcs | c-sharp-compiler, cli-common (>= 0.1.1), libgnome-cil, libxml-parser-perl, libmono-dev, libgnomeui-dev, libexif-dev, libsqlite0-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, mono-mcs (>= 1.1.2) | c-sharp-compiler, cli-common (>= 0.1.3), libgnome-cil, libxml-parser-perl, libmono-dev (>= 1.1.2), libgnomeui-dev, libexif-dev, libsqlite0-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Joe Drew <drew@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Marc 'HE' Brockschmidt <he@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Takuo KITAME <kitame@debian.org>
Standards-Version: 3.6.1
Modified: non-group/f-spot/trunk/debian/control.in
===================================================================
--- non-group/f-spot/trunk/debian/control.in 2005-06-03 10:14:07 UTC (rev 1810)
+++ non-group/f-spot/trunk/debian/control.in 2005-06-03 10:24:26 UTC (rev 1811)
@@ -2,13 +2,13 @@
Section: gnome
Priority: optional
Maintainer: Ondřej Surý <ondrej@debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, mono-mcs | c-sharp-compiler, cli-common (>= 0.1.1), libgnome-cil, libxml-parser-perl, libmono-dev, libgnomeui-dev, libexif-dev, libsqlite0-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, mono-mcs (>= 1.1.2) | c-sharp-compiler, cli-common (>= 0.1.3), libgnome-cil, libxml-parser-perl, libmono-dev (>= 1.1.2), libgnomeui-dev, libexif-dev, libsqlite0-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev
Uploaders: @GNOME_TEAM@
Standards-Version: 3.6.1
Package: f-spot
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${net:Depends}, libgphoto2-2 (>= 2.1.4), libexif10 (>= 0.5.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, libgphoto2-2 (>= 2.1.4), libexif10 (>= 0.5.1)
Description: personal photo management application
F-Spot is meant to be an easy-to-use photo management
application. It allows for importing of your existing
Modified: non-group/f-spot/trunk/debian/rules
===================================================================
--- non-group/f-spot/trunk/debian/rules 2005-06-03 10:14:07 UTC (rev 1810)
+++ non-group/f-spot/trunk/debian/rules 2005-06-03 10:24:26 UTC (rev 1811)
@@ -18,7 +18,4 @@
dh_clideps -d -p$(cdbs_curpkg) $(DEB_DH_NETDEPS_ARGS)
binary-install/f-spot::
- # We still need these for debian/sid
- #/bin/mv $(CURDIR)/debian/f-spot/usr/lib/f-spot/f-spot.exe* $(CURDIR)/debian/f-spot/usr/share/dotnet/f-spot/
- #/bin/mv $(CURDIR)/debian/f-spot/usr/lib/f-spot/libgphoto2-sharp.dll* $(CURDIR)/debian/f-spot/usr/share/dotnet/f-spot/
rm $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.a $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.la $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.so