Dear mentors, I am looking for a sponsor for the new version 20100930-1 of my package "mobile-broadband-provider-info".
It builds these binary packages: mobile-broadband-provider-info - database of mobile broadband service providers The package appears to be lintian clean. Rationale for freeze exception: (In view of previous unblocks I m quoting the relevant parts from my previous mails): [/quote] I uploaded a new version because it supports new networks fixing bug(s) back in ubuntu and here is the upstream changes log http://git.gnome.org/browse/mobile-broadband-provider-info/log/ also from the README file " The Package contains only informational files so it's safe for distributions to grab updates even during feature freeze and maintenance stages." henceforth I am attaching the debdiff from the present version in sid/squeeze for your kind review [/unquote] The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/m/mobile-broadband-provider-info - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/m/mobile-broadband-provider-info/mobile-broadband-provider-info_20100930-1.dsc I would be glad if someone uploaded this package for me. Kind regards, -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community member. What matters in life is application of mind!, It makes great sense to have some common sense..!
diff -Nru mobile-broadband-provider-info-20100910/debian/changelog mobile-broadband-provider-info-20100930/debian/changelog --- mobile-broadband-provider-info-20100910/debian/changelog 2010-09-10 17:22:49.000000000 +0530 +++ mobile-broadband-provider-info-20100930/debian/changelog 2010-09-30 10:36:48.000000000 +0530 @@ -1,3 +1,15 @@ +mobile-broadband-provider-info (20100930-1) unstable; urgency=low + + * Merging upstream version 20100930 from git + * Summary of upstream changes: + - au: add crazy john support (LP: #599295) + - ca: add mobilicity/Dave support + - de: update 1und1 APN's + - il: pelephone: fix erroneous trailing space + - mx: remove incorrect Telcel DNS server (LP: #406696) + + -- Bhavani Shankar <[email protected]> Thu, 30 Sep 2010 10:35:31 +0530 + mobile-broadband-provider-info (20100910-1) unstable; urgency=low * Merging upstream version 20090910 from git diff -Nru mobile-broadband-provider-info-20100910/serviceproviders.xml mobile-broadband-provider-info-20100930/serviceproviders.xml --- mobile-broadband-provider-info-20100910/serviceproviders.xml 2010-09-10 16:34:12.000000000 +0530 +++ mobile-broadband-provider-info-20100930/serviceproviders.xml 2010-09-30 09:55:18.000000000 +0530 @@ -413,6 +413,13 @@ </apn> </gsm> </provider> + <provider> + <name>Crazy John's</name> + <gsm> + <network-id mcc="505" mnc="38"/> + <apn value="purtona.net"/> + </gsm> + </provider> </country> <!-- Azerbaijan --> @@ -1024,6 +1031,18 @@ </apn> </gsm> </provider> + <provider> + <name>Mobilicity</name> + <gsm> + <network-id mcc="302" mnc="320"/> + <apn value="wap.davewireless.com"> + <name>Mobile Web</name> + </apn> + <apn value="internet.davewireless.com"> + <name>Mobile Broadband</name> + </apn> + </gsm> + </provider> </country> <!-- Congo (Dem. Rep.) --> @@ -1636,7 +1655,12 @@ <network-id mcc="262" mnc="02"/> <network-id mcc="262" mnc="04"/> <network-id mcc="262" mnc="09"/> - <apn value="mail.partner.de"/> + <apn value="web.vodafone.de"> + <name>Mobile Broadband</name> + </apn> + <apn value="mail.partner.de"> + <name>Mobile Web</name> + </apn> </gsm> </provider> </country> @@ -2867,7 +2891,7 @@ <name>Pelephone</name> <gsm> <network-id mcc="425" mnc="03"/> - <apn value="internet.pelephone.net.il "> + <apn value="internet.pelephone.net.il"> <name>3G</name> <username>p...@3g</username> <password>pcl</password> @@ -4164,7 +4188,6 @@ <apn value="internet.itelcel.com"> <username>webgprs</username> <password>webgprs2002</password> - <dns>148.233.151.245</dns> </apn> </gsm> </provider>

