[Pkg-privacy-commits] [hexchat-otr] 02/11: Add Debian build rules.
Petter Reinholdtsen
pere at moszumanska.debian.org
Sun Feb 21 07:23:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository hexchat-otr.
commit ed20983148d91312ab5bb5090d7ca943bb4ad33e
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Feb 18 22:36:44 2016 +0100
Add Debian build rules.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 35 +++++++++++++++++++++++++++++++++++
debian/copyright | 37 +++++++++++++++++++++++++++++++++++++
debian/gbp.conf | 2 ++
debian/rules | 9 +++++++++
debian/source/format | 1 +
7 files changed, 90 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..372d950
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+hexchat-otr (0.2.0-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #815059)
+
+ -- Petter Reinholdtsen <pere at debian.org> Sun, 14 Feb 2016 23:13:46 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..79a3649
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: hexchat-otr
+Section: misc
+Priority: optional
+Maintainer: Jesse Rhodes <drubo at drubo.net>
+Uploaders: Petter Reinholdtsen <pere at debian.org>
+Build-Depends: debhelper (>= 9)
+ , libotr5-dev
+ , dh-autoreconf
+Standards-Version: 3.9.7
+Homepage: https://github.com/TingPing/hexchat-otr
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/hexchat-otr.git
+Vcs-Git: git://anonscm.debian.org/collab-maint/hexchat-otr.git
+
+Package: hexchat-otr
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+ , hexchat
+Description: hexchat plugin to support Off The Record (OTR)
+ A plugin for the IRC client hexchat to support Off The Record (OTR)
+ conversations.
+ .
+ OTR allows you to have private conversations over IM by providing:
+ - Encryption
+ - No one else can read your instant messages.
+ - Authentication
+ - You are assured the correspondent is who you think it is.
+ - Deniability
+ - The messages you send do _not_ have digital signatures that are
+ checkable by a third party. Anyone can forge messages after a
+ conversation to make them look like they came from you. However,
+ _during_ a conversation, your correspondent is assured the messages
+ they see are authentic and unmodified.
+ - Perfect forward secrecy
+ - If you lose control of your private keys, no previous conversation
+ is compromised.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0aca0f6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hexchat-otr
+Source: https://github.com/TingPing/hexchat-otr
+
+Files: *
+Copyright: 2014 <adhux at lelantos.org>
+ 2014-2016 Patrick Griffis <tingping at tingping.se>
+License: GPL-2.0+
+
+Files: src/otr.h
+ src/otr_key.c
+ src/otr_ops.c
+ src/otr_util.c
+Copyright: 2008 Uli Meis <a.sporto+bee at gmail.com>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2016 Petter Reinholdtsen <pere at hungry.com>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,USA
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f565d3f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf
+
+override_dh_auto_install:
+ dh_auto_install
+ rm debian/hexchat-otr/usr/lib/*/hexchat/plugins/otr.a
+ rm debian/hexchat-otr/usr/lib/*/hexchat/plugins/otr.la
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/hexchat-otr.git
More information about the Pkg-privacy-commits
mailing list