[Pkg-cli-libs-commits] [SCM] gnome-sharp2 branch, master, created. 508a5a8015c67f30581461b62da1ff24c35e94a3

Julian Taylor jtaylor.debian at googlemail.com
Thu May 26 00:10:16 UTC 2011


The branch, master has been created
        at  508a5a8015c67f30581461b62da1ff24c35e94a3 (commit)

- Shortlog ------------------------------------------------------------
commit 508a5a8015c67f30581461b62da1ff24c35e94a3
Merge: c7abee5 bf476e9
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Thu May 26 02:06:15 2011 +0200

    Merge commit 'upstream/2.24.1'

commit c7abee5b0d2a313d88f0e1a4c3e776a578776d90
Merge: 14798ee 4986862
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Thu May 26 02:03:34 2011 +0200

    Merge branch 'upstream'

commit 14798ee4ab1d4d43e1bf1f7a0e53c1a03cb7f967
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Jan 7 10:55:04 2010 +0000

    debian/control: Update section to cli-mono, per the archive overrides

commit 45acc36c2da4470607b5ab9f4ffb8c0e3b42cdd4
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jan 7 09:58:52 2010 +0000

    Finalize changelog

commit d5abcd6494e66ede4496427e86b239fb744c9541
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jan 7 09:56:41 2010 +0000

      * debian/control:
        + Add explicit Depends lines to libgnome2.0-cil-dev pointing to -dev
          packages which gnome-sharp-2.0.pc has Requires: lines for

commit df5a75288f20e0a7f26b3db9525797d97f0d098b
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jan 6 11:08:25 2010 +0000

    Finalize changelog

commit 4af116b18ebd779b8e767b5a61607af3702cc685
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jan 6 10:21:57 2010 +0000

       * debian/control:
         + Add missing build-depend on libglib2.0-cil-dev

commit 1295943875907793ffadecbb89f64115d7e3b020
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Jan 4 06:01:44 2010 +0000

    * debian/README.source:
      + Add dpatch README.source; we might as well comply with policy here.
        One less lintian warning!

commit f45a52b283e8304f8dcd01d8a194073b6674b915
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date:   Mon Jan 4 05:57:15 2010 +0000

    Replace logic to copy a pre-patched ltmain.sh supporting --as-needed with
    logic to apply a patch to the post-autoreconf ltmain.sh doing the same thing.
    
    This should be more robust; it certainly will be more robust over libtool
    version changes, as the previous logic ensured a FTBFS with each new libtool
    version.

commit 52478959735304b2f3d14f9c3d734b5c341f501b
Author: Mirco Bauer <meebey at debian.org>
Date:   Sun Jan 3 19:27:39 2010 +0000

      * debian/lib*-cil-dev.install
        debian/control:
        + Renamed the -cil-dev packages so they contain the API version, as the
          pkg-config files are versioned too.
          (no Replaces/Conflicts added as -2 never hit the archive!)
      * debian/control:
        + Let gnome-sharp2 meta package depend on the same source version for
          simple and reliable upgrades.

commit a2670dae34393b5f527a9ec63abc130f74a1d73f
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Dec 16 19:06:29 2009 +0000

      * debian/control:
        + Switch mono-devel and *-cil build-dependencies for mono -dev transition
      * debian/rules:
        + Use mono-csc as compiler command

commit 082bda189589141ade43140e88b67a95f5e710b2
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Dec 1 12:11:52 2009 +0000

      * debian/control:
        + Bump to Standards 3.8.3
      * debian/control,
        debian/lib*.install:
        + Create unversioned -dev packages containing pkg-config files, GAPI
          files, and generic tools in some cases
      * debian/rules,
        debian/libgnome-cil-dev.install:
        + Don't rename pcfile. Leave it as-is, as the "unversioned" name for
          the gnome-sharp-2.0 package. Yes yes, I know, it'd be nice if upstream
          could be consistent over ABI versions, but there you go.

commit 5a81ca110e0af9f02c74c11729a9189cff079388
Author: Mirco Bauer <meebey at debian.org>
Date:   Sun Apr 19 16:49:06 2009 +0000

    fixed --mode value
    finalized changelog

commit 2bad4fde9a367c075a674db554921c17f547a018
Author: Mirco Bauer <meebey at debian.org>
Date:   Sun Apr 19 16:11:36 2009 +0000

      * debian/*.install
        debian/*.installcligac:
        + Switched to /usr/lib/cli/$ASSEMBLY-$ABI/ directory layout, to make the
          ABI versioning of the assemblies more clear.
      * debian/rules:
        + Replaced full re-autogen with autoreconf, that should be more than
          enough.
        + Put patched ltmain.sh in place for --as-needed magic.
        + Don't build binary-indep packages if the binary-arch target was
          called. (Closes: #521399)

commit 49e66ae8c0ae9d0ae7ba1ba98f37f55d5e090618
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Apr 18 16:27:17 2009 +0000

    * debian/libgnome2.24-cil.install,
      debian/libgnome2.24-cil.installcligac,
      debian/patches/02_fix_pkg-config_paths.dpatch:
      + Install gconf-sharp-peditors to /usr/lib/cli/gconf-sharp-peditors-2.24
        per policy. Fix broken pc file too.

commit 176cf09f49cb870e910bf45edbc0e40322339cbb
Author: Mirco Bauer <meebey at debian.org>
Date:   Wed Mar 25 00:04:18 2009 +0000

      * debian/rules:
        + Only call dh_makeclilibs on arch:all packages in binary-indep target
          and on arch:any packages in binary-arch target.
        + Added hack that makes sure the clilibs of the arch:all packages are
          always generated as the arch:any packages rely on that for
          inner-dependencies between the packages. This caused missing binary
          dependencies on non-i386 (my arch) because I built binary-indep and
          binary-arch unlike the buildds. (Closes: #520966)

commit 25314048ad8ee92fa304bcc602d0755de51aaeae
Author: Mirco Bauer <meebey at debian.org>
Date:   Sat Mar 21 18:43:07 2009 +0000

    polishing

commit d9db95d76bdac9912dfc7cd101f43681fa841c1b
Author: Mirco Bauer <meebey at debian.org>
Date:   Sat Mar 21 18:08:44 2009 +0000

      * Use late-GAC install now for all libraries as per Debian CLI Policy and
        with that the new locations (/usr/lib/cli instead of /usr/lib/mono).
        This allows us to install multiple versions of a library at the same
        time when an ABI bump was done, which happened with libgnome2.0-cil ->
        libgnome2.24-cil. This also makes a very smooth transition possible.
      * debian/control:
        + Use multiple lines for build-deps.
        + Removed conflicts libgnome2.0-cil from libgnome2.24-cil as they have
          different assembly versions and are parallel installable now.
        + Bumped Standards-Version to 3.8.1 (no changes needed)
        + Bumped debhelper build-dep to >= 7.
      * debian/MAINTAINERS:
        + Removed (thats what control is for)
      * debian/compat:
        + Bumped to 7
      * debian/patches/00list:
        + Disabled 99_ltmain_as-needed as it has no influence to the binary deps.

commit fb2e1a68c8b71d287e9efdf11fb0606b8c024a27
Author: Sebastian Dröge <slomo at debian.org>
Date:   Fri Mar 6 14:07:16 2009 +0000

    * New upstream release:
      + debian/control,
        debian/*.install:
        - All libraries except gnome-sharp were versioned back to
          2.0 as upstream added policy assemblies again for the older
          versions and their API didn't really change. gnome-sharp
          is still in libgnome2.24-cil and has no policy assemblies
          as the API has changed.

commit 88fa9aafed95f451fb3cb21aebe22ed062814746
Author: Sebastian Dröge <slomo at debian.org>
Date:   Sat Jan 24 20:43:24 2009 +0000

    * debian/control:
      + Let the gnome-sharp2 metapackage depend on the new package versions.

commit f4616275a8c901d56b9aa5508fbab0018a4f67c9
Author: Sebastian Dröge <slomo at debian.org>
Date:   Mon Jan 19 08:55:18 2009 +0000

    * revert last change

commit 7c508eec3ff0346dff05c2228083bc378ddb6fca
Author: Sebastian Dröge <slomo at debian.org>
Date:   Sun Jan 18 14:04:02 2009 +0000

    * debian/control:
      + Change conflicts to replaces as it should be.

commit f254b6113c8e7ddcaeab1ad587f36311f35ae71a
Author: Sebastian Dröge <slomo at debian.org>
Date:   Sun Jan 18 09:45:31 2009 +0000

    Upload to experimental.

commit e117569f71d74407170a429e943da32a53197a19
Author: Steve Langasek <vorlon at debian.org>
Date:   Fri Dec 19 00:56:10 2008 +0000

    debian/control: add conflicts/replaces on the old package names, since
    there are file overlaps between them.

commit 9b8015a71cc2906b8c05af0a5e1efd5c082e6a35
Author: Steve Langasek <vorlon at debian.org>
Date:   Wed Dec 17 18:16:50 2008 +0000

    debian/control: update the build-dependencies for mono 2.0.

commit 3f49a2934fced5c2dc658908fc9fdd733fd1cc23
Author: Steve Langasek <vorlon at debian.org>
Date:   Wed Dec 17 18:16:47 2008 +0000

    debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
    transition.

commit a60ab5616c53f2e8d24442a6023a5d1a72c52c97
Author: Sebastian Dröge <slomo at debian.org>
Date:   Wed Nov 19 08:32:52 2008 +0000

    * New upstream stable release:
      + debian/control:
        - Update build depends.
        - Update Standards-Version to 3.8.0.
        - Update package names to reflect the new API versions.
      + debian/patches/01_dllmaps.dpatch:
        - Updated to apply cleanly again.
      + debian/rules:
        - Update API version to 2.24.0.

-----------------------------------------------------------------------

-- 
gnome-sharp2



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