r19799 - in /packages/unstable/gmime2.4/debian: changelog control control.in rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Mon Apr 27 20:48:47 UTC 2009
Author: meebey
Date: Mon Apr 27 20:48:47 2009
New Revision: 19799
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19799
Log:
* debian/control.in:
+ Bumped cli-common-dev build-dep to >= 0.5.7 as we use cli.make of it.
+ Moved cli-common-dev build-dep to Build-Depends-Indep.
* debian/rules:
+ Removed explicit --enable-mono from configure call and let the
auto-detection do it's work. This makes arch:any vs arch:any + arch:all
builds much simpler. (Closes: #525664)
Modified:
packages/unstable/gmime2.4/debian/changelog
packages/unstable/gmime2.4/debian/control
packages/unstable/gmime2.4/debian/control.in
packages/unstable/gmime2.4/debian/rules
Modified: packages/unstable/gmime2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/changelog?rev=19799&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog (original)
+++ packages/unstable/gmime2.4/debian/changelog Mon Apr 27 20:48:47 2009
@@ -3,8 +3,14 @@
* New upstream release.
* debian/control.in:
+ Really apply short description changes.
+ + Bumped cli-common-dev build-dep to >= 0.5.7 as we use cli.make of it.
+ + Moved cli-common-dev build-dep to Build-Depends-Indep.
+ * debian/rules:
+ + Removed explicit --enable-mono from configure call and let the
+ auto-detection do it's work. This makes arch:any vs arch:any + arch:all
+ builds much simpler. (Closes: #525664)
- -- Mirco Bauer <meebey at debian.org> Sun, 26 Apr 2009 12:06:19 +0200
+ -- Mirco Bauer <meebey at debian.org> Mon, 27 Apr 2009 22:44:40 +0200
gmime2.4 (2.4.4-2) unstable; urgency=low
Modified: packages/unstable/gmime2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/control?rev=19799&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/control (original)
+++ packages/unstable/gmime2.4/debian/control Mon Apr 27 20:48:47 2009
@@ -4,7 +4,6 @@
Maintainer: Mirco Bauer <meebey at debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50),
- cli-common-dev (>= 0.4.4) [i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390],
gnome-pkg-tools (>= 0.10),
quilt,
libtool,
@@ -15,7 +14,8 @@
zlib1g-dev,
gtk-doc-tools (>= 1.8),
docbook-utils
-Build-Depends-Indep: mono-devel (>= 2.0),
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.0),
monodoc-base,
libglib2.0-cil (>= 2.4.0),
gtk-sharp2-gapi (>= 2.4.0)
Modified: packages/unstable/gmime2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/control.in?rev=19799&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/control.in (original)
+++ packages/unstable/gmime2.4/debian/control.in Mon Apr 27 20:48:47 2009
@@ -4,7 +4,6 @@
Maintainer: Mirco Bauer <meebey at debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 7.0.50),
- cli-common-dev (>= 0.4.4) [i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390],
gnome-pkg-tools (>= 0.10),
quilt,
libtool,
@@ -15,7 +14,8 @@
zlib1g-dev,
gtk-doc-tools (>= 1.8),
docbook-utils
-Build-Depends-Indep: mono-devel (>= 2.0),
+Build-Depends-Indep: cli-common-dev (>= 0.5.7),
+ mono-devel (>= 2.0),
monodoc-base,
libglib2.0-cil (>= 2.4.0),
gtk-sharp2-gapi (>= 2.4.0)
Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=19799&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules (original)
+++ packages/unstable/gmime2.4/debian/rules Mon Apr 27 20:48:47 2009
@@ -10,12 +10,6 @@
VERSION = $(shell echo $(DEB_VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
DEB_CLI_ABI_VERSION = 2.4
DEB_CLI_API_VERSION = 2.4.4
-
-MONO_ARCHS = i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
-
-ifneq (,$(findstring $(DEB_BUILD_ARCH),$(MONO_ARCHS)))
- MONO_CONF_FLAGS = --enable-mono CSC=/usr/bin/csc
-endif
include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
@@ -30,8 +24,7 @@
dh_auto_configure -- \
--enable-gtk-doc \
--disable-rpath \
- --enable-largefile \
- $(MONO_CONF_FLAGS)
+ --enable-largefile
override_dh_auto_build:
dh_auto_build
More information about the pkg-gnome-commits
mailing list