From 8ace84503eae30ad101165a9bf4c96ac1c87f9b1 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 7 Jul 2017 10:58:12 -0700 Subject: [PATCH 1/1] fix numbering of variants to be 1 and 2 (closes: #867586) --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 999590a..8e40405 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ scowl (2017.01.22-2) unstable; urgency=medium * Move sangs (plural of an obscure plant) to -95 (Closes: #861025). Thanks to Josh Triplett. + * variant_0 and variant_1 are now _1 and _2; update rules to properly + include them (Closes: #867586). Thanks to 積丹尼 Dan Jacobson. -- diff --git a/debian/rules b/debian/rules index 1fbde88..c7d72df 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ SPELLINGS:= american british canadian # These are the scowl word list classes we use: CLASSES:=words proper-names upper contractions -VARIANTS:=0 1 +VARIANTS:=1 2 %: dh $@ -- 2.39.2