[Pkg-cli-libs-commits] [SCM] cecil branch, master, updated. upstream/0.6+svn148654-9-g203bce7

Iain Lane laney at ubuntu.com
Wed Dec 16 22:00:23 UTC 2009


The following commit has been merged in the master branch:
commit 203bce700f4b46108b3fac6c7f67d32d6d5d2577
Author: Iain Lane <laney at ubuntu.com>
Date:   Wed Dec 16 21:57:17 2009 +0000

    mono-devel build-dep fix & debhelper versioning
    
    * debian/control: Change build-depends on packages provided by `mono' source
      package to mono-devel (>= 2.4.3) as this provides all we need.

diff --git a/debian/changelog b/debian/changelog
index 02e9019..bd9d800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,14 +6,16 @@ cecil (0.6+svn148654-1) UNRELEASED; urgency=low
     or ABI stable. Consumers must now copy the library.
   * debian/control, debian/rules, debian/patches: Disable patchsys as this was
     only used to change assembly version which is now not necessary.
-  * debian/rules, debian/mono.snk.uue: No need to sign now, not neccessary for
+  * debian/rules, debian/mono.snk.uue: No need to sign now, not necessary for
     unstable libs.
   * debian/control, debian/libmono-cecil-cil-dev*: Drop -dev package as this
     is used for dynamic linking, which we are not doing any more.
   * debian/changelog, debian/clean, debian/libmono-cecil-cil.docs: Update
     dh7isation
+  * debian/control: Change build-depends on packages provided by `mono' source
+    package to mono-devel (>= 2.4.3) as this provides all we need.
 
- -- Iain Lane <laney at ubuntu.com>  Wed, 16 Dec 2009 20:27:43 +0000
+ -- Iain Lane <laney at ubuntu.com>  Wed, 16 Dec 2009 21:52:33 +0000
 
 cecil (0.6-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e22707f..325a440 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: cli-common-dev (>= 0.5.4),
- mono-devel (>= 2.4.2.3),
- sharutils,
- libmono2.0-cil
+ mono-devel (>= 2.4.3),
+ sharutils
 Standards-Version: 3.8.3
 Homepage: http://www.mono-project.com/Cecil
 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/cecil.git

-- 
cecil



More information about the Pkg-cli-libs-commits mailing list