summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@debian.org>2018-12-17 15:21:09 -0200
committerThadeu Lima de Souza Cascardo <cascardo@debian.org>2018-12-17 15:21:09 -0200
commit42d58b51bae6c485f1fc6010af3d0124df2488a0 (patch)
tree03657046de6bc1911dc90c2b26a88a43571e37a8
parent487fbf6e128e788ed7f7eca91d10ef9428595df9 (diff)
git-debrebase convert-from-gbp: drop patches from tree
Delete debian/patches, as part of converting to git-debrebase format. [git-debrebase convert-from-gbp: drop patches from tree]
-rw-r--r--debian/patches/0001-Remove-libebl-linkage.patch16
-rw-r--r--debian/patches/0002-adapt-makefile-to-debian.patch36
-rw-r--r--debian/patches/series2
3 files changed, 0 insertions, 54 deletions
diff --git a/debian/patches/0001-Remove-libebl-linkage.patch b/debian/patches/0001-Remove-libebl-linkage.patch
deleted file mode 100644
index 7c66947..0000000
--- a/debian/patches/0001-Remove-libebl-linkage.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Remove libebl from link options
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/Makefile
-+++ b/Makefile
-@@ -52,7 +52,7 @@
- SRC_ARCH = arch/arm.c arch/arm64.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c arch/s390x.c arch/ppc.c arch/sparc64.c
- OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH))
-
--LIBS = -ldw -lbz2 -lebl -ldl -lelf -lz
-+LIBS = -ldw -lbz2 -ldl -lelf -lz
- ifneq ($(LINKTYPE), dynamic)
- LIBS := -static $(LIBS)
- endif
diff --git a/debian/patches/0002-adapt-makefile-to-debian.patch b/debian/patches/0002-adapt-makefile-to-debian.patch
deleted file mode 100644
index 7b53f3c..0000000
--- a/debian/patches/0002-adapt-makefile-to-debian.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Index: makedumpfile-1.5.9/Makefile
-===================================================================
---- makedumpfile-1.5.9.orig/Makefile 2015-11-24 12:59:52.503286944 +0100
-+++ makedumpfile-1.5.9/Makefile 2015-11-24 12:59:52.499286944 +0100
-@@ -80,26 +80,18 @@
-
- makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH)
- $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ_PART) $(OBJ_ARCH) -rdynamic -o $@ $< $(LIBS)
-- echo .TH MAKEDUMPFILE 8 \"$(DATE)\" \"makedumpfile v$(VERSION)\" \"Linux System Administrator\'s Manual\" > temp.8
-- grep -v "^.TH MAKEDUMPFILE 8" $(VPATH)makedumpfile.8 >> temp.8
-- mv temp.8 makedumpfile.8
-- gzip -c ./makedumpfile.8 > ./makedumpfile.8.gz
-- echo .TH MAKEDUMPFILE.CONF 5 \"$(DATE)\" \"makedumpfile v$(VERSION)\" \"Linux System Administrator\'s Manual\" > temp.5
-- grep -v "^.TH MAKEDUMPFILE.CONF 5" $(VPATH)makedumpfile.conf.5 >> temp.5
-- mv temp.5 makedumpfile.conf.5
-- gzip -c ./makedumpfile.conf.5 > ./makedumpfile.conf.5.gz
-
- eppic_makedumpfile.so: extension_eppic.c
- $(CC) $(CFLAGS) $(LDFLAGS) -shared -rdynamic -o $@ extension_eppic.c -fPIC -leppic -ltinfo
-
- clean:
-- rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile makedumpfile.8.gz makedumpfile.conf.5.gz
-+ rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile
-
- install:
-- install -m 755 -d ${DESTDIR}/usr/sbin ${DESTDIR}/usr/share/man/man5 ${DESTDIR}/usr/share/man/man8 ${DESTDIR}/etc
-- install -m 755 -t ${DESTDIR}/usr/sbin makedumpfile $(VPATH)makedumpfile-R.pl
-- install -m 644 -t ${DESTDIR}/usr/share/man/man8 makedumpfile.8.gz
-- install -m 644 -t ${DESTDIR}/usr/share/man/man5 makedumpfile.conf.5.gz
-+ install -m 755 -d ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man5 ${DESTDIR}/usr/share/man/man8 ${DESTDIR}/etc
-+ install -m 755 -t ${DESTDIR}/usr/bin makedumpfile makedumpfile-R.pl
-+ install -m 644 -t ${DESTDIR}/usr/share/man/man8 makedumpfile.8
-+ install -m 644 -t ${DESTDIR}/usr/share/man/man5 makedumpfile.conf.5
- install -m 644 -D $(VPATH)makedumpfile.conf ${DESTDIR}/etc/makedumpfile.conf.sample
- mkdir -p ${DESTDIR}/usr/share/makedumpfile-${VERSION}/eppic_scripts
- install -m 644 -t ${DESTDIR}/usr/share/makedumpfile-${VERSION}/eppic_scripts/ $(VPATH)eppic_scripts/*
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8d0f986..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Remove-libebl-linkage.patch
-0002-adapt-makefile-to-debian.patch