diff -pruN 1.13.1-2/Cargo.toml 1.13.2-1/Cargo.toml
--- 1.13.1-2/Cargo.toml	2025-03-15 21:59:20.000000000 +0000
+++ 1.13.2-1/Cargo.toml	2025-08-15 01:42:49.000000000 +0000
@@ -1,6 +1,6 @@
 [package]
 name = "async-std"
-version = "1.13.1"
+version = "1.13.2"
 authors = [
   "Stjepan Glavina <stjepang@gmail.com>",
   "Yoshua Wuyts <yoshuawuyts@gmail.com>",
diff -pruN 1.13.1-2/debian/changelog 1.13.2-1/debian/changelog
--- 1.13.1-2/debian/changelog	2025-04-19 00:06:48.000000000 +0000
+++ 1.13.2-1/debian/changelog	2025-08-16 07:28:49.000000000 +0000
@@ -1,3 +1,16 @@
+rust-async-std (1.13.2-1) unstable; urgency=medium
+
+  [ upstream ]
+  * new release
+
+  [ Jonas Smedegaard ]
+  * update watch file:
+    + use file format version 5
+    + use Github template
+  * bump project versions in virtual packages and autopkgtests
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 16 Aug 2025 09:28:49 +0200
+
 rust-async-std (1.13.1-2) unstable; urgency=medium
 
   * provide and (commented out) autopkgtest feature log
diff -pruN 1.13.1-2/debian/control 1.13.2-1/debian/control
--- 1.13.1-2/debian/control	2025-04-19 00:03:37.000000000 +0000
+++ 1.13.2-1/debian/control	2025-08-16 07:24:32.000000000 +0000
@@ -73,7 +73,7 @@ Provides:
  librust-async-std-1+unstable-dev (= ${binary:Version}),
  librust-async-std-1-dev (= ${binary:Version}),
  librust-async-std-1.13-dev (= ${binary:Version}),
- librust-async-std-1.13.1-dev (= ${binary:Version}),
+ librust-async-std-1.13.2-dev (= ${binary:Version}),
 Description: async version of the Rust standard library - Rust source code
  async-std is a library
  that looks and feels like the Rust standard library,
diff -pruN 1.13.1-2/debian/tests/control 1.13.2-1/debian/tests/control
--- 1.13.1-2/debian/tests/control	2025-04-19 00:06:11.000000000 +0000
+++ 1.13.2-1/debian/tests/control	2025-08-16 07:27:41.000000000 +0000
@@ -1,4 +1,8 @@
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+# * disable all autopkgtests except feature default:
+#   mysteriously fails where build-time test checking succeeds
+#   and seemingly code works fine in actual use
+
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --all-features
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std:@
@@ -12,7 +16,7 @@
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:
@@ -26,7 +30,7 @@
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features --features alloc,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:alloc
@@ -40,7 +44,7 @@
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features --features attributes,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:attributes
@@ -54,7 +58,7 @@
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
  --all-targets
  --no-fail-fast -- --skip io_timeout
 Features: test-name=rust-async-std-1:default
@@ -68,7 +72,7 @@ Depends:
  librust-tempfile-3+default-dev,
 Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --features docs,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:docs
@@ -82,7 +86,7 @@ Restrictions: allow-stderr
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --features io_safety,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:io_safety
@@ -96,7 +100,7 @@ Restrictions: allow-stderr
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --features log,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:log
@@ -110,7 +114,7 @@ Restrictions: allow-stderr
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features --features std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:std
@@ -124,7 +128,7 @@ Restrictions: allow-stderr
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features --features tokio1,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:tokio1
@@ -138,7 +142,7 @@ Restrictions: allow-stderr
 # librust-tempfile-3+default-dev,
 #Restrictions: allow-stderr
 
-#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.1
+#Test-Command: /usr/share/dh-rust/bin/cargo-auto-test async-std 1.13.2
 # --all-targets --no-default-features --features unstable,std
 # --no-fail-fast -- --skip io_timeout
 #Features: test-name=rust-async-std-1:unstable
diff -pruN 1.13.1-2/debian/watch 1.13.2-1/debian/watch
--- 1.13.1-2/debian/watch	2025-02-06 12:01:45.000000000 +0000
+++ 1.13.2-1/debian/watch	2025-08-16 07:19:46.000000000 +0000
@@ -1,11 +1,7 @@
-version=4
+version: 5
 # check: uscan --report
 # update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan
 
-opts=\
-filenamemangle=s/.*?@ANY_VERSION@(@ARCHIVE_EXT@)/@PACKAGE@_$1.orig$2/,\
-downloadurlmangle=s!api.github.com/repos/[^/]+/[^/]+/\Kgit/!tarball/!g,\
-searchmode=plain,\
-dversionmangle=auto \
-https://api.github.com/repos/async-rs/async-std/git/matching-refs/tags/ \
-https://api.github.com/repos/[^/]+/[^/]+/git/refs/tags/@ANY_VERSION@
+Template: Github
+Owner: async-rs
+Project: async-std
diff -pruN 1.13.1-2/src/lib.rs 1.13.2-1/src/lib.rs
--- 1.13.1-2/src/lib.rs	2025-03-15 21:59:20.000000000 +0000
+++ 1.13.2-1/src/lib.rs	2025-08-15 01:42:49.000000000 +0000
@@ -1,4 +1,20 @@
 #![allow(rustdoc::invalid_html_tags)]
+//! # `async-std` has been discontinued; use `smol` instead
+//!
+//! We created `async-std` to demonstrate the value of making a library as close to
+//! `std` as possible, but async. We think that demonstration was successful, and
+//! we hope it will influence future design and development directions of async in
+//! `std`. However, in the meantime, the [`smol`](https://github.com/smol-rs/smol/)
+//! project came about and provided a great executor and libraries for asynchronous
+//! use in the Rust ecosystem. We think that resources would be better spent
+//! consolidating around `smol`, rather than continuing to provide occasional
+//! maintenance of `async-std`. As such, we recommend that all users of
+//! `async-std`, and all libraries built on `async-std`, switch to `smol` instead.
+//!
+//! In addition to the `smol` project as a direct replacement, you may find other
+//! parts of the futures ecosystem useful, including `futures-concurrency`,
+//! `async-io`, `futures-lite`, and `async-compat`.
+//!
 //! # Async version of the Rust standard library
 //!
 //! `async-std` is a foundation of portable Rust software, a set of minimal and battle-tested
