From 8263e587f0d2d2f362210dbef24de82c642354d8 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 3 Jul 2018 17:17:28 +0200 Subject: [PATCH] debian/source/options: Ignore changes in src/params.lisp (release vs non-release). --- debian/changelog | 2 ++ debian/source/options | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog index 743b861..c1ce8be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ pgloader (3.5.2-1) unstable; urgency=medium * New upstream version. * All included test data has been verified as free, stop building a +dfsg tarball. + * debian/source/options: Ignore changes in src/params.lisp (release vs + non-release). * Enable SSL in src/hooks.lisp. * Run wrap-and-sort -st. * Add new B-D cl-mustache, cl-yason, cl-zs3, sync Depends to cl-pgloader. diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..a4496fa --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +# ignore release/non-release status +extend-diff-ignore=src/params.lisp