mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-08-16 05:16:43 +00:00
Merge branch 'master' of salsa.debian.org:rust-team/debcargo-conf
This commit is contained in:
commit
3c71a5f640
18
TODO.rst
18
TODO.rst
@ -67,13 +67,13 @@ Ready for upload (Request For Sponsor)
|
|||||||
These packages (RFS) are prepared in the master branch and can be uploaded
|
These packages (RFS) are prepared in the master branch and can be uploaded
|
||||||
because all required dependencies are available in main::
|
because all required dependencies are available in main::
|
||||||
|
|
||||||
glib
|
pango-sys
|
||||||
structopt-derive (update)
|
fragile
|
||||||
hexyl
|
ryu (update)
|
||||||
|
pulldown-cmark (update 0.1.2 to 0.2.0)
|
||||||
|
hexyl (updated to run tests)
|
||||||
crossbeam-utils (update)
|
crossbeam-utils (update)
|
||||||
cssparser-macros (update, syn)
|
|
||||||
owning-ref 0.3.3
|
owning-ref 0.3.3
|
||||||
stdweb-derive (update)
|
|
||||||
md5 (update)
|
md5 (update)
|
||||||
encoding-rs (update)
|
encoding-rs (update)
|
||||||
cmake (update)
|
cmake (update)
|
||||||
@ -87,13 +87,6 @@ because all required dependencies are available in main::
|
|||||||
|
|
||||||
Delayed/problematic::
|
Delayed/problematic::
|
||||||
|
|
||||||
syn-0.15 (update from 0.14)
|
|
||||||
Updatable dependencies:
|
|
||||||
stdweb-derive (RFS)
|
|
||||||
stdweb-internal-macros
|
|
||||||
(version 0.2.2 depends on rustc_version 0.2 which is
|
|
||||||
in NEW queue)
|
|
||||||
structopt-derive
|
|
||||||
winapi-0.2.8 -- dependency of mio, iovec, etc
|
winapi-0.2.8 -- dependency of mio, iovec, etc
|
||||||
iovec https://github.com/carllerche/iovec/issues/16
|
iovec https://github.com/carllerche/iovec/issues/16
|
||||||
see also https://salsa.debian.org/rust-team/debcargo/issues/14
|
see also https://salsa.debian.org/rust-team/debcargo/issues/14
|
||||||
@ -201,6 +194,7 @@ grep needs grep-cli, grep-printer, grep-searcher
|
|||||||
grep-cli needs globset 0.4.2 (uploaded)
|
grep-cli needs globset 0.4.2 (uploaded)
|
||||||
grep-printer needs grep-searcher (in NEW), serde-derive (in NEW), serde-json (uploaded)
|
grep-printer needs grep-searcher (in NEW), serde-derive (in NEW), serde-json (uploaded)
|
||||||
|
|
||||||
|
|
||||||
ignore => crossbeam-channel => parking_lot => parking_lot_core => rustc-version (in NEW)
|
ignore => crossbeam-channel => parking_lot => parking_lot_core => rustc-version (in NEW)
|
||||||
|
|
||||||
dependencies of mdbook/exa
|
dependencies of mdbook/exa
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
rust-cssparser-macros (0.3.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-cssparser-macros (0.3.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Package cssparser-macros 0.3.5 from crates.io using debcargo 2.2.8
|
* Package cssparser-macros 0.3.5 from crates.io using debcargo 2.2.8
|
||||||
|
|
||||||
-- kpcyrd <git@rxv.cc> Thu, 8 Nov 2018 02:58:26 +0000
|
-- kpcyrd <git@rxv.cc> Fri, 16 Nov 2018 12:51:47 +0100
|
||||||
|
|
||||||
rust-cssparser-macros (0.3.4-1) unstable; urgency=medium
|
rust-cssparser-macros (0.3.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
22
src/datetime/debian/patches/relax-iso.diff
Normal file
22
src/datetime/debian/patches/relax-iso.diff
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Index: datetime/Cargo.toml
|
||||||
|
===================================================================
|
||||||
|
--- datetime.orig/Cargo.toml
|
||||||
|
+++ datetime/Cargo.toml
|
||||||
|
@@ -23,7 +23,7 @@ license = "MIT"
|
||||||
|
[lib]
|
||||||
|
name = "datetime"
|
||||||
|
[dependencies.iso8601]
|
||||||
|
-version = "0.1.0"
|
||||||
|
+version = "0.2.0"
|
||||||
|
|
||||||
|
[dependencies.libc]
|
||||||
|
version = "0.2"
|
||||||
|
@@ -32,7 +32,7 @@ version = "0.2"
|
||||||
|
version = "0.2"
|
||||||
|
|
||||||
|
[dependencies.num-traits]
|
||||||
|
-version = "0.1.35"
|
||||||
|
+version = "0.2.5"
|
||||||
|
|
||||||
|
[dependencies.pad]
|
||||||
|
version = "0.1"
|
@ -2,7 +2,7 @@ Index: datetime/Cargo.toml
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- datetime.orig/Cargo.toml
|
--- datetime.orig/Cargo.toml
|
||||||
+++ datetime/Cargo.toml
|
+++ datetime/Cargo.toml
|
||||||
@@ -41,10 +41,10 @@ version = "0.1"
|
@@ -41,10 +41,3 @@ version = "0.1"
|
||||||
|
|
||||||
[dev-dependencies.rustc-serialize]
|
[dev-dependencies.rustc-serialize]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
@ -10,12 +10,6 @@ Index: datetime/Cargo.toml
|
|||||||
-version = "0.1.29"
|
-version = "0.1.29"
|
||||||
-[target."cfg(windows)".dependencies.kernel32-sys]
|
-[target."cfg(windows)".dependencies.kernel32-sys]
|
||||||
-version = "0.2.2"
|
-version = "0.2.2"
|
||||||
+#[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
-
|
||||||
+#version = "0.1.29"
|
|
||||||
+#[target."cfg(windows)".dependencies.kernel32-sys]
|
|
||||||
+#version = "0.2.2"
|
|
||||||
|
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
-[target."cfg(windows)".dependencies.winapi]
|
||||||
-version = "0.2.8"
|
-version = "0.2.8"
|
||||||
+#[target."cfg(windows)".dependencies.winapi]
|
|
||||||
+#version = "0.2.8"
|
|
@ -1 +1,2 @@
|
|||||||
remove-useless-dep.diff
|
remove-win-deps.diff
|
||||||
|
relax-iso.diff
|
||||||
|
5
src/fragile/debian/changelog
Normal file
5
src/fragile/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
rust-fragile (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Package fragile 0.3.0 from crates.io using debcargo 2.2.9
|
||||||
|
|
||||||
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 14:46:21 +0100
|
18
src/fragile/debian/copyright
Normal file
18
src/fragile/debian/copyright
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: fragile
|
||||||
|
Upstream-Contact: Armin Ronacher <armin.ronacher@active-4.com>
|
||||||
|
Source: https://github.com/mitsuhiko/rust-fragile
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2018 Armin Ronacher <armin.ronacher@active-4.com>
|
||||||
|
License: Apache-2.0
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright:
|
||||||
|
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
|
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
|
||||||
|
License: Apache-2.0
|
||||||
|
|
||||||
|
License: Apache-2.0
|
||||||
|
Debian systems provide the Apache 2.0 license in
|
||||||
|
/usr/share/common-licenses/Apache-2.0
|
23
src/fragile/debian/copyright.debcargo.hint
Normal file
23
src/fragile/debian/copyright.debcargo.hint
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: fragile
|
||||||
|
Upstream-Contact: Armin Ronacher <armin.ronacher@active-4.com>
|
||||||
|
Source: https://github.com/mitsuhiko/rust-fragile
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: FIXME (overlay) UNKNOWN-YEARS Armin Ronacher <armin.ronacher@active-4.com>
|
||||||
|
License: Apache-2.0
|
||||||
|
Comment:
|
||||||
|
FIXME (overlay): Since upstream copyright years are not available in
|
||||||
|
Cargo.toml, they were extracted from the upstream Git repository. This may not
|
||||||
|
be correct information so you should review and fix this before uploading to
|
||||||
|
the archive.
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright:
|
||||||
|
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
|
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
|
||||||
|
License: Apache-2.0
|
||||||
|
|
||||||
|
License: Apache-2.0
|
||||||
|
Debian systems provide the Apache 2.0 license in
|
||||||
|
/usr/share/common-licenses/Apache-2.0
|
5
src/fragile/debian/debcargo.toml
Normal file
5
src/fragile/debian/debcargo.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
overlay = "."
|
||||||
|
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
|
||||||
|
|
||||||
|
# The auto-generated summary is too long.
|
||||||
|
summary = "Wrapper types that permit sending non Send types"
|
@ -1,3 +1,10 @@
|
|||||||
|
rust-grep-searcher (0.1.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Package grep-searcher 0.1.1 from crates.io using debcargo 2.2.9
|
||||||
|
* Relax the bytecount dep (0.4)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 16 Nov 2018 09:49:11 +0100
|
||||||
|
|
||||||
rust-grep-searcher (0.1.1-1) unstable; urgency=medium
|
rust-grep-searcher (0.1.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Package grep-searcher 0.1.1 from crates.io using debcargo 2.2.7
|
* Package grep-searcher 0.1.1 from crates.io using debcargo 2.2.7
|
||||||
|
@ -7,7 +7,7 @@ Index: grep-searcher/Cargo.toml
|
|||||||
repository = "https://github.com/BurntSushi/ripgrep"
|
repository = "https://github.com/BurntSushi/ripgrep"
|
||||||
[dependencies.bytecount]
|
[dependencies.bytecount]
|
||||||
-version = "0.3.2"
|
-version = "0.3.2"
|
||||||
+version = "0.3.1"
|
+version = "0.4.0"
|
||||||
|
|
||||||
[dependencies.encoding_rs]
|
[dependencies.encoding_rs]
|
||||||
version = "0.8.6"
|
version = "0.8.6"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
rust-hexyl (0.2.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Run tests at build
|
||||||
|
* Package hexyl 0.2.0 from crates.io using debcargo 2.2.9
|
||||||
|
|
||||||
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 13:53:28 +0100
|
||||||
|
|
||||||
rust-hexyl (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-hexyl (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
* Package hexyl 0.2.0 from crates.io using debcargo 2.2.9
|
* Package hexyl 0.2.0 from crates.io using debcargo 2.2.9
|
||||||
|
@ -12,3 +12,6 @@ override_dh_installman:
|
|||||||
--version-string $(DEB_VERSION_UPSTREAM) \
|
--version-string $(DEB_VERSION_UPSTREAM) \
|
||||||
debian/hexyl/usr/bin/hexyl > debian/hexyl.1
|
debian/hexyl/usr/bin/hexyl > debian/hexyl.1
|
||||||
dh_installman -O--buildsystem=cargo
|
dh_installman -O--buildsystem=cargo
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
dh_auto_test -- test --all
|
||||||
|
5
src/pango-sys/debian/changelog
Normal file
5
src/pango-sys/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
rust-pango-sys (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Package pango-sys 0.7.0 from crates.io using debcargo 2.2.9
|
||||||
|
|
||||||
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sat, 17 Nov 2018 09:12:39 +0100
|
33
src/pango-sys/debian/copyright
Normal file
33
src/pango-sys/debian/copyright
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: pango-sys
|
||||||
|
Upstream-Contact: The Gtk-rs Project Developers
|
||||||
|
Source: https://github.com/gtk-rs/sys
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2013-2018 The Gtk-rs Project Developers
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright:
|
||||||
|
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
|
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
.
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
45
src/pango-sys/debian/copyright.debcargo.hint
Normal file
45
src/pango-sys/debian/copyright.debcargo.hint
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: pango-sys
|
||||||
|
Upstream-Contact: The Gtk-rs Project Developers
|
||||||
|
Source: https://github.com/gtk-rs/sys
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: FIXME (overlay) UNKNOWN-YEARS The Gtk-rs Project Developers
|
||||||
|
License: MIT
|
||||||
|
Comment:
|
||||||
|
FIXME (overlay): Since upstream copyright years are not available in
|
||||||
|
Cargo.toml, they were extracted from the upstream Git repository. This may not
|
||||||
|
be correct information so you should review and fix this before uploading to
|
||||||
|
the archive.
|
||||||
|
|
||||||
|
Files: ./LICENSE
|
||||||
|
Copyright: 2013-2015, The Gtk-rs Project Developers.
|
||||||
|
License: UNKNOWN-LICENSE; FIXME (overlay)
|
||||||
|
Comment:
|
||||||
|
FIXME (overlay): These notices are extracted from files. Please review them
|
||||||
|
before uploading to the archive.
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright:
|
||||||
|
2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
|
2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
.
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
5
src/pango-sys/debian/debcargo.toml
Normal file
5
src/pango-sys/debian/debcargo.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
overlay = "."
|
||||||
|
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
|
||||||
|
|
||||||
|
[packages.lib]
|
||||||
|
depends = ["libpango1.0-dev"]
|
@ -1,6 +0,0 @@
|
|||||||
Upstream does not provide a manpage, the manpage for Debian is built with
|
|
||||||
help2man \
|
|
||||||
--name pulldown-cmark \
|
|
||||||
--no-info \
|
|
||||||
--version-string=<version> \
|
|
||||||
pulldown-cmark
|
|
@ -1,6 +1,15 @@
|
|||||||
rust-pulldown-cmark (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-pulldown-cmark (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Package pulldown-cmark 0.2.0 from crates.io using debcargo 2.2.9
|
||||||
|
* Generate manpages during build (Closes: #911452)
|
||||||
|
* Run tests during build (marked non-fail for now, some tests don't succeed
|
||||||
|
yet)
|
||||||
|
|
||||||
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 13:41:14 +0100
|
||||||
|
|
||||||
|
rust-pulldown-cmark (0.1.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Package pulldown-cmark 0.1.2 from crates.io using debcargo 2.2.7
|
* Package pulldown-cmark 0.1.2 from crates.io using debcargo 2.2.7
|
||||||
(Closes: #895353)
|
(Closes: #895353)
|
||||||
|
|
||||||
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 14 Oct 2018 21:23:49 +0200
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 16 Oct 2018 22:01:57 +0200
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: pulldown-cmark
|
Upstream-Name: pulldown-cmark
|
||||||
Upstream-Contact: Raph Levien <raph@google.com>
|
Upstream-Contact: Raph Levien <raph.levien@gmail.com>
|
||||||
Source: https://github.com/google/pulldown-cmark
|
Source: https://github.com/google/pulldown-cmark
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: FIXME (overlay) UNKNOWN-YEARS Raph Levien <raph@google.com>
|
Copyright: FIXME (overlay) UNKNOWN-YEARS Raph Levien <raph.levien@gmail.com>
|
||||||
License: MIT
|
License: MIT
|
||||||
Comment:
|
Comment:
|
||||||
FIXME (overlay): Since upstream copyright years are not available in
|
FIXME (overlay): Since upstream copyright years are not available in
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
overlay = "."
|
overlay = "."
|
||||||
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
|
uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
|
||||||
|
|
||||||
|
[source]
|
||||||
|
build_depends = ["help2man"]
|
||||||
|
|
||||||
[packages.bin]
|
[packages.bin]
|
||||||
section = "text"
|
section = "text"
|
||||||
summary = "Simple command-line tool for rendering CommonMark to HTML"
|
summary = "Simple command-line tool for rendering CommonMark to HTML"
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
|
|
||||||
.TH PULLDOWN-CMARK "1" "October 2018" "pulldown-cmark 0.1.2" "User Commands"
|
|
||||||
.SH NAME
|
|
||||||
pulldown-cmark \- pulldown-cmark
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B pulldown-cmark
|
|
||||||
\fI\,FILE \/\fR[\fI\,options\/\fR]
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
|
||||||
this help message
|
|
||||||
.TP
|
|
||||||
\fB\-d\fR, \fB\-\-dry\-run\fR
|
|
||||||
dry run, produce no output
|
|
||||||
.TP
|
|
||||||
\fB\-e\fR, \fB\-\-events\fR
|
|
||||||
print event sequence instead of rendering
|
|
||||||
.TP
|
|
||||||
\fB\-T\fR, \fB\-\-enable\-tables\fR
|
|
||||||
enable GitHub\-style tables
|
|
||||||
.TP
|
|
||||||
\fB\-F\fR, \fB\-\-enable\-footnotes\fR
|
|
||||||
enable Hoedown\-style footnotes
|
|
||||||
.TP
|
|
||||||
\fB\-s\fR, \fB\-\-spec\fR FILE
|
|
||||||
run tests from spec file
|
|
||||||
.TP
|
|
||||||
\fB\-b\fR, \fB\-\-bench\fR FILE
|
|
||||||
run benchmark
|
|
19
src/pulldown-cmark/debian/rules
Normal file
19
src/pulldown-cmark/debian/rules
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem cargo
|
||||||
|
|
||||||
|
override_dh_installman:
|
||||||
|
help2man \
|
||||||
|
--name pulldown-cmark \
|
||||||
|
--no-info \
|
||||||
|
--version-string $(DEB_VERSION_UPSTREAM) \
|
||||||
|
debian/pulldown-cmark/usr/bin/pulldown-cmark > debian/pulldown-cmark.1
|
||||||
|
dh_installman -O--buildsystem=cargo
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
# the test suite does not pass all tests against the spec yet, see
|
||||||
|
# https://github.com/raphlinus/pulldown-cmark/issues/154
|
||||||
|
dh_auto_test -- test --all || true
|
3
src/pulldown-cmark/debian/rules.debcargo.hint
Executable file
3
src/pulldown-cmark/debian/rules.debcargo.hint
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem cargo
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-ryu (0.2.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
||||||
|
|
||||||
|
* Package ryu 0.2.7 from crates.io using debcargo 2.2.9
|
||||||
|
|
||||||
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 06:16:01 +0100
|
||||||
|
|
||||||
rust-ryu (0.2.6-1) unstable; urgency=medium
|
rust-ryu (0.2.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Package ryu 0.2.6 from crates.io using debcargo 2.2.7
|
* Package ryu 0.2.6 from crates.io using debcargo 2.2.7
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
rust-stdweb-derive (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-stdweb-derive (0.5.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Team upload.
|
* Team upload.
|
||||||
* Package stdweb-derive 0.5.1 from crates.io using debcargo 2.2.8
|
* Package stdweb-derive 0.5.1 from crates.io using debcargo 2.2.8
|
||||||
|
|
||||||
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 5 Nov 2018 06:59:17 +0100
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 12:53:42 +0100
|
||||||
|
|
||||||
rust-stdweb-derive (0.5.0-1) unstable; urgency=medium
|
rust-stdweb-derive (0.5.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
rust-stdweb-internal-macros (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-stdweb-internal-macros (0.2.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Team upload.
|
||||||
|
* Update stdweb-internal-macros 0.2.2 from crates.io using debcargo 2.2.9
|
||||||
|
* Remove obsolete patch
|
||||||
|
|
||||||
|
[ kpcyrd ]
|
||||||
* Package stdweb-internal-macros 0.2.0 from crates.io using debcargo 2.2.7
|
* Package stdweb-internal-macros 0.2.0 from crates.io using debcargo 2.2.7
|
||||||
|
|
||||||
-- kpcyrd <git@rxv.cc> Tue, 16 Oct 2018 05:43:20 +0000
|
-- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 16 Nov 2018 12:54:08 +0100
|
||||||
|
@ -1 +0,0 @@
|
|||||||
stabilized-proc-macro.patch
|
|
@ -1,5 +0,0 @@
|
|||||||
--- a/src/lib.rs
|
|
||||||
+++ b/src/lib.rs
|
|
||||||
@@ -1,2 +1 @@
|
|
||||||
-#![feature(proc_macro)]
|
|
||||||
#![recursion_limit="128"]
|
|
@ -1,8 +1,8 @@
|
|||||||
rust-structopt-derive (0.2.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
|
rust-structopt-derive (0.2.13-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Package structopt-derive 0.2.13 from crates.io using debcargo 2.2.9
|
* Package structopt-derive 0.2.13 from crates.io using debcargo 2.2.9
|
||||||
|
|
||||||
-- kpcyrd <git@rxv.cc> Thu, 15 Nov 2018 09:23:49 +0000
|
-- kpcyrd <git@rxv.cc> Fri, 16 Nov 2018 12:46:51 +0100
|
||||||
|
|
||||||
rust-structopt-derive (0.2.10-1) unstable; urgency=medium
|
rust-structopt-derive (0.2.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user