Codebase list rust-libslirp / 28cd7bb
bzip2-sys: cleanup and fix autopkgtest, pending update to debcargo 2.4.4 Daniel Kahn Gillmor 3 years ago
6 changed file(s) with 36 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
0 rust-bzip2-sys (0.1.9-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bzip2-sys 0.1.9+1.0.8 from crates.io using debcargo 2.4.3
4 * Replace too-long summary with a trimmed version
5 * Clean up debian/copyright
6 * Ensure patches have clear Description fields
7 * Work around debcargo 2.4.3 test generation flakiness
8 (Closes: #975480)
9
10 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 21 Dec 2020 12:44:15 -0500
11
012 rust-bzip2-sys (0.1.9-1) unstable; urgency=medium
113
214 * Team upload.
3636 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3737 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838 SOFTWARE.
39
40 License: BSD-LIKE
41 Redistribution and use in source and binary forms, with or without
42 modification, are permitted provided that the following conditions
43 are met:
44 .
45 1. Redistributions of source code must retain the above copyright
46 notice, this list of conditions and the following disclaimer.
47 .
48 2. The origin of this software must not be misrepresented; you must
49 not claim that you wrote the original software. If you use this
50 software in a product, an acknowledgment in the product
51 documentation would be appreciated but is not required.
52 .
53 3. Altered source versions must be plainly marked as such, and must
54 not be misrepresented as being the original software.
55 .
56 4. The name of the author may not be used to endorse or promote
57 products derived from this software without specific prior written
58 permission.
59 .
60 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
61 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
62 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
63 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
64 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
65 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
66 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
67 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
68 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
69 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
70 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00 overlay = "."
11 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
2
2 summary = "libbzip2 bindings for compression and decompression"
33 excludes = ["bzip2-*/**"]
44
55 [packages.lib]
0 Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
1 Forwarded: not-needed
2 Description: debian does not use or ship the embedded C library.
3 We link dynamically. So we can skip the C build here.
4
05 --- a/build.rs
16 +++ b/build.rs
27 @@ -1,46 +1,3 @@
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test bzip2-sys 0.1.9 --all-targets --all-features
1 Features: test-name=@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test bzip2-sys 0.1.9 --all-targets --no-default-features
6 Features: test-name=librust-bzip2-sys-dev
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test bzip2-sys 0.1.9+1.0.8 --all-targets --all-features
1 Features: test-name=@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test bzip2-sys 0.1.9+1.0.8 --all-targets --no-default-features
6 Features: test-name=librust-bzip2-sys-dev
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable