--- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/docs +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/docs @@ -0,0 +1 @@ +README --- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/rules +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f + +DEB_SOURCE := $(shell dpkg-parsechangelog | grep Source: | sed -e 's/Source: //') +DEB_VERSION := $(shell dpkg-parsechangelog | grep Version: | sed -e 's/Version: //') +DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/-[^-]*$$//') +DEB_MAJOR_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e 's/git.*//') + +DEB_AUTO_UPDATE_ACLOCAL = 1.11 +DEB_AUTO_UPDATE_AUTOMAKE = 1.11 -a -c -f +DEB_AUTO_UPDATE_AUTOCONF = 2.50 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +pre-build:: + if ! test -e aclocal.m4; then touch aclocal.m4; fi + +GIT_URL := git://git.gnome.org/mobile-broadband-provider-info +GIT_BRANCH := "master" +GIT_BRANCH_NAME := mobile-broadband-provider-info + +ifneq (,$(LOCAL_BRANCH)) +LOCAL_REAL_BRANCH = $(realpath $(LOCAL_BRANCH)) +endif + +GET_SOURCE = \ + set -e; \ + tmpdir=`mktemp -d -t`; \ + cd $$tmpdir; \ + echo "cloning upstream repository ..."; \ + git clone -b $(GIT_BRANCH) $(if $(LOCAL_BRANCH),$(call LOCAL_REAL_BRANCH)/$(GIT_BRANCH_NAME),$(GIT_URL)) $(GIT_BRANCH_NAME); \ + echo "getting specific upstream revision/tag: $(1)"; \ + cd `ls | head -n 1`; git checkout -b orig $(1); \ + commit_id=`git log -n1 --abbrev-commit | grep '^commit ' | sed -e 's/commit //' | sed -e 's/\.\.\.$$//'`; \ + raw=`date --utc --date="$$(git log --pretty=fuller -n1 --date=rfc | grep CommitDate: | sed -e 's/CommitDate:[^0-9]*//')" "+%Y%m%dt%H%M%S"`; \ + if echo $(1) | grep -q -c "orig" || echo $(DEB_VERSION) | grep -q -c "git"; \ + then \ + upstream_version=$(DEB_MAJOR_VERSION)git.$$raw.$$commit_id; \ + else \ + upstream_version=$(DEB_UPSTREAM_VERSION); \ + fi; \ + cd ..; tar --exclude=.git -czf $(CURDIR)/$(DEB_SOURCE)_$$upstream_version.orig.tar.gz `ls | head -n 1`; \ + cd $(CURDIR); rm -rf $$tmpdir; + +get-current-source:: $(if $(LOCAL_BRANCH),update-local-branch) + set -e; if echo $(DEB_VERSION) | grep -q -c "git"; \ + then \ + git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \ + elif echo $(DEB_VERSION) | grep -q -c "~rc"; \ + then \ + git_version=`echo $(DEB_VERSION) | sed -e 's/^\([0-9\.]*\)\(~rc\)\([0-9]\)-.*$$/\1-rc\3/'`; \ + else \ + git_version=$(DEB_UPSTREAM_VERSION); \ + fi; \ + $(call GET_SOURCE, $$git_version, "current") + +get-orig-source:: $(if $(LOCAL_BRANCH),update-local-branch) + $(call GET_SOURCE, $(GIT_BRANCH), "orig") + +update-local-branch:: + @echo "updating local branch ($(LOCAL_BRANCH))" + @set -e; if ! test -d $(LOCAL_BRANCH); then mkdir -p $(LOCAL_BRANCH); fi + @set -e; if ! test -d $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); then git clone $(GIT_URL) $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); fi + @set -e; cd $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); if ! `git branch | grep -q -c "$(GIT_BRANCH)"`; then git branch $(GIT_BRANCH) remotes/origin/$(GIT_BRANCH); fi + @set -e; cd $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); git pull -f + @echo "updated local branch ($(LOCAL_BRANCH))" + +get-snapshot-info:: $(if $(LOCAL_BRANCH),update-local-branch) + @set -e; \ + git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \ + cd $(LOCAL_BRANCH)/$(GIT_BRANCH_NAME); \ + raw=`date --utc --date="$$(git log --pretty=fuller -n1 --date=rfc $$git_version | grep CommitDate: | sed -e 's/CommitDate:[^0-9]*//')" "+%Y-%m-%d %H:%M:%S (GMT)"`; \ + git log -n1 $$git_version --format="%n%s%n%n * upstream snapshot $$raw%n + %H%n"; --- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/changelog +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/changelog @@ -0,0 +1,97 @@ +mobile-broadband-provider-info (git.20100622t053426.75f8fc9-0ubuntu1~mtrudel1~lucid) lucid; urgency=low + + * Add rules and variables for daily builds from git. + - update debian/rules + * upstream snapshot 2010-06-22 05:34:26 (GMT) + + 75f8fc984a1b3f97189d3450d141e53fd941568f + + -- Mathieu Trudel-Lapierre Fri, 25 Jun 2010 19:29:00 -0400 + +mobile-broadband-provider-info (20091009-0ubuntu1) karmic; urgency=low + + * New upstream data (20091009) - 35ef359c591cccd99380225fa431855b16a12edc + * fix ftbfs in karmic; use fixed automake version 1.11 + - update debian/control + - update debian/rules + + -- Alexander Sack Fri, 09 Oct 2009 11:04:27 +0200 + +mobile-broadband-provider-info (20090622-0ubuntu1) karmic; urgency=low + + * New upstream release (22 Jun 09) - 231ddeed8913a5112eb93dcd95db75a77ede53fb + * fix clean tarball build by touching aclocal.m4 in pre-build:: target + - update debian/rules + * drop mobile-broadband-provider-info-dev package + - update debian/control + - remove debian/mobile-broadband-provider-info-dev.install + * dont explicitly set DEB_DH_INSTALL_SOURCEDIR to debian/tmp in rules + as we only build one binary package now + - update debian/rules + * drop debian/mobile-broadband-provider-info.install + * add Breaks: libmbca0 which cannot handle new database format + - update debian/control + + -- Alexander Sack Tue, 04 Aug 2009 11:05:37 +0200 + +mobile-broadband-provider-info (20090309-0ubuntu1) jaunty; urgency=low + + * Update to svn head (r90), which corresponds to the 20090309 release (LP: + #317860). This brings a lot of provider updates. (LP: #264708, #282155, + #284426, #287115, #288308, #289694, #291225, #308281, #311794, #289511, + #311794, #294096, #296448, #303367, #304476, #304478, #279927, #302854, + #302858, #306666, #310576). + + -- Martin Pitt Mon, 16 Mar 2009 10:54:49 +0100 + +mobile-broadband-provider-info (20081015.1-0ubuntu1) intrepid; urgency=low + + * new upstream snapshot to get latest pre-release provider info + (http://bzr-mirror.gnome.org/mobile-broadband-provider-info/trunk@31) + + LP: #274790 United Kingdom O2 contract username incorrect + + LP: #277455 New mobile phone provider in Spain + + LP: #279183 o2 cannot be spelled 'O2' + + -- Alexander Sack Tue, 21 Oct 2008 15:11:35 +0200 + +mobile-broadband-provider-info (20080822.1-0ubuntu2) intrepid; urgency=low + + * debian/control: add Vcs-Bzr: + http://code.launchpad.net/~network-manager/mobile-broadband-provider-info/mobile-broadband-provider-info.ubuntu + * debian/rules, debian/control, aclocal.m4: enable build with tarball from + upstream bzr by auto-recreating autotools files during build. To trigger + this we define the DEB_AUTO_UPDATE_* cdbs variables accordingly. On top we + add automake to the build-depends and create a dummy aclocal.m4 file to + trick cdbs into rerunning aclocal. + + -- Alexander Sack Mon, 01 Sep 2008 17:06:19 +0200 + +mobile-broadband-provider-info (20080822.1-0ubuntu1) intrepid; urgency=low + + * new upstream release + * fixed package versioning + + -- Antti Kaijanmäki (Wellark) Fri, 22 Aug 2008 14:09:17 +0300 + +mobile-broadband-provider-info (20080814~intrepid) intrepid; urgency=low + + * first upstream release + + -- Antti Kaijanmäki (Wellark) Thu, 14 Aug 2008 11:30:00 +0300 + +mobile-broadband-provider-info (20080723-0ubuntu1) intrepid; urgency=low + + * first intrepid package + + -- Antti Kaijanmäki (Wellark) Wed, 23 Jul 2008 08:40:05 +0300 + +mobile-broadband-provider-info (20080722) hardy; urgency=low + + * move from universe to main + + -- Antti Kaijanmäki (Wellark) Tue, 22 Jul 2008 20:37:27 +0300 + +mobile-broadband-provider-info (20080721) hardy; urgency=low + + * Initial release + + -- Antti Kaijanmäki (Wellark) Tue, 22 Jul 2008 13:07:45 +0300 --- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/control +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/control @@ -0,0 +1,19 @@ +Source: mobile-broadband-provider-info +Section: admin +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Antti Kaijanmäki (Wellark) +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, automake1.11 +Standards-Version: 3.7.3 +Vcs-Bzr: http://code.launchpad.net/~network-manager/mobile-broadband-provider-info/mobile-broadband-provider-info.ubuntu +Vcs-Svn: http://svn.gnome.org/svn/mobile-broadband-provider-info/trunk +Vcs-Browser: http://svn.gnome.org/viewvc/mobile-broadband-provider-info/trunk/ +Homepage: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders + +Package: mobile-broadband-provider-info +Architecture: all +Breaks: libmbca0 +Description: database of mobile broadband service providers + Contains service provider specific settings of mobile broadband providers in + different countries. + --- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/copyright +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Antti Kaijanmäki on +Tue, 22 Jul 2008 13:05:28 +0300. + +It was downloaded from: http://svn.gnome.org/viewvc/mobile-broadband-provider-info/trunk/ + +Upstream Author: + + Antti Kaijanmäki + +Copyright: + + + +License: + + 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. + +The Debian packaging is (C) 2008, Antti Kaijanmäki and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- mobile-broadband-provider-info-git.20100622t053426.75f8fc9.orig/debian/compat +++ mobile-broadband-provider-info-git.20100622t053426.75f8fc9/debian/compat @@ -0,0 +1 @@ +5