[Pkg-cli-apps-commits] r3652 - in /packages/monodevelop/trunk/debian: changelog rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Sun Dec 30 17:09:47 UTC 2007
Author: meebey
Date: Sun Dec 30 17:09:47 2007
New Revision: 3652
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3652
Log:
- last minute fixes
Modified:
packages/monodevelop/trunk/debian/changelog
packages/monodevelop/trunk/debian/rules
Modified: packages/monodevelop/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/changelog?rev=3652&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/changelog (original)
+++ packages/monodevelop/trunk/debian/changelog Sun Dec 30 17:09:47 2007
@@ -19,6 +19,7 @@
* debian/rules:
+ Enabled C/C++ project support and GNOME platform support in configure
call.
+ + Enhanced "make clean" error handling.
* debian/control:
+ Added C and C++ to package descriptions.
+ Changed suggests monodevelop-query to monodevelop-database.
Modified: packages/monodevelop/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/rules?rev=3652&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/rules (original)
+++ packages/monodevelop/trunk/debian/rules Sun Dec 30 17:09:47 2007
@@ -4,8 +4,8 @@
export MONO_SHARED_DIR=$(CURDIR)
include /usr/share/dpatch/dpatch.make
-configure: patch configure-stamp
-configure-stamp:
+configure: configure-stamp
+configure-stamp: patch-stamp
dh_testdir
./configure --prefix=/usr \
--mandir=\$${prefix}/share/man \
@@ -16,8 +16,8 @@
--enable-aspnet --enable-gnomeplatform --enable-c
touch configure-stamp
-build: configure build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
dh_testdir
$(MAKE) RUNTIME=/usr/bin/cli
touch build-stamp
@@ -28,7 +28,7 @@
dh_testroot
rm -f configure-stamp
rm -f build-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
rm -rf $(CURDIR)/.wapi
dh_clean
@@ -75,5 +75,6 @@
binary-arch:
-binary: binary-indep
+binary: binary-arch binary-indep
+
.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
More information about the Pkg-cli-apps-commits
mailing list