[Pkg-cli-apps-commits] r5174 - in /packages/bless/trunk/debian: changelog control rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Wed Jan 6 14:56:55 UTC 2010
Author: directhex
Date: Wed Jan 6 14:56:54 2010
New Revision: 5174
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5174
Log:
* debian/control,
debian/rules:
+ Use mono-devel 2.4.3 and mono-csc from inside (Closes: #562263)
* debian/control:
+ Update build-depends for -cil-dev transition
Modified:
packages/bless/trunk/debian/changelog
packages/bless/trunk/debian/control
packages/bless/trunk/debian/rules
Modified: packages/bless/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/bless/trunk/debian/changelog?rev=5174&op=diff
==============================================================================
--- packages/bless/trunk/debian/changelog (original)
+++ packages/bless/trunk/debian/changelog Wed Jan 6 14:56:54 2010
@@ -1,3 +1,13 @@
+bless (0.6.0-2) UNRELEASED; urgency=low
+
+ * debian/control,
+ debian/rules:
+ + Use mono-devel 2.4.3 and mono-csc from inside (Closes: #562263)
+ * debian/control:
+ + Update build-depends for -cil-dev transition
+
+ -- Jo Shields <directhex at apebox.org> Wed, 06 Jan 2010 14:52:46 +0000
+
bless (0.6.0-1) unstable; urgency=low
[ Iain Lane ]
Modified: packages/bless/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/bless/trunk/debian/control?rev=5174&op=diff
==============================================================================
--- packages/bless/trunk/debian/control (original)
+++ packages/bless/trunk/debian/control Wed Jan 6 14:56:54 2010
@@ -8,11 +8,11 @@
pkg-config,
rarian-compat | scrollkeeper
Build-Depends-Indep: cli-common-dev (>= 0.4.4),
- mono-devel (>= 2.0.1),
- libgtk2.0-cil (>= 2.8),
- libglade2.0-cil (>= 2.8),
- libmono-posix2.0-cil (>= 2.0)
-Standards-Version: 3.8.0
+ mono-devel (>= 2.4.3),
+ libglib2.0-cil-dev,
+ libgtk2.0-cil-dev,
+ libglade2.0-cil-dev
+Standards-Version: 3.8.3
Homepage: http://home.gna.org/bless/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/bless/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/bless/trunk/
Modified: packages/bless/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/bless/trunk/debian/rules?rev=5174&op=diff
==============================================================================
--- packages/bless/trunk/debian/rules (original)
+++ packages/bless/trunk/debian/rules Wed Jan 6 14:56:54 2010
@@ -14,7 +14,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --without-scrollkeeper --disable-nls MCS=/usr/bin/csc
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --without-scrollkeeper --disable-nls MCS=/usr/bin/mono-csc
DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/bless/usr
DEB_COMPRESS_EXCLUDE := .xmi .xml
More information about the Pkg-cli-apps-commits
mailing list