[Pkg-cli-apps-commits] r5302 - in /packages/monodevelop-boo/trunk/debian: changelog control
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Fri Feb 12 00:08:18 UTC 2010
Author: directhex
Date: Fri Feb 12 00:08:14 2010
New Revision: 5302
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5302
Log:
* Rebuild against MonoDevelop 2.2.1
* debian/control:
+ Bump Standards to 3.8.4 (no changes)
+ Build-depend on MonoDevelop 2.2.1
+ Hack binary package dependencies to add ".1" to expected version
of Monodevelop - annoyingly, this is required on rare occasions like
this where addins don't have matching versions to MD itself.
Modified:
packages/monodevelop-boo/trunk/debian/changelog
packages/monodevelop-boo/trunk/debian/control
Modified: packages/monodevelop-boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/changelog?rev=5302&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/changelog (original)
+++ packages/monodevelop-boo/trunk/debian/changelog Fri Feb 12 00:08:14 2010
@@ -1,3 +1,15 @@
+monodevelop-boo (2.2-2) UNRELEASED; urgency=low
+
+ * Rebuild against MonoDevelop 2.2.1
+ * debian/control:
+ + Bump Standards to 3.8.4 (no changes)
+ + Build-depend on MonoDevelop 2.2.1
+ + Hack binary package dependencies to add ".1" to expected version
+ of Monodevelop - annoyingly, this is required on rare occasions like
+ this where addins don't have matching versions to MD itself.
+
+ -- Jo Shields <directhex at apebox.org> Thu, 11 Feb 2010 11:28:21 +0000
+
monodevelop-boo (2.2-1) unstable; urgency=low
[ Jo Shields ]
Modified: packages/monodevelop-boo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/control?rev=5302&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/control (original)
+++ packages/monodevelop-boo/trunk/debian/control Fri Feb 12 00:08:14 2010
@@ -4,7 +4,7 @@
Maintainer: Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: cli-common-dev (>= 0.5.4),
- monodevelop (>= 2.2+dfsg-2~),
+ monodevelop (>= 2.2.1),
monodevelop-nunit (>= 2.2),
monodevelop-versioncontrol (>= 2.2),
boo (>= 0.8.2),
@@ -15,7 +15,7 @@
libglib2.0-cil-dev,
libgconf2.0-cil-dev,
libgtksourceview2-cil-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.monodevelop.com/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/monodevelop-boo/trunk/
@@ -23,8 +23,8 @@
Package: monodevelop-boo
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends},
- monodevelop (>= ${source:Upstream-Version}),
- monodevelop (<< ${source:Upstream-Version}.),
+ monodevelop (>= ${source:Upstream-Version}.1),
+ monodevelop (<< ${source:Upstream-Version}.1.),
boo (>= 0.7.9.2659)
Description: Boo plugin for MonoDevelop
MonoDevelop is a GNOME IDE primarily designed for C# and other .NET
More information about the Pkg-cli-apps-commits
mailing list