diff options
| -rw-r--r-- | p/haskell-configfile/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-configfile/debian/compat | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog index db5988fde..c86abdf24 100644 --- a/p/haskell-configfile/debian/changelog +++ b/p/haskell-configfile/debian/changelog @@ -9,6 +9,7 @@ haskell-configfile (1.0.6-2) unstable; urgency=low + Remove redundant duplicated Section lines + Add haskell substvars + Standards-Version 3.9.0, use Breaks/Replaces to rename doc package + * debian/compat: Set to 7 * debian/source/format: Create with 1.0. Thanks to Lintian. * debian/watch: Create diff --git a/p/haskell-configfile/debian/compat b/p/haskell-configfile/debian/compat index 7ed6ff82d..7f8f011eb 100644 --- a/p/haskell-configfile/debian/compat +++ b/p/haskell-configfile/debian/compat @@ -1 +1 @@ -5 +7 |
