Lintian Fixes - rust-pangocairo

Ready changes

Summary

Diff

diff --git a/src/pangocairo/debian/changelog b/src/pangocairo/debian/changelog
index 8a1768318..3afc14a0a 100644
--- a/src/pangocairo/debian/changelog
+++ b/src/pangocairo/debian/changelog
@@ -1,7 +1,14 @@
+rust-pangocairo (0.14.0-2) UNRELEASED; urgency=medium
+
+  * Wrap long lines in changelog entries: 0.14.0-1.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 03 Mar 2023 15:32:38 -0000
+
 rust-pangocairo (0.14.0-1) unstable; urgency=medium
 
   * Team upload.
-  * Package pangocairo 0.14.0 from crates.io using debcargo 2.5.0 (Closes: 1002147)
+  * Package pangocairo 0.14.0 from crates.io using debcargo 2.5.0 (Closes:
+    1002147)
 
   [ Henry-Nicolas Tourneur ]
   * Package pangocairo 0.14.0 from crates.io using debcargo 2.4.4
diff --git a/src/rockfile/debian/changelog b/src/rockfile/debian/changelog
new file mode 100644
index 000000000..00cb826a9
--- /dev/null
+++ b/src/rockfile/debian/changelog
@@ -0,0 +1,5 @@
+rust-rockfile (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package rockfile 0.1.0 from crates.io using debcargo 2.6.0
+
+ -- Dylan Aïssi <daissi@debian.org>  Fri, 03 Mar 2023 15:43:13 +0100
diff --git a/src/rockfile/debian/copyright b/src/rockfile/debian/copyright
new file mode 100644
index 000000000..08818231b
--- /dev/null
+++ b/src/rockfile/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rockfile
+Upstream-Contact: Sjoerd Simons <sjoerd@collabora.com>
+Source: https://github.com/collabora/rockchiprs
+
+Files: *
+Copyright: 2023 Sjoerd Simons <sjoerd@collabora.com>
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2023 Dylan Aïssi <daissi@debian.org>
+License: MIT or 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
+ 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.
diff --git a/src/rockfile/debian/copyright.debcargo.hint b/src/rockfile/debian/copyright.debcargo.hint
new file mode 100644
index 000000000..5fa8cbab8
--- /dev/null
+++ b/src/rockfile/debian/copyright.debcargo.hint
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rockfile
+Upstream-Contact: Sjoerd Simons <sjoerd@collabora.com>
+Source: https://github.com/collabora/rockchiprs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Sjoerd Simons <sjoerd@collabora.com>
+License: MIT or 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:
+ 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2023 Dylan Aïssi <daissi@debian.org>
+License: MIT or 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
+ 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.
diff --git a/src/rockfile/debian/debcargo.toml b/src/rockfile/debian/debcargo.toml
new file mode 100644
index 000000000..ca02262f6
--- /dev/null
+++ b/src/rockfile/debian/debcargo.toml
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Dylan Aïssi <daissi@debian.org>"]
diff --git a/src/rockusb/debian/changelog b/src/rockusb/debian/changelog
new file mode 100644
index 000000000..1451ea910
--- /dev/null
+++ b/src/rockusb/debian/changelog
@@ -0,0 +1,5 @@
+rust-rockusb (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package rockusb 0.1.1 from crates.io using debcargo 2.6.0
+
+ -- Dylan Aïssi <daissi@debian.org>  Fri, 03 Mar 2023 15:51:29 +0100
diff --git a/src/rockusb/debian/copyright b/src/rockusb/debian/copyright
new file mode 100644
index 000000000..274b5346d
--- /dev/null
+++ b/src/rockusb/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rockusb
+Upstream-Contact: Sjoerd Simons <sjoerd@collabora.com>
+Source: https://github.com/collabora/rockchiprs
+
+Files: *
+Copyright: 2023 Sjoerd Simons <sjoerd@collabora.com>
+License: MIT or Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2023 Dylan Aïssi <daissi@debian.org>
+License: MIT or 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
+ 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.
diff --git a/src/rockusb/debian/copyright.debcargo.hint b/src/rockusb/debian/copyright.debcargo.hint
new file mode 100644
index 000000000..b23acc552
--- /dev/null
+++ b/src/rockusb/debian/copyright.debcargo.hint
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rockusb
+Upstream-Contact: Sjoerd Simons <sjoerd@collabora.com>
+Source: https://github.com/collabora/rockchiprs
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Sjoerd Simons <sjoerd@collabora.com>
+License: MIT or 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:
+ 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2023 Dylan Aïssi <daissi@debian.org>
+License: MIT or 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
+ 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.
diff --git a/src/rockusb/debian/debcargo.toml b/src/rockusb/debian/debcargo.toml
new file mode 100644
index 000000000..ca02262f6
--- /dev/null
+++ b/src/rockusb/debian/debcargo.toml
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Dylan Aïssi <daissi@debian.org>"]

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details