]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Remove redundant uses of build_depends no longer needed in later versions of debcargo
authorXimin Luo <infinity0@debian.org>
Sun, 29 Jul 2018 15:42:37 +0000 (08:42 -0700)
committerXimin Luo <infinity0@debian.org>
Sun, 29 Jul 2018 15:42:37 +0000 (08:42 -0700)
src/debcargo/debian/debcargo.toml
src/seccomp-sys/debian/changelog
src/seccomp-sys/debian/debcargo.toml

index 16036ecef7175df9da4f0c14b5ef375f4c779a48..62cc3f7b9515c545dbe7f46c49e504cc99502d6e 100644 (file)
@@ -1,4 +1 @@
 overlay = "."
-
-[source]
-build_depends = ["libssl-dev", "libcurl4-gnutls-dev"]
index cde89c02460b7a589456a3eeaa1c5e219521bdc0..aa442e40720c39a95df6c7a983a8c89eaf6a758a 100644 (file)
@@ -1,3 +1,10 @@
+rust-seccomp-sys (0.1.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package seccomp-sys 0.1.2 from crates.io using debcargo 2.2.4
+  * Drop redundant extra build_depends in debcargo.toml
+
+ -- Ximin Luo <infinity0@debian.org>  Sun, 29 Jul 2018 08:41:15 -0700
+
 rust-seccomp-sys (0.1.2-1) unstable; urgency=medium
 
   * Package seccomp-sys 0.1.2 from crates.io using debcargo 2.2.1
index 77870a11348ea6dbd6c1ec7d5ff5c100091d2f15..8c9bb0063cb739b972764a53c13756dc7c23c660 100644 (file)
@@ -1,7 +1,4 @@
 overlay = "."
 
-[source]
-build_depends = ["libseccomp-dev <!nocheck>"]
-
-[packages."librust-seccomp-sys-dev"]
+[packages.lib]
 depends = ["libseccomp-dev"]