--- mobile-broadband-provider-info-20100316.orig/debian/compat +++ mobile-broadband-provider-info-20100316/debian/compat @@ -0,0 +1 @@ +7 --- mobile-broadband-provider-info-20100316.orig/debian/mobile-broadband-provider-info.docs +++ mobile-broadband-provider-info-20100316/debian/mobile-broadband-provider-info.docs @@ -0,0 +1,2 @@ +NEWS +README --- mobile-broadband-provider-info-20100316.orig/debian/watch +++ mobile-broadband-provider-info-20100316/debian/watch @@ -0,0 +1,3 @@ +# There is an existance of a dummy watch file so as to satisfy lintian as this +# package is maintained in a git clone repository and not a upstream website and +# the rules file already has the upstream target based on git clone repository. --- mobile-broadband-provider-info-20100316.orig/debian/rules +++ mobile-broadband-provider-info-20100316/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +DATE=$(shell date +%Y%m%d) + +%: + dh ${@} + +upstream: + # Needs: automake git-core + cd .. && \ + git clone git://git.gnome.org/mobile-broadband-provider-info && \ + mv mobile-broadband-provider-info mobile-broadband-provider-info-$(DATE) + + cd ../mobile-broadband-provider-info-$(DATE) && \ + rm -rf .git && \ + autoreconf -i && \ + rm -rf autom4te.cache + + tar cfz ../mobile-broadband-provider-info_$(DATE).orig.tar.gz ../mobile-broadband-provider-info-$(DATE) --- mobile-broadband-provider-info-20100316.orig/debian/copyright +++ mobile-broadband-provider-info-20100316/debian/copyright @@ -0,0 +1,40 @@ +Author: Antti Kaijanmaki +Download: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders + +Files: * +Copyright: (C) 2008-2009 Antti Kaijanmaki +License: PD + THIS WORK IS IN PUBLIC DOMAIN: + The person or persons who have associated work with this document + (the "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public domain of + the country from which the work is published, or (b) hereby dedicates whatever + copyright the dedicators holds in the work of authorship identified below + (the "Work") to the public domain. A certifier, moreover, dedicates any + copyright interest he may have in the associated work, and for these purposes, + is described as a "dedicator" below. + . + A certifier has taken reasonable steps to verify the copyright status of this + work. Certifier recognizes that his good faith efforts may not shield him from + liability if in fact the work certified is not in the public domain. + . + Dedicator makes this dedication for the benefit of the public at large and to + the detriment of the Dedicator's heirs and successors. Dedicator intends this + dedication to be an overt act of relinquishment in perpetuity of all present + and future rights under copyright law, whether vested or contingent, in the + Work. Dedicator understands that such relinquishment of all rights includes the + relinquishment of all rights to enforce (by lawsuit or otherwise) those + copyrights in the Work. + . + Dedicator recognizes that, once placed in the public domain, the Work may be + freely reproduced, distributed, transmitted, used, modified, built upon, or + otherwise exploited by anyone for any purpose, commercial or non-commercial, + and in any way, including by methods that have not yet been invented or + conceived. + +Files: debian/* +Copyright: (C) 2009 Daniel Baumann + (C) 2009-2010 Bhavani Shankar +License: PD + The Debian packaging is hereby placed in the public domain (no rights + reserved). --- mobile-broadband-provider-info-20100316.orig/debian/control +++ mobile-broadband-provider-info-20100316/debian/control @@ -0,0 +1,15 @@ +Source: mobile-broadband-provider-info +Section: admin +Priority: optional +Maintainer: Bhavani Shankar +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libxml2-utils +Standards-Version: 3.8.4 +Homepage: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders + +Package: mobile-broadband-provider-info +Architecture: all +Depends: ${misc:Depends} +Description: database of mobile broadband service providers + This package contains database of service provider specific settings of mobile + broadband providers in different countries. Through Network Manager thus making + it easy for users to choose thier mobile broadband service provider. --- mobile-broadband-provider-info-20100316.orig/debian/changelog +++ mobile-broadband-provider-info-20100316/debian/changelog @@ -0,0 +1,82 @@ +mobile-broadband-provider-info (20100316-1) unstable; urgency=low + + * Merging upstream version 20100316 from git + + -- Bhavani Shankar Tue, 16 Mar 2010 10:38:41 +0530 + +mobile-broadband-provider-info (20100302-1) unstable; urgency=low + + * Merging upstream version 20100302 from git + + -- Bhavani Shankar Tue, 02 Mar 2010 21:27:42 +0530 + +mobile-broadband-provider-info (20100216-1) unstable; urgency=low + + * Merging upstream version 20100216 from git + * Updating Maintainer address + * Updating standards to 3.8.4. No other changes + * Updating email address in copyright + + -- Bhavani Shankar Tue, 16 Feb 2010 06:41:04 +0530 + +mobile-broadband-provider-info (20100126-1) unstable; urgency=low + + * The New year release + * Merging upstream version 20100126 from git + * Updating year in copyright file + + -- Bhavani Shankar Tue, 26 Jan 2010 19:59:01 +0530 + +mobile-broadband-provider-info (20091207-1) unstable; urgency=low + + * Merging upstream version 20091207 from git. + + -- Bhavani Shankar Mon, 07 Dec 2009 15:07:36 +0530 + +mobile-broadband-provider-info (20090908-1) unstable; urgency=low + + [Kartik Mistry] + * Do not use README.Debian, note in debian/watch file is enough + * debian/copyright: + + Added missing copyright year for Bhavani Shankar + * debian/control: + + Removed cdbs from Build-Depends + [Bhavani Shankar] + * New Maintainer. Closes: #543851 + * Merging upstream version 20090908 from git. + * Modify long description of the package. Thanks to lintian. + * Add a dummy watch file and a description of the same in README.Debian + (Thanks to Kartik Mistry for the tip.) + * Add my name to debian/copyright. + + -- Bhavani Shankar Fri, 11 Sep 2009 09:45:36 +0530 + +mobile-broadband-provider-info (20090801-2) unstable; urgency=low + + * Adding missing build-depends to libxml2-utils (Closes: #543033). + * Updating package to standards version 3.8.3. + * Removing vcs fields. + * Orphaning package. + + -- Daniel Baumann Thu, 27 Aug 2009 08:19:17 +0200 + +mobile-broadband-provider-info (20090801-1) unstable; urgency=low + + * Updating upstream target in rules. + * Merging upstream version 20090801. + + -- Daniel Baumann Mon, 03 Aug 2009 00:57:02 +0200 + +mobile-broadband-provider-info (20090601-2) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding misc depends. + * Minimizing rules file. + + -- Daniel Baumann Wed, 29 Jul 2009 23:13:21 +0200 + +mobile-broadband-provider-info (20090601-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Wed, 03 Jun 2009 16:10:00 +0200