]> git.proxmox.com Git - debcargo-conf.git/commitdiff
RFS: unicode-bidi
authorkpcyrd <git@rxv.cc>
Sat, 15 Sep 2018 18:11:38 +0000 (20:11 +0200)
committerkpcyrd <git@rxv.cc>
Sat, 15 Sep 2018 18:11:38 +0000 (20:11 +0200)
TODO.rst
src/unicode-bidi/debian/changelog
src/unicode-bidi/debian/copyright.debcargo.hint
src/unicode-bidi/debian/debcargo.toml
src/unicode-bidi/debian/patches/no-flamegraphs.patch [new file with mode: 0644]
src/unicode-bidi/debian/patches/series [new file with mode: 0644]

index 36d6f90e1cfc929c474b8e50dfb57409a17e66ca..ea0570fee49b615d8328b61da98a6f4f2f8ca64f 100644 (file)
--- a/TODO.rst
+++ b/TODO.rst
@@ -57,6 +57,7 @@ because all required dependencies are available in main::
     commoncrypto-sys (update to drop clippy)
     commoncrypto (update to drop clippy)
     linked-hash-map
+    unicode-bidi (update to drop flame/flamer)
 
 Delayed/problematic::
 
index 1b71b3f4b6f9aea5a4204a6ebb8ebcc0f88cde9b..6f4be9f78a5ced86f3e6fd4fe8b62d936aa69e0d 100644 (file)
@@ -1,3 +1,9 @@
+rust-unicode-bidi (0.3.4-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package unicode-bidi 0.3.4 from crates.io using debcargo 2.2.7
+
+ -- kpcyrd <git@rxv.cc>  Sat, 15 Sep 2018 18:08:10 +0000
+
 rust-unicode-bidi (0.3.4-1) unstable; urgency=medium
 
   * Package unicode-bidi 0.3.4 from crates.io using debcargo 2.2.3
index cc2019663a6fbd0c8e0d9e3f6f49953d098c3487..b0851fc48a54cf3c533c3c3becb4ca90e45e0e7a 100644 (file)
@@ -85,14 +85,15 @@ Comment:
 Files: debian/*
 Copyright:
  2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018 FIXME (overlay) Your Name <Your Email>
+ 2018 Paride Legovini <pl@ninthfloor.org>
+ 2018 kpcyrd <git@rxv.cc>
 License: MIT  or  Apache-2.0
 
-License:  Apache-2.0
+License: Apache-2.0
  Debian systems provide the Apache 2.0 license in
  /usr/share/common-licenses/Apache-2.0
 
-License: MIT 
+License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
index 62cc3f7b9515c545dbe7f46c49e504cc99502d6e..a1f013e9a9dfaf4d09496cba564cd85303963424 100644 (file)
@@ -1 +1,3 @@
 overlay = "."
+uploaders = ["Paride Legovini <pl@ninthfloor.org>",
+             "kpcyrd <git@rxv.cc>"]
diff --git a/src/unicode-bidi/debian/patches/no-flamegraphs.patch b/src/unicode-bidi/debian/patches/no-flamegraphs.patch
new file mode 100644 (file)
index 0000000..6234d5d
--- /dev/null
@@ -0,0 +1,23 @@
+--- a/Cargo.toml       2017-07-06 23:45:07.000000000 +0000
++++ b/Cargo.toml       2018-09-15 18:09:13.913086470 +0000
+@@ -23,13 +23,6 @@
+ [lib]
+ name = "unicode_bidi"
+-[dependencies.flame]
+-version = "0.1"
+-optional = true
+-
+-[dependencies.flamer]
+-version = "0.1"
+-optional = true
+ [dependencies.matches]
+ version = "0.1"
+@@ -44,6 +37,5 @@
+ [features]
+ bench_it = []
+ default = []
+-flame_it = ["flame", "flamer"]
+ unstable = []
+ with_serde = ["serde"]
diff --git a/src/unicode-bidi/debian/patches/series b/src/unicode-bidi/debian/patches/series
new file mode 100644 (file)
index 0000000..142adb0
--- /dev/null
@@ -0,0 +1 @@
+no-flamegraphs.patch