ACCC1380 commited on
Commit
61c90a4
1 Parent(s): 6f3e023

Upload etc/dpkg/dpkg.cfg.d/excludes with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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.*