From 990b9a2def17bf14a500f42d6edd6e63c8dbce9a Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:45:13 -0400 Subject: [PATCH 1/7] Create format --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) From 40f4263f31cf1255c6c27df85a032bf0d8179343 Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:50:31 -0400 Subject: [PATCH 2/7] Add files via upload --- changelog | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..3daf1be --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +funyahoo-plusplus (0.1-0git20160904) mx; urgency=low + + * Initial debian packaging + + -- Timothy E. Harris Sun, 04 Aug 2016 11:06:31 -0400 From 44a2d82cde96e6234a83894e068304633dffe254 Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:51:31 -0400 Subject: [PATCH 3/7] Delete changelog --- changelog | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 changelog diff --git a/changelog b/changelog deleted file mode 100644 index 3daf1be..0000000 --- a/changelog +++ /dev/null @@ -1,5 +0,0 @@ -funyahoo-plusplus (0.1-0git20160904) mx; urgency=low - - * Initial debian packaging - - -- Timothy E. Harris Sun, 04 Aug 2016 11:06:31 -0400 From cf6df981fbeb6e93d7b2b35de09dc538944c0b1d Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:51:44 -0400 Subject: [PATCH 4/7] Delete format --- debian/source/format | 1 - 1 file changed, 1 deletion(-) delete mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) From 75edda1b224f291dca5d303e9f6c3b0d46027f95 Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:53:46 -0400 Subject: [PATCH 5/7] Create changelog --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3daf1be --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +funyahoo-plusplus (0.1-0git20160904) mx; urgency=low + + * Initial debian packaging + + -- Timothy E. Harris Sun, 04 Aug 2016 11:06:31 -0400 From 207c28119e897b14f71e1d8515b98b9309b47fad Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:54:22 -0400 Subject: [PATCH 6/7] Add files via upload --- debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/libyahoo-plusplus.docs | 1 + debian/rules | 5 +++++ 5 files changed, 55 insertions(+) create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libyahoo-plusplus.docs create mode 100644 debian/rules diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a13d0f7 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: funyahoo-plusplus +Priority: optional +Section: libs +Maintainer: Timothy E. Harris +Build-Depends: debhelper (>= 7), + libpurple-dev, + libjson-glib-dev, + libglib2.0-dev +Homepage: https://github.com/EionRobb/funyahoo-plusplus +Standards-Version: 3.9.1 + +Package: libfunyahoo-plusplus +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: 2016 Yahoo Messenger protocol C library + A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple compatible with + the new protocol enforced by Yahoo since Sept 2016 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4acb939 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: funyahoo-plusplus +Maintainer: Timothy E. Harris +Source: https://github.com/EionRobb/funyahoo-plusplus +Authors: + Eion Robb + +Files: * +Copyright: © 2016, Eion Rob +License: GPL-3+ + . + 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 package; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-3' + +Files: debian/* +Copyright: © 2016, Timothy E. Harris +License: GPL-3+ diff --git a/debian/libyahoo-plusplus.docs b/debian/libyahoo-plusplus.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/libyahoo-plusplus.docs @@ -0,0 +1 @@ +README.md diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..28bcfe3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + + dh $@ From 88df9da731ebd364f242ff323d3445b45bab499e Mon Sep 17 00:00:00 2001 From: "Timothy E. Harris" Date: Mon, 5 Sep 2016 20:55:07 -0400 Subject: [PATCH 7/7] Create format --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)