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.
remotes/origin/buster
parent
8008ae41de
commit
74f0c27f7d
|
@ -3,7 +3,6 @@
|
|||
!*.diff
|
||||
!series
|
||||
*.debhelper*
|
||||
*.local
|
||||
*.pyc
|
||||
*.substvars
|
||||
*-di
|
||||
|
|
|
@ -3,4 +3,3 @@ include /usr/share/dpkg/default.mk
|
|||
BUILD_DIR = debian/build
|
||||
STAMPS_DIR = debian/stamps
|
||||
|
||||
-include debian/rules.defs.local
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
compression = "xz"
|
||||
tar-ignore = debian/*.local
|
||||
|
|
Loading…
Reference in New Issue