[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-6-26-g8b65c7c

Mirco Bauer meebey at meebey.net
Wed Aug 5 23:04:10 UTC 2009


The following commit has been merged in the master branch:
commit 8b65c7c94ae3c808859fb1f2b90aeac92abc53e9
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri Jul 31 04:10:14 2009 +0200

      * debian/control:
        + Add missing cli:Suggests to libmono-bytefx0.7.6.1-cil and
          libmono-bytefx0.7.6.2-cil.
      * debian/rules:
        + Removed mono:upversion and mono:next-version from dh_gencontrol -s
          call as those are unused for arch:any packages.

diff --git a/debian/changelog b/debian/changelog
index 1585b4b..6736b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+mono (2.4.2.3+dfsg-2~pre1) unstable; urgency=low
+
+  * debian/control:
+    + Add missing cli:Suggests to libmono-bytefx0.7.6.1-cil and
+      libmono-bytefx0.7.6.2-cil.
+  * debian/rules:
+    + Removed mono:upversion and mono:next-version from dh_gencontrol -s
+      call as those are unused for arch:any packages.
+
+ -- Mirco Bauer <meebey at debian.org>  Fri, 31 Jul 2009 03:03:16 +0200
+
 mono (2.4.2.3+dfsg-1) unstable; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index f3fa206..012da21 100644
--- a/debian/control
+++ b/debian/control
@@ -774,8 +774,8 @@ Description: Mono System.Web library (for CLI 1.0)
 Package: libmono-system-web2.0-cil
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6)
-Depends: ${cli:Depends}, mono-runtime (>= ${mono:upversion}), mono-runtime (<< ${mono:next-upversion}), libgdiplus
 Suggests: ${cli:Suggests}
+Depends: ${cli:Depends}, mono-runtime (>= ${mono:upversion}), mono-runtime (<< ${mono:next-upversion}), libgdiplus
 Description: Mono System.Web Library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
@@ -1006,6 +1006,7 @@ Description: Mono Npgsql library (for CLI 2.0)
 Package: libmono-bytefx0.7.6.1-cil
 Architecture: all
 Replaces: mono-classlib-1.0 (<< 1.1.13.4-1), mono-classlib-1.0-dbg (<< 1.1.13.4-1)
+Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
 Description: Mono ByteFX.Data library (for CLI 1.0)
  Mono is a platform for running and developing applications based on the
@@ -1020,6 +1021,7 @@ Description: Mono ByteFX.Data library (for CLI 1.0)
 Package: libmono-bytefx0.7.6.2-cil
 Architecture: all
 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1)
+Suggests: ${cli:Suggests}
 Depends: ${cli:Depends}
 Description: Mono ByteFX.Data library (for CLI 2.0)
  Mono is a platform for running and developing applications based on the
diff --git a/debian/rules b/debian/rules
index 29cb649..b9043c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -462,7 +462,7 @@ binary-arch: build-arch install-arch test-arch-stamp
 	dh_makeshlibs -plibmono0 -V 'libmono0 (>= $(UPVERSION))'
 	dh_installdeb -s
 	dh_shlibdeps -s -Xlibmono-profiler-cov -ldebian/libmono0/usr/lib
-	dh_gencontrol -s -- -Vmono:upversion=$(UPVERSION) -Vmono:next-upversion=$(NEXT_UPVERSION)
+	dh_gencontrol -s
 	dh_md5sums -s
 	dh_builddeb -s
 

-- 
mono



More information about the Pkg-mono-svn-commits mailing list