debian/ 0000755 0000000 0000000 00000000000 12256120724 007167 5 ustar debian/docs 0000644 0000000 0000000 00000000007 12024374331 010035 0 ustar README
debian/compat 0000644 0000000 0000000 00000000002 12016720542 010363 0 ustar 9
debian/grive.lintian-overrides 0000644 0000000 0000000 00000000261 12024374331 013660 0 ustar # Suspicius call to unprotected "read"
# Called from libgrive/src/util/StdioFile.cc:103
# always using the "sizeof" of the buffer to call "read".
hardening-no-fortify-functions
debian/manpages 0000644 0000000 0000000 00000000017 12016720542 010701 0 ustar debian/grive.1
debian/copyright 0000644 0000000 0000000 00000010333 12256116742 011127 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: grive
Upstream-Contact: me@nestal.net
Source: https://github.com/Grive/grive
Files: *
Copyright: 2012 Nestal Wan Wai Ho
License: GPL-2
This program 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 program 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 GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: libgrive/src/bfd/SymbolInfo.* libgrive/src/bfd/Addr.hh libgrive/src/bfd/Debug.*
Copyright: 2006 Nestal Wan Wai Ho
License: GPL-2
This program 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 program 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 GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Files: cmake/Modules/FindLibGcrypt.cmake
Copyright: 2006 Brad Hards
License: BSD
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS''
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
Copyright: 2012 José Luis Segura Lucas
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 3 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/source/ 0000755 0000000 0000000 00000000000 12034614257 010472 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12016720542 011673 0 ustar 3.0 (quilt)
debian/control 0000644 0000000 0000000 00000002737 12256116742 010610 0 ustar Source: grive
Section: net
Priority: extra
Maintainer: José Luis Segura Lucas
Uploaders: Cleto Martín
Build-Depends: cmake,
debhelper (>= 9),
docbook-xsl,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libcppunit-dev,
libcurl4-gnutls-dev | libcurl-dev,
libexpat-dev,
libgcrypt-dev,
libiberty-dev,
libjson0-dev,
xsltproc
Standards-Version: 3.9.3
Homepage: https://github.com/Grive/grive
Vcs-Git: git://github.com/JoseLSegura/Grive-Debian-packaging.git
Package: grive
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Google Drive client for GNU/Linux
Grive is a Google Drive (an online storage service) client. It
allows synchronize your Google Drive files with a directory on your
local storage from the command-line.
.
It automatically synchronizes your local copy of your Google Drive,
adding or removing files from the online storage. It allows add new
files on your local directory and them will be uploaded to Google
Drive when it synchronizes.
.
Grive is still in process of development. It will include support for
auto-detecting changes on the local storage to force a
synchronization and a daemon mode which will work on user space to
have your local files always synchronized with your online storage.
debian/rules 0000755 0000000 0000000 00000000722 12034612152 010243 0 ustar #!/usr/bin/make -f
# -*- makefile -*-
DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DB2MAN := /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
%:
dh $@
override_dh_clean:
dh_clean
$(RM) debian/grive.1
override_dh_auto_build:
dh_auto_build
xsltproc -o debian/grive.1 --param man.charmap.use.subset "0" --novalid --nonet $(DB2MAN) debian/grive.xml
override_dh_auto_test:
./obj-$(DEB_BUILD_GNU_TYPE)/libgrive/unittest
debian/grive.xml 0000644 0000000 0000000 00000014603 12034605062 011026 0 ustar
. will be generated. You may view the
manual page with: nroff -man . | less'. A typical entry
in a Makefile or Makefile.am is:
DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0"
manpage.1: manpage.xml
$(XP) $(DB2MAN) $<
The xsltproc binary is found in the xsltproc package. The XSL files are in
docbook-xsl. A description of the parameters you can use can be found in the
docbook-xsl-doc-* packages. Please remember that if you create the nroff
version in one of the debian/rules file targets (such as build), you will need
to include xsltproc and docbook-xsl in your Build-Depends control field.
Alternatively use the xmlto command/package. That will also automatically
pull in xsltproc and docbook-xsl.
Notes for using docbook2x: docbook2x-man does not automatically create the
AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as
... .
To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections
read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be
found in the docbook-xsl-doc-html package.
Validation can be done using: `xmllint -''-noout -''-valid manpage.xml`
General documentation about man-pages and man-page-formatting:
man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-->
]>
&dhtitle;&dhpackage;&dhfirstname;&dhsurname;Wrote this manpage for the Debian system.&dhemail;2012&dhusername;This manual page was written for the Debian system
(and may be used by others).Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU General Public License,
Version 2 or any later version published by the Free Software
Foundation.On Debian systems, the complete text of the GNU General Public
License can be found in
/usr/share/common-licenses/GPL-2.&dhucpackage;&dhsection;&dhpackage;a Google Drive (online storage service) client.&dhpackage;DESCRIPTION&dhpackage; allows the synchronization of
all your files on the cloud with a directory of your choice and
the upload of new files to Google Drive.This manual page was written for the Debian distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU info1 format; see below.OPTIONSRequests authorization token from Google and sync to
current directory.Enable debug level messages (implies -V).Only detects which files are needed for download or
upload without doing it.Forces grive to always download a file from Google
Drive instead uploading it.Show the help message.set FILENAME as log output location instead standard
output.
debian/changelog 0000644 0000000 0000000 00000000622 12256120716 011042 0 ustar grive (0.2.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Build-depend on libiberty-dev instead of binutils-dev
(Closes: #725289, #730358)
-- David Prévot Mon, 23 Dec 2013 16:48:34 -0400
grive (0.2.0-1) unstable; urgency=low
* First version for Debian (Closes: #675310)
-- José Luis Segura Lucas Mon, 09 Jul 2012 07:54:24 +0200
debian/watch 0000644 0000000 0000000 00000000202 12024374331 010210 0 ustar version=3
opts=filenamemangle=s/.*(\d[\d\.]+)/grive_$1\.tar\.gz/ \
https://github.com/Grive/grive/tags .*/tarball/v?(\d[\d\.]+)