]> git.proxmox.com Git - debcargo-conf.git/commitdiff
nitrokey-sys: Fix typo in build script patch
authorRobin Krahl <robin.krahl@ireas.org>
Sun, 20 Jan 2019 18:51:48 +0000 (18:51 +0000)
committerRobin Krahl <robin.krahl@ireas.org>
Sun, 20 Jan 2019 18:55:54 +0000 (19:55 +0100)
Apparently, the linking stage is not executed during package build so I
did not notice the typo when preparing the package.

src/nitrokey-sys/debian/changelog
src/nitrokey-sys/debian/patches/0001-Update-build.rs-for-shared-library.patch

index d185c4652c57959e95abc6835a1671d5683df48b..b11a97c843bc28c91d3a04e995ee7c9667d4b5ab 100644 (file)
@@ -1,3 +1,9 @@
+rust-nitrokey-sys (3.4.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Fix typo in the patching updating the build.rs script.
+
+ -- Robin Krahl <robin.krahl@ireas.org>  Sun, 20 Jan 2019 18:51:26 +0000
+
 rust-nitrokey-sys (3.4.3-1) unstable; urgency=medium
 
   * Package nitrokey-sys 3.4.3 from crates.io using debcargo 2.2.9
index f65d4e1e188b804daa4ed5658746238c6ef02bba..5c044aeb0f7ffdbeb25481176ee1df745a1a103d 100644 (file)
@@ -105,5 +105,5 @@ Index: nitrokey-sys/build.rs
 -        "hidapi"
 -    };
 -    println!("cargo:rustc-link-lib={}", hidapi_library_name);
-+    println!("cargo:rustc-link-lib=libnitrokey");
++    println!("cargo:rustc-link-lib=nitrokey");
  }