]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Update libssh2-sys
authorMatt Kraai <kraai@ftbfs.org>
Mon, 10 Dec 2018 12:41:39 +0000 (04:41 -0800)
committerMatt Kraai <kraai@ftbfs.org>
Mon, 10 Dec 2018 12:41:39 +0000 (04:41 -0800)
src/libssh2-sys/debian/changelog
src/libssh2-sys/debian/copyright.debcargo.hint
src/libssh2-sys/debian/debcargo.toml
src/libssh2-sys/debian/patches/no-special-snowflake-env.patch

index 1c0aaa25475860491256ed22682b089538328a0c..453004d125b24bfb383916e9c2718151d04c6d75 100644 (file)
@@ -1,3 +1,10 @@
+rust-libssh2-sys (0.2.11-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package libssh2-sys 0.2.11 from crates.io using debcargo 2.2.9
+
+ -- Matt Kraai <kraai@debian.org>  Mon, 10 Dec 2018 04:38:49 -0800
+
 rust-libssh2-sys (0.2.8-1) unstable; urgency=medium
 
   * Package libssh2-sys 0.2.8 from crates.io using debcargo 2.2.5
index 145f6372a40973ab7b1a97eeb338d4190189d88c..629448547279eb6cf48329f822578f7bdbe2d6a5 100644 (file)
@@ -15,7 +15,7 @@ Comment:
 Files: debian/*
 Copyright:
  2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 FIXME (overlay) Your Name <Your Email>
+ 2018 Ximin Luo <infinity0@debian.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 03587b5ca929d0607a613f8493cc8d9f897691c7..b80df321a40ccf32c9a0c46f8a2084b2d5276a2f 100644 (file)
@@ -1,4 +1,5 @@
 overlay = "."
+uploaders = ["Ximin Luo <infinity0@debian.org>"]
 excludes = ["libssh2/**"]
 
 [packages.lib]
index 1b18d1da1647d6846651e49333e77d42c7aaf7e1..9b7a6bd748010b48dec8039d0bf6918a973da6f3 100644 (file)
@@ -4,9 +4,11 @@ Bug: https://github.com/alexcrichton/ssh2-rs/issues/88
 Forwarded: not-needed
 Last-Update: 2018-07-28
 
---- a/build.rs
-+++ b/build.rs
-@@ -21,19 +21,20 @@
+Index: libssh2-sys/build.rs
+===================================================================
+--- libssh2-sys.orig/build.rs
++++ libssh2-sys/build.rs
+@@ -17,19 +17,20 @@ fn main() {
      // The system copy of libssh2 is not used by default because it
      // can lead to having two copies of libssl loaded at once.
      // See https://github.com/alexcrichton/ssh2-rs/pull/88
@@ -35,5 +37,5 @@ Last-Update: 2018-07-28
 +    //         .status();
 +    // }
  
-     let mut cfg = cmake::Config::new("libssh2");
+     let target = env::var("TARGET").unwrap();
+     let dst = PathBuf::from(env::var_os("OUT_DIR").unwrap());