diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-03 21:35:02 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-03 21:35:02 +0200 |
commit | c759dcbb5b8ff45c0d2da5eaab1e7d3a57c47061 (patch) | |
tree | 678a493081768e8ebffb00533ebe3e8ab3d039c1 | |
parent | b4724c2272537d13a3038d8e45569eb01e251b38 (diff) | |
download | installation-guide-c759dcbb5b8ff45c0d2da5eaab1e7d3a57c47061.zip |
source/options: Ignore .git directory when building tarball
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b6cd0ad5b..543aa40ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ installation-guide (2017XXXX) UNRELEASED; urgency=medium * Document that the boot menu is using the QWERTY keyboard layout. * Use https anonscm URL * Fix URL for development version. + * source/options: Ignore .git directory when building tarball. [ Holger Wansing ] * Update Linux Foundation's URL for FHS. Closes: #865981 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 000000000..3667854da --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +tar-ignore="\.git" |