r34900 - in /desktop/experimental/pygobject/debian: changelog rules
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue May 15 13:54:07 UTC 2012
Author: mpitt
Date: Tue May 15 13:54:06 2012
New Revision: 34900
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34900
Log:
debian/rules: Bump shlib version.
Modified:
desktop/experimental/pygobject/debian/changelog
desktop/experimental/pygobject/debian/rules
Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=34900&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Tue May 15 13:54:06 2012
@@ -3,6 +3,7 @@
* debian/control.in: Update Vcs-* for experimental branch.
* New upstream release. The 3.3.x series is targetted at GNOME 3.6, but will
also work with GNOME 3.4. There are a few small API changes/fixes, though.
+ * debian/rules: Bump shlib version.
-- Martin Pitt <mpitt at debian.org> Tue, 15 May 2012 15:41:25 +0200
Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=34900&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules [utf-8] (original)
+++ desktop/experimental/pygobject/debian/rules [utf-8] Tue May 15 13:54:06 2012
@@ -203,10 +203,10 @@
dh_fixperms -s
dh_python2 -a
dh_python3 -a
- dh_makeshlibs -ppython-gi -V'python-gi (>= 2.90.1)'
- dh_makeshlibs -ppython-gi-dbg -V'python-gi-dbg (>= 2.90.1)'
- dh_makeshlibs -ppython3-gi -V'python3-gi (>= 2.90.1)'
- dh_makeshlibs -ppython3-gi-dbg -V'python3-gi-dbg (>= 2.90.1)'
+ dh_makeshlibs -ppython-gi -V'python-gi (>= 3.3.1)'
+ dh_makeshlibs -ppython-gi-dbg -V'python-gi-dbg (>= 3.3.1)'
+ dh_makeshlibs -ppython3-gi -V'python3-gi (>= 3.3.1)'
+ dh_makeshlibs -ppython3-gi-dbg -V'python3-gi-dbg (>= 3.3.1)'
dh_installdeb -s
dh_shlibdeps -s
dh_gencontrol -s
More information about the pkg-gnome-commits
mailing list