Hi, As the big GNOME upload was faster than I expected, I took the liberty to upload this to the archive. Sorry for the lack of time to react on your end.
Attached is the final patch I applied; I used the opportunity to add a missing dependency on evo-data-server, as fixed by the Ubuntu packages. Thanks! Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ [email protected] [email protected] http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/
diff -Nuar gnome-phone-manager-0.66/debian/changelog gnome-phone-manager-0.67/debian/changelog --- gnome-phone-manager-0.66/debian/changelog 2011-06-25 14:48:15.000000000 +0200 +++ gnome-phone-manager-0.67/debian/changelog 2011-10-14 21:49:31.725251438 +0200 @@ -1,3 +1,16 @@ +gnome-phone-manager (0.67-0.1) unstable; urgency=low + + * Non-maintainer upload, for the GNOME 3 transition. + * New upstream release, based on GTK+3 (closes: #645225). + * Bump Build-Deps for GTK+3, as per configure.in. + * Don't Build-Depend or include quilt, it's unneeded with + source version 3.0 (quilt). + * Watch for .xz tarballs, as the GNOME project has switched to only + distributing software in that format. + * Add missing dependency on evolution-data-server (lp: #225306). + + -- Jordi Mallach <[email protected]> Thu, 13 Oct 2011 22:22:26 +0200 + gnome-phone-manager (0.66-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nuar gnome-phone-manager-0.66/debian/control gnome-phone-manager-0.67/debian/control --- gnome-phone-manager-0.66/debian/control 2011-04-12 06:57:50.000000000 +0200 +++ gnome-phone-manager-0.67/debian/control 2011-10-14 21:39:12.000000000 +0200 @@ -9,16 +9,13 @@ libebook1.2-dev, libglib2.0-dev (>= 2.25.0), libgnokii-dev (>= 0.6.28), - libgtk2.0-dev (>= 2.18), - libcanberra-gtk-dev, + libgtk-3-dev (>= 3.0), + libcanberra-gtk3-dev, libgconf2-dev, - libgnome-bluetooth-dev (>= 2.27.6), - libglade2-dev, + libgnome-bluetooth-dev (>= 3.0), libdbus-glib-1-dev, gnome-icon-theme (>= 2.19.1), - libgtkspell-dev, - libtelepathy-glib-dev, - quilt + libtelepathy-glib-dev Homepage: http://live.gnome.org/PhoneManager Vcs-SVN: svn://svn.debian.org/pkg-bluetooth/packages/gnome-phone-manager/trunk Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk @@ -27,7 +24,7 @@ Package: gnome-phone-manager Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, hicolor-icon-theme, bluetooth +Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server, hicolor-icon-theme, bluetooth Recommends: gnome-bluetooth Description: control aspects of your mobile phone from your GNOME 2 desktop Phone Manager is a program created to allow you to control aspects of your diff -Nuar gnome-phone-manager-0.66/debian/rules gnome-phone-manager-0.67/debian/rules --- gnome-phone-manager-0.66/debian/rules 2011-06-25 14:47:58.000000000 +0200 +++ gnome-phone-manager-0.67/debian/rules 2011-10-13 22:29:53.000000000 +0200 @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS := --enable-telepathy diff -Nuar gnome-phone-manager-0.66/debian/watch gnome-phone-manager-0.67/debian/watch --- gnome-phone-manager-0.66/debian/watch 2010-11-08 00:59:58.000000000 +0100 +++ gnome-phone-manager-0.67/debian/watch 2011-10-13 22:30:21.000000000 +0200 @@ -1,3 +1,3 @@ version=3 -http://ftp.gnome.org/pub/gnome/sources/gnome-phone-manager/([\d\.]+)/gnome-phone-manager-(.*)\.tar\.gz \ +http://ftp.gnome.org/pub/gnome/sources/gnome-phone-manager/([\d\.]+)/gnome-phone-manager-(.*)\.tar\.xz \ debian uupdate
signature.asc
Description: Digital signature

