[ubuntu/karmic] gnome-sharp2 2.24.1-4ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Thu Apr 30 01:10:28 BST 2009
gnome-sharp2 (2.24.1-4ubuntu1) karmic; urgency=low
* Merge from Debian unstable, remaining changes:
- debian/rules: install the upstream changelog in the gnome-sharp2
package only
- debian/control: build-depend on libmono-cairo2.0-cil instead of
libmono-cairo1.0-cil, for the mono 2.0 transition.
gnome-sharp2 (2.24.1-4) unstable; urgency=low
[ Iain Lane ]
* 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.
[ Mirco Bauer ]
* 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)
gnome-sharp2 (2.24.1-3) unstable; urgency=low
* 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)
gnome-sharp2 (2.24.1-2) unstable; urgency=low
* Upload to unstable
* debian/*.install
debian/*.installcligac:
+ 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.
+ Added libtool, autoconf, and automake to build-deps.
* debian/compat:
+ Bumped to 7
* debian/patches/00list:
+ Disabled 99_ltmain_as-needed as it has no influence to the binary deps
and caused issues withthe re-autogen in debian/rules.
* debian/MAINTAINERS:
+ Removed (thats what control is for)
gnome-sharp2 (2.24.1-1) experimental; urgency=low
* 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.
Date: Wed, 29 Apr 2009 22:41:40 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/gnome-sharp2/2.24.1-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 29 Apr 2009 22:41:40 +0000
Source: gnome-sharp2
Binary: gnome-sharp2 gnome-sharp2-examples libart2.0-cil libgconf2.0-cil libgnome2.24-cil libgnome-vfs2.0-cil
Architecture: source
Version: 2.24.1-4ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
gnome-sharp2 - GNOME# 2.24 suite, CLI bindings for GNOME
gnome-sharp2-examples - sample applications for GNOME# 2.24
libart2.0-cil - CLI binding for libart 2.3
libgconf2.0-cil - CLI binding for GConf 2.24
libgnome-vfs2.0-cil - CLI binding for GnomeVFS 2.24
libgnome2.24-cil - CLI binding for GNOME 2.24
Closes: 520966 521399
Changes:
gnome-sharp2 (2.24.1-4ubuntu1) karmic; urgency=low
.
* Merge from Debian unstable, remaining changes:
- debian/rules: install the upstream changelog in the gnome-sharp2
package only
- debian/control: build-depend on libmono-cairo2.0-cil instead of
libmono-cairo1.0-cil, for the mono 2.0 transition.
.
gnome-sharp2 (2.24.1-4) unstable; urgency=low
.
[ Iain Lane ]
* 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.
.
[ Mirco Bauer ]
* 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)
.
gnome-sharp2 (2.24.1-3) unstable; urgency=low
.
* 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)
.
gnome-sharp2 (2.24.1-2) unstable; urgency=low
.
* Upload to unstable
* debian/*.install
debian/*.installcligac:
+ 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.
+ Added libtool, autoconf, and automake to build-deps.
* debian/compat:
+ Bumped to 7
* debian/patches/00list:
+ Disabled 99_ltmain_as-needed as it has no influence to the binary deps
and caused issues withthe re-autogen in debian/rules.
* debian/MAINTAINERS:
+ Removed (thats what control is for)
.
gnome-sharp2 (2.24.1-1) experimental; urgency=low
.
* 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.
Checksums-Sha1:
c572ce95e05d798f08b2ec2394d8d94381594f64 1928 gnome-sharp2_2.24.1-4ubuntu1.dsc
deaeb62de5a404c9867a07e9cfa06abfa67b982c 595441 gnome-sharp2_2.24.1.orig.tar.gz
78bdb1846ee093d55765c9958de6a02cd26a6ad4 75541 gnome-sharp2_2.24.1-4ubuntu1.diff.gz
Checksums-Sha256:
71f347ffe4f1359d5bb7456eebf9541023a4ccdce7405746b94bb1c5fcd83fcc 1928 gnome-sharp2_2.24.1-4ubuntu1.dsc
177d437383d5e6998abb858108cd7e438ceeda030d4f5d2307d71dc3e1d1db31 595441 gnome-sharp2_2.24.1.orig.tar.gz
903ae5b628cfac4f6a9ebbbb80a95e5d7d1c4b38256259b1f34f0ba595a29451 75541 gnome-sharp2_2.24.1-4ubuntu1.diff.gz
Files:
cc240701c9e560400f9eca120185f684 1928 libs optional gnome-sharp2_2.24.1-4ubuntu1.dsc
8f0f17e00542c5b6ac9ea02705ee4212 595441 libs optional gnome-sharp2_2.24.1.orig.tar.gz
4f0e7397c7a7fd64b964275f31fa6641 75541 libs optional gnome-sharp2_2.24.1-4ubuntu1.diff.gz
Original-Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJ+NmtKN6ufymYLloRApooAJ0ZIvCI4X9n2JdTlLFIm5QACQw2yACfUd5q
NHyYa7awBaxgb9ivUHhfryg=
=Cnxo
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list