]> git.proxmox.com Git - debcargo-conf.git/commitdiff
drop libgit2-sys-0.6, leftover from the past
authorXimin Luo <infinity0@debian.org>
Thu, 28 Nov 2019 10:37:12 +0000 (10:37 +0000)
committerXimin Luo <infinity0@debian.org>
Thu, 28 Nov 2019 10:37:12 +0000 (10:37 +0000)
src/libgit2-sys-0.6/debian/debcargo.toml [deleted file]
src/libgit2-sys-0.6/debian/patches/no-special-snowflake-env.patch [deleted file]
src/libgit2-sys-0.6/debian/patches/series [deleted file]

diff --git a/src/libgit2-sys-0.6/debian/debcargo.toml b/src/libgit2-sys-0.6/debian/debcargo.toml
deleted file mode 100644 (file)
index 39d5e61..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-overlay = "."
-excludes = ["libgit2/**"]
-
-[packages.lib]
-depends = ["libgit2-dev"]
diff --git a/src/libgit2-sys-0.6/debian/patches/no-special-snowflake-env.patch b/src/libgit2-sys-0.6/debian/patches/no-special-snowflake-env.patch
deleted file mode 100644 (file)
index e997447..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- libgit2-sys-0.6.19/build.rs.orig   2018-02-06 14:11:05.758487595 +0100
-+++ libgit2-sys-0.6.19/build.rs        2018-02-06 14:11:09.514541164 +0100
-@@ -31,10 +31,8 @@
-     }
-     let has_pkgconfig = Command::new("pkg-config").output().is_ok();
--    if env::var("LIBGIT2_SYS_USE_PKG_CONFIG").is_ok() {
--        if pkg_config::find_library("libgit2").is_ok() {
--            return
--        }
-+    if pkg_config::find_library("libgit2").is_ok() {
-+        return
-     }
-     if !Path::new("libgit2/.git").exists() {
diff --git a/src/libgit2-sys-0.6/debian/patches/series b/src/libgit2-sys-0.6/debian/patches/series
deleted file mode 100644 (file)
index 206beed..0000000
+++ /dev/null
@@ -1 +0,0 @@
-no-special-snowflake-env.patch