[Pkg-cli-apps-commits] r4728 - in /packages/monodevelop-boo/trunk/debian: changelog control watch
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Thu Mar 19 21:59:18 UTC 2009
Author: meebey
Date: Thu Mar 19 21:59:18 2009
New Revision: 4728
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4728
Log:
* NOT RELEASED YET
* TODO: build fails with a boo error! needs patch!
* New upstream (bugfix) release.
* debian/control:
+ Tighten binary dependency on monodevelop, to ensure the plugin is only
installed using the same monodevelop version, as the plugins are not
forward compatible.
* debian/watch:
+ Updated to use directory of ftp/http download server.
Modified:
packages/monodevelop-boo/trunk/debian/changelog
packages/monodevelop-boo/trunk/debian/control
packages/monodevelop-boo/trunk/debian/watch
Modified: packages/monodevelop-boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/changelog?rev=4728&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/changelog (original)
+++ packages/monodevelop-boo/trunk/debian/changelog Thu Mar 19 21:59:18 2009
@@ -1,3 +1,17 @@
+monodevelop-boo (1.9.3-1) unstable; urgency=low
+
+ * NOT RELEASED YET
+ * TODO: build fails with a boo error! needs patch!
+ * New upstream (bugfix) release.
+ * debian/control:
+ + Tighten binary dependency on monodevelop, to ensure the plugin is only
+ installed using the same monodevelop version, as the plugins are not
+ forward compatible.
+ * debian/watch:
+ + Updated to use directory of ftp/http download server.
+
+ -- Mirco Bauer <meebey at debian.org> Tue, 17 Mar 2009 23:11:25 +0100
+
monodevelop-boo (1.9.2-2) unstable; urgency=low
* Upload to unstable.
Modified: packages/monodevelop-boo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/control?rev=4728&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/control (original)
+++ packages/monodevelop-boo/trunk/debian/control Thu Mar 19 21:59:18 2009
@@ -24,7 +24,10 @@
Package: monodevelop-boo
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, monodevelop (>= ${source:Version}), boo (>= 0.7.9.2659)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends},
+ monodevelop (>= ${source:Upstream-Version}~),
+ monodevelop (<< ${source:Upstream-Version}a~),
+ boo (>= 0.7.9.2659)
Description: Boo plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
languages.
Modified: packages/monodevelop-boo/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/watch?rev=4728&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/watch (original)
+++ packages/monodevelop-boo/trunk/debian/watch Thu Mar 19 21:59:18 2009
@@ -1,2 +1,2 @@
version=2
-http://monodevelop.com/Download_-_Unstable .+/monodevelop-boo-([\d\.]+)\.(zip|tar\.(gz|bz2))
+http://ftp.novell.com/pub/mono/sources/monodevelop-boo/monodevelop-boo-([\d\.]+)\.(zip|tar\.(gz|bz2))
More information about the Pkg-cli-apps-commits
mailing list