Package: gobject-introspection Version: 1.30.0-0ubuntu2 Severity: normal Tags: patch
It would be helpful for those using debhelper (without cdbs) to just do something like: %: dh --with gir which will then run dh_girepository in the right time. Attached is a simple sequence, it should be installed in /usr/share/perl5/Debian/Debhelper/Sequence/ -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gobject-introspection depends on: ii libc6 2.13-20ubuntu5 Embedded GNU C Library: Shared lib ii libffi6 3.0.11~rc1-2 Foreign Function Interface library ii libgirepository-1.0-1 1.30.0-0ubuntu2 Library for handling GObject intro ii libglib2.0-0 2.30.0-0ubuntu4 GLib library of C routines ii python 2.7.2-7ubuntu2 interactive high-level object-orie ii python2.7 2.7.2-5ubuntu1 An interactive high-level object-o gobject-introspection recommends no packages. gobject-introspection suggests no packages. -- no debconf information
#!/usr/bin/perl use warnings; use strict; use Debian::Debhelper::Dh_Lib; insert_after("dh_shlibdeps", "dh_girepository"); 1;