Revert "* debian: Ignore *.local."

This reverts commit 39f3da43ac.  This
customisation mechanism was not documented and doesn't seem to be
used.

Also revert the corresponding line in .gitignore.
This commit is contained in:
Ben Hutchings 2018-11-21 21:22:36 +00:00
parent 8008ae41de
commit 74f0c27f7d
3 changed files with 0 additions and 3 deletions

1
debian/.gitignore vendored
View File

@ -3,7 +3,6 @@
!*.diff !*.diff
!series !series
*.debhelper* *.debhelper*
*.local
*.pyc *.pyc
*.substvars *.substvars
*-di *-di

1
debian/rules.defs vendored
View File

@ -3,4 +3,3 @@ include /usr/share/dpkg/default.mk
BUILD_DIR = debian/build BUILD_DIR = debian/build
STAMPS_DIR = debian/stamps STAMPS_DIR = debian/stamps
-include debian/rules.defs.local

View File

@ -1,2 +1 @@
compression = "xz" compression = "xz"
tar-ignore = debian/*.local