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