Delete the .gmo files on clean, so that they get regenerated on build, and don’t prevent to rebuild the package because of binary files changed in the upstream part of the package. --- debian/clean | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/clean
diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..e0f175b --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +po/*.gmo -- 2.1.3 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

