diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 14:57:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-09-11 14:57:45 +0200 |
commit | b88088eebf7239bcfbc6fd9337d39fce459e16c6 (patch) | |
tree | 65347335eb26b8677a839d5b31277af5a7adeb90 /debian | |
parent | 5fb85b8d476cc84af90efb5b171be1b9e5711ef7 (diff) |
Remove debian/source/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 |