Control: tags 1134395 + patch Dear maintainer,
I've prepared an NMU for hyphen-indic (versioned as 0.9.0-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. This avoids all usage of +really by using epoch 2 for the affected packages. One related thing to consider: Should this mistake be taken as an opportunity to move the affected packages to libreoffice instead? hyphen-indic hasn't seen upstream activity for 8 years, so it might not make much difference if libreoffice would take over them. No strong opinion on that, just mentioning it as something that might be considered before my change bumps the epoch further. cu Adrian
diffstat for hyphen-indic-0.9.0 hyphen-indic-0.9.0 changelog | 8 ++++++++ rules | 9 +++++++++ 2 files changed, 17 insertions(+) diff -Nru hyphen-indic-0.9.0/debian/changelog hyphen-indic-0.9.0/debian/changelog --- hyphen-indic-0.9.0/debian/changelog 2026-03-10 15:52:11.000000000 +0200 +++ hyphen-indic-0.9.0/debian/changelog 2026-07-15 12:25:49.000000000 +0300 @@ -1,3 +1,11 @@ +hyphen-indic (0.9.0-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add epoch to packages requiring it after accidental overwrite. + (Closes: #1134395) + + -- Adrian Bunk <[email protected]> Wed, 15 Jul 2026 12:25:49 +0300 + hyphen-indic (0.9.0-5) unstable; urgency=low * Team upload. diff -Nru hyphen-indic-0.9.0/debian/rules hyphen-indic-0.9.0/debian/rules --- hyphen-indic-0.9.0/debian/rules 2024-03-05 09:27:02.000000000 +0200 +++ hyphen-indic-0.9.0/debian/rules 2026-07-15 12:20:36.000000000 +0300 @@ -3,6 +3,8 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk +EPOCH_VERSION = 2:$(shell dpkg-parsechangelog -S Version) + langs=as_IN bn_IN gu_IN hi_IN kn_IN ml_IN mr_IN or_IN pa_IN ta_IN te_IN %: @@ -16,3 +18,10 @@ override_dh_installchangelogs: #As the changelog file is common for all binary packages, installing only one dh_installchangelogs as_IN/ChangeLog + +override_dh_gencontrol: + dh_gencontrol -phyphen-as -- -v$(EPOCH_VERSION) + dh_gencontrol -phyphen-mr -- -v$(EPOCH_VERSION) + dh_gencontrol -phyphen-or -- -v$(EPOCH_VERSION) + dh_gencontrol -phyphen-pa -- -v$(EPOCH_VERSION) + dh_gencontrol --remaining-packages

