diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7ddc1e3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,78 @@ +grive2 (0.4.1+git20151011) unstable; urgency=medium + + * Add Debian packaging scripts to the official repository + + -- Vitaliy Filippov Sun, 11 Oct 2015 15:03:55 +0300 + +grive2 (0.4.1-1+git20151008~webupd8~wily0) wily; urgency=medium + + * new git pull + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Thu, 08 Oct 2015 11:50:55 +0200 + +grive2 (0.4.1-1+git20151007~webupd8~wily0) wily; urgency=medium + + * new git pull + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Wed, 07 Oct 2015 13:46:29 +0200 + +grive2 (0.4.1-1+git20151001~webupd8~precise0) precise; urgency=medium + + * new git pull + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Thu, 01 Oct 2015 12:54:44 +0200 + +grive2 (0.4.0-1+git20150928~webupd8~wily1) wily; urgency=medium + + * new git pull + * build-depend on libboost-regex-dev + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Mon, 28 Sep 2015 11:36:19 +0200 + +grive2 (0.4.0-1+git20150810~webupd8~wily0) wily; urgency=medium + + * upload for Wily + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Sat, 04 Jul 2015 12:26:14 +0200 + +grive2 (0.4.0-1+git20150810~webupd8~vivid0) vivid; urgency=medium + + * new git pull + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Sat, 04 Jul 2015 12:26:14 +0200 + +grive2 (0.4.0-1+git20150629~webupd8~vivid0) vivid; urgency=medium + + * new git pull + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Mon, 29 Jun 2015 12:27:21 +0200 + +grive2 (0.4.0-1~webupd8~precise3) precise; urgency=medium + + * Initial packaging (based on grive) + * For Precise and Trusty only: use libgcrypt11 instead of libgcrypt20 + because libcurl4-openssl-dev depends on it (and for Precise, + there's no libgcrypt20) + + -- Alin Andrei Mon, 25 May 2015 15:31:24 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2b65895 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: grive2 +Section: net +Priority: optional +Maintainer: Vitaliy Filippov +Build-Depends: debhelper, cmake, pkg-config, zlib1g-dev, libcurl4-openssl-dev, libstdc++6-4.4-dev | libstdc++-4.9-dev | libstdc++-5-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-test-dev, libboost-regex-dev, libexpat1-dev, binutils-dev, libgcrypt-dev, libyajl-dev +Standards-Version: 3.9.6 +Homepage: https://yourcmc.ru/wiki/Grive2 + +Package: grive +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Grive2: an open source Linux client for Google Drive + . + This is the up-to-date fork of the original "Grive" (https://github.com/Grive/grive) + Google Drive client with the support for the new Drive REST API and partial + sync. + . + For the first time running grive, you should use the "-a" argument to grant + permission to grive to access to your Google Drive. An URL should be printed. + Go to the page. You will need to login to your google account if you haven't + done so. After granting the permission to grive, the browser will show you + an authenication code. Copy-and-paste that to the standard input of grive. + If everything works fine, grive will create .grive and .grive_state inside the + synchronized directory. It will also start downloading files from your Google + Drive to that directory. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e362840 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +Grive2 + + https://github.com/vitalif/grive2 + +Current developers: + + Vitaliy Filippov + +Previous developers: + + Nestal Wan (me@nestal.net) 16.05.2012 — 03.05.2013 + Matchman Green (match065@gmail.com) 26.04.2012 — 20.06.2012 + +Contributors: + + See full list here https://yourcmc.ru/wiki/Grive2#Full_list_of_contributors + +License: + + GPL 2.0+ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8148457 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=cmake --parallel diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)