[Piuparts-commits] [piuparts] 02/07: p: ignore broken symlink /usr/share/texmf/ls-R
Holger Levsen
holger at layer-acht.org
Mon Mar 6 12:25:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit a6c21136389adf36178ae531897f115d837b4b0c
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Mar 6 02:28:57 2017 +0100
p: ignore broken symlink /usr/share/texmf/ls-R
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 2 ++
piuparts.py | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4ddcdf9..53ce6cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
[ Andreas Beckmann ]
* piuparts.py:
+ - Add to ignored_files:
+ + /usr/share/texmf/ls-R
- Remove from ignored_files:
- /usr/share/keyrings/debian-archive-removed-keys.gpg~
- Do not require --scriptsdir for proper operation. (Closes: #855038)
diff --git a/piuparts.py b/piuparts.py
index 6eafd45..377e108 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -334,6 +334,7 @@ class Settings:
"/etc/sysctl.d/99-sysctl.conf", # -> ../sysctl.conf (target obsoleted by sysctl.d)
"/usr/lib/python2.6/dist-packages/python-support.pth", # 635493 and #385775
"/usr/lib/python2.7/dist-packages/python-support.pth",
+ "/usr/share/texmf/ls-R", # -> /var/lib/texmf/ls-R-TEXMFMAIN (link owned by tex-common, target created with mktexlsr from texlive-binaries)
# work around #316521 dpkg: incomplete cleanup of empty directories
"/etc/apache2/",
"/etc/apache2/conf.d/",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list