Commit d9c03c43 authored by Otto Kekäläinen's avatar Otto Kekäläinen

Deb: Streamline package listing order to make comparisons downstream easier

parent ca3df8f6
...@@ -47,7 +47,7 @@ fi ...@@ -47,7 +47,7 @@ fi
if ! apt-cache madison libcrack2-dev | grep 'libcrack2-dev *| *2\.9' >/dev/null 2>&1 if ! apt-cache madison libcrack2-dev | grep 'libcrack2-dev *| *2\.9' >/dev/null 2>&1
then then
sed '/libcrack2-dev/d' -i debian/control sed '/libcrack2-dev/d' -i debian/control
sed '/Package: mariadb-plugin-cracklib/,+10d' -i debian/control sed '/Package: mariadb-plugin-cracklib/,+9d' -i debian/control
fi fi
# If libpcre3-dev (>= 2:8.35-3.2~) is not available (before Debian Jessie or Ubuntu Wily) # If libpcre3-dev (>= 2:8.35-3.2~) is not available (before Debian Jessie or Ubuntu Wily)
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment