diff -pruN 1.4.2-1/debian/changelog 1.4.2-0ubuntu6/debian/changelog
--- 1.4.2-1/debian/changelog	2020-10-11 11:43:53.000000000 +0000
+++ 1.4.2-0ubuntu6/debian/changelog	2022-03-25 09:57:34.000000000 +0000
@@ -1,7 +1,43 @@
-rpcsvc-proto (1.4.2-1) experimental; urgency=low
+rpcsvc-proto (1.4.2-0ubuntu6) jammy; urgency=high
 
-  * Initial Release (closes: bug#971990).
-  * rpcsvc-proto is not installable due to the conflicts with libc6, this is
-    done on purpose as it requires a synchronized upload with glibc.
+  * No change rebuild for ppc64el baseline bump.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 11 Oct 2020 13:43:53 +0200
+ -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 25 Mar 2022 10:57:34 +0100
+
+rpcsvc-proto (1.4.2-0ubuntu5) impish; urgency=medium
+
+  * No-change rebuild to build packages with zstd compression.
+
+ -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Oct 2021 12:23:55 +0200
+
+rpcsvc-proto (1.4.2-0ubuntu4) groovy; urgency=medium
+
+  * Break and Replace libc-dev-bin (<< 2.32) shipping rpcgen originally
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Wed, 07 Oct 2020 17:48:38 +0200
+
+rpcsvc-proto (1.4.2-0ubuntu3) groovy; urgency=medium
+
+  * Rebuild to get on the i386 package list
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Sun, 06 Sep 2020 00:58:10 +0200
+
+rpcsvc-proto (1.4.2-0ubuntu2) groovy; urgency=medium
+
+  * debian/copyright: Drop missing file
+  * debian/control: Break/Replace libc.* (<< 2.32)
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Fri, 04 Sep 2020 16:52:15 +0200
+
+rpcsvc-proto (1.4.2-0ubuntu1) groovy; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Initial Release
+  * Update Uploader and Maintainers field, add VCS entries
+
+  [ Balint Reczey ]
+  * debian/watch: Add watch file
+  * debian/gitlab-ci.yml: Add Salsa CI configuration
+  * debian/control: Conflict with libc6-dev (<< 2.32)
+
+ -- Balint Reczey <rbalint@ubuntu.com>  Tue, 01 Sep 2020 11:17:40 +0200
diff -pruN 1.4.2-1/debian/control 1.4.2-0ubuntu6/debian/control
--- 1.4.2-1/debian/control	2020-10-11 11:42:55.000000000 +0000
+++ 1.4.2-0ubuntu6/debian/control	2020-10-07 15:48:38.000000000 +0000
@@ -1,7 +1,8 @@
 Source: rpcsvc-proto
 Section: devel
 Priority: optional
-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32@debian.org>, Josue Ortega <josue@debian.org>
 Build-Depends: debhelper-compat (= 13)
 Rules-Requires-Root: no
@@ -14,12 +15,18 @@ Package: rpcsvc-proto
 Section: libs
 Architecture: any
 Multi-Arch: foreign
+Breaks: libc6-dev (<< 2.32) [!alpha !ia64 !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+        libc6.1-dev [alpha ia64],
+        libc0.1-dev [kfreebsd-amd64 kfreebsd-i386],
+        libc0.3-dev [hurd-i386],
+        libc6-dev-bin (<< 2.32)
+Replaces: libc6-dev (<< 2.32) [!alpha !ia64 !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+          libc6.1-dev [alpha ia64],
+          libc0.1-dev [kfreebsd-amd64 kfreebsd-i386],
+          libc0.3-dev [hurd-i386],
+          libc6-dev-bin (<< 2.32)
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libc6 [!alpha !ia64 !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
-           libc6.1 [alpha ia64],
-           libc0.1 [kfreebsd-amd64 kfreebsd-i386],
-           libc0.3 [hurd-i386]
 Description: RPC protocol compiler and definitions
  rpcgen is a tool that generates C code to implement an RPC protocol. The input
  to rpcgen is a language similar to C known as RPC Language (Remote Procedure
diff -pruN 1.4.2-1/debian/copyright 1.4.2-0ubuntu6/debian/copyright
--- 1.4.2-1/debian/copyright	2020-08-19 21:45:51.000000000 +0000
+++ 1.4.2-0ubuntu6/debian/copyright	2020-10-07 15:48:38.000000000 +0000
@@ -76,7 +76,6 @@ License: permissive-configure
 Files: compile
        depcomp
        missing
-       test-driver
 Copyright: 1999-2017 Free Software Foundation, Inc.
 License: GPL-2+-autoconf-exception
 
diff -pruN 1.4.2-1/debian/gitlab-ci.yml 1.4.2-0ubuntu6/debian/gitlab-ci.yml
--- 1.4.2-1/debian/gitlab-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.4.2-0ubuntu6/debian/gitlab-ci.yml	2020-10-07 15:48:38.000000000 +0000
@@ -0,0 +1,3 @@
+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.2-1/debian/watch 1.4.2-0ubuntu6/debian/watch
--- 1.4.2-1/debian/watch	1970-01-01 00:00:00.000000000 +0000
+++ 1.4.2-0ubuntu6/debian/watch	2020-10-07 15:48:38.000000000 +0000
@@ -0,0 +1,2 @@
+version=4
+   https://github.com/thkukuk/rpcsvc-proto/releases .*/rpcsvc-proto-?(\d\S*)\.tar\.xz
