debian/0000755000000000000000000000000012205670641007171 5ustar debian/compat0000644000000000000000000000000212205670641010367 0ustar 9 debian/rules0000755000000000000000000000220112205670641010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DPKG_GENSYMBOLS_CHECK_LEVEL=4 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) # Package names PKG_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p') PKG_source := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') UPS_version := $(shell echo '$(PKG_version)' | sed 's/.*://; s/-[^-]*$$//') GIT_rev := $(shell echo '$(UPS_version)' | sed 's/.*+//') GIT_repo := git://git.kernel.org/pub/scm/network/ofono/mmsd.git comma :=, empty := space := $(empty) $(empty) get-packaged-orig-source: rm -rf $(PKG_source)-$(UPS_version) rm -f $(PKG_source)-$(UPS_version).orig.tar.gz git clone $(GIT_repo) $(PKG_source)-$(UPS_version) cd $(PKG_source)-$(UPS_version) && git archive \ --format tar \ --prefix $(PKG_source)-$(UPS_version)/ \ HEAD \ | gzip >../$(PKG_source)_$(UPS_version).orig.tar.gz rm -rf $(PKG_source)-$(UPS_version) override_dh_auto_configure: ./bootstrap-configure --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/mmsd %: dh $@ --parallel --fail-missing debian/copyright0000644000000000000000000000342512205670641011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mmsd Source: https://kernel.googlesource.com/pub/scm/network/ofono/mmsd/ Files: * Copyright: 2009-2011 Intel Corporation License: GPL-2 Files: gdbus/* Copyright: 2004-2011 Marcel Holtmann License: GPL-2+ License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000042712205670641011046 0ustar mmsd (0.1-0ubuntu1) saucy; urgency=low [ Tiago Salem Herrmann ] * Initial release [ Ɓukasz 'sil2100' Zemczak ] * Modifications related to compliance with our packaging standards -- Tiago Salem Herrmann Fri, 21 Jun 2013 14:55:25 -0300 debian/control0000644000000000000000000000146512205670641010602 0ustar Source: mmsd Section: net Priority: optional Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), automake, autoconf, libtool, libglib2.0-dev, libdbus-1-dev, Standards-Version: 3.9.4 Homepage: https://launchpad.net/mmsd # If you aren't a member of ~phablet-team but need to upload packaging changes, # just go ahead. ~phablet-team will notice and sync up the code again. Vcs-Bzr: https://code.launchpad.net/~phablet-team/mmsd/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/mmsd/ubuntu/files Package: mmsd Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, Description: MMS daemon MMS support daemon package debian/source/0000755000000000000000000000000012205670641010471 5ustar debian/source/format0000644000000000000000000000001412205670641011677 0ustar 3.0 (quilt)