tag 659322 +pending tag 659323 +pending thanks On Fri, Feb 10, 2012 at 09:48:41AM +0200, Martin-Éric Racine wrote: > Package: rus-ispell > Severity: normal > > As previously agreed when Mikhail adopted the package from me and > given how Agustin is already there as an uploader to handle bugs > related to dictionary-common upgrade issues, I would appreciate > seeing my name removed from Uploaders ASAP. Thanks!
Hi, Martin-Éric Sorry for not having done this in my last upload. I missed your related mail and only read it later. For rus-ispell there is a minor thing pending of upload, related to the cdbs -> debhelper migration I will remove your name from uploaders with that upload, but will let current package to reach testing before that. Mikhail, please see attached diff with current changes, let me know if you see any problem or have something pending to add (apart from removing Martin-Éric from Uploaders, not yet done), otherwise I will upload with above changes. For ispell-et I would like to fix some noise in hash creation for some words using dots, but did not yet start with it. Will remove your name you when that upload is ready. Thanks for all the work you did with these dictionaries and best wishes for your projects. Regards, -- Agustin
>From 7ec86ee82719a2519dc7d81af859e2b49324cd8c Mon Sep 17 00:00:00 2001 From: Agustin Martin Domingo <[email protected]> Date: Wed, 1 Feb 2012 12:26:33 +0100 Subject: [PATCH] debian/rules: Make sure upstream old/README.orig is not removed by dh_clean. Migrate from cdbs to debhelper the code to make sure that upstream old/README.orig is not removed by dh_clean. Use override_dh_clean for this instead of old cdbs DEB_CLEAN_EXCLUDE. --- debian/changelog | 7 +++++++ debian/rules | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d860d3b..f5f1a0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rus-ispell (0.99g5-18) unstable; urgency=low + + * debian/rules: Migrate from cdbs to debhelper the code to make sure + upstream old/README.orig is not removed by dh_clean. + + -- Agustin Martin Domingo <[email protected]> Wed, 01 Feb 2012 12:15:10 +0100 + rus-ispell (0.99g5-17) unstable; urgency=low * debian/control: No need to version irussian dependency on ispell, diff --git a/debian/rules b/debian/rules index 0971b13..a4da5ae 100755 --- a/debian/rules +++ b/debian/rules @@ -24,9 +24,6 @@ LANG=C LC_ALL=C export LANG LC_ALL -# Make sure dh_clean does not remove this upstream file -DEB_CLEAN_EXCLUDE=old/README.orig - override_dh_auto_build: # Generate ispell dictionary. grep -h '[£³]' $(DICTIONARIES) | tr '\243\263' '\305\345' > yo_subst.koi @@ -48,6 +45,10 @@ override_dh_auto_build: echo "add $(DICT_LANG).rws" > $(DICT_LANG).multi echo "add $(DICT_LANG).multi" > $(ILANGUAGE).alias +# Make sure dh_clean does not remove this upstream file +override_dh_clean: + dh_clean -Xold/README.orig + override_dh_auto_clean: # Clean ispell files. rm -f *.cnt *.hash *.stat yo_subst.koi *.utf8 -- 1.7.9

