[Pkg-securepass-commits] [SCM] libnss-securepass/master: Drop all patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Oct 25 14:36:45 UTC 2014


The following commit has been merged in the master branch:
commit c16ec85901c0e7faa5ac409da24acbd8f803d5ad
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Oct 25 15:27:05 2014 +0100

    Drop all patches.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
deleted file mode 100644
index b1144d0..0000000
--- a/debian/patches/0001-buildsystem.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Small improvements to the buildsystem.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: yes
----
- Makefile.in |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- nss_securepass.orig/Makefile.in
-+++ nss_securepass/Makefile.in
-@@ -58,9 +58,9 @@ $(SP_CLIENT): $(SP_CLIENT_OBJS) $(LIBSP)
- 	$(CC) -o $(SP_CLIENT) $(SP_CLIENT_OBJS) $(LIBSP) $(LIBS)
- 
- install: $(LIBNSS_SP)
--	$(INSTALL) -o root -g root $(LIBNSS_SP) $(libdir)/$(LIBNSS_SP) 
--	ln -sf $(libdir)/$(LIBNSS_SP) $(libdir)/$(LIBNSS_SP_SO)
--	$(CC) -o $(NSS_CLIENT) $(NSS_CLIENT_OBJS) $(LIBS) -lnss_sp -lpthread
-+	mkdir -p $(DESTDIR)/$(libdir)
-+	$(INSTALL) -o root -g root $(LIBNSS_SP) $(DESTDIR)/$(libdir)/$(LIBNSS_SP)
-+	ln -sf $(LIBNSS_SP) $(DESTDIR)/$(libdir)/$(LIBNSS_SP_SO)
- 
- clean:
- 	rm -f $(LIBSP) $(LIBNSS_SP) $(TEST_INI) $(SP_CLIENT) $(NSS_CLIENT) $(LIBSP_OBJS) $(OBJS) $(TEST_INI_OBJS) \
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b5c7eee..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-buildsystem.patch

-- 
libnss-securepass packaging



More information about the Pkg-securepass-commits mailing list