diff --git a/debian/cargo-checksum.json b/debian/cargo-checksum.json
new file mode 100644
index 0000000000000000000000000000000000000000..c08973a457a505e44f50155a0a88e2fd676180fa
--- /dev/null
+++ b/debian/cargo-checksum.json
@@ -0,0 +1 @@
+{"package":"97d34fecce28871e5c0e059deae21ef7f7d13b98a5964b24c58b3735c8052fc8","files":{}}
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000000000000000000000000000000000000..311b1a4fbc114ff82a5af94d58f95995b7fd4cee
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+rust-wild (2.0.2-1) unstable; urgency=medium
+
+  * Team upload.
+  * Package wild 2.0.2 from crates.io using debcargo 2.2.10
+
+ -- Paride Legovini <pl@ninthfloor.org>  Sun, 21 Jul 2019 18:28:41 -0300
+
+rust-wild (2.0.1-1) unstable; urgency=medium
+
+  * Package wild 2.0.1 from crates.io using debcargo 2.2.10
+
+ -- Helen Koike <helen@koikeco.de>  Sat, 20 Jul 2019 17:01:56 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000000000000000000000000000000000000..b4de3947675361a7770d29b8982c407b0ec6b2a0
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000000000000000000000000000000000..1527a196156287f99106e955a3456acfddb61802
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: rust-wild
+Section: rust
+Priority: optional
+Build-Depends: debhelper (>= 11),
+ dh-cargo (>= 15),
+ cargo:native <!nocheck>,
+ rustc:native <!nocheck>,
+ libstd-rust-dev <!nocheck>,
+ librust-glob-0.3+default-dev <!nocheck>
+Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+Uploaders:
+ Helen Koike <helen@koikeco.de>
+Standards-Version: 4.2.0
+Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/wild]
+Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/wild
+Homepage: https://crates.rs/crates/wild
+
+Package: librust-wild-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ librust-glob-0.3+default-dev
+Provides:
+ librust-wild+default-dev (= ${binary:Version}),
+ librust-wild-2-dev (= ${binary:Version}),
+ librust-wild-2+default-dev (= ${binary:Version}),
+ librust-wild-2.0-dev (= ${binary:Version}),
+ librust-wild-2.0+default-dev (= ${binary:Version}),
+ librust-wild-2.0.2-dev (= ${binary:Version}),
+ librust-wild-2.0.2+default-dev (= ${binary:Version})
+Description: Glob (wildcard) expanded command-line arguments on Windows - Rust source code
+ This package contains the source for the Rust wild crate, packaged by debcargo
+ for use with cargo and dh-cargo.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000000000000000000000000000000000000..35a066f53eaee227ef4eeeb4396b1e0b1d69c51a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wild
+Upstream-Contact: Kornel Lesiński <kornel@geekhood.net>
+Source: https://gitlab.com/kornelski/wild
+
+Files: *
+Copyright: 2017-2019 Kornel Lesiński <kornel@geekhood.net>
+License: MIT
+
+Files: debian/*
+Copyright:
+ 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019 Helen Koike <helen@koikeco.de>
+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.
diff --git a/debian/copyright.debcargo.hint b/debian/copyright.debcargo.hint
new file mode 100644
index 0000000000000000000000000000000000000000..f09c43763439118c520c6a92e3a149899c615100
--- /dev/null
+++ b/debian/copyright.debcargo.hint
@@ -0,0 +1,45 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wild
+Upstream-Contact: Kornel <kornel@geekhood.net>
+Source: https://gitlab.com/kornelski/wild
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Kornel <kornel@geekhood.net>
+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: 2018 Kornel Lesiński
+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:
+ 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019 Helen Koike <helen@koikeco.de>
+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.
diff --git a/debian/debcargo.toml b/debian/debcargo.toml
new file mode 100644
index 0000000000000000000000000000000000000000..642220996c8041ced336e8199b5415a042bab062
--- /dev/null
+++ b/debian/debcargo.toml
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Helen Koike <helen@koikeco.de>"]
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000000000000000000000000000000000000..044c1c21b2d7f6b75ced189d8e3480ad021c67e6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --buildsystem cargo
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000000000000000000000000000000000000..d75195bd28c291ca9679638983970ad1ab45286f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+opts=filenamemangle=s/.*\/(.*)\/download/wild-$1\.tar\.gz/g,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
+https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/wild .*/crates/wild/@ANY_VERSION@/download
+