We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87144c9 commit a04d213Copy full SHA for a04d213
bindist/current
@@ -1 +1 @@
1
-0.5.3
+0.8.1
bindist/purge-nonbase.sh
@@ -3,6 +3,7 @@
3
dpkg --get-selections | \
4
grep -E '[[:space:]]install$' | \
5
grep -v '^apt[[:space:]]' | \
6
+ grep -v '^libgettextpo2-shlibs[[:space:]]' | \
7
grep -v '^apt-shlibs[[:space:]]' | \
8
grep -v '^base-files[[:space:]]' | \
9
grep -v '^bzip2[[:space:]]' | \
@@ -20,9 +21,6 @@ dpkg --get-selections | \
20
21
grep -v '^libgettext3-shlibs[[:space:]]' | \
22
grep -v '^libiconv[[:space:]]' | \
23
grep -v '^libiconv-bin[[:space:]]' | \
- grep -v '^libjpeg[[:space:]]' | \
24
- grep -v '^libjpeg-bin[[:space:]]' | \
25
- grep -v '^libjpeg-shlibs[[:space:]]' | \
26
grep -v '^libncurses5-shlibs[[:space:]]' | \
27
grep -v '^ncurses[[:space:]]' | \
28
grep -v '^ncurses-shlibs[[:space:]]' | \
0 commit comments