--- ciborium-0.2.11+14.10.20140827.4.orig/debian/changelog +++ ciborium-0.2.11+14.10.20140827.4/debian/changelog @@ -0,0 +1,47 @@ +ciborium (0.2.11+14.10.20140827.4-0ubuntu1) utopic; urgency=medium + + [ Sergio Schvezov ] + * udisks2: + - support for unmount and wiping. + - signalling changes for drives. + * Better notification support. + * Partial source inlining import of qml.v0 until + git+ssh://git.debian.org/git/pkg-go/packages/golang-qml.v0.git is ready. + * ciborium-ui (golang + qml) added. + * debian/copyright: updating licenses for sources. + * debian/control: + - Adding build dependencies for Qt5 and golang. + - Updating Section. + * debian/rules: Removing the strip override as that only really affects + gcc-go. + + -- Ubuntu daily release Wed, 27 Aug 2014 22:57:24 +0000 + +ciborium (0.1+14.10.20140813-0ubuntu1) utopic; urgency=low + + [ Sergio Schvezov ] + * Filtering out previously mounted devices (LP: #1354671) + * Adding a notification for when a device is 'unmounted' + + -- Ubuntu daily release Wed, 13 Aug 2014 18:12:43 +0000 + +ciborium (0.1+14.10.20140806-0ubuntu1) utopic; urgency=low + + [ Sergio Schvezov ] + * Packaging fixes: remove host arch from debian/rules, install to bin + instead of lib; start only when a ui session is available + * Adding translation support + + -- Ubuntu daily release Wed, 06 Aug 2014 19:45:02 +0000 + +ciborium (0.1+14.10.20140805.3-0ubuntu1) utopic; urgency=low + + [ Sergio Schvezov ] + * Initial release. + * Initial release + * Fix deadlock on channel and improve logs + + [ CI bot ] + * CI Train bootstrap + + -- Ubuntu daily release Tue, 05 Aug 2014 06:00:21 +0000 --- ciborium-0.2.11+14.10.20140827.4.orig/debian/ciborium.conf +++ ciborium-0.2.11+14.10.20140827.4/debian/ciborium.conf @@ -0,0 +1,9 @@ +description "ciborium manages storage devices" +author "Sergio Schvezov " + +respawn + +start on started ubuntu-push-client +stop on stopping ubuntu-push-client + +exec /usr/bin/ciborium --- ciborium-0.2.11+14.10.20140827.4.orig/debian/ciborium.install +++ ciborium-0.2.11+14.10.20140827.4/debian/ciborium.install @@ -0,0 +1,3 @@ +debian/ciborium.conf /usr/share/upstart/sessions/ +lib /usr/ +share /usr/ --- ciborium-0.2.11+14.10.20140827.4.orig/debian/compat +++ ciborium-0.2.11+14.10.20140827.4/debian/compat @@ -0,0 +1 @@ +9 --- ciborium-0.2.11+14.10.20140827.4.orig/debian/control +++ ciborium-0.2.11+14.10.20140827.4/debian/control @@ -0,0 +1,32 @@ +Source: ciborium +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: + debhelper (>= 9), + dh-golang, + dh-translations, + golang-go, + golang-go-dbus-dev, + golang-go-xdg-dev, + libqt5opengl5-dev, + pkg-config, + qtbase5-private-dev, + qtdeclarative5-private-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/ciborium +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/ciborium/trunk/files +Vcs-Bzr: lp:ciborium + +Package: ciborium +Architecture: any +Depends: + dosfstools, + ubuntu-push-client, + udisks2, + ${misc:Depends}, + ${shlibs:Depends}, +Built-Using: ${misc:Built-Using} +Description: Manages storage devices on Ubuntu Touch + This component uses udisks2 to search of mountable media and notifies + the user using notify-osd. --- ciborium-0.2.11+14.10.20140827.4.orig/debian/copyright +++ ciborium-0.2.11+14.10.20140827.4/debian/copyright @@ -0,0 +1,65 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ciborium +Source: https://launchpad.net/ciborium + +Files: gettext/* +Copyright: 2012-2013 José Carlos Nieto +License: MIT + +Files: qml.v0/* +Copyright: 2013-2014, Gustavo Niemeyer +License: LGPL-3 + +Files: * +Copyright: Copyright (C) 2013 Canonical, Ltd. +License: GPL-3 + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License version 3, as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the the GNU General Public License version 3, as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + PURPOSE. See the applicable version of the GNU Lesser 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 + can be found in `/usr/share/common-licenses/GPL-3' --- ciborium-0.2.11+14.10.20140827.4.orig/debian/rules +++ ciborium-0.2.11+14.10.20140827.4/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_OPTIONS +export DH_GOLANG_INSTALL_ALL=1 +export DH_GOPKG := launchpad.net/ciborium + +%: + dh $@ \ + --buildsystem=golang \ + --with=golang \ + --with=translations \ + --fail-missing + +override_dh_auto_install: + dh_auto_install -O--buildsystem=golang + # all our libs are private + rm -r \ + ${CURDIR}/debian/ciborium/usr/share/gocode + # translations + appname=ciborium; \ + for pofile in po/*.po; do \ + pofilename="$${pofile##*/}"; \ + langcode="$${pofilename%.*}"; \ + localedir="debian/$$appname/usr/share/locale/$$langcode/LC_MESSAGES"; \ + mkdir -p $$localedir; \ + mofile="$$localedir/$$appname.mo"; \ + msgfmt -o $$mofile $$pofile; \ + done