diff -pruN 1.4.4-1.1/debian/changelog 1.4.4-2/debian/changelog
--- 1.4.4-1.1/debian/changelog	2020-12-29 02:21:26.000000000 +0000
+++ 1.4.4-2/debian/changelog	2025-08-06 14:22:18.000000000 +0000
@@ -1,3 +1,35 @@
+ruby-http-connection (1.4.4-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Cédric Boutillier ]
+  * Bump debhelper compatibility level to 9
+  * Remove version in the gem2deb build-dependency
+  * Use https:// in Vcs-* fields
+  * Bump Standards-Version to 3.9.7 (no changes needed)
+  * Run wrap-and-sort on packaging files
+
+  [ Utkarsh Gupta ]
+  * Add salsa-ci.yml
+
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 9 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Apply multi-arch hints.
+    + ruby-http-connection: Add :all qualifier for ruby dependency.
+  * Update watch file format version to 4.
+  * Bump debhelper from old 12 to 13.
+  * Remove overrides for lintian tags that are no longer supported.
+
+ -- Lucas Nussbaum <lucas@debian.org>  Wed, 06 Aug 2025 14:22:18 +0000
+
 ruby-http-connection (1.4.4-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
@@ -8,7 +40,7 @@ ruby-http-connection (1.4.4-1.1) unstabl
 ruby-http-connection (1.4.4-1) unstable; urgency=medium
 
   * Team upload.
-  * New upstream release 
+  * New upstream release
   * debian/control
     - set Standards-Version: 3.9.6
 
diff -pruN 1.4.4-1.1/debian/compat 1.4.4-2/debian/compat
--- 1.4.4-1.1/debian/compat	2014-10-17 22:54:07.000000000 +0000
+++ 1.4.4-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-7
diff -pruN 1.4.4-1.1/debian/control 1.4.4-2/debian/control
--- 1.4.4-1.1/debian/control	2014-10-17 22:54:07.000000000 +0000
+++ 1.4.4-2/debian/control	2025-08-06 14:19:54.000000000 +0000
@@ -1,26 +1,29 @@
 Source: ruby-http-connection
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.15~)
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-connection.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-http-connection.git;a=summary
-Homepage: http://github.com/appoxy/http_connection/
+Build-Depends: debhelper-compat (= 13),
+               gem2deb
+Standards-Version: 3.9.7
+Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-connection.git
+Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-http-connection
+Homepage: https://github.com/appoxy/http_connection/
 XS-Ruby-Versions: all
 
 Package: ruby-http-connection
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- libjs-jquery
+Depends: libjs-jquery,
+         ruby:any | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: HTTP helper library for Ruby
- Rightscale::HttpConnection is a robust HTTP/S library.  It implements 
+ Rightscale::HttpConnection is a robust HTTP/S library.  It implements
  a retry algorithm for low-level network errors.
  .
  Features:
   - provides put/get streaming
-  - does configurable retries on connect and read timeouts, 
+  - does configurable retries on connect and read timeouts,
     DNS failures, etc.
   - HTTPS certificate checking
diff -pruN 1.4.4-1.1/debian/copyright 1.4.4-2/debian/copyright
--- 1.4.4-1.1/debian/copyright	2014-10-17 22:54:07.000000000 +0000
+++ 1.4.4-2/debian/copyright	2025-08-06 14:19:54.000000000 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: http_connection
 Source: http://rubygems.org/gems/http_connection
 
diff -pruN 1.4.4-1.1/debian/ruby-http-connection.lintian-overrides 1.4.4-2/debian/ruby-http-connection.lintian-overrides
--- 1.4.4-1.1/debian/ruby-http-connection.lintian-overrides	2014-10-17 22:54:07.000000000 +0000
+++ 1.4.4-2/debian/ruby-http-connection.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# Upstream does not provide a changelog file
-ruby-http-connection: no-upstream-changelog
diff -pruN 1.4.4-1.1/debian/salsa-ci.yml 1.4.4-2/debian/salsa-ci.yml
--- 1.4.4-1.1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.4.4-2/debian/salsa-ci.yml	2025-08-06 14:19:54.000000000 +0000
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff -pruN 1.4.4-1.1/debian/upstream/metadata 1.4.4-2/debian/upstream/metadata
--- 1.4.4-1.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 1.4.4-2/debian/upstream/metadata	2025-08-06 14:19:54.000000000 +0000
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/appoxy/http_connection/issues
+Bug-Submit: https://github.com/appoxy/http_connection/issues/new
+Repository: https://github.com/appoxy/http_connection.git
+Repository-Browse: https://github.com/appoxy/http_connection
diff -pruN 1.4.4-1.1/debian/watch 1.4.4-2/debian/watch
--- 1.4.4-1.1/debian/watch	2014-10-17 22:54:07.000000000 +0000
+++ 1.4.4-2/debian/watch	2025-08-06 14:19:54.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/http_connection .*/http_connection-(.*).tar.gz
