Commit Debian 3.0 (quilt) metadata buster-staging archive/raspbian/0.35.0-2+rpi1 raspbian/0.35.0-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 23 Jun 2019 23:09:29 +0000 (00:09 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 23 Jun 2019 23:09:29 +0000 (00:09 +0100)
[dgit (8.1~bpo9+1+plugwash1) quilt-fixup]

debian/patches/auto-0.35.0-2+rpi1-5aea641973517331f3cd33e0e7c8e28e2ce930e5-1561331366 [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/auto-0.35.0-2+rpi1-5aea641973517331f3cd33e0e7c8e28e2ce930e5-1561331366 b/debian/patches/auto-0.35.0-2+rpi1-5aea641973517331f3cd33e0e7c8e28e2ce930e5-1561331366
new file mode 100644 (file)
index 0000000..4675f68
--- /dev/null
@@ -0,0 +1,39 @@
+From: Raspbian forward porter <root@raspbian.org>
+Subject: Automatically generated patch (0.35.0-2+rpi1)
+
+Last (up to) 3 git changes, FYI:
+
+commit 5aea641973517331f3cd33e0e7c8e28e2ce930e5
+Author: Raspbian automatic forward porter <root@raspbian.org>
+Date:   Mon Jun 24 00:09:21 2019 +0100
+
+    Defuzz fuzzy quilt patches and/or disable broken quilt patches
+
+commit 61419a9eb5442d20dff134010f316667a9827bbf
+Merge: 6e55574ed 3b1b88e08
+Author: Raspbian automatic forward porter <root@raspbian.org>
+Date:   Mon Jun 24 00:09:16 2019 +0100
+
+    Merge version 0.33.0-3+rpi1 and 0.35.0-2 to produce 0.35.0-2+rpi1
+
+commit 3b1b88e08c83b03469c9a98c3237317c7eb5c330
+Merge: 44a4e2c4b 37eb86376
+Author: Ximin Luo <infinity0@debian.org>
+Date:   Sat Jun 8 19:04:43 2019 +0100
+
+    Merge cargo (0.35.0-2) import into refs/heads/workingbranch
+---
+
+--- cargo-0.35.0.orig/vendor/typenum/build/main.rs
++++ cargo-0.35.0/vendor/typenum/build/main.rs
+@@ -77,8 +77,8 @@ pub fn no_std() {}
+ fn main() {
+     let highest: u64 = 1024;
+-    let first2: u32 = (highest as f64).log(2.0).round() as u32 + 1;
+-    let first10: u32 = (highest as f64).log(10.0) as u32 + 1;
++    let first2: u32 = 11;//(highest as f64).log(2.0) as u32 + 1;
++    let first10: u32 = 4;//(highest as f64).log(10.0) as u32 + 1;
+     let uints = (0..(highest + 1))
+         .chain((first2..64).map(|i| 2u64.pow(i)))
+         .chain((first10..20).map(|i| 10u64.pow(i)));
index 34dac781a610f74214bc35b32307c617aad22ee7..c5d2cc28c33718fb220c62662780544cc9806f64 100644 (file)
@@ -1,3 +1,4 @@
 2002_disable-net-tests.patch
 2005_disable_fetch_cross_tests.patch
 2001_more_portable_rustflags.patch
+auto-0.35.0-2+rpi1-5aea641973517331f3cd33e0e7c8e28e2ce930e5-1561331366