]> git.donarmstrong.com Git - deb_pkgs/scowl.git/commitdiff
fix numbering of variants to be 1 and 2 (closes: #867586)
authorDon Armstrong <don@donarmstrong.com>
Fri, 7 Jul 2017 17:58:12 +0000 (10:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 7 Jul 2017 17:58:12 +0000 (10:58 -0700)
debian/changelog
debian/rules

index 999590a1517796cd178c327e8acf3242b6c71684..8e40405423b47fc7c75d0d497a9e80165498c046 100644 (file)
@@ -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.
 
  --
 
index 1fbde88bcbf70f8c3e58a5aad6888d615b81cb10..c7d72df6486b0173da7e89f122975582ad0cf258 100755 (executable)
@@ -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 $@