Changeset 7351
- Timestamp:
- 02/11/11 03:02:59 (2 years ago)
- Location:
- pkg/raul/main/gobject-introspection/trunk/debian
- Files:
-
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (1 diff)
-
dh_girepository (modified) (4 diffs)
-
libgirepository-1.0-1.symbols (modified) (1 diff)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/gobject-introspection/trunk/debian/changelog
r7346 r7351 1 gobject-introspection (0.10.1-1) unstable; urgency=low 2 3 * New upstream stable release 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 05 Feb 2011 19:58:09 -0800 6 7 gobject-introspection (0.10.0-1) unstable; urgency=low 1 gobject-introspection (0.10.2-1) unstable; urgency=low 8 2 9 3 [ Emilio Pozuelo Monfort ] 4 * New upstream release. 5 + debian/libgirepository-1.0-1.symbols: 6 - Updated for the new symbols. 7 + debian/rules: 8 - Fail the build if the symbols file is outdated. 9 - Make the shlibs file always depend on the latest upstream version. 10 * debian/dh_girepository: 11 + Look for libraries in private directories. Closes: #612148. 12 13 -- Alan Baghumian <alan@technotux.org> Thu, 10 Feb 2011 18:02:16 -0800 14 15 gobject-introspection (0.10.1-1) experimental; urgency=low 16 17 * New upstream release. 18 - d/p/0001-Avoid-using-namespace-as-identifier-in-public-header.patch, 19 d/p/0002-Regenerate-gio-2.0.c-and-gobject-2.0.c-from-current-.patch, 20 d/p/0003-Regenerate-gio-2.0.c.patch, 21 d/p/0004-scanner-Properly-parse-recursive-list-type-nodes.patch, 22 d/p/0005-scanner-Fix-handling-of-property-transfer.patch, 23 d/p/0006-scanner-Make-sure-that-vfuncs-made-to-the-GIR.patch: 24 + Removed, included upstream. 25 26 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 23:30:21 +0000 27 28 gobject-introspection (0.10.0-2) experimental; urgency=low 29 30 * debian/dh_girepository: 31 - Look for the format version everywhere in all the <repository line, 32 not just after "<repository", as some packages (e.g. telepathy-glib) 33 have it at the end. 34 * debian/patches/0001-Avoid-using-namespace-as-identifier-in-public-header.patch 35 debian/patches/0002-Regenerate-gio-2.0.c-and-gobject-2.0.c-from-current-.patch 36 debian/patches/0003-Regenerate-gio-2.0.c.patch 37 debian/patches/0004-scanner-Properly-parse-recursive-list-type-nodes.patch 38 debian/patches/0005-scanner-Fix-handling-of-property-transfer.patch 39 debian/patches/0006-scanner-Make-sure-that-vfuncs-made-to-the-GIR.patch 40 - Backport patches from upstream git to build with latest glib2.0. 41 42 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 07 Jan 2011 17:32:00 +0000 43 44 gobject-introspection (0.10.0-1) experimental; urgency=low 45 10 46 * New upstream release. 11 47 - debian/libgirepository-1.0-1.symbols: 12 48 + Updated. 13 49 14 -- Alan Baghumian <alan@technotux.org> Fri, 24 Dec 2010 12:40:45 -080050 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 23 Dec 2010 02:02:10 +0000 15 51 16 52 gobject-introspection (0.9.12-5) experimental; urgency=low -
pkg/raul/main/gobject-introspection/trunk/debian/control
r7013 r7351 8 8 Priority: optional 9 9 Maintainer: Sebastian Dröge <slomo@debian.org> 10 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Gustavo Noronha Silva <kov@debian.org>,Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org>10 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org> 11 11 Build-Depends: debhelper (>= 5), 12 12 cdbs, -
pkg/raul/main/gobject-introspection/trunk/debian/dh_girepository
r7013 r7351 47 47 List of directories where to look for typelibs and the corresponding .gir 48 48 files. Useful when the package installs its typelibs in a private 49 directory, such as /usr/lib/<package>. 49 directory, such as /usr/lib/<package>. Library dependencies are also looked 50 there, in case your typelib depends on a library that you ship on a private 51 directory. 50 52 51 53 =back … … 80 82 my $arch_triplet = `dpkg-architecture -qDEB_BUILD_GNU_TYPE`; 81 83 chomp $arch_triplet; 82 my @libdirs = ("/lib/$arch_triplet", "/lib", "/usr/lib/$arch_triplet", "/usr/lib"); 84 my @privlibdirs = (@ARGV); 85 my @libdirs = ("/lib/$arch_triplet", "/lib", "/usr/lib/$arch_triplet", "/usr/lib", @privlibdirs); 83 86 my $format; 84 87 … … 259 262 # "Parse" the XML file 260 263 chomp; 261 if (/<repository \s+version="(.*?)"/) {264 if (/<repository.+version="(.*?)"/) { 262 265 # gir format version 263 266 $format="$1"; … … 326 329 # Let dpkg-shlibdeps generate the corresponding dependencies 327 330 # It must run first since otherwise it overwrites the variable 328 doit (("dpkg-shlibdeps", "-pgir", "-Tdebian/${ext}substvars", "-xlibc6", "-xlibc0", @bin_files));331 complex_doit ("LD_LIBRARY_PATH=" . join (':', @privlibdirs) . " dpkg-shlibdeps -pgir -Tdebian/${ext}substvars -xlibc6 -xlibc0 @bin_files"); 329 332 } 330 333 doit (("rm", "-f", @c_files, @bin_files)); -
pkg/raul/main/gobject-introspection/trunk/debian/libgirepository-1.0-1.symbols
r7015 r7351 180 180 g_union_info_is_discriminated@Base 0.9.2 181 181 g_value_info_get_value@Base 0.9.2 182 g_vfunc_info_get_address@Base 0.10.2 182 183 g_vfunc_info_get_flags@Base 0.9.2 183 184 g_vfunc_info_get_invoker@Base 0.9.2 184 185 g_vfunc_info_get_offset@Base 0.9.2 185 186 g_vfunc_info_get_signal@Base 0.9.2 187 g_vfunc_info_invoke@Base 0.10.2 186 188 gi_cclosure_marshal_generic@Base 0.9.2 187 189 gi_type_tag_get_ffi_type@Base 0.10.0 -
pkg/raul/main/gobject-introspection/trunk/debian/rules
r7013 r7351 17 17 18 18 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 19 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4 19 20 20 21 binary-install/gobject-introspection::
Note: See TracChangeset
for help on using the changeset viewer.


