]> git.proxmox.com Git - debcargo-conf.git/commitdiff
mysqlclient-sys qa update
authorMatthias Geiger <matthias.geiger1024@tutanota.de>
Sat, 11 Feb 2023 18:04:48 +0000 (19:04 +0100)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Sat, 11 Feb 2023 18:05:28 +0000 (19:05 +0100)
src/mysqlclient-sys/debian/RFS [new file with mode: 0644]
src/mysqlclient-sys/debian/changelog
src/mysqlclient-sys/debian/copyright.debcargo.hint
src/mysqlclient-sys/debian/patches/series [new file with mode: 0644]
src/mysqlclient-sys/debian/patches/skip-macos-tests.diff [new file with mode: 0644]

diff --git a/src/mysqlclient-sys/debian/RFS b/src/mysqlclient-sys/debian/RFS
new file mode 100644 (file)
index 0000000..e69de29
index 2686793aa447917bdb632ef4454713eb9bb5c5fd..301672c6e06cb862e783440933542aff27ed4064 100644 (file)
@@ -1,3 +1,11 @@
+rust-mysqlclient-sys (0.2.4-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package mysqlclient-sys 0.2.4 from crates.io using debcargo 2.6.0
+  * Skipped faulty tests to allow testing migration
+
+ -- Matthias Geiger <matthias.geiger1024@tutanota.de>  Sat, 11 Feb 2023 19:04:15 +0100
+
 rust-mysqlclient-sys (0.2.4-1) unstable; urgency=medium
 
   * Package mysqlclient-sys 0.2.4 from crates.io using debcargo 2.4.0
index f03c6d98ea7d4ad3cbde8185dc56540c5c22e292..7b67b39cdc0562e0bcb2dbd9bec64af1360032e4 100644 (file)
@@ -12,14 +12,14 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./LICENSE-APACHE
+Files: LICENSE-APACHE
 Copyright: 2015-2017 Sean Griffin
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./LICENSE-MIT
+Files: LICENSE-MIT
 Copyright: 2015-2017 Sean Griffin
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
@@ -28,8 +28,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
+ 2019-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2023 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
diff --git a/src/mysqlclient-sys/debian/patches/series b/src/mysqlclient-sys/debian/patches/series
new file mode 100644 (file)
index 0000000..c19d4bf
--- /dev/null
@@ -0,0 +1 @@
+skip-macos-tests.diff
diff --git a/src/mysqlclient-sys/debian/patches/skip-macos-tests.diff b/src/mysqlclient-sys/debian/patches/skip-macos-tests.diff
new file mode 100644 (file)
index 0000000..e76bca4
--- /dev/null
@@ -0,0 +1,138 @@
+--- a/src/bindings_macos.rs
++++ b/src/bindings_macos.rs
+@@ -146,6 +146,7 @@
+     pub extension: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_net() {
+     assert_eq!(::std::mem::size_of::<st_net>(), 680usize);
+     assert_eq!(::std::mem::align_of::<st_net>(), 8usize);
+@@ -207,6 +208,7 @@
+     pub time_type: enum_mysql_timestamp_type,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_time() {
+     assert_eq!(::std::mem::size_of::<st_mysql_time>(), 40usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_time>(), 8usize);
+@@ -225,6 +227,7 @@
+     pub data: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_list() {
+     assert_eq!(::std::mem::size_of::<st_list>(), 24usize);
+     assert_eq!(::std::mem::align_of::<st_list>(), 8usize);
+@@ -258,6 +261,7 @@
+                                                             -> ::std::os::raw::c_int>,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_client_plugin() {
+     assert_eq!(::std::mem::size_of::<st_mysql_client_plugin>(), 88usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_client_plugin>(), 8usize);
+@@ -347,6 +351,7 @@
+     MYSQL_VIO_MEMORY = 4,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_plugin_vio_info() {
+     assert_eq!(::std::mem::size_of::<st_plugin_vio_info>(), 8usize);
+     assert_eq!(::std::mem::align_of::<st_plugin_vio_info>(), 4usize);
+@@ -389,6 +394,7 @@
+                                                              info: *mut st_plugin_vio_info)>,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_plugin_vio() {
+     assert_eq!(::std::mem::size_of::<st_plugin_vio>(), 24usize);
+     assert_eq!(::std::mem::align_of::<st_plugin_vio>(), 8usize);
+@@ -523,6 +529,7 @@
+     pub extension: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_field() {
+     assert_eq!(::std::mem::size_of::<st_mysql_field>(), 128usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_field>(), 8usize);
+@@ -550,6 +557,7 @@
+     pub size: ::std::os::raw::c_uint,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_used_mem() {
+     assert_eq!(::std::mem::size_of::<st_used_mem>(), 16usize);
+     assert_eq!(::std::mem::align_of::<st_used_mem>(), 8usize);
+@@ -577,6 +585,7 @@
+     pub m_psi_key: PSI_memory_key,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mem_root() {
+     assert_eq!(::std::mem::size_of::<st_mem_root>(), 88usize);
+     assert_eq!(::std::mem::align_of::<st_mem_root>(), 8usize);
+@@ -595,6 +604,7 @@
+     pub length: ::std::os::raw::c_ulong,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_rows() {
+     assert_eq!(::std::mem::size_of::<st_mysql_rows>(), 24usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_rows>(), 8usize);
+@@ -620,6 +630,7 @@
+     pub extension: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_data() {
+     assert_eq!(::std::mem::size_of::<st_mysql_data>(), 128usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_data>(), 8usize);
+@@ -748,6 +759,7 @@
+     pub bindgen_union_field: u64,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_options__bindgen_ty_1() {
+     assert_eq!(::std::mem::size_of::<st_mysql_options__bindgen_ty_1>(),
+                8usize);
+@@ -760,6 +772,7 @@
+     }
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_options() {
+     assert_eq!(::std::mem::size_of::<st_mysql_options>(), 248usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_options>(), 8usize);
+@@ -808,6 +821,7 @@
+     pub mbmaxlen: ::std::os::raw::c_uint,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_character_set() {
+     assert_eq!(::std::mem::size_of::<character_set>(), 48usize);
+     assert_eq!(::std::mem::align_of::<character_set>(), 8usize);
+@@ -855,6 +869,7 @@
+     pub extension: *mut st_mysql_stmt_extension,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_stmt() {
+     assert_eq!(::std::mem::size_of::<st_mysql_stmt>(), 880usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_stmt>(), 8usize);
+@@ -880,6 +895,7 @@
+     pub extension: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_res() {
+     assert_eq!(::std::mem::size_of::<st_mysql_res>(), 184usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_res>(), 8usize);
+@@ -1265,6 +1281,7 @@
+     pub extension: *mut ::std::os::raw::c_void,
+ }
+ #[test]
++#[ignore = "fails on debian"]
+ fn bindgen_test_layout_st_mysql_bind() {
+     assert_eq!(::std::mem::size_of::<st_mysql_bind>(), 112usize);
+     assert_eq!(::std::mem::align_of::<st_mysql_bind>(), 8usize);