Upload etc/dpkg/dpkg.cfg.d/excludes with huggingface_hub
Browse files- etc/dpkg/dpkg.cfg.d/excludes +14 -0
etc/dpkg/dpkg.cfg.d/excludes
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Drop all man pages
|
| 2 |
+
path-exclude=/usr/share/man/*
|
| 3 |
+
|
| 4 |
+
# Drop all translations
|
| 5 |
+
path-exclude=/usr/share/locale/*/LC_MESSAGES/*.mo
|
| 6 |
+
|
| 7 |
+
# Drop all documentation ...
|
| 8 |
+
path-exclude=/usr/share/doc/*
|
| 9 |
+
|
| 10 |
+
# ... except copyright files ...
|
| 11 |
+
path-include=/usr/share/doc/*/copyright
|
| 12 |
+
|
| 13 |
+
# ... and Debian changelogs
|
| 14 |
+
path-include=/usr/share/doc/*/changelog.Debian.*
|