[Pkg-privacy-commits] [irssi-plugin-otr] 173/267: Rename header to follow standard file naming

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit 14256233fea68ee553d2c2aefe1d75528718a977
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Sun Dec 2 01:03:56 2012 -0500

    Rename header to follow standard file naming
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 src/Makefile.am                  | 2 +-
 src/{irssi_otr.h => irssi-otr.h} | 0
 src/otr-formats.h                | 2 +-
 src/otr.h                        | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c4b9302..ff6d93d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ plugin_LTLIBRARIES = otr.la
 
 otr_la_SOURCES = otr-formats.c otr-formats.h \
                  key.c key.h cmd.c cmd.h otr.c otr-ops.c \
-                 utils.h utils.c otr.h module.c irssi_otr.h
+                 utils.h utils.c otr.h module.c irssi-otr.h
 
 otr_la_LDFLAGS = -avoid-version -module
 otr_la_LDFLAGS += $(LIBOTR_LIBS) $(LIBGCRYPT_LIBS) -lpthread
diff --git a/src/irssi_otr.h b/src/irssi-otr.h
similarity index 100%
rename from src/irssi_otr.h
rename to src/irssi-otr.h
diff --git a/src/otr-formats.h b/src/otr-formats.h
index 778f476..f980cde 100644
--- a/src/otr-formats.h
+++ b/src/otr-formats.h
@@ -21,7 +21,7 @@
 #ifndef IRSSI_OTR_FORMATS_H
 #define IRSSI_OTR_FORMATS_H
 
-#include "irssi_otr.h"
+#include "irssi-otr.h"
 
 /*
  * Must be in sync with the otr_formats array.
diff --git a/src/otr.h b/src/otr.h
index 7601a08..06df708 100644
--- a/src/otr.h
+++ b/src/otr.h
@@ -28,7 +28,7 @@
 #include <libotr/context.h>
 #include <libotr/privkey.h>
 
-#include "irssi_otr.h"
+#include "irssi-otr.h"
 #include "utils.h"
 
 /* irssi module name */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list