[Pkg-privacy-commits] [irssi-plugin-otr] 221/267: remove patch accepted upstream

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:35 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 904926b540e51f663a4fb37ccc69fc62abe4f05c
Author: Antoine Beaupré <anarcat at koumbit.org>
Date:   Fri May 10 09:04:30 2013 -0400

    remove patch accepted upstream
---
 debian/patches/destdir_support.patch | 38 ------------------------------------
 debian/patches/series                |  1 -
 2 files changed, 39 deletions(-)

diff --git a/debian/patches/destdir_support.patch b/debian/patches/destdir_support.patch
deleted file mode 100644
index c2965b7..0000000
--- a/debian/patches/destdir_support.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-commit 3c296cbd52108a0da335b83524ecd2a6452ff02d
-Author: Antoine Beaupré <anarcat at koumbit.org>
-Date:   Wed May 8 22:54:08 2013 -0400
-
-    cleanup automake voodoo
-    
-    we directly build the library with the right name instead of renaming
-    it
-    
-    we also remove it by respecting the $DESTDIR prefix to make this
-    makefile compatible with Debian build scripts
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 4f931be..a9e47fd 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -14,16 +14,14 @@ IRSSI_INCLUDE = -I$(IRSSI_DIST) \
- INCLUDES = -I$(top_srcdir)/src $(IRSSI_INCLUDE)
- 
- plugindir = $(IRSSI_MODULE_DIR)
--plugin_LTLIBRARIES = otr.la
-+plugin_LTLIBRARIES = libotr.la
- 
--otr_la_SOURCES = otr-formats.c otr-formats.h \
-+libotr_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 module.h irssi-otr.h
- 
--otr_la_LDFLAGS = -avoid-version -module
--otr_la_LDFLAGS += $(LIBOTR_LIBS) $(LIBGCRYPT_LIBS) -lpthread
-+libotr_la_LDFLAGS = -avoid-version -module
-+libotr_la_LDFLAGS += $(LIBOTR_LIBS) $(LIBGCRYPT_LIBS) -lpthread
- 
- install-data-hook:
--	rm $(plugindir)/otr.la
--	mv $(plugindir)/otr.so $(plugindir)/libotr.so
--	chmod 644 $(plugindir)/libotr.so
-+	rm $(DESTDIR)/$(plugindir)/libotr.la
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 857a37f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-destdir_support.patch

-- 
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