diff options
author | Pino Toscano <pino@debian.org> | 2013-04-08 10:55:44 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-04-08 10:55:44 +0200 |
commit | 3b90b18139520fec3e830a0e4378524430f0d240 (patch) | |
tree | 18f6fc6e67208c305ed4c22d6392f1be052e9597 | |
parent | ab971dbefcca293e5ef9597a9fd7285fef4ec934 (diff) | |
download | qtbase-3b90b18139520fec3e830a0e4378524430f0d240.tar.gz |
B-D change: libpng12-dev -> libpng-dev
it will ease transitions to future libpng versions, whenever they are done
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7aa866e..da36ddd 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9), libicu-dev, libjpeg-dev, libmysqlclient-dev, - libpng12-dev, + libpng-dev, libpq-dev, libsqlite3-dev, libssl-dev, |