[Pkg-privacy-commits] [Git][pkg-privacy-team/hexchat-otr][master] 3 commits: Document patch naming scheme.
Petter Reinholdtsen
pere at debian.org
Wed Oct 24 07:10:54 BST 2018
Petter Reinholdtsen pushed to branch master at Privacy Maintainers / hexchat-otr
Commits:
afcb6012 by Petter Reinholdtsen at 2018-10-24T05:54:32Z
Document patch naming scheme.
- - - - -
f8c44acf by Petter Reinholdtsen at 2018-10-24T05:59:31Z
Added 1000-prototypes.patch to get rid of compiler warning.
- - - - -
5a090540 by Petter Reinholdtsen at 2018-10-24T06:01:00Z
Updated Standards-Version from 4.0.0 to 4.2.1.
- - - - -
4 changed files:
- debian/control
- + debian/patches/1000-prototypes.patch
- + debian/patches/README
- + debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9)
, libglib2.0-dev
, dh-autoreconf
, autoconf-archive
-Standards-Version: 4.0.0
+Standards-Version: 4.2.1
Homepage: https://github.com/TingPing/hexchat-otr
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/hexchat-otr
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/hexchat-otr
=====================================
debian/patches/1000-prototypes.patch
=====================================
@@ -0,0 +1,25 @@
+Description: Add prototypes to include file
+ Make code build with -Werror=missing-prototypes
+Author: Petter Reinholdtsen <pere at debian.org>
+Origin: https://github.com/fridim/hexchat-otr/commit/c6f63ea54dee9444c22d42e1ec337ca6714a737a
+Forwarded: no
+Reviewed-By: Petter Reinholdtsen <pere at debian.org>
+Last-Update: 2018-10-24
+
+--- hexchat-otr-0.2.2.orig/src/hexchat_otr.h
++++ hexchat-otr-0.2.2/src/hexchat_otr.h
+@@ -59,6 +59,14 @@ enum
+
+ extern hexchat_plugin *ph; /* plugin handle */
+
++int hexchat_plugin_deinit (void);
++int hexchat_plugin_init (hexchat_plugin *plugin_handle,
++ char **plugin_name,
++ char **plugin_desc,
++ char **plugin_version,
++ char *arg);
++void hexchat_plugin_get_info (char **name, char **desc, char **version, void **reserved);
++
+ void printformat (IRC_CTX *ircctx, const char *nick, int lvl, int fnum, ...);
+
+ #define otr_noticest(formatnum, ...) \
=====================================
debian/patches/README
=====================================
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+1000-prototypes.patch
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/hexchat-otr/compare/df1c5c5d07daea27f7354ff48ef28e27f1b4f232...5a09054034a115e4622868addcaa550a163e80e1
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/hexchat-otr/compare/df1c5c5d07daea27f7354ff48ef28e27f1b4f232...5a09054034a115e4622868addcaa550a163e80e1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20181024/ebe6613d/attachment-0001.html>
More information about the Pkg-privacy-commits
mailing list