a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 90011 and 224170

Description: Scripts to help with executable debhelper files
 Debhelper (in compat level 9 and above) allows its config files to be
 executable, and uses the output of suchs scripts as if it was the
 content of the config file.
 .
 To ease and standardize the most common tasks, this package provides
 a few solutions to help constructing such executable scripts:
 .
  * A way to ease variable substitution, from environment variables or
    dpkg-architecture.
  * An extension to dh_install, with the ability to rename files.
Description: Scripts to help with executable debhelper files
 Debhelper (in compat level 9 and above) allows its config files to be
 executable, and uses the output of such scripts as if it was the
 content of the config file.
 .
 To ease and standardize the most common tasks, this package provides
 a few solutions to help constructing such executable scripts:
 .
  * A way to ease variable substitution, from environment variables or
    dpkg-architecture.
  * Ability to filter files by architecture, within a single debhelper
    control file.
  * An extension to dh_install and dh_installman, with the ability to
    rename files.
--- 90011	Thu Jan  1 00:00:00 1970
+++ 224170	Thu Jan  1 00:00:00 1970
@@ -1,6 +1,6 @@
 Scripts to help with executable debhelper files
  Debhelper (in compat level 9 and above) allows its config files to be
- executable, and uses the output of suchs scripts as if it was the
+ executable, and uses the output of such scripts as if it was the
  content of the config file.
  .
  To ease and standardize the most common tasks, this package provides
@@ -8,4 +8,7 @@
  .
   * A way to ease variable substitution, from environment variables or
     dpkg-architecture.
-  * An extension to dh_install, with the ability to rename files.
+  * Ability to filter files by architecture, within a single debhelper
+    control file.
+  * An extension to dh_install and dh_installman, with the ability to
+    rename files.