Adding debian version 0.4-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
481ef88a11
commit
6648073468
12 changed files with 181 additions and 0 deletions
21
debian/patches/debian/0001-build.patch
vendored
Normal file
21
debian/patches/debian/0001-build.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Avoid overwriting build-environment.
|
||||
|
||||
diff -Naurp lzip.orig/configure lzip/configure
|
||||
--- lzip.orig/configure
|
||||
+++ lzip/configure
|
||||
@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
|
||||
datarootdir='$(prefix)/share'
|
||||
infodir='$(datarootdir)/info'
|
||||
mandir='$(datarootdir)/man'
|
||||
-CXX=g++
|
||||
-CPPFLAGS=
|
||||
-CXXFLAGS='-Wall -W -O2'
|
||||
-LDFLAGS=
|
||||
+#CXX=g++
|
||||
+#CPPFLAGS=
|
||||
+#CXXFLAGS='-Wall -W -O2'
|
||||
+#LDFLAGS=
|
||||
|
||||
# checking whether we are using GNU C++.
|
||||
/bin/sh -c "${CXX} --version" > /dev/null 2>&1 ||
|
25
debian/patches/debian/0002-libc.patch
vendored
Normal file
25
debian/patches/debian/0002-libc.patch
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Adding missing libc headers for makedev definitions.
|
||||
|
||||
diff -Naurp tarlz.orig/create.cc tarlz/create.cc
|
||||
--- tarlz.orig/create.cc
|
||||
+++ tarlz/create.cc
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <vector>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ftw.h>
|
||||
#include <grp.h>
|
||||
diff -Naurp tarlz.orig/extract.cc tarlz/extract.cc
|
||||
--- tarlz.orig/extract.cc
|
||||
+++ tarlz/extract.cc
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <utime.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/stat.h>
|
||||
#include <lzlib.h>
|
||||
|
2
debian/patches/series
vendored
Normal file
2
debian/patches/series
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
debian/0001-build.patch
|
||||
debian/0002-libc.patch
|
Loading…
Add table
Add a link
Reference in a new issue