]> git.proxmox.com Git - debcargo-conf.git/commitdiff
symbolic-common - newer upstream release.
authorPeter Michael Green <plugwash@debian.org>
Mon, 2 Jan 2023 18:30:39 +0000 (18:30 +0000)
committerPeter Michael Green <plugwash@debian.org>
Tue, 3 Jan 2023 08:57:47 +0000 (08:57 +0000)
src/symbolic-common/debian/changelog
src/symbolic-common/debian/copyright
src/symbolic-common/debian/copyright.debcargo.hint
src/symbolic-common/debian/patches/remove-symbolic-testutils.patch [new file with mode: 0644]
src/symbolic-common/debian/patches/series [new file with mode: 0644]

index 7da0e6e29d9fabc6897fdc4b09d9053d97638479..b95d23ce7ebf04fd87f6142fdf6f9ac14d9b5aa7 100644 (file)
@@ -1,3 +1,11 @@
+rust-symbolic-common (9.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package symbolic-common 9.2.1 from crates.io using debcargo 2.6.0
+  * Disable tests which rely on symbolic_testutils which is not in Debian.
+
+ -- Peter Michael Green <plugwash@debian.org>  Mon, 02 Jan 2023 18:29:53 +0000
+
 rust-symbolic-common (9.1.1-1) unstable; urgency=medium
 
   * Package symbolic-common 9.1.1 from crates.io using debcargo 2.5.0
index 6c26e9ef2f8eb3b2a621748e55b12c03f2bbd1bf..d01f535d7e0d072fb2141687fb7cb3c589b5028b 100644 (file)
@@ -13,7 +13,7 @@ License: MIT
 
 Files: debian/*
 Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2022 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT
 
index d1ce9a3ff6a259ff61e660c23db9785a7f477713..811c037f87f41a230a29fe30795abdf08bb9bd3d 100644 (file)
@@ -18,8 +18,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2022 Sylvestre Ledru <sylvestre@debian.org>
+ 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022-2023 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT
 
 License: MIT
diff --git a/src/symbolic-common/debian/patches/remove-symbolic-testutils.patch b/src/symbolic-common/debian/patches/remove-symbolic-testutils.patch
new file mode 100644 (file)
index 0000000..d350506
--- /dev/null
@@ -0,0 +1,29 @@
+Index: symbolic-common/src/path.rs
+===================================================================
+--- symbolic-common.orig/src/path.rs
++++ symbolic-common/src/path.rs
+@@ -542,7 +542,7 @@ impl DSymPathExt for Path {
+ mod tests {
+     use super::*;
+     use similar_asserts::assert_eq;
+-    use symbolic_testutils::fixture;
++    //use symbolic_testutils::fixture;
+     #[test]
+     fn test_join_path() {
+@@ -705,7 +705,7 @@ mod tests {
+         assert_eq!(split_path_bytes(&b""[..]), (None, &b""[..]));
+     }
+-    #[test]
++    /*#[test]
+     fn test_is_dsym_dir() {
+         assert!(fixture("macos/crash.dSYM").is_dsym_dir());
+         assert!(!fixture("macos/crash").is_dsym_dir());
+@@ -752,5 +752,5 @@ mod tests {
+         let dsym_path = dwarf_path.dsym_parent().unwrap();
+         assert!(dsym_path.exists());
+         assert!(dsym_path.ends_with("macos/Example.framework.dSYM"));
+-    }
++    }*/
+ }
diff --git a/src/symbolic-common/debian/patches/series b/src/symbolic-common/debian/patches/series
new file mode 100644 (file)
index 0000000..868edf0
--- /dev/null
@@ -0,0 +1 @@
+remove-symbolic-testutils.patch