diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/options | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e9c33b9..ddca03b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ fast-cpp-csv-parser (0.0+git20140429~0a2590-2) UNRELEASED; urgency=medium - Change VCS-Browser to secure uri. * debian/copyright: - Move homepage to github. + * Remove debian/source/options because compression xz is standard now. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 11 Sep 2016 14:44:39 +0200 diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 22a4de9..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -compression = xz -compression-level = 9 |