[Pkg-cli-apps-commits] r5131 - in /packages/monodevelop-database/trunk/debian: changelog control rules
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Sun Oct 18 23:23:32 UTC 2009
Author: directhex
Date: Sun Oct 18 23:23:32 2009
New Revision: 5131
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5131
Log:
* debian/rules,
debian/control:
+ Use mono-csc from mono-devel 2.4.2.3+
Modified:
packages/monodevelop-database/trunk/debian/changelog
packages/monodevelop-database/trunk/debian/control
packages/monodevelop-database/trunk/debian/rules
Modified: packages/monodevelop-database/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/changelog?rev=5131&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/changelog (original)
+++ packages/monodevelop-database/trunk/debian/changelog Sun Oct 18 23:23:32 2009
@@ -7,6 +7,9 @@
+ Policy-compliant get-orig-source location
+ Fix timestamp on get-orig-source to 2009-10-18 to reduce
console spew
+ * debian/rules,
+ debian/control:
+ + Use mono-csc from mono-devel 2.4.2.3+
-- Jo Shields <directhex at apebox.org> Sun, 18 Oct 2009 23:45:05 +0100
Modified: packages/monodevelop-database/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/control?rev=5131&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/control (original)
+++ packages/monodevelop-database/trunk/debian/control Sun Oct 18 23:23:32 2009
@@ -7,7 +7,7 @@
monodevelop (>= 2.1.1),
monodevelop-versioncontrol (>= 2.1.1),
monodevelop-nunit (>= 2.1.1),
- mono-devel (>= 2.0),
+ mono-devel (>= 2.4.2.3),
autoconf,
automake,
autotools-dev,
Modified: packages/monodevelop-database/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/rules?rev=5131&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/rules (original)
+++ packages/monodevelop-database/trunk/debian/rules Sun Oct 18 23:23:32 2009
@@ -22,8 +22,8 @@
./configure --prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
- MCS=/usr/bin/csc \
- CSC=/usr/bin/csc
+ MCS=/usr/bin/mono-csc \
+ CSC=/usr/bin/mono-csc
touch configure-stamp
build: build-stamp
More information about the Pkg-cli-apps-commits
mailing list