diff --git a/changelog b/changelog
new file mode 100644
index 0000000000000000000000000000000000000000..290bf868286c138b6b46e949d573c69301d6e1f6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+ashuffle (3.13.3-1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Hugo Hörnquist <hugo@lysator.liu.se>  Sat, 05 Mar 2022 18:26:11 +0100
diff --git a/control b/control
new file mode 100644
index 0000000000000000000000000000000000000000..01ff04f2f6c6053691df726661f107148c8c7e1e
--- /dev/null
+++ b/control
@@ -0,0 +1,21 @@
+Source: ashuffle
+Section: sound
+Priority: optional
+Maintainer: Hugo Hörnquist <hugo@lysator.liu.se>
+Build-Depends: debhelper-compat (= 12),
+               meson,
+	       ninja-build,
+               libmpdclient-dev,
+	       libabsl-dev,
+               libyaml-cpp-dev,
+               googletest,
+Standards-Version: 4.5.0
+Homepage: https://github.com/Joshkunz/ashuffle
+Vcs-Git: https://git.lysator.liu.se/hugo/deb-ashuffle.git
+Vcs-Browser: https://git.lysator.liu.se/hugo/deb-ashuffle
+
+Package: ashuffle
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: mpd
+Description:
diff --git a/patches/0001-Don-t-include-absl_low_level_hash.patch b/patches/0001-Don-t-include-absl_low_level_hash.patch
new file mode 100644
index 0000000000000000000000000000000000000000..84486fb1bf9f711eb0dc3fcb0f2cc4bfbe7faa11
--- /dev/null
+++ b/patches/0001-Don-t-include-absl_low_level_hash.patch
@@ -0,0 +1,24 @@
+From 0be9da1611ef93970b71aabb37c9fd774f0ae55a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
+Date: Sat, 5 Mar 2022 19:33:01 +0100
+Subject: [PATCH] Don't include absl_low_level_hash
+
+---
+ meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 8f45c14..e08a4ea 100644
+--- a/meson.build
++++ b/meson.build
+@@ -59,7 +59,6 @@ absl_libs = [
+   # Via Hash:
+   'absl_hash',
+   'absl_city',
+-  'absl_low_level_hash',
+ 
+   # Via Time:
+   'absl_time',
+-- 
+2.35.1
+
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000000000000000000000000000000000000..0e6b27ae8aba2747f2bb0ae09758ba95991199cb
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-Don-t-include-absl_low_level_hash.patch
diff --git a/rules b/rules
new file mode 100755
index 0000000000000000000000000000000000000000..73abd991f544f2b809f891d8a9aa169f7b8456d6
--- /dev/null
+++ b/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- -Dunsupported_use_system_absl=true -Dunsupported_use_system_yamlcpp=true -Dunsupported_use_system_gtest=true
+
+override_dh_build:
+	ninja -C build
+
+# meson -Dbuildtype=release -Dunsupported_use_system_absl=true build
+# ninja -C build install
diff --git a/source/format b/source/format
new file mode 100644
index 0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000000000000000000000000000000000000..eb8cbb6e4653ceb45d91c4ee3c64149d0b455c87
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ashuffle-$1\.tar\.gz/ \
+  https://github.com/joshkunz/ashuffle/tags .*/v?(\d\S+)\.tar\.gz