summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright9
-rw-r--r--debian/dirs1
-rw-r--r--debian/docs0
-rw-r--r--debian/liblz4-dev.install2
-rw-r--r--debian/liblz4.install2
-rwxr-xr-xdebian/rules8
9 files changed, 0 insertions, 54 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7a4bac6..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,8 +0,0 @@
-liblz4 (0.131) unstable; urgency=low
-
- * New : Dos/DJGPP target, thanks to Louis Santillan (#114)
- * Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
- * Changed: xxhash symbols are modified (namespace emulation) within liblz4
-
- -- Yann Collet <Cyan4973@github.com> Sun, 28 Jun 2015 01:00:00 +0000
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7f8f011..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 1a5a077..0000000
--- a/debian/control
+++ /dev/null
@@ -1,23 +0,0 @@
-Source: liblz4
-Section: devel
-Priority: optional
-Maintainer: Evgeniy Polyakov <zbr@ioremap.net>
-Build-Depends:
- cmake (>= 2.6),
- debhelper (>= 7.0.50~),
- cdbs
-Standards-Version: 3.8.0
-Homepage: https://code.google.com/p/lz4/
-Vcs-Git: git://github.com/Cyan4973/lz4.git
-Vcs-Browser: https://github.com/Cyan4973/lz4
-
-Package: liblz4
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Extremely Fast Compression algorithm http://www.lz4.org
-
-Package: liblz4-dev
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Extremely Fast Compression algorithm http://www.lz4.org
- Development files.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index da22555..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,9 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: liblz4
-Upstream-Contact: Yann Collet <Cyan4973@github.com>
-Source: https://github.com/Cyan4973/lz4
-
-Files: *
-Copyright: (C) 2011+ Yann Collet
-License: GPL-2+
- The full text of license: https://github.com/Cyan4973/lz4/blob/master/lib/LICENSE
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index e772481..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e69de29..0000000
--- a/debian/docs
+++ /dev/null
diff --git a/debian/liblz4-dev.install b/debian/liblz4-dev.install
deleted file mode 100644
index 3a02909..0000000
--- a/debian/liblz4-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/lz4*
-usr/lib/liblz4.so
diff --git a/debian/liblz4.install b/debian/liblz4.install
deleted file mode 100644
index e444956..0000000
--- a/debian/liblz4.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/liblz4.so.*
-usr/bin/*
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 748e68d..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/cmake.mk
-
-
-DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../cmake_unofficial
-