On Fri, Apr 22, 2011 at 11:07 AM, Gerfried Fuchs <rho...@deb.at> wrote: > Given that the fix seems to be trivial, and that this also affects > squeeze, could you please push an update into squeeze too to fix this > release critical bug?
Of course, I'm doing it right now. Dear release team, would you accept the attached patch to fix bug#612214 in Squeeze? Regards, -- Alessio Treglia | www.alessiotreglia.com Debian Developer | ales...@debian.org Ubuntu Core Developer | quadris...@ubuntu.com 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
diff --git a/debian/changelog b/debian/changelog index 3bc7004..bade539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-gudev (147.2-1+squeeze1) stable; urgency=low + + * Depends on python-gobject (Closes: #612214). + * Update debian/gbp.conf file. + + -- Alessio Treglia <ales...@debian.org> Wed, 27 Apr 2011 20:10:48 +0200 + python-gudev (147.2-1) unstable; urgency=low * Add debian/gbp.conf file. diff --git a/debian/control b/debian/control index df946e6..db73b9b 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Package: python-gudev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + python-gobject, ${python:Depends} XB-Python-Version: ${python:Versions} Description: Python bindings for gudev diff --git a/debian/gbp.conf b/debian/gbp.conf index 9be049f..8a93c02 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,3 @@ -[git-buildpackage] +[DEFAULT] +debian-branch = master.stable pristine-tar = True