Skip to content
Success

Changes

Summary

  1. Add new localepurge paths to is_localepurge_file(). (details)
  2. Add changelog entry for previous commit (details)
  3. Bump debhelper compatibility level to 12 (details)
  4. Declare compliance with Debian Policy 4.4.1 (details)
  5. Update on Portuguese translation of manpage (details)
  6. Add changelog entry for previous commit (details)
  7. Automatic reformatting changes (details)
  8. Release and upload to Debian Unstable as 2.2.4 (details)
  9. Fix day-of-week for changelog entry 1.0.1. (details)
  10. Allow /etc/debsums-ignore to be deleted rather than empty (details)
  11. Drop old versioned dependency on dpkg already satisfied in Jessie (details)
  12. Drop ancient version restriction of the dependency on perl (details)
  13. Add debian/maintscript to properly handle /etc/debsums-ignore removal (details)
  14. Drop ancient postinst and postrm (details)
  15. Ignore /debian/*.debhelper, too (details)
  16. Add debian/NEWS and a warning to not yet upload (details)
  17. Revert "Drop ancient postinst and postrm" and drop new (details)
  18. Rewrite postinst and postrm to handle the removal of empty (details)
  19. Fix documentation comment in postrm (details)
  20. Release and upload to unstable as 2.2.5 (details)
  21. Note TODO before next release (details)
  22. Move TODO to its own file (details)
  23. Add new localepurge path. (details)
  24. Drop debsums_init functionality (details)
  25. Add an entry in debian/NEWS for the previous commit (details)
  26. Update tests from ADTTMP to AUTOPKGTEST_TMP (details)
  27. Fixed pot and regenerated po files (details)
  28. Release and upload to unstable as 3.0.0 with urgency=low (details)
  29. Add bash-completion by Thomas Reuben (details)
  30. Update regenerated .po files (details)
  31. Declare compliance with Debian Policy 4.5.1 (details)
  32. Bump debhelper-compat to 13 (details)
  33. Revert "Bump debhelper-compat to 13" (details)
  34. Release as 3.0.1 and upload to unstable (details)
  35. [INTL:de] updated German man page translation (details)
  36. Add debian/changelog entry for previous commit (details)
  37. Translation only release as 3.0.2 and upload to unstable (details)
  38. Remove constraints unnecessary since stretch. (details)
  39. Ignore conffiles marked remove-on-upgrade (closes: #993714) (details)
  40. Bump debhelper-compat to 13. (details)
  41. Declare compliance with Debian Policy 4.6.0. (details)
  42. Remove unused ucf from Depends. (details)
  43. Drop unneeded unversioned 'perl' from Depends. (details)
  44. Annotate test-only build dependencies with <!nocheck>. (details)
  45. Remove unused po-debconf from Build-Depends. (details)
  46. Refresh lintian override. (details)
  47. update changelog (details)
  48. Fine-tune debian/changelog, remove redundant (now no-op) entries (details)
  49. Add a TODO file with some things to improve (details)
  50. Update Portuguese translation of manpage. (details)
  51. update changelog (details)
  52. s/###/#/ in d/control (details)
Commit d94dbe3589d2218dffc8a876a15cb1e77c07dbf4 by gregoa
Add new localepurge paths to is_localepurge_file().

Closes: #935044
The file was modified debsums
Commit 8bd0cbc00d171c8b21c3e4cdb2c226f751271720 by abe
Add changelog entry for previous commit
The file was modified debian/changelog
Commit 77db3463b9c0f0b56c22912a0958fd78282fdf30 by abe
Bump debhelper compatibility level to 12

Build-depend on "debhelper-compat (= 12)" to replace debian/compat.
The file was modified debian/changelog
The file was removeddebian/compat
The file was modified debian/control
Commit 4162dd1f003115c6d936b847b8341dab4733c5e6 by abe
Declare compliance with Debian Policy 4.4.1

No other changes were required.
The file was modified debian/changelog
The file was modified debian/control
Commit cee46587d01135985125b932e4523d4891167e55 by abe
Update on Portuguese translation of manpage
The file was modified man/po/pt.po
Commit 827c6e736dd29e4c5a9a7b4c3f77928a1c2d6b69 by abe
Add changelog entry for previous commit
The file was modified debian/changelog
Commit 1d883e3b409e96e483ead98a033b1d469dd73aa8 by abe
Automatic reformatting changes

Gbp-Dch: Ignore
The file was modified man/po/pt.po
Commit 5dbd62c6a051c13b4f3624c776bbfe840c9527da by abe
Release and upload to Debian Unstable as 2.2.4
The file was modified debian/changelog
Commit 7ec4b7b7ee3c9048bd6f6b8d4df4ec50c09d515a by janitor
Fix day-of-week for changelog entry 1.0.1.

Fixes lintian: debian-changelog-has-wrong-day-of-week
See https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html for more details.
The file was modified debian/changelog
Commit bbda06b27e4d57dedb1642a558dbb3780fc31998 by abe
Allow /etc/debsums-ignore to be deleted rather than empty

Fixes MR!1.
The file was modified debian/cron.weekly
The file was modified Makefile
The file was modified debian/cron.daily
The file was modified debian/cron.monthly
The file was modified debian/changelog
Commit d2f51bff1c78e75e0145cec18b3dd41272db3a17 by abe
Drop old versioned dependency on dpkg already satisfied in Jessie
The file was modified debian/changelog
The file was modified debian/control
Commit 05581cfcf4f2788bde106171d645493b93c67913 by abe
Drop ancient version restriction of the dependency on perl
The file was modified debian/changelog
The file was modified debian/control
Commit 3a669a23c03764754449ff3bc82ea46a4400aa95 by abe
Add debian/maintscript to properly handle /etc/debsums-ignore removal
The file was modified debian/changelog
The file was addeddebian/maintscript
Commit fc375f8f580bd5d52a4c7fd7b40dcd12cc62ccda by abe
Drop ancient postinst and postrm

They were only used for handling a conffile removal in 2012.
The file was removeddebian/postrm
The file was removeddebian/postinst
The file was modified debian/changelog
Commit 26f0f3c6ee27cf6f3d678ed46a69cf22fc94d28f by abe
Ignore /debian/*.debhelper, too

Gbp-Dch: Ignore
The file was modified .gitignore
Commit ffc47c668c84435713caf580e44d07cda53fd404 by abe
Add debian/NEWS and a warning to not yet upload
The file was modified debian/changelog
The file was addeddebian/NEWS
Commit ff5a848a58fead05fa461f09299b65102c217a75 by abe
Revert "Drop ancient postinst and postrm" and drop new debian/maintscript

We still need them for custom /etc/debsums-ignore removal. rm_conffile
does not do what we wan't:

Preparing to unpack debsums_2.2.5_all.deb ...
Unpacking debsums (2.2.5) over (2.2.4) ...
Setting up debsums (2.2.5) ...
Installing new version of config file /etc/cron.daily/debsums ...
Installing new version of config file /etc/cron.monthly/debsums ...
Installing new version of config file /etc/cron.weekly/debsums ...
Obsolete conffile /etc/debsums-ignore has been modified by you.
Saving as /etc/debsums-ignore.dpkg-bak ...

Note the last two lines. We don't want them. We just want a removal if
the file is untouched, but no action at all if the file is touched.

This reverts commit fc375f8f580bd5d52a4c7fd7b40dcd12cc62ccda ("Drop
ancient postinst and postrm") and
3a669a23c03764754449ff3bc82ea46a4400aa95 ("Add debian/maintscript to
properly handle /etc/debsums-ignore removal").
The file was modified debian/changelog
The file was addeddebian/postinst
The file was addeddebian/postrm
Commit 718bb9e32ae7488c05cbb0403c6ead5f741d434f by abe
Rewrite postinst and postrm to handle the removal of empty /etc/debsums-ignore

postinst only removes it if it's empty. Otherwise it won't touch it.

Those files previously handled a conffile removal from 2012. This part
has been removed respectively replaced with the above.
The file was modified debian/postrm
The file was removeddebian/maintscript
The file was modified debian/changelog
The file was modified debian/postinst
Commit ed373d9e4d24dd250712adf1da20691f1ff1b672 by abe
Fix documentation comment in postrm

Issue probably was a copy and paste problem.
The file was modified debian/changelog
The file was modified debian/postrm
Commit 7d63274a4b7f1f5585f0f35cdc85951f7b66c7e3 by abe
Release and upload to unstable as 2.2.5
The file was modified debian/changelog
Commit c3a9a8c4ae84038ab03e2091040114d524915bb7 by abe
Note TODO before next release
The file was modified debian/changelog
Commit 8d3fca84d47e12d22dd1b557b2c606232156ba54 by abe
Move TODO to its own file

Last time I looked at
https://lintian.debian.org/tags/no-md5sums-control-file.html,
lintian's infrastructure only seems to have tested a small fraction of
all packages and the list in question was nearly empty, IIRC with just
a single package listed. But now there are over 60 packages again.
The file was modified debian/changelog
The file was addedTODO
Commit 55d8df0547908e0aa0d679f3e49a58691139db4a by abe
Add new localepurge path.

Since 0.7.3.9, localepurge removes /usr/share/X11/locale/$LOCALE.
Add it to the exception list.
The file was modified debian/changelog
The file was modified debsums
Commit 3bca1ecc3507e62a1fc9af9c76dd42753875bcd3 by abe
Drop debsums_init functionality

dpkg generates missing md5sums files upon package installation since
2012, see discussion in #944965.

This is a potentially breaking change, so bump major version to 3.

* Remove debsums_init and related entries from debian/install,
  man/po4a.cfg, man/debsums.1, man/po/debsums.pot, .gitignore,
  debian/dirs, and all po files.

* Also drop documentation how to generate md5sums files from README.
The file was modified README
The file was modified man/po/pt.po
The file was modified man/po/fr.po
The file was modified debian/install
The file was removedman/debsums_init.8
The file was modified man/po/de.po
The file was modified man/po4a.cfg
The file was removedTODO
The file was modified man/po/es.po
The file was modified debian/dirs
The file was modified man/po/sv.po
The file was modified debian/changelog
The file was modified .gitignore
The file was modified man/debsums.1
The file was modified man/po/debsums.pot
The file was removeddebsums_init
The file was modified man/po/pt_BR.po
The file was modified man/po/ru.po
Commit ba67686033094edcaded41190f132ad0a0fe1de2 by abe
Add an entry in debian/NEWS for the previous commit
The file was modified debian/NEWS
Commit 6257b0f3b0450a3c8ed911d4ec6adc8ea2a4f407 by abe
Update tests from ADTTMP to AUTOPKGTEST_TMP

Thanks gregoa!
The file was modified t/version-and-help.t
The file was modified t/debsums.t
The file was modified debian/changelog
Commit bcc312c00973f14a11508332d0a6dd35e7b8700a by abe
Fixed pot and regenerated po files
The file was modified man/po/pt.po
The file was modified man/po/ru.po
The file was modified man/po/sv.po
The file was modified man/po/de.po
The file was modified man/po/debsums.pot
The file was modified man/po/pt_BR.po
The file was modified man/po/es.po
The file was modified man/po/fr.po
Commit 1ab5255161c071342fb873e1976ffecb1af25384 by abe
Release and upload to unstable as 3.0.0 with urgency=low
The file was modified debian/changelog
The file was modified debian/NEWS
Commit 2a6a1b789f6557b777e7c90c57e3cebc10941dec by abe
Add bash-completion by Thomas Reuben

As already hinted by him, replace calls to the duplicated
_comp_dpkg_installed_packages() function with

  $(_xfunc dpkg _comp_dpkg_installed_packages "$cur")

Update packaging for this feature:

* Add build-dependency on bash-completion and also suggest it.
* debian/rules: Call "dh" with "--with bash-completion"

Closes: #969388
The file was modified debian/control
The file was modified debian/changelog
The file was addeddebian/bash-completion
The file was modified debian/rules
The file was modified debian/source/lintian-overrides
Commit c2cd8ae62b9a3082bd922723b081e56d8c091870 by abe
Update regenerated .po files
The file was modified man/po/pt_BR.po
The file was modified man/po/sv.po
The file was modified man/po/debsums.pot
The file was modified debian/changelog
The file was modified man/po/es.po
The file was modified man/po/fr.po
The file was modified man/po/de.po
The file was modified man/po/ru.po
The file was modified man/po/pt.po
Commit 13aa6594fea7a08c9d6c0a47c0ee2f3e198f28c4 by abe
Declare compliance with Debian Policy 4.5.1

No other changes were necessary.
The file was modified debian/changelog
The file was modified debian/control
Commit aa4c2109ac308114cc6b2eda8d6b9eba91c4bcd0 by abe
Bump debhelper-compat to 13
The file was modified debian/control
The file was modified debian/changelog
Commit 490c8b5105d8916700e4a09dde19df81401b6df8 by abe
Revert "Bump debhelper-compat to 13"

This reverts commit aa4c2109ac308114cc6b2eda8d6b9eba91c4bcd0.
The file was modified debian/changelog
The file was modified debian/control
Commit cf7d1ddd5e9ea0a3e380ffe171c857e89d44922a by abe
Release as 3.0.1 and upload to unstable
The file was modified debian/changelog
Commit d7eb9091c26407ef1afe6bfa6994039bb8de9653 by abe
[INTL:de] updated German man page translation

Closes: #977679
The file was modified man/po/de.po
Commit 9a49daef3e5bbe89b408daa1f3abb7fb33fa3379 by abe
Add debian/changelog entry for previous commit
The file was modified debian/changelog
Commit b63779ec3350aa085efc568ba7e9b71b417fa188 by abe
Translation only release as 3.0.2 and upload to unstable
The file was modified debian/changelog
Commit 38e55046cfe692eab452503e35a54f2fee8f4d1e by jenkins
Remove constraints unnecessary since stretch.

* Build-Depends: Drop versioned constraint on po4a.
* debsums: Drop versioned constraint on ucf in Depends.

Changes-By: deb-scrub-obsolete
The file was modified debian/changelog
The file was modified debian/control
Commit d267a1b6fe538c45d8b2c87a8df65638f2d778af by fsfs
Ignore conffiles marked remove-on-upgrade (closes: #993714)

these have already been removed
The file was modified debsums
Commit 6bf9dc58887536dd32e81035b6d82c575be98d7d by gregoa
Bump debhelper-compat to 13.
The file was modified debian/control
Commit 59bac71e84d0aba2b6a333a2e7b450e364e0a33e by gregoa
Declare compliance with Debian Policy 4.6.0.
The file was modified debian/control
Commit e4120fbfd03878a043561309ce1a4cbf92ee09c4 by gregoa
Remove unused ucf from Depends.

Thanks: David (Plasma) Paul for the bug report.
Closes: #998110
The file was modified debian/control
Commit a2fd8b2a2506e6e9d458cec88dea8d522514fe7b by gregoa
Drop unneeded unversioned 'perl' from Depends.
The file was modified debian/control
Commit d0e6a219b82ee93ab592a4c6d256fd37b6b8a10e by gregoa
Annotate test-only build dependencies with <!nocheck>.
The file was modified debian/control
Commit 8134f5dd8c686123104695b38664d06be1bbf3fa by gregoa
Remove unused po-debconf from Build-Depends.
The file was modified debian/control
Commit a4d308c341c327ed8eafbe4ecf1b801e55e691c5 by gregoa
Refresh lintian override.
The file was modified debian/source/lintian-overrides
Commit 0fa68e5ca3e809aa19f5ccdd96cfcb6a17f1edbb by gregoa
update changelog

Gbp-Dch: Ignore
The file was modified debian/changelog
Commit 17286d96a9430dedf104f3096617f6f1697e5fb2 by abe
Fine-tune debian/changelog, remove redundant (now no-op) entries
The file was modified debian/changelog
Commit 3a37b50ba600b2afe937ff75a5d277bb70d1cf75 by abe
Add a TODO file with some things to improve
The file was modified debian/changelog
The file was addedTODO
Commit b1a397d8056226f2ccd4ceffaa5e86aaf1a65792 by gregoa
Update Portuguese translation of manpage.

Thanks: Américo Monteiro.
Closes: #1000795
The file was modified man/po/pt.po
Commit 5dd0b007b45ec87502f02f7966f11ae0a3824d7f by gregoa
update changelog

Gbp-Dch: Ignore
The file was modified debian/changelog
Commit e303404a6d94115ec043e305849c15f195c387d1 by gregoa
s/###/#/ in d/control

for whatever weird reason, the ### break Debian::Control's
parsing of debian/control

I guess one # is enough, and the change is easier than debugging the actual
problem …

Gbp-Dch: Ignore
The file was modified debian/control